diff --git a/agents/grok-implementer.md b/agents/grok-implementer.md index e8fa784..ea1e188 100644 --- a/agents/grok-implementer.md +++ b/agents/grok-implementer.md @@ -54,7 +54,7 @@ T=$(command -v gtimeout || command -v timeout || true) ${T:+$T 600} grok --prompt-file "$SPEC" \ -m grok-4.5 \ - --permission-mode acceptEdits \ + --permission-mode auto \ --output-format plain \ --cwd "$(pwd)" \ > /tmp/grok-final-$$.txt 2>&1