What's New
Pause/Resume ⏸️
- Temporarily disable vibereps with
--pauseand--resumeflags - Pause state shown in both exercise UI and Electron tray menu
- Great for meetings, deep focus sessions, or when you just need a break
Installer Improvements 📦
- Install script now works correctly when piped from
curl - Defaults to recommended options in non-interactive mode
- New
--webappflag to skip Electron prompt - Fixed double punctuation in output
Skills Consolidation
- Single
/viberepsskill replaces multiple separate skills - Skills are now installable via the installer
Other
- Improved notification reliability and session ID lookup
- Docs updates: workflow diagram fixes, demo video, server marked as in-progress
Installation
```bash
curl -sSL https://raw.githubusercontent.com/Flow-Club/vibereps/main/install.sh | bash
```
Downloads
| Artifact | Description |
|---|---|
vibereps.tar.gz |
Webapp files (browser-based mode, all platforms) |
VibeReps.dmg |
macOS Electron menubar app (Apple Silicon / arm64) |
Full Changelog: v0.3.0...v0.4.0