Local-First
AI CLI.
Local-first AI for coding, goal execution, and release discipline. Built with Go, Ollama, and SQLite.
Context-Aware Autopilot
Ranks likely-relevant files before making changes. It uses repository context, recent prompts, and summaries to start in the right place.
- 98% internal/mcp/server.go
- 84% internal/agent/agent.go
- 62% internal/planner/prompt.go
Local-First Privacy
Built for local-first workflows, with Ollama as the default runtime for on-machine inference.
Release Discipline
Tagged releases with changelog discipline and reproducible GitHub Actions distribution.
How it Works
1. Query
Define your goal. The agent maps the required context locally.
2. Patch
Apply focused edits across the files that matter to the current goal.
3. Validate
Tests are run to ensure the patch resolves the goal cleanly.