swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-23 17:55:07 -0400
committermain <main@swarm.moe>2026-03-23 17:55:07 -0400
commitcd7d3d07d29aec672858ab70a792b39ddd0ec3ad (patch)
treee5cedf01dce570b94f3d41ec0bd88a2f44c78a04 /crates
parent10d4e08bc5d18daa59ddec19a3e2bf345331ccfc (diff)
downloadphone_opus-cd7d3d07d29aec672858ab70a792b39ddd0ec3ad.zip
Fix stale consult sandbox instructions
Diffstat (limited to 'crates')
-rw-r--r--crates/phone-opus/src/mcp/host/runtime.rs2
1 files changed, 1 insertions, 1 deletions
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() {