Uh oh!
There was an error while loading. Please reload this page.
fix(web): seat the out-of-capacity tab on the composer's straight edge - #7
Merged
Merged
Conversation
Thread transfer impact✅ Thread transfer remains within every enforced ceiling.
Baseline: Scenario and decoded snapshot size10 historical turns, 5 command tools per turn, 878.9 KiB retained MCP result per historical turn, and a 1.05 MiB retained result in the measured turn.
Updated in place by a trusted workflow. PR artifacts are strictly validated and never executed. |
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 freeto 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.
The "Out of capacity" tab that offers to continue a spent thread on another account renders detached from the composer, floating beside its top-right corner instead of sitting on the edge.
Cause: the tab is positioned
right-3(12px) against the composer form, but the composer frame isrounded-[22px]— a 22px corner radius. Since 12 < 22, the tab lands on the curve. Its bottom edge is deliberately square (rounded-b-none,border-b-0) so it can read as a tab attached to a straight edge; on a curve there is nothing flush to attach to, so it looks like it is hovering next to the composer.Fix:
right-6(24px), which clears the 22px radius so the whole tab sits on the straight run of the top edge.Added a comment recording the constraint, since the relationship between the inset and the frame radius is invisible at the call site and easy to regress.
Note
ComposerStashBadgesits on the same edge atright-4(16px), also inside the radius. It is left alone here: it isrounded-fullwith a complete border, so overlapping the curve does not misread the way a square-bottomed tab does. Worth revisiting if the two are ever aligned deliberately.Web typecheck, lint, and format clean.
Not verified visually: reproducing this needs an account actually out of capacity, which I could not stage locally. The fix is from measured geometry (12px inset vs 22px radius), not a screenshot.
Reported by the developer with a screenshot showing the tab detached at the composer's top-right.
Model: Claude Opus 5 (1M context). Harness: Claude Code.
Need help on this PR? Tag
@codesmithwith what you need. Autofix is disabled.