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
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