mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-21 22:01:49 +00:00
acp spec
This commit is contained in:
parent
a33b1323ff
commit
2ba630c180
264 changed files with 18559 additions and 51021 deletions
|
|
@ -9,6 +9,21 @@ Research notes on Claude Code's configuration, credential discovery, and runtime
|
|||
- **Session Persistence**: Session ID (string)
|
||||
- **SDK**: None (spawns CLI directly)
|
||||
|
||||
## ACP Terminology (Sandbox Agent v2)
|
||||
|
||||
Use these terms consistently when discussing Claude's ACP path:
|
||||
|
||||
| Term | Meaning |
|
||||
|------|---------|
|
||||
| **ACP agent process launcher** | The command used to start the ACP agent process, commonly an `npx` launcher script that executes `claude-code-acp`. |
|
||||
| **ACP agent process** | The running ACP agent process spawned by Sandbox Agent from the launcher command. |
|
||||
| **ACP client** | The client-visible transport handle identified by `X-ACP-Connection-Id`; requests and SSE are scoped to this ACP client. |
|
||||
|
||||
Related IDs:
|
||||
|
||||
- **ACP client ID**: value of `X-ACP-Connection-Id` (transport identity).
|
||||
- **ACP session ID**: `sessionId` returned by `session/new` (conversation/session identity within ACP).
|
||||
|
||||
## Credential Discovery
|
||||
|
||||
### Priority Order
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue