Releases: ravin-d-27/Commandor
Releases · ravin-d-27/Commandor
Commandor v0.2.1 — Streamlined & Live Task Tracking
Release Notes
What's New
Simplified Mode Architecture
- Reduced from 4 modes to 2: Agent (autonomous) and Chat (conversation only)
- Removed Plan, Assist, and Ask modes for a cleaner UX
Live Task Planning
- New create_task_plan(tasks=[...]) and complete_task(index=N) tools
- Real-time task panel in TUI shows progress as agent works
- Visual indicators: ▶ (current), ✓ (done), ○ (pending)
TUI Improvements
- Fixed plan panel visibility (was hidden behind log area)
- Enhanced error handling in rendering
Maintenance
- Version bump: 0.2.0 → 0.2.1
- Updated documentation to reflect new simpler design
Agentic Terminal
Commandor v0.0.1-beta
Key Features
- /ai – Convert natural language instructions to shell commands
- /ask – Ask AI anything: get explanations, coding help, system tips & more
- Beautiful interface – Colorful ASCII art, emoji cues, color-coded prompts
- Context-aware – Commands tailored to your current directory
- Safety checks – Warn before running dangerous commands
- Command history – Navigate with arrow keys (readline support)
- Cross-platform – Works on Linux, macOS & Windows