1.1 KiB
1.1 KiB
2026-03-04 Session Notes
Dashboard Marketplace Crash Investigation
Nicholai reported that the marketplace feature in the Signet dashboard is completely broken—the browser tab crashes when attempting to load it. The feature previously worked but has become non-functional and was historically very slow.
An Explore agent was dispatched to investigate the issue, focusing on:
- The Svelte 5 dashboard component that renders the marketplace/skills browser
- API endpoints being called (likely
/api/skills/browseor/api/skills/search) - Data fetching and rendering patterns that could cause tab crashes (infinite loops, massive DOM rendering, unbounded data, recursive reactivity)
- Recent changes that might have introduced the regression
- Stores and reactive patterns related to skills
The investigation was focused on packages/cli/dashboard/src/ component files and the corresponding daemon-side skill API handlers in packages/daemon/src/.
Note: The session conversation is truncated mid-investigation. The actual findings and root cause have not been captured in this summary.