velxio/frontend/src/services
David Montero Crespo cd22335838 feat(custom-chips): AI entry point + friendly auth error
- 'Create with AI' button in CustomChipDialog dispatches the generic
  velxio:agent-prompt window event (no-op without a listener — the pro
  overlay's chat panel picks it up and prefills the composer).
- chipCompileService maps the hosted deployment's 401 gate to a human
  'sign in to compile custom chips' message instead of a raw status
  line. Self-hosted OSS keeps the route open and never sees either.
2026-07-16 20:34:42 +02:00
..
ComponentRegistry.ts feat(picker): featured components sort first — breadboards lead the list 2026-07-16 01:04:29 +02:00
chipCompileService.ts feat(custom-chips): AI entry point + friendly auth error 2026-07-16 20:34:42 +02:00
compilation.ts feat(frontend): send the example library manifest as the compile scope (P2.3) 2026-06-07 00:10:15 +02:00
flashService.ts
libraryService.ts feat(P2.2c): show per-user custom libs in the Library Manager + autocomplete 2026-06-07 19:58:13 +02:00
metricsService.ts
projectService.ts feat(projects): duplicateProject accepts name/description/visibility overrides 2026-07-16 04:51:24 +02:00
romCompileService.ts