Skip to content

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Mar 15:27
· 5 commits to main since this release

[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.customPrompts setting
  • 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.lm API

Chores

  • update CHANGELOG for v0.0.1
  • initialize project and ci/cd

Full Changelog: https://github.com/bizzkoot/copilot-commit/commits/v0.0.1