claude-code - 💡(How to fix) Fix [FEATURE] Archive (hide-but-keep) chat sessions in VS Code sidebar

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Root Cause

Long-running projects accumulate dozens of sessions, many of which become reference material rather than active work. Today there's no middle ground between "keep cluttering the list" and "delete forever." Archive solves this without losing history.

Fix Action

Fix / Workaround

Renaming to a [DONE] prefix is the current workaround but the finished sessions still take up sidebar real estate.

RAW_BUFFERClick to expand / collapse

Problem

The Claude Code session list in the VS Code sidebar shows every saved session for a project. After ~20 sessions in one project, the list becomes hard to scan for live work-in-progress.

Today the only options are:

  • Resume (keep visible)
  • Rename (still visible, just relabeled)
  • Remove (permanent delete)

Renaming to a [DONE] prefix is the current workaround but the finished sessions still take up sidebar real estate.

Proposed feature

Add an archive action (Gmail-style hide-but-keep):

  • Archived sessions disappear from the default sidebar list
  • A "Show archived" toggle or filter surfaces them when needed
  • Archived .jsonl files remain on disk and remain resumable

Why this matters

Long-running projects accumulate dozens of sessions, many of which become reference material rather than active work. Today there's no middle ground between "keep cluttering the list" and "delete forever." Archive solves this without losing history.

Environment

  • Claude Code VS Code extension
  • Windows 11

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] Archive (hide-but-keep) chat sessions in VS Code sidebar