v1.1.0
v1.1.0 - Custom Mode Implementation
What's New?
GitSet CLI now brings the power of AI-driven style adaptation, allowing teams to maintain their unique commit conventions while leveraging automated message generation. The new custom mode analyzes your commit history to understand and replicate your team's style.
Major Changes
- New commit style adaptation system with
--mode custom
- Smart commit history analysis (configurable depth)
- Repository pattern recognition
- Enhanced prompt engineering for style matching
- Dual mode support: semantic and custom
Features
- Style learning from previous commits
- Pattern and sequence recognition
- Team convention preservation
- Formatting and structure matching
- Configurable analysis depth
- Project-specific style adaptation
Installation
npm install -g @gitset-dev/cli@1.1.0
## What's Changed
* feat(cli): Add custom commit message mode by @imprvhub in https://github.com/gitset-dev/gitset-cli/pull/2
* feat(cli): Add custom commit message mode by @imprvhub in https://github.com/gitset-dev/gitset-cli/pull/3
## New Contributors
* @imprvhub made their first contribution in https://github.com/gitset-dev/gitset-cli/pull/2
**Full Changelog**: https://github.com/gitset-dev/gitset-cli/compare/v1.0.0-rc.1...v1.1.0