diff options
| author | main <main@swarm.moe> | 2026-03-24 13:19:18 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-24 13:19:18 -0400 |
| commit | 57205cd29c41afe85c78a3b5c1962bb3d1f1b27c (patch) | |
| tree | 3b6336cb705eea622cbdc4f9eb32a5ed3c72bcaf /README.md | |
| parent | 53797d1f9bbaf73778cbb9dd6ad2f857ba1a88e2 (diff) | |
| download | phone_opus-57205cd29c41afe85c78a3b5c1962bb3d1f1b27c.zip | |
Disable Claude web search in consults
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |