mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Refactor ClineAsk
This commit is contained in:
@@ -40,14 +40,14 @@ export interface ExtensionState {
|
||||
export interface ClineMessage {
|
||||
ts: number
|
||||
type: "ask" | "say"
|
||||
ask?: ClaudeAsk
|
||||
ask?: ClineAsk
|
||||
say?: ClaudeSay
|
||||
text?: string
|
||||
images?: string[]
|
||||
partial?: boolean
|
||||
}
|
||||
|
||||
export type ClaudeAsk =
|
||||
export type ClineAsk =
|
||||
| "followup"
|
||||
| "command"
|
||||
| "command_output"
|
||||
|
||||
Reference in New Issue
Block a user