Skip to content

v3.1.0

Choose a tag to compare

@arian81 arian81 released this 11 Jun 21:47
7ecf571

3.1.0 - 2026-06-11

Added

  • API key authentication: sign in with greptile login --api-key, or set
    GREPTILE_API_KEY for non-interactive and CI use.
  • Persistent settings via the new greptile config command.
  • Review history now shows the confidence score for each review.
  • A notification fires when a blocking review finishes, so you can switch
    away while it runs.
  • Sensitive files (secrets, keys, credentials) are held back from review
    payloads instead of being uploaded.

Fixed

  • greptile review --resume no longer breaks partway through the resume
    lifecycle.
  • Git remotes that use SSH host aliases (from ~/.ssh/config) are now
    resolved correctly before dispatching a review.
  • Clearer, friendlier error when a git remote can't be recognized.

Changed

  • Interactive prompts were rebuilt on the same ink renderer as the rest of
    the UI, for consistent look and keyboard handling.
  • Command-line parsing was migrated to commander: help text, error messages,
    and unknown-command suggestions are more consistent.