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(app-shell): extractItems accepts bare arrays — preview-mode list reads were silently empty (#1661)
MetadataClient.list() (the ?preview=draft path, ADR-0037) unwraps {items}
internally and resolves a BARE ARRAY; extractItems only handled the
adapter SDK's {items} envelope and returned [] for arrays. Every
preview-mode list read came back empty, so a draft-built app rendered
the launcher's 'No Apps Configured' empty state in the Live Canvas
(live-verified on staging after the REST passthrough fix landed — the
API returned 13 apps, the UI saw zero).
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments