Update sandbox extension configuration instructions (#2915)

The current sandbox extension instructions state the glob configuration file must exist at `~/.pi/agent/sandbox.json` whereas it actually must exist at  `~/.pi/agent/extensions/sandbox.json` to be picked up.
This commit is contained in:
Paul Harrison
2026-04-09 01:39:50 +01:00
committed by GitHub
parent 75c72d888d
commit 82ecc1300f

View File

@@ -10,7 +10,7 @@
* via `tool_call` input mutation without replacing the tool.
*
* Config files (merged, project takes precedence):
* - ~/.pi/agent/sandbox.json (global)
* - ~/.pi/agent/extensions/sandbox.json (global)
* - <cwd>/.pi/sandbox.json (project-local)
*
* Example .pi/sandbox.json: