swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-24 13:19:18 -0400
committermain <main@swarm.moe>2026-03-24 13:19:18 -0400
commit57205cd29c41afe85c78a3b5c1962bb3d1f1b27c (patch)
tree3b6336cb705eea622cbdc4f9eb32a5ed3c72bcaf /README.md
parent53797d1f9bbaf73778cbb9dd6ad2f857ba1a88e2 (diff)
downloadphone_opus-57205cd29c41afe85c78a3b5c1962bb3d1f1b27c.zip
Disable Claude web search in consults
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ff456c5..d6b7853 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Each `consult` call runs Claude Code with:
- a baked-in consult prefix telling Claude it is acting in read-only advisory mode for another model and should return a prioritized actionable report
- no configured MCP servers (`--strict-mcp-config --mcp-config '{"mcpServers":{}}'`)
- a read-only built-in toolset:
- - `Bash,Read,Grep,Glob,LS,WebFetch,WebSearch`
+ - `Bash,Read,Grep,Glob,LS,WebFetch`
- `--dangerously-skip-permissions`
- an external `systemd-run --user` sandbox instead of Claude's internal permission gate
- the filesystem stays globally read-only under `ProtectSystem=strict`