From 1634238d797ebd31ab0eced9cb3f95a5d540a289 Mon Sep 17 00:00:00 2001 From: Umar Ahmad Date: Thu, 2 Apr 2026 08:44:58 +0530 Subject: [PATCH] Update claude-agent-acp repository --- README.org | 6 +++--- agent-shell-anthropic.el | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 91add92..d0cab55 100644 --- a/README.org +++ b/README.org @@ -63,10 +63,10 @@ Thanks to [[https://github.com/lobehub/lobe-icons][Lobe Icons]] for the lovely i *** Claude Agent SDK -For Anthropic's [[https://platform.claude.com/docs/en/agent-sdk/overview][Claude Agent SDK]] (formerly known as the Claude Code SDK), follow [[https://github.com/zed-industries/claude-agent-acp][Zed's claude-agent-acp instructions]], typically something like: +For Anthropic's [[https://platform.claude.com/docs/en/agent-sdk/overview][Claude Agent SDK]] (formerly known as the Claude Code SDK), follow [[https://github.com/agentclientprotocol/claude-agent-acp][claude-agent-acp instructions]], typically something like: #+begin_src bash -npm install -g @zed-industries/claude-agent-acp +npm install -g @agentclientprotocol/claude-agent-acp #+end_src *Note:* The =-g= flag is required to install the binary globally so it's available in your PATH. After installation, verify it's available by running =which claude-agent-acp= in your terminal. @@ -166,7 +166,7 @@ You can install via: :ensure-system-package ;; Add agent installation configs here ((claude . "brew install claude-code") - (claude-agent-acp . "npm install -g @zed-industries/claude-agent-acp"))) + (claude-agent-acp . "npm install -g @agentclientprotocol/claude-agent-acp"))) #+end_src This will automatically install the required dependencies ([[https://melpa.org/#/acp][acp.el]] and [[https://melpa.org/#/shell-maker][shell-maker]]). diff --git a/agent-shell-anthropic.el b/agent-shell-anthropic.el index 9873705..56a962b 100644 --- a/agent-shell-anthropic.el +++ b/agent-shell-anthropic.el @@ -149,7 +149,7 @@ Returns an agent configuration alist using `agent-shell-make-agent-config'." (funcall agent-shell-anthropic-default-model-id) agent-shell-anthropic-default-model-id)) :default-session-mode-id (lambda () agent-shell-anthropic-default-session-mode-id) - :install-instructions "See https://github.com/zed-industries/claude-agent-acp for installation.")) + :install-instructions "See https://github.com/agentclientprotocol/claude-agent-acp for installation.")) (defun agent-shell-anthropic-start-claude-code () "Start an interactive Claude Agent shell."