提前检测Agent是否支持fork会话,避免无效展示和操作
This commit is contained in:
@@ -463,6 +463,11 @@ export type AcpEvent =
|
||||
connection_id: string
|
||||
prompt_capabilities: PromptCapabilitiesInfo
|
||||
}
|
||||
| {
|
||||
type: "fork_supported"
|
||||
connection_id: string
|
||||
supported: boolean
|
||||
}
|
||||
| {
|
||||
type: "mode_changed"
|
||||
connection_id: string
|
||||
|
||||
Reference in New Issue
Block a user