Changelog
All notable changes to ora.
v0.1.0 — March 2026
Initial release.
- Core reasoning loop with three strategies: critique, debate, research
- Multi-provider support: Anthropic, OpenAI, Google, xAI, Ollama, any OpenAI-compatible endpoint
- Background job execution with attach, pause, resume, kill
- Budget and cost tracking per run and per model
- Memory system — chain runs with
--memoryand--continue - Prompt crafting with
--craftand interactive--guide - Terminal dashboard (ratatui TUI)
- JSON output for agent pipelines
- Context injection from files and URLs with injection detection
- Multi-language prompt detection
- Confidence scoring and convergence detection
- Atomic state files, file locking, process IDs
- Config system with env var overrides
- Dry run cost estimation
- Shell completions (bash, zsh, fish, powershell)