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:
@@ -10,7 +10,7 @@
|
|||||||
* via `tool_call` input mutation without replacing the tool.
|
* via `tool_call` input mutation without replacing the tool.
|
||||||
*
|
*
|
||||||
* Config files (merged, project takes precedence):
|
* Config files (merged, project takes precedence):
|
||||||
* - ~/.pi/agent/sandbox.json (global)
|
* - ~/.pi/agent/extensions/sandbox.json (global)
|
||||||
* - <cwd>/.pi/sandbox.json (project-local)
|
* - <cwd>/.pi/sandbox.json (project-local)
|
||||||
*
|
*
|
||||||
* Example .pi/sandbox.json:
|
* Example .pi/sandbox.json:
|
||||||
|
|||||||
Reference in New Issue
Block a user