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