Skip to content

Highlight recognized skill and agent names in the prompt - #398

Merged
TheGreatAxios merged 1 commit into
mainfrom
cl-5601-highlight-recognized-skills-and-agents-in-the-chat-box
Aug 8, 2026
Merged

Highlight recognized skill and agent names in the prompt#398
TheGreatAxios merged 1 commit into
mainfrom
cl-5601-highlight-recognized-skills-and-agents-in-the-chat-box

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Collaborator

Summary

  • The prompt gave no signal that a typed skill or agent name (e.g. `emil`, `draper`, `brand review`) had been recognized until the message was sent
  • The prompt now re-scans its text once per frame and highlights spans matching a known skill or agent name

Test plan

  • `bun run typecheck`
  • `bun run build`
  • `bun run test` (4162 pass, 0 fail)

Typed text like "ask emil and draper to run a brand review" gave no
signal that emil, draper, or brand review had been recognized as
addressable skills/agents until the message was sent. The prompt now
re-scans its text once per frame and highlights any span matching a
known skill or agent name.
@linear-code

linear-code Bot commented Aug 8, 2026

Copy link
Copy Markdown

CL-5601

@TheGreatAxios
TheGreatAxios merged commit 4336578 into main Aug 8, 2026
3 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