Start with a conversation.
Give a worker the goal. Its planner reads your repos and proposes a versioned plan. Discuss it until the steps make sense.
Your everyday IDE for working with AI agents. Start with a worker,
shape the plan, and stay close to every change.
Vaso is in the works. This is a preview of what’s coming.
Add keyboard shortcuts to open search and move between worker windows.
01 Every worker has its own conversation.
02 Jump between workers with a shortcut.
03 Dive into the work. Return to orbit.
02 / FROM IDEA TO MERGE
A clear plan before the build.
A close look before the merge.
Your judgment, all the way through.
Give a worker the goal. Its planner reads your repos and proposes a versioned plan. Discuss it until the steps make sense.
Approve the plan to create the board. Agents take on tasks in separate Git worktrees, with later phases following the earlier merges.
Inspect changes across repos. Leave comments on the lines that matter, ask for revisions, then approve and merge.
03 / STILL YOUR WORKSPACE
Vaso gives your agents a place to work together, with the code and context close at hand.
A full workspace around each agent.Code, terminal, browser, changes, and activity.
Local, or on your own machine.Run locally or connect to a Linux host over SSH.
Bring your existing agent login.Use Claude Code, Codex, Antigravity, Grok Build, or Gemini with the logins you already have.
Plan, approve, build, and review across providers. Read-only planning, permission prompts, and usage reporting depend on the provider.
01 export const shortcuts = { 02 find: 'Mod+F', 03 orbit: 'Mod+D', 04 workerOne: 'Mod+1', 05 workerTwo: 'Mod+2', 06 }; 07 08 // A shortcut to your next idea. 09 function openWorker(id) { 10 workspace.focus(id); 11 }
~/workspace/shortcut-task
❯
