Fix rollback lock and propagate user input call_id

This commit is contained in:
Charles Cunningham
2026-01-31 11:50:33 -08:00
parent a057ee0d21
commit 37ef9a1904
4 changed files with 36 additions and 21 deletions

View File

@@ -69,7 +69,7 @@ For complete documentation of the `Op` and `EventMsg` variants, refer to [protoc
- `Op::UserInput` Legacy form of user input
- `Op::Interrupt` Interrupts a running turn
- `Op::ExecApproval` Approve or deny code execution
- `Op::UserInputAnswer` Provide answers for a `request_user_input` tool call
- `Op::UserInputAnswer` Provide answers for a `request_user_input` tool call (optionally include `call_id`)
- `Op::ListSkills` Request skills for one or more cwd values (optionally `force_reload`)
- `Op::UserTurn` and `Op::OverrideTurnContext` accept an optional `personality` override that updates the models communication style
- `EventMsg`