mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-12 04:08:53 +02:00
The /ws endpoint only accepted JWT tokens while REST /api/* routes accepted both JWTs and PATs (mul_*). Add PATResolver interface and wire it into HandleWebSocket so PAT holders can use WebSocket streaming. Also update README (en + zh-CN) to list OpenClaw and OpenCode as supported agent runtimes alongside Claude Code and Codex.