dsh-router-loomy
Registers the Xunfei Loomy cloud channel as an OpenAI-compatible supplier in dsh-router, adding model listing and streaming chat completions.
把讯飞 Loomy 云端通道作为 OpenAI 兼容供应商接入 dsh-router,提供模型列表与流式对话补全。
How to install
dsh plugin add dsh-router-loomy About
dsh-router-loomy 把 **Loomy(讯飞 Loomy 办公助手云端通道)** 作为供应商接入 dsh-router, 供 dsh 使用的插件。参照 dsh-router-traework 的同构范式编写。 上游通道对 OpenAI **Chat Completions 完全兼容**(单一端点 POST {baseUrl}/chat/completions,SSE 流式); 鉴权为 Authorization: Bearer <session>,session 取自 Loomy 客户端 userData/auth-session.json 的 session 字段; 插件只暴露差异化逻辑(status / listModels / chatOnce / dispose / addApiKey / removeLink), 选号、冷却、换号、别名、模型启用状态、积分缓存等通用能力全部由 dsh-router 核心统一管理。 安装 powershell npm install dsh-router-loomy @deepseek-ai/cordis 与 cordis 是 peerDependencies,由 dsh 宿主注入,无需手动安装。 装好后按 装配到 dsh profile 把本包注册进 bundle。 快速开始(本地开发) 在克隆后的仓库里: powershe…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-21
- Created
- 2026-09-19
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
dsh-workbuddy-connect
corrinehu/dsh-workbuddy-connect
Brings the models in the WorkBuddy desktop app straight into DeepSeek Harness — zero configuration in the DSH chat.
claude-code-router
musistudio/claude-code-router
One local control plane for every AI agent: route across models, fuse new capabilities, orchestrate tools, and stay fully in control.
dsh-coding-subscription-oauth
lninghaha/dsh-coding-subscription-oauth
Coding-subscription OAuth for SuperGrok/Grok Build, ChatGPT Plus Codex, Kimi Code and Claude Code, plus an opt-in loopback OpenAI/Anthropic gateway: local login without pasting tokens, AUTH refresh-and-retry, grok-4.6 xhigh, and API-key route coexistence.