Changelog
Version history for the Mahalaxmi open source CLI. This changelog covers the CLI orchestration tool only — for cloud platform updates, see the dashboard release notes.
Versions follow Semantic Versioning. Breaking changes are noted in the affected release.
v1.4.0
Latest2026-03-01
Add Google Gemini CLI provider via PTY adapter.
ProviderRouter: configurable fallback chain with priority ordering.
Resolve race condition in DAG edge resolution when multiple Workers complete simultaneously.
Correct worktree cleanup order when Manager receives SIGTERM during active cycle.
v1.3.0
2026-02-14
Add Ollama provider for local self-hosted model execution.
Add Grok (xAI) PTY adapter.
Semantic deduplication using Jaccard similarity now applied before merge strategy.
Fix GitHub Copilot session teardown leaving orphaned PTY processes.
v1.2.0
2026-01-20
Add GitHub Copilot CLI PTY adapter.
WeightedVoting and ComplexityWeighted consensus strategies.
LLM arbitration now invoked automatically when no consensus strategy reaches threshold.
Fix branch naming collision when two Workers target the same output path.
v1.1.0
2025-12-10
Git worktree isolation — each Worker operates in a dedicated branch checkout.
Branch-and-PR git strategy with automatic Pull Request creation on task completion.
DAG task graph with dependency-aware parallel scheduling.
Improved PTY output parsing for Claude Code multi-turn sessions.
v1.0.0
Initial Release2025-11-01
Manager-Worker consensus engine with Union and Intersection merge strategies.
Claude Code PTY control adapter — first supported provider.
YAML-based orchestration configuration.
CLI entrypoint with --config and --dry-run flags.
Full Release History
Every tagged release is available on GitHub. You can compare any two versions using the GitHub compare view.
View All Releases on GitHub →