Releases: than/git-slot-machine
Releases · than/git-slot-machine
v2.4.0
Fixed
- Skip slot machine animation in non-interactive environments (
CLAUDECODE=1,CI=1) — built into the CLI, works everywhere on upgrade --versionflag now reads frompackage.jsoninstead of hardcoded string- Removed
.claude/config and source files from published npm package
Changed
- Added
filesfield — package size reduced from 57KB to 24KB (58% smaller, 105 → 42 files)
v2.3.2
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
--versionflag now reads frompackage.jsoninstead of a hardcoded string
v2.3.1
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