core-agent-ide/codex-rs/app-server/src
Celia Chen 7cabe54fc7
[app-server] make app server not throw error when login id is not found (#7831)
Our previous design of cancellation endpoint is not idempotent, which
caused a bunch of flaky tests. Make app server just returned a not_found
status instead of throwing an error if the login id is not found. Keep
V1 endpoint behavior the same.
2025-12-10 16:19:40 -08:00
..
bespoke_event_handling.rs Removed experimental "command risk assessment" feature (#7799) 2025-12-10 09:48:11 -08:00
codex_message_processor.rs [app-server] make app server not throw error when login id is not found (#7831) 2025-12-10 16:19:40 -08:00
config_api.rs [app-server-protocol] Add types for config (#7658) 2025-12-10 21:35:31 +00:00
error_code.rs fix: separate codex mcp into codex mcp-server and codex app-server (#4471) 2025-09-30 07:06:18 +00:00
fuzzy_file_search.rs nit: app server (#6830) 2025-11-18 16:34:13 +00:00
lib.rs feat[app-serve]: config management (#7241) 2025-11-25 09:29:38 +00:00
main.rs fix: separate codex mcp into codex mcp-server and codex app-server (#4471) 2025-09-30 07:06:18 +00:00
message_processor.rs feat: support mcp in-session login (#7751) 2025-12-09 17:43:53 -08:00
models.rs make model optional in config (#7769) 2025-12-10 11:19:00 -08:00
outgoing_message.rs fix: taking plan type from usage endpoint instead of thru auth token (#7610) 2025-12-04 23:34:13 -08:00