chore: release 0.9.3 - #172
Conversation
Ships the achievement-banner expiry fix from #170. The trophy banner rendered from the shared status.json with no TTL while reactions expire on a sweep, so a single unlock pinned every session's bubble until some path happened to call writeStatusState with no achievement — observed as a "Diplomat" banner stuck for ~5h after conflict_resolver unlocked. writeStatusState now stamps achievementAt and the statusline expires the banner on the same reactionTTL clock as a reaction. Validity and age are separate gates: a zeroed or malformed stamp never renders regardless of TTL, and reactionTTL=0 disables expiry only. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01H2GXsqpMvUhxBSNabSqZdk
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 15 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
This PR performs a version-only release bump to publish 0.9.3, aligning the package version with the shipped achievement-banner expiry fix from #170.
Changes:
- Bump
@ramarivera/coding-buddyversion from0.9.2to0.9.3inpackage.json.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Version-only bump. Ships the achievement-banner expiry fix from #170.
The trophy banner rendered from the shared
status.jsonwith no TTL while reactions expire on a sweep, so a single unlock pinned every session's bubble until some path happened to callwriteStatusStatewith no achievement — observed live as a "Diplomat" banner stuck for ~5h.writeStatusStatenow stampsachievementAtand the statusline expires the banner on the samereactionTTLclock as a reaction. Validity and age are separate gates: a zeroed or malformed stamp never renders regardless of TTL, andreactionTTL=0disables expiry only.Note:
.claude-plugin/plugin.jsonandmarketplace.jsonstill read0.8.0. That drift predates this release and is what #110 is for — deliberately not touched here.🤖 Created with the help of AI (Claude Opus 5).
Note
Release version 0.9.3
Bumps the package version from
0.9.2to0.9.3in package.json.Macroscope summarized e5916ef.