Chat & Ask¶
Interactive Chat¶
Opens an interactive REPL with the agentic assistant. The agent has access to tools for reading/writing files, running shell commands, searching code, and more.
Tool Execution¶
The agent can invoke tools automatically. Destructive actions (file writes, shell commands) require your confirmation before executing. Read-only tools like file reads, glob, and grep are auto-approved by default.
Configure auto-approval in your config:
Streaming¶
Responses stream token-by-token by default. Disable with:
Single-Shot Ask¶
Sends a single prompt and prints the response. Useful for scripting and piping: