Releases: Commitor-AI/commitor
Releases · Commitor-AI/commitor
Release list
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.0
v0.3.3
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_URLstill overrides it for
local or staging backends. - See the changelog
for the full list of changes.
v0.3.2
v0.3.1
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
v0.2.0
v0.2.0 — commitor scan & commit: AI-analyzed diffs split into approve…