Skip to content

Releases: mohammadumar-dev/gitpilot

v1.0.2

27 Apr 19:01

Choose a tag to compare

🚀 GitPilot v1.0.2 --- What's New

🔐 Secure API Key Storage

Groq API keys are now stored securely using the OS native secret store --- no more plaintext in git config.

  • macOS → Keychain Access\
  • Linux → GNOME Keyring (libsecret)\
  • Windows → Windows Credential Manager

🔑 Auth Commands

gitpilot auth login    # hidden input, validates key before storing
gitpilot auth status   # shows active source + masked key
gitpilot auth logout   # removes stored key

Resolution Order:

GROQ_API_KEY (env) → OS keychain → ~/.config/gitpilot/credentials (chmod 0600)

📦 Cross-Platform Binaries

Pre-built binaries are now available --- no Go installation required.

Platform Architecture


Linux amd64, arm64
macOS amd64 (Intel), arm64 (Apple Silicon)
Windows amd64

Install

curl -sSfL https://raw.githubusercontent.com/mohammadumar-dev/gitpilot/main/install.sh | sh

📝 PR Message Generation

Generate a ready-to-paste Markdown PR description from commit history:

gitpilot pr             # uses origin/main as base
gitpilot pr develop     # custom base branch

✅ Push Confirmation Flow

gitpilot push now: - Previews outgoing commits\

  • Requires explicit approval before pushing

🔖 Version Command

gitpilot version
# → gitpilot v1.0.0 (linux/amd64)

⚙️ Installation

One-line installer

curl -sSfL https://raw.githubusercontent.com/mohammadumar-dev/gitpilot/main/install.sh | sh

For Go developers

go install github.com/mohammadumar-dev/gitpilot@latest

📜 Full Changelog

https://github.com/mohammadumar-dev/gitpilot/commits/v1.0.2

v1.0.1

27 Apr 18:57

Choose a tag to compare

Changelog

v1.0.0

27 Apr 18:46

Choose a tag to compare

Changelog

  • 5e77ecb Add initial implementation of Git Pilot CLI with command handling
  • 1668722 Add initial repository guidelines for Git Pilot CLI.
  • c0d664b Create executable gitpilot binary.
  • 14b8b3e Implement AI-powered commit message generation
  • 9fbb60c Initial commit
  • b2b003f Initialize .codex file.
  • e768d2e Refactor command handling to support interactive mode and improve user prompts
  • 4aa3241 Update gitpilot binary.
  • a227f92 feat: add PR command to generate Markdown PR message
  • c41de6c feat: add auth command for secure API key storage
  • 88ba32a feat: add goreleaser config and installer script
  • 6fa7f77 feat: add push confirmation prompt
  • 6e7d60a feat: enhance commit workflow with improved UI and error handling
  • e48bb92 fix: remove inaccessible .github directory
  • 340dd15 fix: update commit message guidelines
  • f26ba14 refactor: update gitpilot
  • 4b45625 refactor: update gitpilot
  • f6de43a refactor: update gitpilot
  • af368b0 refactor: update gitpilot