Releases: ByteTheDev/SuperVibe
Releases · ByteTheDev/SuperVibe
Release list
SuperVibe v0.3.0
SuperVibe v0.3.0
Terminal Deck
- Every empty numbered summon button (+1 through +6) now opens the same full-screen batch setup flow.
- Choose a branch and terminal type once, then create the requested number of tiled terminal panes together.
- Batch setup copy now uses the correct singular or plural terminal label.
Workspace Isolation
- New worktrees are stored under
.supervibe/<branch>beside the project instead of adding worktree directories to the project name.
Terminal Experience
- Terminal output uses a denser line height so more content fits in each pane.
Release Packaging
- Official Windows builds no longer display the DEV badge. Development builds keep the badge.
- The built-in updater now reports this release as v0.3.0.
- Windows x64 and ARM64 executables are included below.
Downloads
SuperVibe-v0.3.0-windows-amd64.exe— Windows x64SuperVibe-v0.3.0-windows-arm64.exe— Windows on ARM64
SuperVibe v0.2.0
🖥️ Terminal Deck
- Batch terminal setup — create up to six terminals in one action. Pick a quantity (1–6), a branch, and a type (Blank Shell / Codex / Claude) and they all spawn at once, filling the lowest free slots. No more opening terminals one by one.
- Six-slot session model — terminals are store-owned per worktree: slots are never double-booked, and summoning one when the deck is full tells you ("All six terminal slots are in use") instead of failing silently.
- Split-size presets — divider positions are remembered per worktree and can be reset.
- Kind switching & reassignment — flip a terminal between Shell ↔ Codex ↔ Claude, or move it to another worktree, without losing its session.
- pty hardening — UTF-8 runes split across pty reads no longer render as mojibake.
🗂️ Workspaces & Sessions
- Every worktree now has real session state: chat, diff, output, terminal, workspace, and browser tabs with per-worktree selection.
- The sidebar lists each agent session and terminal with provider logos (Codex, Claude Code) so you can jump straight to the right one.
- New backend bindings for reading/writing file content (with a size cap) directly from the frontend.
⬇️ Automatic Updates
- The app now checks GitHub releases on launch. When a newer version is out it downloads
SuperVibe-<version>-windows-amd64.exeand installs it automatically — no more hunting for downloads. Dev builds ignore it; only release-named binaries self-update.
🏗️ Build & Distribution
- First ARM64 release —
SuperVibe-v0.2.0-windows-arm64.exeships alongside the x64 build. - New app icon across taskbar, window, and dialogs.
build.ps1for one-command arm64/x64 release builds, plustools/syso, a generator that bakes the icon, manifest, and version info into both architectures — byte-identical to whatwails buildproduces.- Dev builds under air also embed the icon now, and the package root never leaks stray resource objects.
🧪 Tests
- Store suite: batch creation (1–6), lowest-slot allocation, kind application, and the six-slot limit.
- Terminal layout engine tests plus backend pty tests.
📦 Downloads
SuperVibe-v0.2.0-windows-amd64.exe— Windows x64SuperVibe-v0.2.0-windows-arm64.exe— Windows on ARM64