You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codex-rs/docs/protocol_v1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ For complete documentation of the `Op` and `EventMsg` variants, refer to [protoc
72
72
-`EventMsg::AgentMessage` – Messages from the `Model`
73
73
-`EventMsg::ExecApprovalRequest` – Request approval from user to execute a command
74
74
-`EventMsg::TaskComplete` – A task completed successfully
75
-
-`EventMsg::Error` – A task stopped with an error
75
+
-`EventMsg::Error` – A task stopped with an error (includes an optional `http_status_code` when available)
76
76
-`EventMsg::Warning` – A non-fatal warning that the client should surface to the user
77
77
-`EventMsg::TurnComplete` – Contains a `response_id` bookmark for last `response_id` executed by the task. This can be used to continue the task at a later point in time, perhaps with additional user input.
0 commit comments