You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(gui): prevent TypeError in extension command registration and notification handling
- Add optional chaining for ext.manifest?.name with fallback to 'Unknown'
- Add null check for event.payload before destructuring
- Prevent 'Cannot read properties of undefined' errors in event handlers
AGENT1: Core & App Shell analysis and fixes
0 commit comments