docs: session isolation (#6846)

This commit is contained in:
dianed-square
2026-01-30 11:44:18 -08:00
committed by GitHub
parent 21b0178884
commit 3d4a20f5c1
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ The client manages the goose lifecycle automatically, including:
- **Initialization**: The client runs the `goose acp` command to initialize the connection
- **Communication**: The client communicates with goose over stdio using JSON-RPC
- **Multiple Sessions**: The client manages multiple concurrent goose conversations simultaneously
- **Session Isolation**: Each session maintains its own isolated state, including conversation history, agent context, and extension configurations, allowing concurrent sessions to run without interference
:::info Session Persistence
ACP sessions are saved to goose's session history where you can access and manage them using goose. Access to session history in ACP clients might vary.