claude-code - 💡(How to fix) Fix [FEATURE] Customisable welcome screen (image, title line, and startup tips) [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#48098Fetched 2026-04-15 06:33:16
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Participants
Timeline (top)
labeled ×2
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

The welcome screen shown on startup and after /clear is fixed. The image, title line ("Claude Code vx.x.x"), and tips section are all hardcoded. If you've set up a named assistant persona with a custom identity, rules files, and project context, the generic welcome screen feels disconnected from that setup. There's no way to make the startup experience reflect how you've actually configured the tool.

Proposed Solution

A few fields in settings.json to control the welcome screen. Something like welcomeMessage for the title line, welcomeImage for a custom image path, and welcomeTips for an array of strings to replace the default tips. That would let you show project context, a custom assistant name, or anything else relevant to your setup the moment a session starts.

Alternative Solutions

I tried using hooks on UserPromptSubmit to inject context, but that fires after the first message rather than on startup. It doesn't replace the welcome screen itself.

Priority

Low - Nice to have

Feature Category

Configuration and settings

Use Case Example

I've set up a persistent assistant persona with its own name, rules files, memory, and project handovers. When I start a session or use /clear, it'd be useful to see the assistant name instead of "Claude Code", a short state-of-play note in the tips area (current live projects, last session date), and optionally a custom image. Right now the welcome screen gives me nothing actionable. With these fields I'd get orientation before I've even typed anything.

Additional Context

No response

extent analysis

TL;DR

Adding customizable fields to the settings.json file, such as welcomeMessage, welcomeImage, and welcomeTips, could allow users to personalize the welcome screen to reflect their specific setup.

Guidance

  • Consider adding the proposed fields (welcomeMessage, welcomeImage, welcomeTips) to the settings.json file to provide a way for users to customize the welcome screen.
  • Evaluate the feasibility of using these fields to display project context, custom assistant names, or other relevant information on startup.
  • Review the Alternative Solutions section to understand why using hooks on UserPromptSubmit may not be a viable alternative for replacing the welcome screen.
  • Assess the potential impact of this feature on the overall user experience, given its low priority classification.

Example

No code snippet is provided as the issue does not contain specific code references.

Notes

The proposed solution focuses on adding customizable fields to the settings.json file, which may require updates to the application's configuration parsing and welcome screen rendering logic.

Recommendation

Apply workaround: Implement the proposed customizable fields in settings.json to enhance the welcome screen's personalization capabilities, as this seems to be a low-priority but nice-to-have feature that can improve user experience.

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] Customisable welcome screen (image, title line, and startup tips) [1 participants]