Releases: bizzkoot/copilot-commit
Releases · bizzkoot/copilot-commit
Release list
v0.0.2
[0.0.2] - 2026-03-29
Fixed
- use force flag for git tag fetch in release workflow (d460de1)
- resolve audit findings for v0.0.2 release (31432e0)
- resolve commit message line wrapping, README image, and settings icon rendering (a376268)
Chores
- v0.0.2 (cf5c043)
All notable changes to the Copilot Commit extension will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Full Changelog: https://github.com/bizzkoot/copilot-commit/commits/v0.0.2
v0.0.1
[0.0.1] - 2026-03-16
Added
- One-click commit message generation from the Source Control toolbar
- 8 built-in commit styles: Conventional Commits, Simple Descriptive, One-Line Summary, GitHub-Style, Semantic Emoji, Detailed/Verbose, Gitmoji, and Angular Style
- Custom prompt templates via
copilotCommit.customPromptssetting - Model selection via status bar indicator
- Auto-detect current Copilot Chat model
- Cancellable generation with progress indicator
- Multi-repository support (active editor context)
- Diff truncation with user notification for large changesets
Fixed
- extract version-specific changelog for release notes
- improve changelog script for first release handling
Security
- Sanitized error messages to prevent internal detail leakage
- No direct network access — all LLM communication through VS Code's
vscode.lmAPI
Chores
- update CHANGELOG for v0.0.1
- initialize project and ci/cd
Full Changelog: https://github.com/bizzkoot/copilot-commit/commits/v0.0.1