DSH | DSH Codex UI | Codex-style navigation and workspace UI / Codex 风格导航与工作区界面 #4941
MichengAI
started this conversation in
Show Your Plugins!
Replies: 1 comment 1 reply
|
I turned the project description into an Agent-first integration runbook: https://github.com/sandbaseai/deepseek-harness-handbook/blob/main/docs/en/integrations/dsh-codex-ui-extension-boundary.md — it focuses on public extension points, Host-owned Sessions, acceptance probes, and profile-scoped rollback. Published in v0.5.374: https://github.com/sandbaseai/deepseek-harness-handbook/releases/tag/v0.5.374 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
DSH Codex UI
English
DSH Codex UI is a standalone Web client plugin for DeepSeek Harness. It rebuilds the default Web navigation and conversation surface into a focused Codex-style workspace: projects and conversations stay organized in the sidebar, while search, task state, session actions, and turn navigation are available where people actually work.
The project is for people who want to use the DSH runtime, models, tools, and plugin ecosystem while working in a denser desktop-oriented interface. It can be installed by itself into a
webprofile; it is not a fork or replacement of the DSH host.Key capabilities
Screenshots
Light theme — sidebar, workspace tree, and conversation column
Dark theme — the same workspace and conversation workflow
Session actions — manage a conversation without leaving the workspace
Settings → About — inspect and manage companion plugins
DeepSeek Harness integration
DSH Codex UI is a DSH Web client plugin. It integrates through published DSH extension points only:
sidebarslot while preservingsidebar.workspaces,sidebar.settings, andsidebar.footer.action.Install
Prerequisite: a working DeepSeek Harness Web installation with the
dshcommand available. The example uses thewebprofile; replace it with your target profile if needed.After installation, restart DSH Web and hard-refresh the browser. The configuration dump should show the Codex UI bundle mounted. Source installation, compatibility details, screenshots, and changelogs are in the repository.
中文介绍
DSH Codex UI 是一个面向 DeepSeek Harness 的独立 Web 客户端插件。它不改变 DSH 的运行时、模型、工具或会话存储,而是在官方扩展点之上,将默认 Web 导航和对话界面重构为更偏 Codex 工作台的布局:项目、会话、搜索、运行状态和常用操作集中在一套连续的工作流中。
它适合希望继续使用 DSH 生态和能力、但更偏好桌面开发工具式导航与会话管理体验的用户。插件可以独立安装到任意 DSH
webprofile;它不是 DSH Host 的 Fork,也不取代官方运行时。主要能力
与 DeepSeek Harness 的集成方式
DSH Codex UI 是 DSH 的 Web 客户端插件,只通过公开的 DSH 扩展点集成:
sidebarslot 替换导航,同时保留sidebar.workspaces、sidebar.settings、sidebar.footer.action等子插槽。安装
前提是已能运行 DeepSeek Harness Web,并且 PowerShell 中可以使用
dsh命令。下面以webprofile 为例,其他 profile 可替换名称:安装完成后重启 DSH Web,并对浏览器执行硬刷新;可通过
--dump-config确认 Codex UI bundle 已挂载。源码安装、兼容性说明、完整截图与更新日志请见项目仓库: https://github.com/MichengAI/dsh-codex-ui欢迎使用、反馈问题或提交贡献。
All reactions