Skip to content
| Marketplace
Sign in
Visual Studio Code>Chat>Session DeckNew to Visual Studio Code? Get it now.
Session Deck

Session Deck

adrianogpena

| (0) | Free
Multi-project AI coding session explorer for Claude Code and GitHub Copilot CLI, with a single, reusable session tab
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Session Deck

Session Deck

One sidebar for every Claude Code and GitHub Copilot CLI session, across all your projects.

VS Code Platform

Session Deck turns ~/.claude/projects and the Copilot CLI's own session history into a curated, per-workspace session explorer. Pick up any past session — or start a new one — in a real terminal, running the real CLI, with live status at a glance.

The Session Deck tree in the Activity Bar, showing Claude and Copilot sessions grouped by project with live status dots

The Session Deck tree in the Activity Bar — Claude and Copilot sessions grouped by project, with live status dots.

The Open Sessions panel in the Explorer sidebar, listing currently open sessions with live status dots

The "Open Sessions" panel in the built-in Explorer sidebar — a flat, cross-project list of your currently open sessions.

Features

  • One sidebar, every project — curated via .vscode/session-deck.json, not a dump of every session you've ever run. Add exactly the projects you want to see.
  • Claude Code + GitHub Copilot CLI, side by side — one tree for both agents; collapses to a flat list automatically when you're only using one.
  • Resume in a real terminal — the actual claude/copilot CLI, not an embedded chat panel. One terminal per session, reused when you click it again.
  • Live status, zero setup — running / waiting / done / error, for both agents, with nothing to enable or configure. Done and error are one-time notifications: the dot clears as soon as you select the session, the same way a notification badge clears once you've seen it.
  • Desktop notifications the moment a session needs your input.
  • Fuzzy search across every session's full content, ranked by match quality.
  • Fork a session (Claude Code) — branch a new session off an existing one's full history without touching the original.
  • Start brand-new sessions for any project, right from the tree.
  • Sessions auto-archive, they don't vanish — nothing is ever lost once a project's active list fills up.
  • Rename, hide, or remove projects and sessions; per-project overrides for emoji, color, session cap, and permission prompts.
  • View a transcript, or copy a session's last response or full details to the clipboard.
  • Multi-root workspace support.
  • Open Sessions view in Explorer — a flat, cross-project list of your currently open sessions with live status, right in the built-in Explorer sidebar.
  • Works natively on Windows, macOS, and Linux — no WSL, no tmux.

Requirements

  • Claude Code CLI and/or GitHub Copilot CLI, installed and on your PATH. Session Deck launches the real CLI — it doesn't reimplement either one.
  • VS Code 1.93 or newer.

Getting Started

  1. Open a project folder (or a multi-root workspace) in VS Code.
  2. Open the Session Deck icon in the Activity Bar.
  3. Click + Add Project and pick a project — either one Session Deck already found from your Claude Code or Copilot CLI session history, or any folder you browse to.
  4. Click any session to resume it in a terminal, or hover a project for + New Session.

The Add Project QuickPick, listing discovered projects plus an option to browse to a folder not listed

The "Add Project" QuickPick — pick from projects Session Deck already found, or browse to any folder.

Configuration

.vscode/session-deck.json

The sole source of truth for what shows in the tree. Created and edited for you by Add Project/Edit Project List, or hand-edit it directly:

{
  "projects": [
    { "root": "C:/Source/my-project", "name": "My Project" },
    { "root": "C:/Source/side-project", "name": "Side Project", "emoji": "🚀", "maxSessionsShown": 10 }
  ]
}
Field Type Description
root string The project's resolved git root (required).
name string Display name in the tree. Defaults to the folder name.
emoji string A literal emoji prefixed onto the project's label.
color string A named color swatch prefixed onto the label instead (ignored if emoji is set).
maxSessionsShown number How many active sessions show before the rest auto-archive. Default 5.
dangerouslySkipPermissions boolean Skip the "Skip Permissions" confirmation dialog for this project specifically.
hidden boolean Keep the entry in the file but leave it out of the tree.

In a multi-root workspace, each folder can have its own session-deck.json — the tree shows the union of all of them.

Settings

Setting Default Description
sessionDeck.confirmDangerousSkipPermissions true Show a confirmation dialog before resuming or starting a session with elevated (skip-permissions) mode.

A session row's right-click context menu, with View Transcript, Rename, Archive, Copy Last Response, Copy Session Info, and Fork Session

A session row's right-click context menu — the full set of session actions.

Known Limitations

  • Forking a session works for Claude Code only — Copilot CLI has no equivalent capability yet. Worth revisiting once Copilot CLI adds its own fork/branch support, the way Claude Code's --fork-session already works.

Development

npm install
npm run compile   # or: npm run watch

Press F5 to launch an Extension Development Host. npm test runs the unit test suite; npm run lint runs ESLint.

Credits

Built on ideas from:

  • Claude Sessions Explorer — reading Claude Code's local session storage and driving the real CLI.
  • agent-deck — the "mission control" list-of-sessions UX.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft