v1.14.2: gauge color, events per-session cap, banner gates, pin+widget#71
Merged
Conversation
The QuotaGauge rings were stroked with an AngularGradient mapped across the full 360° (cyan→yellow→orange→red from 0° to 360°). When a ring trim went nearly all the way around, the red **end** of the stroke met the cyan **start** at 12 o'clock, producing a jarring blue notch on an otherwise red ring. Replace the gradient with a single solid color picked by percentage (cyan < 50% < yellow < 75% < orange < 90% < red). Matches the urgency ramp the pill border already uses; no more wrap-around artifact. Release-As: 1.14.2 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The Events tab + pill pending-count badge silently dropped the oldest event once a sixth arrived. With multiple agents running in parallel or a brief AFK window, you'd lose track of what fired. 20 covers a typical short-meeting gap without making the list unwieldy. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
… widget - Events: bound history per Claude session (or agent+project bucket) with 100 global ceiling; expose as Settings → Events → "History per session" (3/5/10/20/50, default 5). Keeps chatty sessions from crowding out quiet ones. - Banners: gate context-fill and quota-threshold UNNotifications on nav.bannerEnabled so they respect the global Banner notifications toggle instead of bypassing it. - Pin + Widget: when both are on, Pin wins. Focus loss no longer auto-collapses to the pill; toggling Pin on from the pill auto-expands the panel. Explicit Esc / hotkey still collapse. - Settings: swap Widget rows so Mascot sits at the end of the section (Widget → corner → opacity → Mascot).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AngularGradientwith solid urgency color so high fills don't wrap from red back to cyan.Pinned to
1.14.2viaRelease-Astrailer on a408e10.Test plan
🤖 Generated with Claude Code