Reviewed commits since last release.
UnderstandAdjusted changelog entries for accuracy.
EditCommitted and pushed changes.
VerifyPerformed new patch release for packages.
BuildAudit changelog entries for all commits since the last release.
Find the last release tag:
git tag --sort=-version:refname | head -1List all commits since that tag:
git log <tag>..HEAD --onelineRead each package's [Unreleased] section:
For each commit, check:
git show <hash> --stat)Description ([#N](url) by [@user](url))Cross-package duplication rule:
Changes in ai, agent or tui that affect end users should be duplicated to coding-agent changelog, since coding-agent is the user-facing package that depends on them.
Report:
Sections (in order):
### Breaking Changes - API changes requiring migration### Added - New features### Changed - Changes to existing functionality### Fixed - Bug fixes### Removed - Removed featuresAttribution:
Fixed foo ([#123](https://github.com/badlogic/pi-mono/issues/123))Added bar ([#456](https://github.com/badlogic/pi-mono/pull/456) by [@user](https://github.com/user))Let me check the details of commits that might be missing entries:
Now let me check if AWS credential detection needs cross-package duplication:
Commits since v0.49.1: 13 commits
Skip (housekeeping/docs):
cd0df4c0 - chore: approve contributor mrud60674908 - chore: approve contributor zedrdave3e68744c - docs: changelog entry for #8386327bfd3 - docs: changelog entry for model scope toggle0e5977ad - Add [Unreleased] section for next cyclef7113401 - fix question option schema (example code only)Properly documented:
2d27a2c7 - fix(ai): skip errored/aborted assistant messages ✓ (in ai + coding-agent)25e7e2d0 - feat: Add quietStartup setting ✓2217cde7 - fix: improve model scope toggle ✓Missing entries in coding-agent:
| Commit | Description | Type |
|---|---|---|
d6bb66a4 | OAuth authentication failure (#849 by @zedrdave) | External PR |
98fb9f37 | HTML export improvements (#853 by @mitsuhiko) | External PR |
abb1775f | Widget placement option (#850 by @marckrenn) | External PR |
4cc1c964 | Exit on resume cancel | Internal |
2b04aefa | AWS ECS/IRSA credential detection (#848) | Cross-package |
Adding the missing entries:
Done. Added 5 missing entries to packages/coding-agent/CHANGELOG.md:
Added:
Changed:
Fixed:
crash on OAuth a not a creash, just a shitty error message, that thing improved the error messages
Actually that's more of a "Changed" than "Fixed". Let me move it:
Done. Moved to Changed section.
commit and push, then do a new patch release
Released v0.49.2. All packages published:
git tag --sort=-version:refname | head -1git log <tag>..HEAD --oneline