Resolve hard bugs with preserved context
Vibe Manager keeps every plan, terminal session, and spoken note attached to the job you are debugging. Instead of repeating ad-hoc investigations, reopen the exact commands, token budgets, and plan revisions used to isolate an issue.
Reproduce the failing surface
Start with the file discovery workflow to narrow a repository to the modules referenced in the incident. The workflow validates session inputs, queues background jobs, and stores the selected roots so every follow-up plan uses the same scope.
Workflow detailsReview every proposed fix
Implementation plans stream into the Monaco viewer with language detection, copy controls, and navigation between historical jobs. Token estimates run before you copy prompts into an external tool, helping you confirm the fix stays within the modelβs limits.
Plan viewer overviewPersist terminal output
Each debugging terminal runs inside a managed PTY. Session metadata, working directories, and full output logs are stored in SQLite and can be reopened after crashes. CLI detection verifies that claude, cursor, codex, or gemini binaries are installed before you run commands.
Terminal behaviourCapture voice notes in context
Voice transcription integrates directly with the terminal and prompt editors. The recording hook manages microphone permissions, device selection, silence detection, and inserts recognised text beside the commands that triggered it.
Transcription pipelineDebug Production Issues with Confidence
Preserve every investigation, reproduce every step, never lose context. This is how production debugging should work - disciplined, reproducible, complete.