Skip to content

Releases: Commitor-AI/commitor

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 14:08
2818cd8
commitor v0.6.1

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 13:43
commitor v0.6.0

v0.5.1

Choose a tag to compare

@Smasduq Smasduq released this 30 Aug 10:49

[0.5.1] — 2026-08-30

Fixed

  • Running commitor scan outside a git repository now stops with a clear
    "not a git repository" message instead of git's raw diff usage dump.

v0.5.0

Choose a tag to compare

@Smasduq Smasduq released this 29 Aug 21:54
7ccdb07
Merge pull request #3 from Commitor-AI/refact-cli-auth

Refact cli auth

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 16:34
commitor-cli v0.4.0

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 28 Aug 19:43

Commitor v0.3.3

Logging in to Commitor is now a single command — no API keys to copy.

What's new

  • One-click login from the terminal. Run commitor login (no flags) and your
    browser opens to sign in. When you're done, the CLI connects automatically.
    The web app issues a CLI key for you behind the scenes and hands it back to
    the terminal — you never have to create or paste one.
  • No manual key wrangling. Paste is still supported as a fallback if the
    browser flow is interrupted (commitor login --key <key>), but it's no longer
    the default path.
  • Redesigned "connected" screen. After login you get a polished, animated
    success page styled like the rest of Commitor (no emoji) instead of a plain
    message.

How to get it

  • Already have Commitor? Just run commitor update.
  • Or download the prebuilt binary for your platform from the assets below.
  • Or install the npm wrapper, which pulls the matching prebuilt binary:
    npm install -g commitor-cli.

Notes

  • The CLI now points at the live production backend by default
    (https://commitor-api.vercel.app). COMMITOR_API_URL still overrides it for
    local or staging backends.
  • See the changelog
    for the full list of changes.

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 27 Aug 14:25
Release v0.3.2

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 13:39
Release v0.3.1

- Stop forcing updates: server-facing commands run on older builds;
  a newer release is only a non-fatal note: reminder
  (COMMITOR_ALLOW_OUTDATED=1 suppresses it)
- Bump crate and npm package to 0.3.1 (kept 1:1)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 11:49
Release v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 11:51
04276ac
v0.2.0 — commitor scan & commit: AI-analyzed diffs split into approve…