Latest release
🚀 Vibe Sensei v0.5.32
What's new
Terminal & panes — tabs, split-view, custom agents
- Terminal tabs within a pane — open multiple shells inside a single pane with
⌘T (new tab) and close with ⌘W, so one slot can hold several terminals (VSAI-25, #1604)
- Terminal split-view (
⌘D) — split a pane slot into side-by-side terminals for watching a server and a shell at once (VSAI-390, #1605)
- Custom CLI Agent Registration UI — Bring Your Own Agent — register your own CLI agent from the UI and drive it in a pane like any built-in provider (VSAI-385, #1612)
- More built-in CLI agents — added Amp, Droid, Mastra, OpenCode, Pi, and Mistral Vibe to the provider roster (VSAI-26, #1606)
Missions & workspace — automations, bulk management, diffs
- Scheduled Agent Runs / Automations — cron-style scheduling for agent pane sessions, so an agent task can run on a recurring schedule unattended (VSAI-384, #1616)
- Selective merge — per-file / per-hunk apply — cherry-pick individual files or hunks from a change and apply them with a safe
git apply path (VSAI-19, #1614)
- Side-by-side diff view — review changes with a unified/split toggle (VSAI-20, #1607)
- Workspace setup/teardown scripts — define setup/teardown via
.vibesensei/workspace.json so a workspace bootstraps and cleans up consistently (VSAI-21, #1607)
- Workspace pinning and bulk mission management — pin frequently-used workspaces and manage missions in bulk (VSAI-386, #1606)
- Reveal in Finder & Open in IDE picker — jump from a mission straight to Finder or your IDE of choice (VSAI-22, VSAI-23, #1603)
- Port Forwarding — expose a local dev server publicly via a Cloudflare Tunnel straight from the app (VSAI-24, #1613)
- New Home / board views default ON —
wsHomeV2, boardViews, and missionsListV2 are now enabled for all users (#1598)
Fixes
- Missions panel matches reality —
todo_manager now tracks per-task status so the Missions/Kanban panel reflects the true state of each task (#1603)
- Connector dot accuracy — the sidebar status dot for Google Workspace (and Office 365) correctly stays grey until connected (#1600)
Security
- Standing secret-scan gate for source + shipped artifacts — a defense-in-depth scanner blocks our own secrets from ever landing in source or in built/distributed artifacts, wired into the pre-push hook and release CI (#1615)
- Provider-CLI transcript scrubbing + auth.json secret redaction (TIER A) — provider-CLI transcripts are scrubbed and
auth.json secrets are exact-matched and redacted (#1611)
Internal / maintenance
- Landing analytics — complete AARRR funnel instrumentation (#1601)
- PostHog proxy rewrites decoupled from
NEXT_PUBLIC_POSTHOG_HOST (#1599)
- Removed non-existent Polygraph agent placeholder (VSAI-391, #1617)
Download on GitHub →