精选
为什么选中它
待人工精选——以下事实来自源码仓库。
它能做什么
Support dsh runtime on Multica.
适合谁
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
风险提示
- 没有明确许可证,使用前确认授权。
Support dsh runtime on Multica.
待人工精选——以下事实来自源码仓库。
Support dsh runtime on Multica.
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
dsh plugin --profile web add github:multica-ai/dsh-multica-runtime 类型判定: README documents installing it with 'dsh plugin --profile multica add' and it contributes a runtime bridge/skill to DSH. · 模型判定 · 2026年8月18日
作者没有声明支持的平台。
@deepseek-ai/dsh-base. It does not require changes to DeepSeek Harness.
## Privacy - This repository contains only the Multica integration layer. It does not vendor or redistribute DeepSeek Harness source code. - Never commit API keys, MCP secrets, session logs, or generated profiles. - DSH telemetry is disabled by the bundle patch. - stdout is protocol-only; diagnostics go to stderr. ## Local development The DSH packages used by this plugin are public npm packages. This checkout is currently validated against @deepseek-ai/dsh@0.1.0-rc.6 and its matching @deepseek-ai/dsh-* package family. bash pnpm install pnpm check pnpm build Install the local bundle into a DSH profile after building it: bash dsh plugin --profile multica add /absolute/path/to/multica-dsh-runtime The plugin supports: bash dsh --profile multica --probe dsh --profile multica --list-models dsh --profile multica --stdio Multica discovers the profile only after --probe returns protocol version 1. For a non-standard DSH installation, point the daemon at its launcher: bash export MULTICA_DSH_PATH=/absolute/path/to/dsh The runtime contract includes: - model and thinking-level discovery from DSH itself; - committed text, reasoning, tool, result, and token-usage events; - cooperative cancellation and durable session resume; - canonical Multica MCP configuration translated to DSH stdio or streamable-HTTP clients; - per-runtime/agent session roots supplied by the Multica daemon; - headless one-shot approvals, with no interactive question surface. - narrowly forwards only Multica's server-minted mat_ task token into DSH's otherwise credential-scrubbed shell, so in-task multica commands retain task attribution without exposing model-provider credentials. The local .local/ tree is ignored. It may hold an isolated DSH home and a development launcher, but neither belongs in source control. DEEPSEEK_API_KEY is read by DSH's credential provider at process runtime. It must not be stored in this repository.不看 Star,人工一条条挑的。
把 DSH 的 settings.yaml 做成可视化看板:所有已注册的 settings namespace——包括官方界面从未覆盖的第三方插件配置——都渲染成可编辑表单。项目还早,但方向很对:告别手改 YAML。
给 DSH 的 DIY 轨迹可视化:把 agent 的计划与执行画成图,不用翻原始日志也能看清它在干嘛。项目还早,但补上了「一眼看懂 agent 在做什么」这个真实缺口。
从 Claude Code / Codex 把活派给 DSH:在宿主内拉起带分级预设的 DSH agent 会话,看原生子代理进度,还能借它的多模态桥给纯文本的 DSH 补上视觉和生图。编排型插件,把 DSH 变成其他编码 agent 的后端。