This commit is contained in:
Matthew Zeng
2026-01-25 17:19:54 -08:00
parent 182000999c
commit 4d49fb8539
24 changed files with 1726 additions and 48 deletions

View File

@@ -76,6 +76,7 @@ For complete documentation of the `Op` and `EventMsg` variants, refer to [protoc
- `EventMsg::AgentMessage` Messages from the `Model`
- `EventMsg::ExecApprovalRequest` Request approval from user to execute a command
- `EventMsg::RequestUserInput` Request user input for a tool call
- `EventMsg::SkillDependenciesApprovalRequest` Prompt to install missing skill MCP dependencies
- `EventMsg::TurnComplete` A turn completed successfully
- `EventMsg::Error` A turn stopped with an error
- `EventMsg::Warning` A non-fatal warning that the client should surface to the user