~ruther/emacs.d

711686dc9dbc159d60c56851532b0f3d03e5b8f3 — Rutherther 3 months ago 787a273
chore: update claude command
1 files changed, 2 insertions(+), 2 deletions(-)

M init.el
M init.el => init.el +2 -2
@@ 1346,9 1346,9 @@
  (agent-shell-prefer-viewport-interaction t)
  ;; Command setup
  (agent-shell-google-gemini-command
   '("~/.local/bin/gemini" "--experimental-acp"))
   '("~/.local/bin/gemini" "--experimental-acp" "--model" "gemini-2.5-pro"))
  (agent-shell-anthropic-claude-command
   '("~/.local/bin/claude-code-acp"))
   '("~/.local/bin/claude-agent-acp"))
  ;; Auth
  (agent-shell-anthropic-authentication
   (agent-shell-anthropic-make-authentication :login t))