chore: update ACP SDK to 0.16.1 and add e2e testing guidance (#259)

- Bump @agentclientprotocol/sdk from 0.14.1 to 0.16.1 in acp-http-client
- Update adapters.json to reflect new SDK version
- Migrate unstableListSessions to listSessions (stabilized in SDK 0.16.0)
- Add CLAUDE.md guidance: request token location before e2e agent testing

All 5 ACP adapters remain at their latest versions. E2E testing confirms
Claude, Codex, Pi, and Cursor agents work end-to-end with credentials.

Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
Nathan Flurry 2026-03-15 19:46:26 -07:00 committed by GitHub
parent d850a3b77a
commit 3426cbc6ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 184 additions and 179 deletions

View file

@ -17,7 +17,7 @@
}
},
"dependencies": {
"@agentclientprotocol/sdk": "^0.14.1"
"@agentclientprotocol/sdk": "^0.16.1"
},
"files": [
"dist"