dsh-llm-codex-app-server:把本地 Codex App Server 注册为 DSH 主模型 Provider
`dsh-llm-codex-app-server` 是一个 DeepSeek Harness 的 LLM Provider 插件,旨在将本地已认证的 Codex App Server 接入 DSH 的智能体循环。该插件适用于 DSH `>=0.1.2-alpha.1 <0.2.0` 版本,属于 out-of-tree bundle,安装后不修改核心仓库。其核心能力包括注册 `codex-local` 为主模型 Provider,复用本地 `CODEX_HOME` 的登录态而不存储密钥,并支持会话复用、冷启动上下文恢复、工具调用映射及 `harness_skill` 暴露。插件能将 Codex
阅读全文dsh-commandcode-provider:在 DeepSeek Harness 中接入 Command Code 模型
dsh-commandcode-provider 是 Mars-Sea 维护的社区 LLM provider 插件,将 Command Code 注册为 DSH 的 commandcode 路由。插件提供实时模型目录、reasoning-effort 支持、Settings 页授权与用量卡片、多账号自动轮换,以及 Models 页 Command Code 卡片。安装命令为 dsh plugin --profile web add @mars-sea/dsh-commandcode-provider@latest,需自备 Command Code API key,MIT 许可。
阅读全文