mirror of
https://github.com/block/goose.git
synced 2026-07-09 16:09:22 +00:00
style(acp): restore original -c overrides comment in codex_acp
Review feedback on25eac0easked to undo the rewording of the comment above map_goose_mode introduced ind8cdc8a60. 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:
parent
25eac0e002
commit
13978655f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue