Skip to content

acp: Support automatic installation of Claude Code - #37120

Merged
cole-miller merged 3 commits into
mainfrom
install-claude-acp
Aug 28, 2025
Merged

acp: Support automatic installation of Claude Code#37120
cole-miller merged 3 commits into
mainfrom
install-claude-acp

Conversation

@cole-miller

Copy link
Copy Markdown
Member

Release Notes:

  • N/A

@cla-bot cla-bot Bot added the cla-signed The user has signed the Contributor License Agreement label Aug 28, 2025
@cole-miller
cole-miller enabled auto-merge (squash) August 28, 2025 21:33
@cole-miller
cole-miller merged commit 930189e into main Aug 28, 2025
22 checks passed
@cole-miller
cole-miller deleted the install-claude-acp branch August 28, 2025 21:38
@markuswustenberg

Copy link
Copy Markdown
Contributor

🥳

JosephTLyons pushed a commit that referenced this pull request Aug 29, 2025
JosephTLyons pushed a commit that referenced this pull request Aug 29, 2025
tidely pushed a commit to tidely/zed that referenced this pull request Sep 10, 2025
pull Bot pushed a commit to esinanturan/zed that referenced this pull request May 29, 2026
The `nc` crate and `zed --nc <socket>` flag were added in zed-industries#34577 to let
the Claude Code integration spawn the running zed binary as a
netcat-style bridge between stdio and a Unix socket for its MCP server.

That integration was removed in zed-industries#37120 in favor of the external
`@agentclientprotocol/claude-agent-acp` npm package, which dropped the
only caller of `--nc`. The flag, its dispatch in `main.rs`, and the `nc`
crate itself were left behind and have been unused since.

Nothing in the Zed codebase spawns `zed --nc` anymore, so remove the
flag and delete the crate. The unrelated `--askpass` netcat bridge (in
the `askpass` crate) is unaffected.

Release Notes:

- N/A
TomPlanche pushed a commit to TomPlanche/zed that referenced this pull request Jun 2, 2026
The `nc` crate and `zed --nc <socket>` flag were added in zed-industries#34577 to let
the Claude Code integration spawn the running zed binary as a
netcat-style bridge between stdio and a Unix socket for its MCP server.

That integration was removed in zed-industries#37120 in favor of the external
`@agentclientprotocol/claude-agent-acp` npm package, which dropped the
only caller of `--nc`. The flag, its dispatch in `main.rs`, and the `nc`
crate itself were left behind and have been unused since.

Nothing in the Zed codebase spawns `zed --nc` anymore, so remove the
flag and delete the crate. The unrelated `--askpass` netcat bridge (in
the `askpass` crate) is unaffected.

Release Notes:

- N/A
jonx pushed a commit to jonx/zed-aros that referenced this pull request Jul 17, 2026
The `nc` crate and `zed --nc <socket>` flag were added in zed-industries#34577 to let
the Claude Code integration spawn the running zed binary as a
netcat-style bridge between stdio and a Unix socket for its MCP server.

That integration was removed in zed-industries#37120 in favor of the external
`@agentclientprotocol/claude-agent-acp` npm package, which dropped the
only caller of `--nc`. The flag, its dispatch in `main.rs`, and the `nc`
crate itself were left behind and have been unused since.

Nothing in the Zed codebase spawns `zed --nc` anymore, so remove the
flag and delete the crate. The unrelated `--askpass` netcat bridge (in
the `askpass` crate) is unaffected.

Release Notes:

- N/A
jolutz pushed a commit to jolutz/zed that referenced this pull request Aug 8, 2026
jolutz pushed a commit to jolutz/zed that referenced this pull request Aug 8, 2026
The `nc` crate and `zed --nc <socket>` flag were added in zed-industries#34577 to let
the Claude Code integration spawn the running zed binary as a
netcat-style bridge between stdio and a Unix socket for its MCP server.

That integration was removed in zed-industries#37120 in favor of the external
`@agentclientprotocol/claude-agent-acp` npm package, which dropped the
only caller of `--nc`. The flag, its dispatch in `main.rs`, and the `nc`
crate itself were left behind and have been unused since.

Nothing in the Zed codebase spawns `zed --nc` anymore, so remove the
flag and delete the crate. The unrelated `--askpass` netcat bridge (in
the `askpass` crate) is unaffected.

Release Notes:

- N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants