Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>PivotCLINew to Visual Studio Code? Get it now.
PivotCLI

PivotCLI

Kamrul Hasan

|
179 installs
| (0) | Free
Sidebar panel to launch AI coding CLI tools — Claude, Codex, Gemini, OpenCode, Pi Coding, KiloCode, OpenClaude and CommandCode — with multi-tab support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PivotCLI

A VS Code extension that gives you a sidebar panel to launch AI coding CLI tools — right inside your editor. Run multiple sessions in tabs, switch between them, and multitask.

Supports Claude, Codex, Gemini, OpenCode, Pi Coding, OpenClaude, KiloCode, CommandCode — and any custom CLI you configure.

PivotCLI homepage    PivotCLI session

Supported CLIs

CLI Normal YOLO Mode
Claude Code claude claude --dangerously-skip-permissions
Codex CLI codex codex --dangerously-bypass-approvals-and-sandbox
Gemini CLI gemini gemini -y
OpenCode opencode —
Pi Coding pi pi
OpenClaude openclaude openclaude --dangerously-skip-permissions
KiloCode kilo —
CommandCode npx command-code npx command-code --yolo
Custom any command optional

Features

  • Launch any supported CLI from a clean homepage
  • Custom CLI support — add your own tools via pivotcli.customCLIs in settings, no extension update needed
  • Multi-tab support — run multiple CLIs simultaneously
  • Flat square tab bar with activity indicators
  • Tab persistence — open tabs are restored automatically after VS Code restarts
  • YOLO mode for Gemini, Claude, Codex, OpenClaude & CommandCode
  • Embedded terminal powered by xterm.js with full PTY support
  • Session history — quickly relaunch previous sessions

Custom CLIs

Add any CLI to the launcher panel via VS Code settings. Click + Add Custom CLI in the panel, or edit settings.json directly:

"pivotcli.customCLIs": [
  {
    "name": "Aider",
    "command": "aider",
    "yoloCommand": "aider --yes",
    "color": "#ff6b35"
  },
  {
    "name": "Amp",
    "command": "amp"
  }
]
Field Required Description
name ✓ Display name in the launcher
command ✓ Shell command to run (must be on PATH)
yoloCommand — Enables a YOLO Mode sub-option
color — Dot color (any CSS color, e.g. "#ff6b35")

Changes apply instantly — no reload required.

Requirements

The CLI tools you want to use must be installed and available on your PATH.

Installation

From VS Code Marketplace

Search for PivotCLI in the Extensions panel, or install from the Marketplace page.

From Source

git clone https://github.com/kamrulbds725/PivotCLI.git
cd PivotCLI
npm install
npm run compile
npx @vscode/vsce package

Then install the generated .vsix file.

Usage

  1. Click the PivotCLI icon in the Activity Bar
  2. Choose a CLI from the homepage (click to expand YOLO options)
  3. Click + Add Custom CLI to configure your own tools
  4. Click + to open more tabs while existing sessions keep running
  5. Switch between tabs — activity spinner shows which CLIs are working
  6. Use the history icon to relaunch previous sessions
  7. Tabs reopen automatically the next time you launch VS Code

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft