You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Subject to policy (dry-run, deny paths, secret scan) and user approval unless YOLO.
Search
Tool
Approval
Description
glob
no
Glob patterns
grep
no
Regex content search
search_files
no
Filename substring search
find_symbol
no
Likely symbol definitions
Shell & git
Tool
Approval
Description
bash
yes*
Shell in workspace
git_status
no
Branch, status, log, diff stat
diff_workspace
no
git diff
diagnostics
yes*
typecheck / lint / test auto-detect
* Allowlisted bash may auto-approve when /allowlist on.
Swarm & coordination
Tool
Approval
Description
message_agent
no
Bus message to agent/worker
spawn_worker
no
Spawn swarm child
swarm_status
no
Worker tree + caps
todo_write
no
Task list
think
no
Scratchpad
Other
Tool
Approval
Description
web_fetch
yes
HTTP GET, HTML stripped
notebook_read
no
Read .ipynb cells
memory_append
no
Note in optional user home memory
memory_read
no
Read home memory if present
Tool loop
sequenceDiagram
participant A as Agent
participant P as Policy
participant U as User
participant T as Tool
participant W as Workspace
A->>P: tool_call
P-->>A: deny / auto / need approval
alt need approval
A->>U: approve?
U-->>A: y/n
end
A->>T: execute
T->>W: sandboxed IO
W-->>T: result
T-->>A: ToolResult truncated