You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Critical SyntaxError crash on startup in src/tui/render-table.js: speedCell and moodCell were declared twice in the same scope (lines 855–856 vs 866–867), causing the published 0.5.22 CLI to fail with SyntaxError: Identifier 'speedCell' has already been declared before the TUI could render. Removed the dead first declarations; the badge-aware declarations are now the only ones in scope.
Missing NEW_MODELS import in src/tui/render-table.js: the NEW (🆕) badge check added in 0.5.22 was reading from NEW_MODELS without importing it. Exported the set from src/core/utils.js and imported it correctly in the renderer.
Stale renderTable unit test regex that assumed the old 🟩 Perfect verdict format. Updated to match the new 🟩✨ Perfect (sparkle emoji) format introduced in 0.5.22.