Entire for VS Code
Explore your Entire agent sessions and checkpoints, and run Entire CLI actions — without leaving your editor.
Early Beta — expect rough edges. Please report issues on the GitHub repo.
Requires the Entire CLI installed and available on your PATH (the extension can help you install it).
Entire captures every AI agent session and links it to your Git history as a searchable checkpoint. This extension surfaces that data in a dedicated Explorer, renders transcripts as a readable timeline, shows account-wide usage, and lets you run common Entire commands from the UI.
Features
- Sessions & Checkpoints explorer — browse agent sessions and the checkpoints tied to your commits, with agent, model, branch, token usage, files touched, and prompts.
- Formatted checkpoint view — double-click a checkpoint to open a rich panel with intent, outcome, friction, open items, token usage, and files. Selecting another checkpoint updates it live.
- Transcript timeline — read a session or checkpoint transcript as a color-coded timeline (prompts, assistant replies, tool calls, thinking) instead of raw JSONL.
- Dashboard — account-wide stats: sessions, checkpoints, total token consumption, per-agent breakdown, and recent activity.
- Repositories — browse your Entire projects and repositories on the git network and clone them.
- Guided setup & actions — first-run onboarding (GitHub repo → mirrored → enabled) plus import, session attach/adopt/resume/stop, checkpoint resume, and enable/disable — most run in the background with no terminal windows.
Getting started
- Install the Entire CLI:
curl -fsSL https://entire.io/install.sh | bash (or scoop install entire/cli on Windows). The extension will also offer to install it.
- Open a Git repository and run Entire: Set Up (or accept the first-run prompt) to enable Entire.
- Open the Entire view in the Activity Bar.
Requirements
- The Entire CLI on your
PATH (or set entire.cliPath).
- A supported agent (Claude Code, Codex, Gemini, Cursor, Copilot CLI, and more) for capturing sessions.
Commands
Run these from the Command Palette (all prefixed Entire:): Set Up, Open Dashboard, Refresh, Import Agent History, Show Status, Log In / Log Out, Clone Repository, Enable / Disable in Repository, Install CLI.
Settings
| Setting |
Default |
Description |
entire.cliPath |
"" |
Path to the entire executable (auto-detected if empty). |
entire.autoRefresh |
true |
Refresh views when the window regains focus. |
entire.showStatusBar |
true |
Show the active session in the status bar. |
entire.commandTimeout |
60000 |
Timeout (ms) for Entire CLI commands. |
Tips
- The Sessions, Checkpoints, and Repositories views are independent — drag any of them next to Problems in the panel, or into the secondary side bar, via Move View.
License
MIT. Not affiliated with Entire beyond using its open-source CLI.
| |