v4.2.0 π
Changes
- feat(tui): enhance FocusedAgent panel with avatar, sparkline, and improved progress bar (#505) @JeremyDev87 (#536)
- refactor(tui): consolidate task:synced into single pass and fix event ordering @JeremyDev87 (#535)
- feat(tui): enhance FlowMap with visual hierarchy, pipeline header, and progress bars @JeremyDev87 (#469)
- feat(mcp-server): add TDD execution continuity rules to prevent RED phase halt @JeremyDev87 (#467)
π Features
- integrate context:updated event and display decisions/notes in FocusedAgentPanel @JeremyDev87 (#539)
- add tool-priority rules and CLAUDE.md section @JeremyDev87 (#538)
- add session:reset event and auto-reset on new PLAN/AUTO session @JeremyDev87 (#537)
- unify panel border colors via BORDER_COLORS constant @JeremyDev87 (#532)
- replace hardcoded tokenCount with live tool invocation count @JeremyDev87 (#531)
- add multi-session support and auto-open TUI on MCP connection @JeremyDev87 (#518)
- replace MonitorPanel with ActivityVisualizer @JeremyDev87 (#500)
- prepare tokenCount and outputs for future extension @JeremyDev87 (#498)
- extract additional data from parse_mode response @JeremyDev87 (#495)
- feat(tui): pre-register specialists on PARALLEL_STARTED event @JeremyDev87 (#489)
- reflect SKILL_RECOMMENDED event in dashboard state (#474) @JeremyDev87 (#484)
- feat(tui): wire up objectives from parse_mode response @JeremyDev87 (#483)
- add progress estimation to DashboardNode via TOOL_INVOKED count @JeremyDev87 (#481)
- feat(tui): add MonitorPanel with event log, timeline, and tasks @JeremyDev87 (#480)
- double focusedAgent panel width (wide: 35β70, medium: 32β64) @JeremyDev87 (#470)
- setup Copilot Code Review with custom instructions @JeremyDev87 (#465)
- fixed-width right-aligned focusedAgent with responsive flowMap @JeremyDev87 (#464)
- feat(mcp-server): add precise grid layout system for TUI dashboard @JeremyDev87 (#461)
- implement neon/cyberpunk visual redesign for TUI dashboard @JeremyDev87 (#459)
- redesign TUI dashboard β vertical stack to 2-column layout @JeremyDev87 (#454)
π Bug Fixes
- include TUI bundle in main build script to prevent stale exports @JeremyDev87 (#541)
- reduce FocusedAgent panel width by ~10% and expand Activity/FlowMap panels @JeremyDev87 (#534)
- add prettier and tsconfig ignore rules for landing-page @JeremyDev87 (#533)
- resolve progress bar stuck at 0% due to agentId mismatch (#503) @JeremyDev87 (#529)
- replace renderBubbles with renderLiveContext in Live panel @JeremyDev87 (#527)
- show tasks panel data in PLAN and EVAL modes (#492) @JeremyDev87 (#526)
- separate AUTO mode from process flow in HeaderBar @JeremyDev87 (#525)
- enable auto-launch via --tui CLI flag in addition to env var @JeremyDev87 (#523)
- resolve absolute binary path for TuiAutoLauncher @JeremyDev87 (#521)
- derive FocusedAgentPanel inputs from tool invocations @JeremyDev87 (#497)
- remove extra leading space in skills section list items @JeremyDev87 (#493)
- sync running agent stage on MODE_CHANGED @JeremyDev87 (#491)
- connect start:tui to running MCP server via IPC @JeremyDev87 (#456)
- display primary agent in TUI Agent Tree from parse_mode response @JeremyDev87 (#452)
π¦Ύ Refactoring
- refactor(tui): remove deprecated text-formatter functions from pure components @JeremyDev87 (#542)
- replace Activity heatmap with horizontal bar chart @JeremyDev87 (#540)
- remove unused code and dead exports @JeremyDev87 (#524)
π§° Maintenance
- prepare v4.2.0 β TUI Dashboard Overhaul & Data Pipeline Fixes @JeremyDev87 (#543)