With 1.129 if I run code agent I get this output:
ubuntu@copilot-testing:~$ vscode-linux-x64-1.129.0/bin/code agent
[2026-07-18 10:59:47] info Agent host supervisor logging to /home/ubuntu/.vscode-server/cli/agent-host-stable.log
Visual Studio Code Agent Host v1.129.0 ready in 62ms
➜ Local: ws://localhost:35893?tkn=608ef607-46e4-4511-871e-db7c5c42e281
➜ Network: use --host to expose
➜ Manage: code agent ps | code agent kill
It says I can use code agent ps to manage the host, however that produces this error:
ubuntu@copilot-testing:~$ vscode-linux-x64-1.129.0/bin/code agent ps
[2026-07-18 10:59:50] error AHP initialize failed: rpc error -32005: Client offered protocol versions [0.4.0], none of which are compatible with this server's version 0.6.0 (server accepts ^0.6.0).
With 1.129 if I run
code agentI get this output:It says I can use
code agent psto manage the host, however that produces this error: