claude-code - 💡(How to fix) Fix [Feature Request] Add persistent welcome banner setting to terminal UI

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…
RAW_BUFFERClick to expand / collapse

Bug Description

Requesting an opt-in setting to persist the boxed welcome banner in the terminal UI.

When launching Claude Code in a terminal, the welcome banner (logo + version + model + mode + cwd, drawn inside a Unicode border) renders for under a second before collapsing to a compact, unboxed header. I'd like a settings.json flag — e.g. "persistWelcomeBanner": true — to keep the boxed view pinned for the session.

Why this matters: The boxed banner closely mirrors the visual polish of the VS Code extension's header. Losing it the moment the session loads makes the terminal experience feel downgraded compared to what's clearly already designed and shipped.

Why this should be a low-effort change:

  • The boxed render path already exists and runs on every launch
  • Opt-in via settings means default behavior is unchanged — zero risk to existing users
  • No new UI, no backend, no model dependencies — pure client render logic
  • Likely a one-line conditional gating the existing collapse trigger

Happy to test a flagged build.

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