managarten/apps/mana/apps/web/src
Till JS be81d11dc3 feat(ai): SSE streaming for foreground Mission Runner
Enable real-time token streaming during the planner "calling-llm" phase
so the user sees live progress ("empfange Plan… 128 tokens") instead of
a static spinner. The parser still receives the full text once complete —
no partial-JSON risk.

Changes:
- Extract shared SSE parser from playground into @mana/shared-llm/sse-parser
- remote.ts: use stream:true when onToken callback is provided
- AiPlanInput: add optional onToken field (shared-ai)
- ai-plan task: pass onToken through to backend.generate()
- runner.ts: throttled (500ms) phaseDetail updates during streaming
- Playground: refactored to use shared SSE parser

Also includes: AI agent architecture comparison report (docs/reports/)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 12:32:43 +02:00
..
lib feat(ai): SSE streaming for foreground Mission Runner 2026-04-16 12:32:43 +02:00
routes chore: remove /apps route — not needed 2026-04-16 12:30:37 +02:00
app.css refactor(tailwind): centralize @source list in @mana/shared-tailwind/sources.css 2026-04-16 00:59:33 +02:00
app.d.ts fix(pwa): wire up manifest link + SW registration so install prompt works 2026-04-14 14:05:49 +02:00
app.html fix(mana/web): add standard mobile-web-app-capable meta tag 2026-04-09 15:08:12 +02:00
hooks.client.ts feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
hooks.server.ts feat(ai): Mission Grant rollout gating — flag, alerts, runbook, user docs 2026-04-15 14:02:47 +02:00