chore: prepare 0.5.0 release#84
Conversation
Consolidate 0.4.0 (never published) into 0.5.0 with all missing features and fixes. Update getting-started with trailers command, multi-provider LLM, post-commit/commit-msg hooks, and env vars table. Fix CLAUDE.md command and handler counts. Fix flaky CLAUDECODE env var test by using GIT_MEM_MODEL. Update package description and README image. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> AI-Agent: Claude-Code/2.1.42 AI-Model: claude-opus-4-6 AI-Convention: published) into 0 AI-Confidence: low AI-Tags: tests, integration, hooks, pattern:never AI-Lifecycle: project AI-Memory-Id: 41efb11c AI-Source: heuristic
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
No actionable comments were generated in the recent review. 🎉 📝 WalkthroughWalkthroughRelease 0.5.0 introduces multi-provider LLM enrichment (OpenAI, Gemini, Ollama), multi-agent detection (Claude, Codex), new Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
This PR prepares the 0.5.0 release by bumping the version, consolidating CHANGELOG entries, updating documentation to reflect new features, and fixing a flaky integration test.
Changes:
- Version bump from 0.4.0 to 0.5.0 with updated package description
- CHANGELOG consolidation merging 0.4.0 into 0.5.0 with 3 new features and 7 bug fixes
- Documentation updates for trailers command, hooks, and multi-provider LLM support
- Test fix to prevent CLAUDECODE session file interference using GIT_MEM_MODEL
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Version bump to 0.5.0 and updated description to emphasize AI metadata tracking |
| CHANGELOG.md | Merged 0.4.0 into 0.5.0 release dated 2026-02-16, added multi-provider LLM, multi-agent detection, trailers command, and 7 bug fixes |
| docs/getting-started.md | Added trailers command documentation, PostCommit/CommitMsg hooks, expanded environment variables table, and LLM configuration YAML section |
| CLAUDE.md | Updated CLI command count (6→8) and hook handler count (3→5) to reflect current state |
| tests/integration/hooks/hook-commit-msg.test.ts | Fixed flaky test by using GIT_MEM_MODEL instead of ANTHROPIC_MODEL to avoid session file interference |
| README.md | Added git-mem.png image to showcase AI commit metadata |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Test plan
npm run type-check— cleannpm run lint— cleannpm test— 650/650 pass (previously 649/650)🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
trailerscommand to inspect and query AI metadata across commit historyBug Fixes
Documentation