Skip to content

Releases: ravin-d-27/Commandor

Commandor v0.2.1 — Streamlined & Live Task Tracking

14 Mar 17:11

Choose a tag to compare

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

09 Mar 03:03

Choose a tag to compare

What's Changed

Full Changelog: v0.0.1-beta...v0.2.0

Commandor v0.0.1-beta

18 Jul 14:44

Choose a tag to compare

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