core-agent-ide/codex-rs/app-server/src
Eric Traut 31d9b6f4d2
Improve handling of config and rules errors for app server clients (#9182)
When an invalid config.toml key or value is detected, the CLI currently
just quits. This leaves the VSCE in a dead state.

This PR changes the behavior to not quit and bubble up the config error
to users to make it actionable. It also surfaces errors related to
"rules" parsing.

This allows us to surface these errors to users in the VSCE, like this:

<img width="342" height="129" alt="Screenshot 2026-01-13 at 4 29 22 PM"
src="https://github.com/user-attachments/assets/a79ffbe7-7604-400c-a304-c5165b6eebc4"
/>

<img width="346" height="244" alt="Screenshot 2026-01-13 at 4 45 06 PM"
src="https://github.com/user-attachments/assets/de874f7c-16a2-4a95-8c6d-15f10482e67b"
/>
2026-01-13 17:57:09 -08:00
..
bespoke_event_handling.rs renaming: task to turn (#8963) 2026-01-09 17:31:17 +00:00
codex_message_processor.rs Restrict MCP servers from requirements.toml (#9101) 2026-01-13 19:45:00 +00:00
config_api.rs Restrict MCP servers from requirements.toml (#9101) 2026-01-13 19:45:00 +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 feat: move file name derivation into codex-file-search (#8334) 2025-12-19 12:50:55 -08:00
lib.rs Improve handling of config and rules errors for app server clients (#9182) 2026-01-13 17:57:09 -08:00
main.rs feat(app-server): add an --analytics-default-enabled flag (#9118) 2026-01-13 11:59:39 -08:00
message_processor.rs Improve handling of config and rules errors for app server clients (#9182) 2026-01-13 17:57:09 -08:00
models.rs clean models manager (#9168) 2026-01-13 16:55:33 -08:00
outgoing_message.rs Improve handling of config and rules errors for app server clients (#9182) 2026-01-13 17:57:09 -08:00