v2.9.0
v2.9.0 — This release introduces a dual-mode execution strategy to provide flexibility between automated AI generation and manual control.
Developer Experience
- Introduced an LLM enablement toggle to allow developers to switch between two distinct operational modes, providing a way to manage costs or work in offline environments:
| Mode | Behavior | Purpose |
|---|---|---|
| LLM Mode | The release cli utilizes local LLMs to automatically generate intelligent commit messages and release notes. | Automates documentation workflows using AI intelligence. |
| Manual Mode | The agent performs commit operations using existing messages, while the release feature is deactivated. | Provides a fallback for when AI features are unavailable, preventing broken or empty automated outputs. |
Changelog
Full Changelog: v2.8.0...v2.9.0