Assistant: sign in error notification doesn't auto-dismiss
System details:
Positron and OS details:
Positron Version: 2025.07.0 (system setup) build 88 Code - OSS Version: 1.100.0 Commit: 27dd8feb5758b5ccecb38b33cbdb0c034c67d786 Date: 2025-06-12T03:47:02.873Z Electron: 34.5.1 Chromium: 132.0.6834.210 Node.js: 20.19.0 V8: 13.2.152.41-electron.0 OS: Windows_NT x64 10.0.26100
Interpreter details:
N/A
Describe the issue:
When an assistant signin error occurs, it shows an error toast pop-up. A user has to manually dismiss the toast. I would be nice if it timed out and auto-dismissed.
Steps to reproduce the issue:
- Enable assistant
- Attempt to sign in with bad api key to Anthropic
This dialog never goes away without user intervention
Expected or desired behavior:
A timeout to auto dismiss the dialog
Were there any error messages in the UI, Output panel, or Developer Tools console?
The more I think about it, not sure if any of our toast message auto dismiss... but it would be nice if ones like this did. Especially since the sign in modal itself already shows an error message, so the toast is redundant.
I am pretty confident that at least some of them do auto dismiss based on having worked on automation that was trying to "dismiss all" the toasts.
Moving to triage.