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