Skip to content

Windows FIX : ACP adapter installation fails for both Claude Code and Codex #2407

Description

@Mao-69

Fix for the following issue: 2343

#2343


Install [Git for Windows] (https://git-scm.com/download/win)

then open PowerShell as admin:

install NodeJS:
winget install OpenJS.NodeJS.LTS

update your system's execution policy to allow locally written scripts to run:
Set-ExecutionPolicy RemoteSigned -Scope LocalMachine

then install codex:
npm install -g @openai/codex

and the codex acp:
npm install -g @agentclientprotocol/codex-acp

then install Claude:
npm install -g @anthropic-ai/claude-code

then the claude acp:
npm install -g @agentclientprotocol/claude-agent-acp

re open the Buzz app and it should now find it

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions