Oh My DSH (OMD) adds context summaries with original-source recall, task-linked verification, prompt optimization, CodeGraph code navigation, OpenCU computer control, and four themes covering layout, sidebars, and settings.
Install
# from a prebuilt release tarball
dsh plugin --profile web add "https://github.com/gulagala001/oh-my-dsh/releases/download/v0.1.6/trisoul_x-0.1.6.tgz"
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:gulagala001/oh-my-dsh
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time — pnpm blocks those until you allow them, so an install can stop with ERR_PNPM_GIT_DEP_PREPARE_NOT_ALLOWED or ERR_PNPM_IGNORED_BUILDS; dsh prints the exact key to add under allowBuilds in your profile’s pnpm-workspace.yaml, and the install works on the next run. Allowing a build is a trust decision: only install sources you trust, and pin a commit (github:owner/repo#sha).
README
This plugin publishes its README in Chinese only.

把长对话、任务进度、代码、电脑和交付结果,放到同一套工作流程里。
Oh My DSH 为 DeepSeek Harness(DSH) 配好上下文整理、任务提醒、结果验证、提示词优化和可视化工作台,再提供四套从布局到字体的完整主题。继续使用你已有的模型、会话、文件、工具和技能。
装上,开始工作
已有 DSH 0.1.6-alpha.2 Web?停止服务,在终端或 PowerShell 中运行:
dsh plugin --profile web add github:gulagala001/oh-my-dsh#v1.6.1
然后按原方式启动,例如 dsh web。打开启动时打印的登录链接,新建会话并选择 Oh My DSH。
从这三个入口开始: 输入框的星星优化草稿;工作台查看任务、上下文和结果;设置 → 外观选择主题。
自定义 profile 请替换命令中的 web,沿用原来的 DSH_HOME、模型和凭据。本次为 1.6.1 正式版;更新、卸载与源码试用。
- Node.js ≥22.19、pnpm 11.23.0、Git;Windows 使用 PowerShell 7。
- 模型需要支持原生工具调用;理解截图还需要图像输入能力。
- 插件将 Oh My DSH 设为默认 Agent preset,并配置完整文件/命令访问、关闭执行审批。profile 中的显式覆盖配置优先。
- 为兼容已有安装,内部插件与预设 ID 保留为
trisoul_x/trisoul-x。 - 仍使用 DSH 0.1.5-rc.1 时,请保留 v1.1.1。
装上之后,会有什么变化?
长对话,继续推进
后台把已经发生的工作整理成摘要与详细资料,在后续请求中按需替换。用户原话、文件和图片保留回查入口;项目摘要可以共享,会话也可以独立隔离。长任务需要的线索,有地方存、有路径找。
你可以在工作台检查处理记录、阅读详细资料,或手动决定压缩范围。上下文如何工作。
做了什么,验过什么,一眼看清
任务对应原始需求,验证关联测试、命令或文字证据。进度、运行结果和交付文件集中呈现,工具细节逐层展开。
BT(Better Todo) 提供待办完成与验证完成提醒,按会话控制。待办提醒默认开启,验证提醒默认关闭。文件可以直接打开、预览和继续处理。
把想法整理清楚,再发送
输入框星星提供 轻润色、结构化、步骤规划 三档优化,直接改写当前草稿。支持撤销、重做、恢复原稿,也可以补充要求继续改。

自动轻润色默认关闭。开启后,每次发送先按最低档润色,再交给宿主发送;附件和引用继续保留。失败、取消或草稿冲突时保留输入。优化复用当前模型,每次会产生一次额外调用。使用说明。
看清代码结构,再动手
内置 CodeGraph,查询符号、源码、调用关系和变更影响。默认在项目会话中自动准备索引,无需另做全局安装。CodeGraph 使用指南。
需要组合工具调用时,可以选择 OMD-PTC 预设,通过 run_code 串联工具,继续使用完整 OMD 能力。
从代码,走到网页与桌面
内置 OpenCU。使用 @Browser、已连接的 @Chrome 或应用引用指定目标,让助手读取页面、点击、输入并检查结果。
- 看得到执行过程:实时画面、助手光标和操作记录。
- 随时接手:停止助手,手动操作,再恢复控制。
- 把问题指给它看:窗口分享、区域圈选、元素批注与样式预览。
- 把结果留下来:截图、网页快照与资源导出成为会话附件。
浏览器、桌面控制和运行环境统一在 设置 → Oh My DSH → 基础组件 管理。电脑操作指南。
四套主题,四种工作氛围
布局、字体、侧栏、输入区、设置与工作台一起设计。 每套都支持浅色、深色和窄屏,在「设置 → 外观」即时切换。
支持跟随系统明暗、降低透明与动态效果、导入主题和恢复默认。早期五套视觉皮肤已移除,本版只保留这四套完整主题。主题使用与制作。

平台与使用范围
| 能力 | 支持范围 |
|---|---|
| 上下文、任务、提示词优化、主题与工作台 | Windows、macOS、Linux |
| 内置浏览器与 Chrome 扩展连接 | Windows、macOS、Linux |
| 原生桌面与窗口分享 | macOS 14+、Windows 10 2004+;需要系统授权与对应运行环境 |
Mac 桌面控制需要辅助功能、屏幕录制权限与 Apple Command Line Tools;Windows 原生组件需要 .NET 10 SDK。首次使用先在运行环境页面完成准备。完整平台说明。
上下文整理与提示词优化会调用模型,摘要也可能损失细节;原始资料回查与外部验证仍然重要。皮肤适配 DSH 的真实功能,不提供对应品牌的账号服务。
这次更新
1.6.1 正式版:执行中持续显示最新动作,整轮结束后恢复简写。Job、通用工具和普通上下文统一收进操作抽屉,压缩保持独立;保留详情、失败提示与展开状态,并改善抽屉滚动、预览拖动及上下文错误恢复。
文档与参与
- 使用指南:安装、配置、日常操作、备份与开发。
- 上下文机制:摘要、原文回查、任务保留与手动压缩。
- 主题说明:四套主题、导入格式与布局适配。
- Windows 指南:安装与原生环境准备。
- 反馈问题:请提供版本、复现步骤和脱敏错误。
核心机制与提示词源自 trisoul,宿主与基础 Agent preset 基于 DeepSeek Harness。项目代码许可暂未指定;第三方来源与许可见 THIRD_PARTY_NOTICES.md。
截图摄于 2026-09-21,来自真实 DSH 界面的隔离演示会话。Atlas 为虚构示例项目,文件写入与内容检查实际执行;截图不包含私人会话或凭据。
Links
More in this category
Q00/ouroboros#integrations/dsh-plugin★ 6049
Config-only bundle that mounts Ouroboros through the DSH MCP client, exposing 36 interview, Seed, execution, evaluation, and evolution workflow tools in DSH.
huangruiteng/loopx#dsh-loopx-plugin★ 5910
LoopX, a provider-neutral, local-first state kernel and control plane for long-horizon agents: keeps Goal, Todo, gate, evidence, quota, recovery, and handoff state above DeepSeek Harness, while the plugin bootstraps the CLI and skills, admits bounded same-session continuation, and adds a loopback GoalBar for the exact bound loop.
chuspeeism/dashi-taskboard#deepseek-harness★ 3167
Embeds the active installed Codex Taskboard runtime in the DeepSeek Harness sidebar, using its launcher runtime descriptor instead of a fixed port.
NanmiCoder/dsh-agent-teams★ 1749
AgentTeams multi-agent teams.
EthanYoQ/AI-Novel-Writer#dsh-ai-novel-writer★ 1035
Installs a dedicated AI novel-writing preset and workbench: revisioned local project assets, a compact side drawer, and native approval-gated single-file changes.
tong-io/tongflow#dsh-tongflow★ 1023
TongFlow film-crew studio for image, voice, music and video production: the agent writes per-asset TongFlow workflow files (.tongflow.json) that run through TongFlow plugins, with an embedded workflow canvas, a shot/character/take project layout and a manga-drama template; sessions starting with @tongflow open the Studio view.
Community comments
Comments are public GitHub Discussions. Loading them connects to GitHub and Giscus; a GitHub account is required to post.