Getting Started
VibeWorkspace is a Vibe Coding IDE for developers who run more than one AI coding CLI across more than one project. It keeps terminals, browser preview, HTTP requests, database queries, file changes, and AI diffs in one persistent workspace.
Projects
Create one workspace per product or client. Each workspace can contain multiple repos, terminals, browser tabs, HTTP requests, and database connections.
- Open VibeWorkspace.
- Choose
Open Project. - Select your repo folder.
- Add terminals for app, API, tests, and AI agents.
- Save the workspace so it resumes later.
Agents
VibeWorkspace supports AI coding tools that run in a terminal:
- Claude Code
- Codex
- Gemini CLI
- Amp
- OpenCode
- Cline
- Qoder
- Any custom CLI command
Example commands:
claude
codex
gemini
opencodeSend Context
Use Send to AI when the agent needs what you see in another panel. Browser console logs, HTTP responses, database query results, screenshots, and file diffs can become prompt context without copy-paste.
The goal is simple: your AI sees the same dev state you see.
Agent Pipelines
Pipelines chain agents and checkpoints into a repeatable workflow.
- Ask Claude Code to implement the change.
- Ask Codex to review the diff.
- Ask Gemini to update docs or test notes.
- Add a human approval checkpoint before anything is applied.
Approving Changes
AI-generated file edits should be reviewed before they touch the repo. Use AI Diff review to inspect patches, compare files, and accept only the changes you trust.
Troubleshooting
If an agent appears stuck:
- Check the agent status badge.
- Open the terminal output.
- Send the latest logs to another agent for review.
- Restart only that terminal session, not the whole workspace.
If a browser or database panel has useful context, attach it directly to the AI terminal instead of describing it manually.