Skip to content

Releases: surajsrivastav/gitwhy

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 25 Jun 15:51

Changelog

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 25 Jun 15:35

Changelog

  • 3a5bff1 fix: remove interactive model prompt — auto-detect silently or use default

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 25 Jun 15:28

Changelog

  • 038ea3c feat: auto-detect GitHub Copilot agent and model from env vars

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 25 Jun 15:11

Changelog

  • 8b5440c Merge pull request #1 from surajsrivastav/claude/concerns-mkt7u8
  • 9f54657 feat: auto-detect claude-code attribution from AI_AGENT env var
  • 84ffaac feat: configure git remote to share provenance notes with team on init
  • ed0884c feat: default all attribution fields to unknown when data unavailable
  • 1b8b14d feat: surface hook failures and add capture health tracking (issue #3)
  • 6ebf2cf fix: harden PLG blockers — hook conflicts, LLM timeout, config corruption

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 19 Jun 04:10

Changelog

  • 44cd056 session: add session fallback and prompt env detection; add session tests
  • 02313aa updated the config

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 19 Jun 03:46

Changelog

  • ea2dd5e config: preserve summary through init
  • 80ccbac feat: add animated terminal demo (demo.html)
  • 7482fa1 gitignore: allow tracking .gitwhy/config.yaml
  • b1cb77e improved the documentation
  • d5eb80b init: preserve existing config (don't overwrite summary); add test
  • ab3ba79 update release pipeline
  • a84faaf update release version

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 03:36

Changelog

  • 12c834a Update README badges and Go version documentation

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 11:19

Changelog

  • 97a3114 Fix version passthrough, add version subcommand, fix drift spec display
  • ebac9c2 Initial commit: gitwhy - intent-aware git CLI with provenance tracking
  • a8787f1 feat: LLM-generated intent summary with conventional-commit fallback
  • c9630be feat: auto-capture provenance via post-commit hook
  • 01e90b2 feat: auto-context extraction from branch and commit message
  • de4e40d feat: auto-detect AI model from environment at commit time
  • 735e4ac feat: auto-detect model from environment
  • e46aef6 feat: open-source readiness — CI, CONTRIBUTING, templates, changelog, gh check, hook fallback
  • 434236d feat: release pipeline, Homebrew tap, README badges + business value section
  • 7d58c78 fix: goreleaser v2 Homebrew field (folder -> directory)
  • 4ab6a77 fix: publishability blockers — module path, go version, LICENSE, install.sh
  • d315799 fix: remove goreleaser brews (GITHUB_TOKEN can't cross repos), update release target
  • 86e1d06 fix: stable archive names (no version in filename) for latest-download URLs