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: register background executors for existing workspaces after restart
- Add ensureExecutorRegistered() called from getOrCreateSession()
- Add Config.getWorkspaceMetadataSync() for sync metadata lookup
- Make registerExecutor() idempotent (no-op if already registered)
Without this fix, background execution tools failed for all pre-existing
workspaces after app restart with 'No executor registered' error.
0 commit comments