User Guide

July 7, 2026 · View on GitHub

Install: QUICK_START.md. Config keys: SETTINGS.md.

Run

  • Installed: grinta
  • Source: uv run python -m backend.cli.entry
  • Interactive TTY → Textual UI. Piped stdin → non-interactive (one line = one turn; use TUI for multi-turn).

Modes (/mode)

ModeDoes
ChatRead-only Q&A
PlanRead-only investigation
AgentFull edit + shell loop (default)

Autonomy (/autonomy)

Only matters in Agent mode. Controls confirmation prompts, not execution policy.

LevelBehavior
conservativeConfirm shell, edits, terminal, browser, MCP, and delegation
balancedConfirm high-risk (default)
fullNo prompts; CRITICAL blocks still apply

Execution hardening: security.execution_profile in SETTINGS.md.

Slash commands

CommandPurpose
/helpCommands list
/settingsModel, API key, MCP
/sessions /resumePast sessions
/model /mode /autonomyHUD controls
/healthFast env check (LLM, git, execution profile); run grinta doctor outside TUI for full schema checks
/diff /checkpoint /compactWorkspace tools

Safety

Runs on your machine. See SECURITY_CHECKLIST.md for untrusted code.