claude-code - 💡(How to fix) Fix [FEATURE] Plan mode panel: use available window width on Desktop (currently narrow centered column) [1 participants]

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…
GitHub stats
anthropics/claude-code#57749Fetched 2026-05-11 03:26:25
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Author
Participants
Timeline (top)
labeled ×4

Root Cause

  1. I open Claude Code Desktop on a wide monitor with the window maximized (~1920px+ wide).
  2. I ask Claude to plan a non-trivial refactor; it enters plan mode.
  3. The plan panel renders as a narrow ~80-char-wide centered column with large empty margins on both sides of the window.
  4. Reviewing a long plan (hundreds of lines) requires excessive scrolling and less easy to grasp because the panel does not use the available horizontal space.
  5. With this feature, the panel would expand horizontally, reducing scroll length and making side-by-side comparison and review far easier.

Fix Action

Fix / Workaround

  • Resizing the Desktop window: panel stays narrow regardless of window width.
  • Searched settings.json keys and /config: no max-width option for plan panel.
  • No environment variable equivalent for Desktop (unlike some CLI options).
  • Workaround attempted: none found.
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

On Claude Code Desktop with a wide window (e.g., 1600+ px wide on a 1920x1080 or ultrawide monitor), the plan mode panel renders text in a narrow centered column with significant empty space on both sides. Reading and reviewing long plans requires excessive vertical scrolling through a tall, narrow tower of text instead of using the available horizontal space.

This is NOT a terminal width issue — it is the Desktop GUI app, and the constraint persists regardless of window size. It is distinct from the opposite CLI bug (#28326) where chat text stretches too wide on wide terminals.

Proposed Solution

Allow the plan mode panel to use the available window width (no too wide problem, as you can regulate split between chat and preview section)

Ideal behavior: responsive layout where the plan panel grows with the window up to a configurable cap (default could stay at the current narrow width for readability, but power users on wide monitors could raise it).

Alternative Solutions

  • Resizing the Desktop window: panel stays narrow regardless of window width.
  • Searched settings.json keys and /config: no max-width option for plan panel.
  • No environment variable equivalent for Desktop (unlike some CLI options).
  • Workaround attempted: none found.

Distinct from related issues:

  • #28326 — CLI chat text too wide (opposite problem, terminal-side)
  • #23243 — CLI plan text truncation
  • #48237 — Desktop font-size request (suggests Desktop layout customization is a gap)

Priority

Low - Nice to have

Feature Category

Configuration and settings

Use Case Example

  1. I open Claude Code Desktop on a wide monitor with the window maximized (~1920px+ wide).
  2. I ask Claude to plan a non-trivial refactor; it enters plan mode.
  3. The plan panel renders as a narrow ~80-char-wide centered column with large empty margins on both sides of the window.
  4. Reviewing a long plan (hundreds of lines) requires excessive scrolling and less easy to grasp because the panel does not use the available horizontal space.
  5. With this feature, the panel would expand horizontally, reducing scroll length and making side-by-side comparison and review far easier.

Additional Context

  • Platform: Claude Code Desktop on Windows 11 Pro
  • Setup: wide / maximized window on a wide monitor (3440x1440)
  • This is a Desktop-specific layout constraint, not a CLI / terminal issue

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 mode panel: use available window width on Desktop (currently narrow centered column) [1 participants]