organize agent: add explicit tool pre-approval instruction
Some Sonnet runs preemptively refuse to use tools ("poc-memory tool
needs approval") without attempting to run them. Adding explicit
instruction that tools are pre-approved and should be used directly.
Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
cb44138433
commit
58a95a22a0
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ refining, and act on it.
|
||||||
|
|
||||||
## Your tools
|
## Your tools
|
||||||
|
|
||||||
|
All tools are pre-approved. Run them directly — do not ask for permission.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Read a node's full content (ALWAYS single-quote keys with #)
|
# Read a node's full content (ALWAYS single-quote keys with #)
|
||||||
poc-memory render 'identity#core'
|
poc-memory render 'identity#core'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue