Skip to content

v2.9.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 14:01
· 22 commits to main since this release
2d543bf

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

  • 2d543bf feat: add llm.enabled configuration toggle and offline mode (#182)

Full Changelog: v2.8.0...v2.9.0