Mahalaxmi
Mahalaxmi
FeaturesPricingProductsOpen SourceDocs
LoginGet Started

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

Latest

2026-03-01

feat

Add Google Gemini CLI provider via PTY adapter.

feat

ProviderRouter: configurable fallback chain with priority ordering.

fix

Resolve race condition in DAG edge resolution when multiple Workers complete simultaneously.

fix

Correct worktree cleanup order when Manager receives SIGTERM during active cycle.

v1.3.0

2026-02-14

feat

Add Ollama provider for local self-hosted model execution.

feat

Add Grok (xAI) PTY adapter.

improvement

Semantic deduplication using Jaccard similarity now applied before merge strategy.

fix

Fix GitHub Copilot session teardown leaving orphaned PTY processes.

v1.2.0

2026-01-20

feat

Add GitHub Copilot CLI PTY adapter.

feat

WeightedVoting and ComplexityWeighted consensus strategies.

improvement

LLM arbitration now invoked automatically when no consensus strategy reaches threshold.

fix

Fix branch naming collision when two Workers target the same output path.

v1.1.0

2025-12-10

feat

Git worktree isolation — each Worker operates in a dedicated branch checkout.

feat

Branch-and-PR git strategy with automatic Pull Request creation on task completion.

feat

DAG task graph with dependency-aware parallel scheduling.

improvement

Improved PTY output parsing for Claude Code multi-turn sessions.

v1.0.0

Initial Release

2025-11-01

feat

Manager-Worker consensus engine with Union and Intersection merge strategies.

feat

Claude Code PTY control adapter — first supported provider.

feat

YAML-based orchestration configuration.

feat

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 →