DSH_VsCodeMode
VSCode-style editing experience for DeepSeek Harness: a Monaco-based central file editor (tabs, Ctrl+P quick open, status bar) and interactive diff review of agent edit/write results with per-change Keep/Undo, rollback and archiving, persisted across restarts.
为 DeepSeek Harness 提供类 VSCode 编码体验:基于 Monaco 的中央文件编辑器(文件页签、Ctrl+P 快速打开、状态栏),并对 Agent 的 edit/write 结果进行交互式差异审查(逐处采纳/拒绝、回滚、归档),状态跨重启持久化。
How to install
dsh plugin add dsh-vscode-mode About
dsh-vscode-mode 原 @dsh-external/dsh-edit-review(编辑差异审查)重构而来——DSH 上的**类 VSCode 编码体验**。 仿 VSCode 的 **Agent 文件编辑器 + 差异审查** DSH 插件: **中央「文件编辑」页签**(conversation.view,VSCode 式):文件页签(脏点/关闭/「+」打开)+ Ctrl+P 快速打开(QuickOpen)+ **Monaco Editor**(语法高亮/行号/minimap/Ctrl+F/Ctrl+G/Ctrl+S/700ms 防抖自动保存)+ 状态栏(路径/语言/Ln,Col/保存状态)。 **差异审查**:Host 捕获 agent 的 edit/write(tools/result),客户端以**圆角悬浮框**(DiffBox) 逐文件列出差异(采纳 Keep / 不采纳 Undo / 跳转 / 回滚 / 归档对比),header 差异角标 + 状态栏 chip (DiffLauncher 全局总览 + 归档/批次回滚)。状态持久化到工作区旁车(.dsh-edit-review.json,重启不丢)。 **Monaco 离线分发**:assets/vendor/monaco AMD 构建随包发布,经 /edrv/vendor/* 前缀路由提供,全离线可用。 *…
Recommendation signals
Meta
- License
- BSD-3-Clause
- Language
- TypeScript
- GitHub stars
- 1
- mo. downloads
- 1.1K
- Last push
- 2026-08-24
- Created
- 2026-08-20
Links
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- code-review, deepseek-harness, deepseek-harness-plugin, deepseek-harness-plugins, diff, dsh, dsh-plugin, editor, monaco, monaco-editor, plugin, vscode
Related plugins
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-git-graph
Git branch selector and Git graph for the dsh web GUI: switch branches and explore branch-lane and commit history from the conversation header.
dsh-github-intelligence
zoahdev/dsh-github-intelligence
The most complete GitHub integration for dsh: repo overview, releases, issues, pull requests, contributors, search, and a deep repo report with TTL caching — no API key needed.
dsh-user-experience
DietCokewithSugar/dsh-user-experience
Finds potential UX issues in your project: automatically reviews React/TypeScript code, pinpoints each problem, and gives concrete suggestions.
dsh-github
PerryLink/dsh-github
Official-grade GitHub CI integration: a composite action.yml, a polling PR review bot with idempotent inline comments and a status-check gate, plus PR/issues tools with every write gated by human approval.