Skip to content

Releases: bizzkoot/copilot-commit

Release list

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 29 Mar 13:50

[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

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

Choose a tag to compare

@github-actions github-actions released this 16 Mar 15:27

[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