core-agent-ide/codex-rs/protocol/src
pakrym-oai 3429e82e45
Add item streaming events (#5546)
Adds AgentMessageContentDelta, ReasoningContentDelta,
ReasoningRawContentDelta item streaming events while maintaining
compatibility for old events.

---------

Co-authored-by: Owen Lin <owen@openai.com>
2025-10-29 22:33:57 +00:00
..
account.rs fix: move account struct to app-server-protocol and use camelCase (#5829) 2025-10-27 14:06:13 -07:00
approvals.rs Add missing "nullable" macro to protocol structs that contain optional fields (#5901) 2025-10-29 12:09:47 -07:00
config_types.rs Generate JSON schema for app-server protocol (#5063) 2025-10-20 11:45:11 -07:00
conversation_id.rs Generate JSON schema for app-server protocol (#5063) 2025-10-20 11:45:11 -07:00
custom_prompts.rs Add missing "nullable" macro to protocol structs that contain optional fields (#5901) 2025-10-29 12:09:47 -07:00
items.rs Add new thread items and rewire event parsing to use them (#5418) 2025-10-22 10:14:50 -07:00
lib.rs Added model summary and risk assessment for commands that violate sandbox policy (#5536) 2025-10-24 15:23:44 -07:00
message_history.rs Generate JSON schema for app-server protocol (#5063) 2025-10-20 11:45:11 -07:00
models.rs Add missing "nullable" macro to protocol structs that contain optional fields (#5901) 2025-10-29 12:09:47 -07:00
num_format.rs Auto compact at ~90% (#5292) 2025-10-20 11:29:49 -07:00
parse_command.rs Add missing "nullable" macro to protocol structs that contain optional fields (#5901) 2025-10-29 12:09:47 -07:00
plan_tool.rs Add missing "nullable" macro to protocol structs that contain optional fields (#5901) 2025-10-29 12:09:47 -07:00
protocol.rs Add item streaming events (#5546) 2025-10-29 22:33:57 +00:00
user_input.rs Add ItemStarted/ItemCompleted events for UserInputItem (#5306) 2025-10-20 13:34:44 -07:00