You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New
Connect services by API token. Add a token for GitHub, Cloudflare, Vercel, Netlify, Stripe, Sentry, OpenAI, or Supabase in Settings, and new terminals get the matching environment variables so agents and CLIs can act on those services. Tokens are stored in the OS keychain, never on disk.
In-app updater. VibeDeck checks for new versions and can download, install, and relaunch from the sidebar.
Smoother terminal rendering. The box-drawing lines in agent TUIs (Claude's input frame, separators) now render crisp and continuous instead of broken.
Fixed
Session resume. When a Claude session ends, VibeDeck prints the exact command to resume it (claude --resume <id>, or claude --continue for a hand-started session). The Resume picker also hides sessions older than 48 hours so it stays focused on where you left off.