Skip to content

fix(composer): collapse combined agent update dock to one row - #674

Merged
SDSLeon merged 1 commit into
masterfrom
poracode/swift-pixel-4ab14de1
Sep 2, 2026
Merged

fix(composer): collapse combined agent update dock to one row#674
SDSLeon merged 1 commit into
masterfrom
poracode/swift-pixel-4ab14de1

Conversation

@SDSLeon

@SDSLeon SDSLeon commented Sep 2, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • The combined-runtime composer update dock (e.g. Antigravity's agy CLI) rendered two rows: the Update available header plus a CombinedRuntimeVersionList row underneath.
  • It now summarizes the outdated runtimes inline in the header as a single truncated line (agy CLI v1.1.23 → v1.1.24, multiple runtimes joined with ·), matching the single-runtime dock layout.
  • CombinedRuntimeVersionList is unchanged and still used by the ACP registry settings, where a multi-row list is appropriate.

Test plan

  • pnpm exec vitest run src/renderer/components/thread/ThreadAgentUpdateDock.test.tsx — 6 passed (assertions updated from the two-row listitem layout to the inline summary).
  • pnpm run typecheck, touched-file oxlint and oxfmt checks pass.

🤖 Generated with Claude Code

The combined-runtime update dock (e.g. Antigravity agy CLI) rendered the
header plus a second version-list row below it. Summarize the outdated
runtimes inline in the header as a single truncated line, matching the
single-runtime dock.

Co-Authored-By: Claude Code <noreply@anthropic.com>
@SDSLeon
SDSLeon enabled auto-merge (squash) September 2, 2026 08:52
@SDSLeon
SDSLeon merged commit 243f24a into master Sep 2, 2026
8 checks passed
@SDSLeon
SDSLeon deleted the poracode/swift-pixel-4ab14de1 branch September 2, 2026 08:54
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.

1 participant