From 53797d1f9bbaf73778cbb9dd6ad2f857ba1a88e2 Mon Sep 17 00:00:00 2001 From: main Date: Tue, 24 Mar 2026 13:17:59 -0400 Subject: Reuse consult context per cwd by default --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1cdde02..ff456c5 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3