All plugins

DSH / BUNDLE / BUNDLES

codex-plugin-dsh

v0.1.0wingoo / codex-plugin-dsh79fe750339

External Git bundleBundlesBundles & other modulesCommunity · Topic auto-analysis
Open on GitHub
Runtime anatomy
HOSTCLIENTUITOOLDATAFLOW

Overview

codex-plugin-dsh

Codex App Server model provider plugin for DeepSeek Harness

Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.

Install

Install this bundle from GitHub

The CLI validates the bundle, invokes native DSH, then reports completion.

npx dshpub add wingoo/codex-plugin-dsh --ref 79fe7503390d641680bad8efade52782a3c31ced

Capabilities

What it contributes

HostCordis loadableNot inspected
Client / UIHost onlyNot inspected
Model toolsNot inspectedNot inspected
Profile stateNot inspectedNot inspected

README / EN

Package documentation

中文 | English

LIMITATIONS

Known limitations

- 尚未实现 DSH 交互问题桥接,因此 App Server 的 `item/tool/requestUserInput` 会明确失败。 - 其他 provider 产生的 reasoning block 或 assistant 图片无法导入 App Server;工具目录变化而必须重建 thread 时,已有 Codex reasoning/assistant 图片也无法无损导入。插件会明确失败并要求新建会话,而不是静默丢弃。 - App Server 无法兑现的配置字段(`temperature`、`maxTokens`、`stop`)会被拒绝,不会被静默忽略。 所有权和协议细节见 [docs/architecture.md](docs/architecture.md)。