claude-code - 💡(How to fix) Fix [FEATURE] Plan panel auto-closes on approval, removing access to copy blocks mid-session

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

the reason why it matters is because, plans are reference documents, not one-time reads. A user may need to copy a specific section (a prompt, a script, a config block) at any point during implementation — not just when they first approve the plan. Auto-closing the panel removes that access exactly when implementation work begins.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

When a plan is approved via the "Accept" button in the Claude Code VS Code extension, the plan panel closes immediately. Any copy blocks inside the plan (e.g. a v0 prompt, SQL migration, config snippet) become inaccessible the moment the user clicks accept.

The plan file is saved locally, but the user has to know the exact file path and manually open it in their editor to get back to it — which is non-obvious and breaks the workflow.

Proposed Solution

The plan panel should remain open after approval, or at minimum provide a persistent "View plan" button/link so the user can reopen it at any time during the session. The user should control when to close it, not the approval action.

Alternative Solutions

No response

Priority

High - Significant impact on productivity

Feature Category

Interactive mode (TUI)

Use Case Example

No response

Additional Context

the reason why it matters is because, plans are reference documents, not one-time reads. A user may need to copy a specific section (a prompt, a script, a config block) at any point during implementation — not just when they first approve the plan. Auto-closing the panel removes that access exactly when implementation work begins.

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] Plan panel auto-closes on approval, removing access to copy blocks mid-session