CloudVerse AIX Coding Workbench
VS Code companion for the hosted AIX Coding Workbench.
The extension is intentionally not a chat toy. It starts or continues an AIX-managed workbench task from the active workspace, keeps the main surface focused on the latest supervisor response, and leaves deeper runtime, source, route, and approval diagnostics in the hosted workbench when you need them.
Commands
AIX: Start Workbench Task
AIX: Assess in Workbench
AIX: Plan in Workbench
AIX: Run in Workbench
AIX: Resume Workbench Run
AIX: Open in Coding Workbench
Install
Marketplace:
Current published version:
Auth
Uses AIX device login:
- Open the AIX Coding Workbench sidebar or run
AIX: Start Workbench Task
- Click login when prompted
- Approve in browser
The extension uses the neutral AIX device-auth flow rather than the CLI-branded auth page.
The extension stores tokens in VS Code secret storage.
Users can sign up directly in AIX before using the extension:
- email and password
- Google
- Microsoft
- GitHub
Workbench behavior
The extension follows the same task-session model as the web Coding Workbench:
- create a workbench task
- assess, plan, edit, fix, execute, or resume in place
- show the current AIX Supervisor response and next useful move
- show only true artifacts as artifact cards
- reopen the same task in AIX when deeper runtime detail, approvals, or source setup are needed
Enter continues the task. Option+Enter inserts a new line.
New tasks default to Execute so a fresh repo-review flow can move straight into a real workbench run instead of stopping at an assess-only draft.
Source access
This extension does not silently read your laptop filesystem.
- Browser-hosted source access still requires explicit user permission or an attached source flow in AIX.
- If AIX needs readable source for a repo review, open the hosted Coding Workbench and use Connect workspace:
- Open local folder
- Connect GitHub
- Install local agent (coming soon)
- Advanced -> Import source archive
- AIX cannot silently read your laptop folder from the browser. The user must explicitly grant folder access.
- Public Git URLs and configured enterprise connectors are supported in this GA path. Private GitHub OAuth/App connector setup is not included in this GA path.
Recommended onboarding flow
- Open a repo in VS Code.
- Start a task such as
Review this repo and explain how to get started.
- If AIX says it needs source, click Open in Coding Workbench.
- In the hosted workbench, use Connect workspace to attach readable source.
- Resume the task and wait for a source-backed repo review.
Public onboarding docs