Skip to content

Releases: than/git-slot-machine

v2.4.0

11 Mar 05:41
6c37042

Choose a tag to compare

Fixed

  • Skip slot machine animation in non-interactive environments (CLAUDECODE=1, CI=1) — built into the CLI, works everywhere on upgrade
  • --version flag now reads from package.json instead of hardcoded string
  • Removed .claude/ config and source files from published npm package

Changed

  • Added files field — package size reduced from 57KB to 24KB (58% smaller, 105 → 42 files)

v2.3.2

11 Mar 05:35
acd80e0

Choose a tag to compare

Fixed

  • Skip slot machine animation in non-interactive environments (CLAUDECODE=1, CI=1)
    • Built into the CLI — works in all repos on upgrade, no hook changes needed
    • Game still plays, balance updates, and API syncs normally
  • --version flag now reads from package.json instead of a hardcoded string

v2.3.1

11 Mar 05:18
1d81aae

Choose a tag to compare

Fixed

  • Post-commit hook now suppresses animation frames when running under Claude Code (CLAUDECODE=1)
    • Game still plays, balance updates, and API syncs normally
    • Only the final result line is shown, saving LLM context tokens
    • Normal terminal usage is completely unchanged