Under the hood
Useful1 Signal0
The prompt footer reads from shared stores now; it looks identical.
What's wrong with this entry?
Anonymous. No account, no email.
What
The prompt footer now pulls what it needs from four stores instead of receiving everything as props, which changes what causes it to re-render. Nothing looks different.
Details
- Dropped props:
apiKeyStatus,mcpClients,onOpenTasksDialog,onOpenSessionMemories. - API key state now comes from
apiKeyVerification; the memories and background-shells dialogs are opened through shared callbacks.
Evidence
apiKeyVerification
Strings lifted out of the shipped bundle, so the claim above can be checked against them.