Loading...
RightNow Agent sends model inference to a configured OpenAI-compatible provider and runs approved tools on the user's machine.
| Surface | Current behavior |
|---|---|
| Interactive UI | Starts when the binary is launched without -p, --prompt-json, --prompt-file, or a subcommand. |
| One-shot mode | -p, --single, or --print sends one prompt and exits. |
| Model selection | -m or --model selects a configured model entry. |
| Structured output | --output-format selects the headless output form; --json-schema implies JSON output. |
| Workspace selection | --cwd <path> selects the working directory. |
| Files and terminal | Compiled tools can read, search, edit, create, and run commands subject to permissions. |
| Web tools | The standard launcher enables search and fetch defaults; calls can contact public sites. |
| MCP, hooks, skills, and rules | Available when configured; each integration has its own trust boundary. |
| Diagnostics | doctor, doctor --json, and the local unified JSONL log. |
| Receipts | receipt verify <receipt> [--workspace <dir>] [--json] verifies current file state for a file receipt. |
| Update status | update --check --json reports that no self-update channel exists. |
The shipped template enables named-file preload, a bounded first-turn workspace map, dynamic tools, eager tools, bounded prompt slimming, and one-call transactions. It keeps act_first and context_packing off.
Image and video generation tools are denied by the shipped template and launchers. Local inference, local model downloads, and GPU scheduling are not product capabilities. Automatic-approval flags change the permission decision but do not create a sandbox.