From cd7d3d07d29aec672858ab70a792b39ddd0ec3ad Mon Sep 17 00:00:00 2001 From: main Date: Mon, 23 Mar 2026 17:55:07 -0400 Subject: Fix stale consult sandbox instructions --- crates/phone-opus/src/mcp/host/runtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/phone-opus/src') diff --git a/crates/phone-opus/src/mcp/host/runtime.rs b/crates/phone-opus/src/mcp/host/runtime.rs index 1d18453..688ffd6 100644 --- a/crates/phone-opus/src/mcp/host/runtime.rs +++ b/crates/phone-opus/src/mcp/host/runtime.rs @@ -216,7 +216,7 @@ impl HostRuntime { "name": SERVER_NAME, "version": env!("CARGO_PKG_VERSION") }, - "instructions": "Use consult for blocking Claude Code consultations. Each call runs the system Claude Code binary in print-mode JSON with no configured MCP servers, a read-only built-in toolset, and dontAsk permission mode. Edit tools are unavailable." + "instructions": "Use consult for blocking Claude Code consultations. Each call runs the system Claude Code binary in print-mode JSON with no configured MCP servers, a read-only built-in toolset, an external systemd-run sandbox, and --dangerously-skip-permissions. Edit tools are unavailable." }))), "notifications/initialized" => { if !self.seed_captured() { -- cgit v1.2.3