Files
abccodes eb2913fdf6 Inject selected-app context into dashboard agent chat
When a user selects an App card on the dashboard via the "Select UI
element" picker, thread the selected Output ids to the backend
(mirroring the selected_browser_ids path) and inject a per-app context
block into the system prompt: each app's absolute workspace path, entry
point, meta.json, and a pointer to its SKILL.md. This lets the agent
edit existing apps in place from the main view (the dashboard card's
Vite runtime live-reloads on save) without switching to the Apps tab.

The block is additive and independent of view-builder mode. Deleted or
missing workspaces are skipped; mixed selections (browser/agent cards)
are unaffected.
2026-06-10 21:27:52 -07:00
..