pandashere/dsh-codex-bridge ↗★ 1
dsh-codex-bridge
Codex bridge for DeepSeek Harness: call_codex / codex_status / codex_abort tools plus a WebUI Codex tab observing the codex sessions of the current session.
AI Analysis
用于在 DSH 中集成 Codex。适合需要调用 Codex 工具并实时监控会话状态的开发者。需 Node.js 22+ 及已认证的 Codex CLI 支持。
Install
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:pandashere/dsh-codex-bridgeREADME
Read the full README ↗Installation
Requirements: Node.js 22 or newer, @deepseek-ai/dsh@0.1.0-rc.6, and an
authenticated Codex CLI available as codex (or set codexPath). The plugin
does not read or store API keys; authentication remains owned by the Codex
CLI.
Build, validate, and pack the standalone bundle from the plugin directory:
npm install
npm run check
npm pack
Install the generated tarball into a DSH profile, then restart dsh web.
Installing the source directory as a link is not supported because host peers
are supplied by the DSH profile:
npx @deepseek-ai/dsh@0.1.0-rc.6 plugin --profile web add ./dsh-codex-bridge-0.1.0.tgz
npx @deepseek-ai/dsh@0.1.0-rc.6 web
The browser half is served at /plugins/dsh-codex-bridge/client.js and appears
in the conversation pane. Verify it against a running default Web profile:
curl -s http://127.0.0.1:3080/plugins/dsh-codex-bridge/client.js | head
To update, build a tarball with a newer package version, remove the installed bundle, add the new tarball, and restart. To uninstall:
npx @deepseek-ai/dsh@0.1.0-rc.6 plugin --profile web remove dsh-codex-bridge