multica/src/channels
Naiyuan Qing 7b885673da docs(skills): update whisper skill with correct transcription priority
Clarify that local whisper is the primary provider (free, offline),
OpenAI API is the fallback, and the skill only activates when both
are unavailable. Add setup instructions noting no restart is required.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 18:28:03 +08:00
..
plugins feat(channels): add inbound debouncer, ACK reactions, and sequentialize 2026-02-09 11:43:42 +08:00
config.ts refactor(channels): read config from credentials.json5 instead of separate file 2026-02-06 16:00:44 +08:00
inbound-debouncer.ts fix(channels): correct reply routing and ack lifecycle for rapid-fire messages 2026-02-09 18:27:06 +08:00
index.ts refactor(channels): read config from credentials.json5 instead of separate file 2026-02-06 16:00:44 +08:00
manager.test.ts fix(channels): suppress heartbeat ack in outbound replies 2026-02-09 16:53:41 +08:00
manager.ts docs(skills): update whisper skill with correct transcription priority 2026-02-09 18:28:03 +08:00
registry.ts feat(channels): add channel plugin system with types, registry, and config 2026-02-06 15:47:36 +08:00
types.ts feat(channels): add inbound debouncer, ACK reactions, and sequentialize 2026-02-09 11:43:42 +08:00