Changelog
v0.6.11 April, 2026Major Release
- ora chat — browser-based chat interface with 3 tabs (Chat, CLI, Dashboard)
- Light and dark theme toggle
- Copy buttons on all messages
- Expandable iteration details per response
- Slash commands in chat (/list, /cost, /kill, /help)
- Docs panel — browse documentation alongside chat
- Stop button — cancel running queries
- CLI tab with command history and smart output formatting
- ora compare — run same query across multiple models
- ora --guide now runs the crafted command
- --verbose shows full answer text per iteration
- provider/model format (openai/gpt-4o)
- Stdin pipe support (echo "hello" | ora)
- Budget validation, Ctrl+C handling, multi-kill
- 43 use case articles with strategy recipes
v0.2.031 March, 2026
- Pro feature gates — background jobs, memory, craft, guide, dashboard require Pro
- Account management: ora account set-key, remove-key, status
- API key validation with 24h cache
- Graceful offline fallback for pro checks
v0.1.531 March, 2026
- Cost display now shows 4 decimal places
- Dashboard exits with q or Esc
- Comprehensive test suite (test.md)
v0.1.331 March, 2026
- Cleaner onboarding experience
- Default iterations: 2–4 for faster responses
- Self-update: ora update downloads from GitHub releases
- Windows build added
v0.1.024 March, 2026Initial Release
- Reasoning loops: critique, debate, research strategies
- Multi-provider: Claude, GPT, Gemini, Grok, Ollama, custom endpoints
- Background jobs with kill
- Budget and cost tracking per run
- Memory system with --memory and --continue
- Prompt crafting with --craft and --guide
- Terminal dashboard (TUI)
- JSON output for agent pipelines
- Context injection from files and URLs
- Config system with env var overrides