Overview Version History Q & A Rating & Review
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.
Supported CLIs
Features
Launch any supported CLI from a clean homepage
Multi-tab support — run multiple CLIs simultaneously
Chrome-style tab bar with activity indicators
YOLO mode for Gemini, Claude, and Codex
Embedded terminal powered by xterm.js with full PTY support
Session history — quickly relaunch previous sessions
Works on Windows, macOS, and Linux
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
Click the PivotCLI icon in the Activity Bar
Choose a CLI from the homepage (click to expand YOLO options)
Click + to open more tabs while existing sessions keep running
Switch between tabs — activity spinner shows which CLIs are working
Use the history icon to relaunch previous sessions
License
MIT