jason.woltje
  • Joined on 2025-11-30
jason.woltje pushed to feature/m13-speech-services at mosaic/stack 2026-02-15 08:28:09 +00:00
79b1d81d27 feat(#393): implement Kokoro-FastAPI TTS provider with voice catalog
jason.woltje pushed to feature/m12-matrix-bridge at mosaic/stack 2026-02-15 08:26:19 +00:00
ad24720616 feat(#382): Herald Service: broadcast to all active chat providers
jason.woltje pushed to feature/m10-telemetry at mosaic/stack 2026-02-15 08:25:57 +00:00
a943ae139a fix(#375): resolve lint errors in usage dashboard
jason.woltje pushed to feature/m10-telemetry at mosaic/stack 2026-02-15 08:21:56 +00:00
8e27f73f8f fix(#375): resolve recharts TypeScript strict mode type errors
jason.woltje pushed to feature/m13-speech-services at mosaic/stack 2026-02-15 08:20:33 +00:00
b5edb4f37e feat(#391): add base TTS provider and factory classes
3ae9e53bcc feat(#391): implement tiered TTS provider architecture with base class
Compare 2 commits »
jason.woltje pushed to feature/m12-matrix-bridge at mosaic/stack 2026-02-15 08:20:16 +00:00
4a9ecab4dd chore(orchestrator): Update tasks — Phase 2 complete, Phase 3 starting
jason.woltje pushed to feature/m12-matrix-bridge at mosaic/stack 2026-02-15 08:19:18 +00:00
771ed484e4 feat(#379): Register MatrixService in BridgeModule with conditional loading
jason.woltje pushed to feature/m12-matrix-bridge at mosaic/stack 2026-02-15 08:16:57 +00:00
7d22c2490a feat(#380): Workspace-to-Matrix-Room mapping and provisioning
jason.woltje pushed to feature/m10-telemetry at mosaic/stack 2026-02-15 08:16:46 +00:00
2eafa91e70 fix(#370): add mypy import-untyped ignore for mosaicstack_telemetry
jason.woltje pushed to feature/m10-telemetry at mosaic/stack 2026-02-15 08:14:15 +00:00
248f711571 fix(#370): add Gitea PyPI registry to coordinator CI install step
jason.woltje pushed to feature/m10-telemetry at mosaic/stack 2026-02-15 08:10:33 +00:00
306c2e5bd8 fix(#371): resolve TypeScript strictness errors in telemetry tracking
746ab20c38 chore: update tasks.md — all M10-Telemetry tasks complete
a5ee974765 feat(#375): frontend token usage and cost dashboard
5958569cba docs(#376): telemetry integration guide
d6c6af10d9 feat(#372): track orchestrator agent task completions via telemetry
Compare 14 commits »
jason.woltje pushed to feature/m13-speech-services at mosaic/stack 2026-02-15 08:10:12 +00:00
c40373fa3b feat(#389): create SpeechModule with provider abstraction layer
jason.woltje pushed to feature/m10-telemetry at mosaic/stack 2026-02-15 08:07:48 +00:00
f3fe2fad16 fix(#371): resolve TypeScript strictness errors in telemetry tracking
jason.woltje pushed to feature/m13-speech-services at mosaic/stack 2026-02-15 08:06:29 +00:00
52553c8266 feat(#399): add Docker Compose dev overlay for speech services
jason.woltje pushed to feature/m12-matrix-bridge at mosaic/stack 2026-02-15 08:06:06 +00:00
f238867eae chore(orchestrator): Update tasks — Phase 1 complete, Phase 2 starting
jason.woltje created pull request mosaic/stack#407 2026-02-15 08:05:46 +00:00
feat: M10-Telemetry — Mosaic Telemetry integration
jason.woltje pushed to feature/m10-telemetry at mosaic/stack 2026-02-15 08:05:11 +00:00
3cadf4317c chore: update tasks.md — all M10-Telemetry tasks complete
jason.woltje pushed to feature/m12-matrix-bridge at mosaic/stack 2026-02-15 08:05:08 +00:00
5b5d3811d6 feat(#378): Install matrix-bot-sdk and create MatrixService skeleton
jason.woltje commented on issue mosaic/stack#376 2026-02-15 08:05:02 +00:00
Documentation: Telemetry integration guide

Completed in commit 74a5044 on feature/m10-telemetry. Comprehensive docs/telemetry.md (737 lines): architecture, configuration, event schema, predictions, SDK reference (JS+Python), dev guide.…

jason.woltje commented on issue mosaic/stack#374 2026-02-15 08:05:02 +00:00
Add telemetry config to docker-compose and .env

Completed in commit 0467f77 on feature/m10-telemetry. Added MOSAIC_TELEMETRY_* vars to .env.example, docker-compose.yml, docker/docker-compose.yml, and both swarm compose files.