core-agent-ide/codex-rs/protocol/src
Owen Lin c84fc83222
Use int timestamps for rate limit reset_at (#5383)
The backend will be returning unix timestamps (seconds since epoch)
instead of RFC 3339 strings. This will make it more ergonomic for
developers to integrate against - no string parsing.
2025-10-20 12:26:46 -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 Generate JSON schema for app-server protocol (#5063) 2025-10-20 11:45:11 -07:00
lib.rs fix: remove mcp-types from app server protocol (#4537) 2025-10-01 02:16:26 +00:00
message_history.rs Generate JSON schema for app-server protocol (#5063) 2025-10-20 11:45:11 -07:00
models.rs Generate JSON schema for app-server protocol (#5063) 2025-10-20 11:45:11 -07:00
num_format.rs Auto compact at ~90% (#5292) 2025-10-20 11:29:49 -07:00
parse_command.rs Generate JSON schema for app-server protocol (#5063) 2025-10-20 11:45:11 -07:00
plan_tool.rs Generate JSON schema for app-server protocol (#5063) 2025-10-20 11:45:11 -07:00
protocol.rs Use int timestamps for rate limit reset_at (#5383) 2025-10-20 12:26:46 -07:00