Releases: stephenleo/vibesense
Release list
v2.0.1
Patch release fixing a release blocker in 2.0.0: node-pty's spawn-helper shipped without the exec bit in hoisted install layouts (npx vibesense, install-as-dependency), so the pty wrapping Claude failed with posix_spawnp failed. Fixed at runtime by resolving node-pty's real install location before spawning, plus a widened postinstall glob for root-owned global installs. (#156)
Also: README refresh (#157), snake published as the reference standalone game package plus a step-by-step game-building tutorial in docs/building-a-game.md (#158), and the vibesense.dev docs site scaffolding (#159).
Full Changelog: v2.0.0...v2.0.1
v2.0.0
First public release of the ground-up rebuild — a standalone terminal app (the previous VSCode-extension incarnation lives in git history). Install with npm i -g vibesense or npx vibesense.
What's Changed
- M0: wipe extension code, scaffold standalone terminal app rebuild by @stephenleo in #134
- M1: controller drives Claude Code (pty + HID + keymap) by @stephenleo in #135
- M2: game auto start/pause, singleton host, alien defenders by @stephenleo in #136
- M3: game plugin system + npm marketplace by @stephenleo in #137
- Rebuild rollup: M1–M3 (controller, game auto start/pause, marketplace) by @stephenleo in #138
- DualShock 4 driver (GameSir Cyclone 2 support) + raw-HID driver consolidation by @stephenleo in #139
- Smooth analog scrolling (CGEvent pixel wheel) by @stephenleo in #140
- Add Snake as a second bundled game to test the marketplace by @stephenleo in #141
- Add ways to change games: browser picker + controller picker by @stephenleo in #142
- Add sticky pause/resume game via Menu button by @stephenleo in #143
- Beautify bundled games; randomize Alien Defenders formations by @stephenleo in #144
- Make alien formations truly shaped; give bombs a distinct look by @stephenleo in #145
- Add Breakout as a bundled game by @stephenleo in #146
- Add Asteroids as a bundled game by @stephenleo in #147
- Add Tetris as a bundled game by @stephenleo in #148
- Add Missile Command as a bundled game by @stephenleo in #149
- Add Pac-Man as a bundled game by @stephenleo in #150
- Publish VibeSense to npm by @stephenleo in #151
- Fix prettier formatting in publish workflow by @stephenleo in #152
- Add --access public to npm publish by @stephenleo in #153
- Drop npm provenance (private repo) by @stephenleo in #154
Full Changelog: 24625c8...v2.0.0