code-server for VibeControls
Browser-based VS Code via code-server — reverse-proxied through the VibeControls agent.
vibe plugin install @vibecontrols/vibe-plugin-tool-code-server
About this plugin
Browser-based VS Code via code-server — reverse-proxied through the VibeControls agent.
Install
vibe plugin install @vibecontrols/vibe-plugin-tool-code-server
Or install the npm package directly into an existing project that hosts the VibeControls agent:
bun add @vibecontrols/vibe-plugin-tool-code-server
# or
npm install @vibecontrols/vibe-plugin-tool-code-server
How it works
Tool plugins surface a single capability on the agent's REST surface and (where applicable) an iframe-mounted UI. They run independently of any meta plugin.
Upstream
- code-server — https://github.com/coder/code-server
More
Use it in 30 seconds
- Make sure the agent is running:
vibe start - Install this plugin:
vibe plugin install @vibecontrols/vibe-plugin-tool-code-server - List installed plugins:
vibe plugin list
Related Tool plugins
Git client
Visual Git client (Ungit) — reverse-proxied through the VibeControls agent.
@vibecontrols/vibe-plugin-tool-gitGraphiQL
API Playground (GraphiQL) — embedded in the VibeControls agent for any endpoint.
@vibecontrols/vibe-plugin-tool-graphiqlSSH
SSH connections, remote terminals, port forwarding, and remote agent installation — all from the dashboard.
@vibecontrols/vibe-plugin-tool-ssh