Skip to content

feat(render): reorder model name leftward in status line for visibility (#1343) - #1360

Merged
griffinwork40 merged 1 commit into
mainfrom
afk/iso-fix-1343-14-ysuryz
Aug 28, 2026
Merged

feat(render): reorder model name leftward in status line for visibility (#1343)#1360
griffinwork40 merged 1 commit into
mainfrom
afk/iso-fix-1343-14-ysuryz

Conversation

@griffinwork40

Copy link
Copy Markdown
Owner

Fixes #1343.

Moved the model name chip to the leftmost position in the status line parts[] array, making it the first thing visible at a glance. The model chip was already never-drop (survives terminal width truncation), and being leftmost now also protects it from right-edge shearing.

Changes

  • src/cli/status-line.ts -- moved model push to top of formatLine()
  • src/cli/status-line.test.ts -- updated 2 ordering assertions

Verification

  • 68/68 tests pass
  • pnpm lint clean

@vercel

vercel Bot commented Aug 28, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
agent-afk-docs Ready Ready Preview Aug 28, 2026 2:09am

@griffinwork40
griffinwork40 merged commit 9410f73 into main Aug 28, 2026
10 checks passed
@griffinwork40
griffinwork40 deleted the afk/iso-fix-1343-14-ysuryz branch August 28, 2026 03:28
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.

status line: improve model name visual prominence

1 participant