style(acp): restore original -c overrides comment in codex_acp
Some checks are pending
Cargo Deny / deny (push) Waiting to run
Unused Dependencies / machete (push) Waiting to run

Review feedback on 25eac0e asked to undo the rewording of the comment
above map_goose_mode introduced in d8cdc8a60. Restore the original
"fixed goose mode via -c overrides until session/set-mode works" line
from before the mode-mapping changes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Matt Toohey <contact@matttoohey.com>
This commit is contained in:
Matt Toohey 2026-07-09 11:29:25 +10:00
parent 25eac0e002
commit 13978655f3

View file

@ -62,7 +62,7 @@ impl ProviderDef for CodexAcpProvider {
let goose_mode = config.get_goose_mode().unwrap_or(GooseMode::Auto);
let mcp_servers = extension_configs_to_mcp_servers(&extensions);
// -c overrides pin the initial behavior at spawn.
// fixed goose mode via -c overrides until session/set-mode works
let (approval_policy, sandbox_mode) = map_goose_mode(goose_mode);
let mut args = vec![
"-c".to_string(),