The login notice and verbose token display are now computed separately rather than sharing one flag.
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.