Skip to content

Promote dev → main - #23

Merged
AdrianLlopart merged 5 commits into
mainfrom
dev
Jun 22, 2026
Merged

Promote dev → main#23
AdrianLlopart merged 5 commits into
mainfrom
dev

Conversation

@AdrianLlopart

Copy link
Copy Markdown
Contributor

Automated promotion of devmain, dispatched by @AdrianLlopart.

claude and others added 5 commits June 22, 2026 22:42
…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
@AdrianLlopart
AdrianLlopart merged commit 1c70b0b into main Jun 22, 2026
3 checks passed
@vercel

vercel Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
website Ready Ready Preview, Comment Jun 22, 2026 10:57pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants