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($skill): SDK method fallback for skill list bootstrap
Code review pass #3 fix: sdk.app.skills() may not exist if SDK
wasn't regenerated with /skill endpoint. Added typeof check with
raw fetch() fallback. .catch(() => {}) ensures graceful degradation
to empty state in popover.
0 commit comments