The vibeDeck Desktop auto-detects which AI-integrated IDE is running and spins up the appropriate bridge — an Init Bridge for Windsurf / Cursor / VSCode, or a shell-to-CLI for Claude Code. All bridges feed a unified AI Agent IDE Controls surface that reads and writes to the Code Repo, so every Macropad key hits the right agent no matter which IDE you're in.
Every keypress flows MacroPad → Desktop → active bridge → IDE, while Git Watchdog tails the repo and loops diffs back to keep the bridge in sync.
The desktop app acts as the bridge, managing active sessions (rated by Bursts) and monitoring the system's Online status.
The system continuously scans code changes for Sigma Jumps — significant anomalies or unexpected deviations in the development logic.
To maintain speed, the system performs automatic commits called "Yeet" checkpoints (e.g., auto-accepting files like whitepapers.html or code.py).
vibeDeck accelerates development by automatically clearing confirmation prompts, as seen in the "YEET: Auto-accepted 1 file" system log.
A background repo observer tails the Code Repo for commits, branch switches, and YEET checkpoints — piping diffs back to the active bridge so Sigma Jump analysis stays in sync with what's on disk.
A custom RP2040-driven mechanical keypad: 12 keys in a 3×4 grid, OLED display, and rotary encoder. Plugs into the vibeDeck Desktop over USB and streams events straight to the active IDE bridge.