Skip to content

Releases: CalmProton/OpenCommit

OpenCommit v1.1.5

Choose a tag to compare

@CalmProton CalmProton released this 17 Jun 15:42
  • Repair invalid Commit Planner JSON by asking the model to correct missing, duplicate, or unknown files before falling back to a local completion pass.
  • Add explicit file-operation context so generated commit messages do not describe deleted files as additions.

OpenCommit v1.1.4

Choose a tag to compare

@CalmProton CalmProton released this 03 Jun 21:04
  • Raise the configurable output-token ceiling to 128000.
  • Add opencommit.maxPlanOutputTokens so Commit Planner can request much larger JSON plans without increasing the default token budget for single commit messages.

OpenCommit v1.1.3

Choose a tag to compare

@CalmProton CalmProton released this 30 May 00:10

Changes

  • Refresh Commit Planner state when Git changes are committed elsewhere, removing only files that no longer have pending changes.
  • Allow deleting the final commit group to clear a stale or unwanted plan.
  • Include prior unreleased 1.1.1 and 1.1.2 changes: repository-scoped settings and packaged VSIX ignore updates.

OpenCommit v1.1.0

Choose a tag to compare

@CalmProton CalmProton released this 28 May 01:17

What's Changed

  • Add a Planned Commits Source Control view for AI-generated multi-commit plans.
  • Support moving files between planned commits, editing messages, regenerating messages, and adding/removing commit groups.
  • Commit planned groups sequentially with clean-index and stale-working-tree checks.

Verification

  • bun run compile
  • bun run package

OpenCommit v1.0.2

Choose a tag to compare

@CalmProton CalmProton released this 26 May 16:53
  • Rename the public settings namespace to opencommit.
  • Update README and Marketplace text to use OpenCommit and Conventional Commits wording.
  • Add a local release skill for future release automation.

OpenCommit v1.0.1

Choose a tag to compare

@CalmProton CalmProton released this 26 May 16:36
  • Generate Conventional Commits messages by default.
  • Attach the Conventional Commits 1.0.0 specification to the model prompt for aiCommitMsg.format: conventional.
  • Keep simple and custom formats available for workspace override.

OpenCommit v1.0.0

Choose a tag to compare

@CalmProton CalmProton released this 26 May 15:43

First stable release of OpenCommit, a free AI commit message copilot for VS Code powered by OpenRouter. Includes MIT licensing, cleaned extension activation metadata, explicit TypeScript typings, and the packaged VS Code extension artifact.