CLI Dock
CLI Dock is a small VS Code extension that launches CLI tools from editor title buttons.

Installation
Install CLI Dock from the Visual Studio Marketplace.
You can also install it from VS Code:
- Open the Extensions view.
- Search for
CLI Dock.
- Select the extension published by
oneo and click Install.
Or install it from the command line:
code --install-extension oneo.cli-dock
The launched CLI tools must already be installed and available in your shell PATH.
Usage
Open a file in VS Code and use the editor title buttons to run lazygit, opencode, codex, claude, cursor-agent, or grok in the current editor group. Use the GitHub button to open the current project's GitHub repository. The same commands are also available from the Command Palette under the CLI Dock category.
Features
- Adds editor title buttons for
lazygit, opencode, codex, claude, cursor-agent, and grok.
- Open an integrated terminal in the current editor group and run the selected command immediately.
- Opens the current project's GitHub repository when a GitHub remote is available.
- Uses bundled command icons for a compact native toolbar experience.
Development
bun install
bun run build
Press F5 in VS Code and choose Run Extension.
Publishing
bun run build
bunx @vscode/vsce package
bunx @vscode/vsce publish