Grok CLI 0.2.93 does not auto-approve write tool calls when --permission-mode acceptEdits is passed to grok --prompt-file. Write operations get canceled instead of being applied.
Falling back to --permission-mode auto resolves the issue — writes are approved automatically as expected.
Filed PR with this fix: #2
Note: since my Grok CLI was installed via Homebrew, the version may differ slightly from the official release channel — worth confirming whether this is version-specific behavior.
Grok CLI 0.2.93 does not auto-approve write tool calls when
--permission-mode acceptEditsis passed togrok --prompt-file. Write operations get canceled instead of being applied.Falling back to
--permission-mode autoresolves the issue — writes are approved automatically as expected.Filed PR with this fix: #2
Note: since my Grok CLI was installed via Homebrew, the version may differ slightly from the official release channel — worth confirming whether this is version-specific behavior.