Skip to content

v0.5.23

Choose a tag to compare

@github-actions github-actions released this 10 Jun 17:47
· 15 commits to main since this release

Fixed

  • 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.

Changed

  • Bumped package version to 0.5.23.