Promote dev → main - #23
Merged
Merged
Conversation
…ps light up - AgentConsole: let long trace values wrap to the next line instead of white-space: nowrap, so the longest tool-call no longer forces the box (and the page) wider than the viewport. Token/arrow stay on one line; value wraps with min-width:0 + overflow-wrap. Cursor moved inline so it trails the wrapped text. - Tag the s2 planning subtasks with the rSkills they reference so chips light up immediately during planning instead of staying dark through the ~9-line preamble; add a soft glow to the active chip. - Harden against horizontal overflow: overflow-x: clip on html, min-width:0 on the agent box and hero grid children. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CAz4QSPTces2wrGbUP65tG
Instead of flashing execution rSkill chips (grasp, pour, …) while the agent is still planning, add a dedicated 'plan' chip that stays lit through the s2.reason / s2.subtask preamble (and on replan). Keeps the ~11s planning phase meaningful without implying skills have fired. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CAz4QSPTces2wrGbUP65tG
With wrapping enabled, tall (wrapped) lines pushed the trace past its min-height and short lines let it shrink back, so the box bobbed up/down on mobile as the displayed sentence changed. Use a constant trace height with overflow:hidden (newest line anchored to the bottom, older lines clipped at the top, with a soft top fade) so the box height stays fixed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CAz4QSPTces2wrGbUP65tG
…rflow
The ros_action manifest's name line
('OpenRAL/rskill-nav2-navigate-to-pose') is longer than the yaml panel,
and white-space: pre + overflow-x: auto made it scroll/overflow
horizontally (other kinds have shorter names so never hit it). Switch the
code block to pre-wrap + overflow-wrap so long values wrap to the next
line, and add min-width:0 to the split columns as an overflow guard.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CAz4QSPTces2wrGbUP65tG
…yunr04 fix(hero): constant-width agent box, no mobile horizontal wiggle, chips light up
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Automated promotion of
dev→main, dispatched by @AdrianLlopart.