Replace deprecated Claude ACP package links#8625
Merged
Merged
Conversation
Installing the documented @zed-industries/claude-agent-acp package as documented in goose will show the following deprecation message: npm warn deprecated @zed-industries/claude-agent-acp@0.23.1: This package has been renamed to @agentclientprotocol/claude-agent-acp. Please migrate to continue receiving updates. The package was renamed some time ago and is now available under the @agentclientprotocol scope. Also, their new GitHub page is: https://github.com/agentclientprotocol/claude-agent-acp. This PR updates the references in Goose, removing the old package in favor of the new one. Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
auto-merge was automatically disabled
April 22, 2026 11:31
Pull request was closed
Contributor
Author
|
@lifeizhou-ap thank you for the review! |
lifeizhou-ap
added a commit
that referenced
this pull request
Apr 23, 2026
* main: fix: preprompt would show after loading session (#8744) commands to acp+ migration: extensions management (#8733) feat: desktop notification when goose finishes a task (#8647) harden code review skill for async state and default-resolution bugs (#8740) Feature/at agent mention (#8571) fix: removed hardcoded dependency of goose-acp-macro (#8753) perf: split agent setup into staged phases to reduce startup blocking (#8746) Add /skills command (#8600) Replace deprecated Claude ACP package links (#8625)
lifeizhou-ap
added a commit
that referenced
this pull request
Apr 23, 2026
* main: (34 commits) fix(goose-server): cache TLS cert to disk to avoid slow startup on first launch (#8174) feat: add Exa AI-powered search tool (#8487) fix: preprompt would show after loading session (#8744) commands to acp+ migration: extensions management (#8733) feat: desktop notification when goose finishes a task (#8647) harden code review skill for async state and default-resolution bugs (#8740) Feature/at agent mention (#8571) fix: removed hardcoded dependency of goose-acp-macro (#8753) perf: split agent setup into staged phases to reduce startup blocking (#8746) Add /skills command (#8600) Replace deprecated Claude ACP package links (#8625) removed the specific code owner for documentation change (#8749) fix(providers): handle missing delta field in streaming chunks (#8700) refactor(providers): extract http_status module and rename handle_status_openai_compat (#8620) fix(providers/openai): accept streaming chunks with both reasoning fields (#8715) feat: associate threads with projects (#8745) upgrade goose sdk and tui to be compatible with the latest agentclientprotocol/sdk package (#8667) feat: extend goose2 context window ux with auto-compaction (#8721) improve goose2 agent management flows (#8737) alexhancock/tui-improvements (#8736) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Installing the documented @zed-industries/claude-agent-acp package as documented in goose will show the following deprecation message:
You can see the deprecation message at https://www.npmjs.com/package/@zed-industries/claude-agent-acp as well.
The package was renamed some time ago and is now available under the @agentclientprotocol scope. Also, their new GitHub page is: https://github.com/agentclientprotocol/claude-agent-acp.
This PR updates the references in Goose, removing the old package in favor of the new one.