Skip to content

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 28 Aug 19:43
· 27 commits to main since this release

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.