tui: add handoff mode to prompt history types

pull/12755/head
Dax Raad 2026-02-08 18:44:21 -05:00
parent 601e631624
commit 0d365fa613
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import type { AgentPart, FilePart, TextPart } from "@opencode-ai/sdk/v2"
export type PromptInfo = {
input: string
mode?: "normal" | "shell"
mode?: "normal" | "shell" | "handoff"
parts: (
| Omit<FilePart, "id" | "messageID" | "sessionID">
| Omit<AgentPart, "id" | "messageID" | "sessionID">