DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Codex Webui — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-codex-webui

Codex Webui

DSH plugin: 在会话视图新增 ChatGPT 标签,内嵌本地 Codex 桌面端 webui,控制本地 codexcli。官方 bundle 插件,dsh plugin --profile web add github:raomaiping-hash/dsh-codex-webui#main

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:raomaiping-hash/dsh-codex-webui#678397272558505840dafae874759c47ace3c24c
READMECompatibilityVersions

Compatibility and provenance

Codex Webui is published as dsh-codex-webui and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/8/2026

Versions

0.1.0stable
9/8/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/8/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundleDoctor@linxin666/dsh-doctorTransactional rescue mode for DSH profiles with a supervised launcher, isolated recovery capsule, deterministic repairs, health monitoring, and a local Web recovery consoleSsh@linxin666/dsh-sshRemote SSH operations for the dsh web GUI: host config store (~/.dsh/dsh-ssh.json, import from ~/.ssh/config), a persistent ssh2 connection pool with jump-host support, exec / PTY web terminal / SFTP transfer / local port-forward tunnels / cluster executiFind Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.

README

dsh-codex-webui

在 DSH 会话视图新增 ChatGPT 标签,内嵌本地 Codex 桌面端 webui,直接控制本机 codexcli。

简介

本插件在 DSH 会话顶部的视图导航里新增一个 ChatGPT 标签(排在最后)。点开即加载本地 Codex 桌面端界面(复用开源项目 codex-web-local,MIT),背后走本机 Codex app-server,直接读写本机项目、跑命令。

实现上做了两件事:

  • Node half 在 DSH 的 HTTP 服务器注册 /codex 前缀反向代理,转发到本地 127.0.0.1:7420,并透传 SSE 实时流;同时托管 codex-web-local 进程。
  • Client half 注册 conversation.view 的 chatgpt 视图,iframe 指向同域 /codex/, 并在激活时隐藏 DSH 自身的 composer 底部区。

安装

dsh plugin --profile web add github:raomaiping-hash/dsh-codex-webui#main

装完重启 web:

sudo systemctl restart deepseek-harness.service

前置依赖

  • 本机安装 codex CLI,且 codex app-server daemon 已运行(codex app-server daemon start)。
  • codex-web-local 的构建产物已 vendored 在 vendor/codex-web-local/(含 /codex/ base path 改造),无需额外构建。

能力面

能力说明
反向代理 /codex把 DSH 同域 /codex/* 转发到 127.0.0.1:7420,去掉前缀,SSE 流式透传
webui 托管插件激活时自动拉起 codex-web-local(7420),插件卸载时回收
ChatGPT 标签注册 conversation.view 的 chatgpt 视图,priority: 1000 保证排在最后
隐藏 composer选中 ChatGPT 时用 :has() 隐藏 DSH 底部输入区,iframe 占满

插件管理

已装插件用 plugin-registry 的薄控制台管理(浏览器面板):管理 profile 插件安装态 (bundle 层栈 + insert 行 + 启停),无需手改配置。安装:

dsh plugin --profile web add <plugin-registry>/packages/plugin/console