mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-24 13:54:07 +00:00
tui: add handoff mode to prompt history types
This commit is contained in:
parent
601e631624
commit
0d365fa613
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue