diff options
| author | main <main@swarm.moe> | 2026-03-24 13:17:59 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-24 13:17:59 -0400 |
| commit | 53797d1f9bbaf73778cbb9dd6ad2f857ba1a88e2 (patch) | |
| tree | 69b17b86e72b5f292bde42adf839a8ed8cf8005c /README.md | |
| parent | 690b4851ea0afd8b214ddaa5450eec3a8c3a7ec9 (diff) | |
| download | phone_opus-53797d1f9bbaf73778cbb9dd6ad2f857ba1a88e2.zip | |
Reuse consult context per cwd by default
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ It exposes one blocking domain tool: - `consult`: run the system `claude` install in print mode, wait for the answer, and return the response plus execution metadata - - pass `session_id` from a previous response to resume that Claude Code conversation + - by default, phone_opus reuses the remembered Claude context for the consulted `cwd` + - pass `fresh_context: true` to opt out and start a fresh Claude context for that `cwd` - a fixed consult prefix is prepended before the caller-supplied prompt The server keeps the public MCP session in a durable host, isolates the actual |