Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.257 ·

New hideLoginNotice option splits login-notice display from verbose-token display

A new hideLoginNotice option lets a host session hide the login notice without hiding all welcome chrome.

TierUse it nowhow much it should matter to you
Useful5my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaSession Optionswhat it touches
KindNew Featuresin v2.1.257,
Group of 2 Use it now Notable No documentation found

A new hideLoginNotice option lets a host session hide the login notice without hiding all welcome chrome.

A new hideLoginNotice flag is threaded through session/turn controller construction (Ere), alongside debug, embedded, and hasSuppressedDialogs, and passed into the status UI component wD via a hideLoginNotice prop. This lets an embedded/host session suppress the login-notice chrome separately from the existing hideWelcomeChrome flag.

The status-line component now separately computes showLoginNotice (shown when the API key is invalid or missing, unless hidden) and showVerboseTokens (shown when the verbose flag is set and the key is valid), passed to the child instead of a single combined flag, giving finer control over when each is displayed.

Read from
Names in the bundlehideLoginNoticehideWelcomeChrome

See this entry in the whole of v2.1.257 →

Feedback