feat(plugin): add badge-based second line renderer for status bar (#1323)#1332
Merged
Conversation
) Replace plain 🤖 agent format with badge-based line 2 showing actor glyph, focus, and state slots: [◮ secu] [auth flow] [✓] - Add AGENT_GLYPHS mapping (35 agents → eye Unicode symbols) - Add abbreviate_agent() for 4-char compact labels - Add format_actor_badge(), format_focus_badge(), format_state_badge() - Add format_badge_line() compositor (actor + focus + state) - Update format_status_line() to read focus/blockerCount from hud_state - 90 unit + integration tests covering all badge paths
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
JeremyDev87
commented
Apr 4, 2026
JeremyDev87
left a comment
Owner
Author
There was a problem hiding this comment.
Review: ✅ APPROVE
CI Status: ALL PASS
#1323 — Badge-based second line renderer
- Three badge slots: actor, focus, state
- Uses CodingBuddy visual language (agent eye glyphs)
- Multi-line status composition (telemetry + badges)
- Compact fallback for missing fields
✅ Two-line status bar complete with badge strip.
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
🤖 agentline 2 format with badge-based renderer:[◮ secu] [auth flow] [✓]AGENT_GLYPHSmapping for all 35 agent eye symbols from.ai-rulesabbreviate_agent()for compact 4-char labels (e.g.security-specialist→secu)[✓]or[⚠N])Test plan
python3 -m pytest tests/test_hud.py -v)python3 -m pytest tests/ -v)tsc --noEmit)vitest run)Closes #1323