Agent Terminal & Filesystem Capabilities

Also available: Markdown ยท Plain text

Agent Terminal & Filesystem Capabilities

Status: Implemented in v0.2 agent runtime (Phases 0โ€“3).

Summary

Gnomad is a command-and-filesystem agent, not a chatbot that pretends to run shell commands. Cloud chat uses LLM tool calls (shell_run, fs_*, workspace_info). Local Ollama falls back to <gnomad-run> tags.

Trust modes

Mode Behavior
Standard (default) Read/write/search under workspace ($HOME until changed). Paths outside workspace need approval. Sudo Gate for risky shell.
YOLO! Full-machine file access; fewer path prompts. Sudo Gate may still apply for destructive shell.

Architecture

User actions

See plan history in .cursor/plans/ for full approach comparison.

Local command planner (optional)

Settings โ†’ Agent access โ†’ Local command planner:

Runs when the main model emits prose instead of a valid shell command.