core-agent-ide/codex-rs/common/src
Raduan A. 557ac63094
Fix config documentation: correct TOML parsing description (#6424)
The CLI help text and inline comments incorrectly stated that -c
key=value flag parses values as JSON, when the implementation actually
uses TOML parsing via parse_toml_value(). This caused confusion when
users attempted to configure MCP servers using JSON syntax based on the
documentation.

Changes:
- Updated help text to correctly state TOML parsing instead of JSON

Fixes #4531
2025-11-09 22:58:32 -08:00
..
approval_mode_cli_arg.rs [approval_policy] Add OnRequest approval_policy (#1865) 2025-08-05 20:44:20 -07:00
approval_presets.rs feat(tui): clarify Windows auto mode requirements (#5568) 2025-10-28 01:19:32 +00:00
config_override.rs Fix config documentation: correct TOML parsing description (#6424) 2025-11-09 22:58:32 -08:00
config_summary.rs feat: reasoning effort as optional (#3527) 2025-09-12 12:06:33 -07:00
elapsed.rs Add spacing to timer duration formats (#3471) 2025-09-12 12:05:57 -04:00
format_env_display.rs [MCP] Redact environment variable values in /mcp and mcp get (#5648) 2025-10-24 18:30:20 -04:00
fuzzy_match.rs Scrollable slash commands (#1830) 2025-08-06 21:23:09 -07:00
lib.rs [MCP] Allow specifying cwd and additional env vars (#5246) 2025-10-17 00:24:43 -04:00
model_presets.rs chore: fix grammar mistakes (#6326) 2025-11-06 09:48:59 -08:00
sandbox_mode_cli_arg.rs chore: move mcp-server/src/wire_format.rs to protocol/src/mcp_protocol.rs (#2423) 2025-08-18 09:36:57 -07:00
sandbox_summary.rs feat: add /tmp by default (#1919) 2025-08-07 00:17:00 -07:00