精选
为什么选中它
待人工精选——以下事实来自源码仓库。
它能做什么
DeepSeek Harness (dsh) Web plugin
适合谁
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
风险提示
- 未发现明显风险信号;安装前仍建议查看源码。
DeepSeek Harness (dsh) Web plugin
待人工精选——以下事实来自源码仓库。
DeepSeek Harness (dsh) Web plugin
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
dsh plugin --profile web add github:AcidGr/dsh-web-mobile-fix 作者没有声明支持的平台。
exports["./client"], declared via dsh.client.platform: "web"), discovered by the client-modules scanner and loaded from the boot manifest. It injects one <style> tag with @media (max-width: 700px) overrides targeting the product's stable data-slot attributes, and removes the tag on unload — fully reversible. ## Requirements - DeepSeek Harness Web profile (dsh --profile web), any recent 0.1.x release - Selectors target product slot contracts; they are stable within a version line but may need small updates after a major product revamp ## Install ### Bundle install (recommended) Installed from npm: sh dsh plugin --profile web add dsh-web-mobile-fix (No npm / local development — point pnpm at the repo instead: sh dsh plugin --profile web add github:AcidGr/dsh-web-mobile-fix ) Restart dsh web (or wait for the profile hot-reload), then hard-refresh the browser. ### Manual install (no pnpm / offline) sh PROFILE="$DSH_HOME/profiles/web" # adjust DSH_HOME and profile name mkdir -p "$PROFILE/plugins" "$PROFILE/node_modules/@dsh-profile" cp -r dsh-web-mobile-fix "$PROFILE/plugins/mobile-fix" ln -sfn ../../plugins/mobile-fix "$PROFILE/node_modules/@dsh-profile/mobile-fix" # append to $PROFILE/cordis.patch.yml: # - insert: # - id: mobile-fix # name: '@dsh-profile/mobile-fix' ## Verify Open the Web UI on a phone-width window — the settings panel, sidebar, and popups should be mobile-adapted. ## Rollback - Bundle install: dsh plugin --profile web remove dsh-web-mobile-fix - Manual install: delete the mobile-fix insert block from cordis.patch.yml (the plugin dir can stay or go) No product source is modified; upgrades do not overwrite it. ## License MIT不看 Star,人工一条条挑的。
把 DSH 的 settings.yaml 做成可视化看板:所有已注册的 settings namespace——包括官方界面从未覆盖的第三方插件配置——都渲染成可编辑表单。项目还早,但方向很对:告别手改 YAML。
给 DSH 的 DIY 轨迹可视化:把 agent 的计划与执行画成图,不用翻原始日志也能看清它在干嘛。项目还早,但补上了「一眼看懂 agent 在做什么」这个真实缺口。
从 Claude Code / Codex 把活派给 DSH:在宿主内拉起带分级预设的 DSH agent 会话,看原生子代理进度,还能借它的多模态桥给纯文本的 DSH 补上视觉和生图。编排型插件,把 DSH 变成其他编码 agent 的后端。