Skip to content

VibeDeck v0.2.0

Choose a tag to compare

@Ryzz3nn Ryzz3nn released this 29 Jun 15:46
a53277a

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.