Under the hood
Useful2 Signal0
Status-line notices are now built as plain text pieces, so they render more consistently.
What's wrong with this entry?
Anonymous. No account, no email.
What
Notification producers now hand back plain data instead of React elements, so the notification layer owns rendering.
Details
- Each producer emits a list of
{text, color, dim, bold}segments. - Affected producers: the option-as-Meta hint, the idle /clear hint, the Remote Control disconnect and unsigned-attestation warnings, the closed-issue notice and the prefilled-prompt warning.
Evidence
idle-return-hint
Strings lifted out of the shipped bundle, so the claim above can be checked against them.