diff options
| author | main <main@swarm.moe> | 2026-03-24 19:09:28 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-24 19:09:28 -0400 |
| commit | 8b090c3d0daf8b336aab9074b0d8aa31a688e232 (patch) | |
| tree | 175d2f2313ea34038278cbd066f10fae6bf244b3 /README.md | |
| parent | 57205cd29c41afe85c78a3b5c1962bb3d1f1b27c (diff) | |
| download | phone_opus-8b090c3d0daf8b336aab9074b0d8aa31a688e232.zip | |
Surface reusable consult context on failures
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ It exposes one blocking domain tool: - 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 + - downstream failures still surface any reusable context handle for that `cwd`, so a post-reset retry can stick to the same session The server keeps the public MCP session in a durable host, isolates the actual Claude invocation in a disposable worker, and ships standard health and |