Skip to content

Reserve prompt orange for slash commands and mentions - #494

Merged
TheGreatAxios merged 1 commit into
mainfrom
cl-6574-reserve-prompt-orange-for-agents-and-slash-commands
Aug 22, 2026
Merged

Reserve prompt orange for slash commands and mentions#494
TheGreatAxios merged 1 commit into
mainfrom
cl-6574-reserve-prompt-orange-for-agents-and-slash-commands

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Collaborator

Summary

  • Prompt orange is only for a leading registered slash command and at-mentions
  • Skill names and ordinary words in prose stay unstyled
  • mcp and plugin attention marks use warning sand, not orange
  • Context percent is grey through 60 percent, warning through 80 percent, and error through 100 percent
  • Meter is percent-only; warning paint aliases existing SAND

Verification

  • bun run typecheck and bun run build pass
  • Focused prompt recognition, highlight, chrome, border, and context-window tests pass
  • Full bun run test fails one landing assertion when the cwd path contains the substring command; that test scans the whole frame including the bottom-rule cwd. Same test is green on other worktrees. The branch does not change landing.

Fixes CL-6574

@linear-code

linear-code Bot commented Aug 22, 2026

Copy link
Copy Markdown

CL-6574

@TheGreatAxios TheGreatAxios left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Self-review of this branch.

Prompt orange is only a leading registered slash command and at-mentions. Skill names and ordinary words in prose stay unstyled. mcp and plugin attention marks use warning sand, not orange. Context percent is grey through 60, warning through 80, and error through 100. UI.warning aliases existing SAND. The meter is percent-only.

No blocking issues versus the ticket.

Should-fix: the mention matcher has no left boundary, so emails such as foo@bar.com paint as mentions, and trailing punctuation is included.

The landing.test.ts full-suite failure in this worktree is the directory name containing the substring command; that assertion scans the whole frame including the cwd on the bottom rule. The branch does not change landing.

@TheGreatAxios
TheGreatAxios merged commit c2e72ce into main Aug 22, 2026
2 checks passed
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