COMMUNITY REGISTRY
Inspect versions, compatibility, HMR behavior, source code, and exact install commands.
dsh-patch-applydsh-patch-apply — apply structured unified diffs (git format) to the real filesystem inside DeepSeek Harness: multi-file/multi-hunk parsing, fuzzy hunk location with line-offset correction, all-or-nothing application with precise conflict reports, automatic reverse-patch undo, dry-run, and undo jour
dsh-session-diffSession-scoped diff view for the DSH Web right sidebar: open a file the current conversation changed and it renders in place with git-style added/removed line backgrounds, +/− markers and dual old/new line numbers under syntax colouring, a Changes only / Whole file toggle, a Re-read button, and a co
dsh-diff-statInline +N −M diff badges on edit/write tool rows and a per-turn file change summary card for DeepSeek Harness. PTC/code-dispatch fallback, no git required.
dsh-inline-diffRenders edit and write tool calls as always-expanded side-by-side git-style diffs in a diff viewer, with optional syntax coloring and word-level highlighting.
dsh-diff-viewDiff view: a reusable two-text diff viewer for DSH client plugins. The diffView client service exposes the line-LCS + word-span engine and a self-contained split/unified diff component with line numbers, context collapse, and its own stylesheet. No persistence; no approval coupling.
dsh-turn-diffDSH Web UI plugin: Summarizes all file changes made during each round at the end of the round.
@deepseek-ai/dsh-tool-diffDSH diff tool: structured comparison of text/JSON/CSV/Markdown plus unified diff generation and in-memory patch validation. Zero-dependency, read-only.
@xiaoyu/dsh-session-diffSession-scoped git-style diff decoration for the DSH Web right sidebar: opening a file changed by the current conversation marks added and removed lines, and a companion page lists every file this conversation touched.
dsh-diff-visDSH plugin: show a git-style file diff right inside the chat whenever the AI calls write/edit tools. Unified (top-bottom) and split (side-by-side) views with inline word highlighting, view-preference memory, zero git dependency. Written in TypeScript, built with esbuild.
@dsh-external/dsh-diff-viewerDSH diff-viewer plugin: PiUI-style visual diff surface (split/unified, change bars, real file line numbers, word-level marks, collapsed context, windowed rendering) replacing the stock DiffBlock for write/edit tool calls. Registers into the ui-tool keyed toolview slots.
@ch4acko3/dsh-diff-renderSyntax-highlighted HTML diff rendering service for DeepSeek Harness Web plugins
dsh-mcp-diffDiff cards in the DeepSeek Harness web chat for recognizable file mutations — MCP filesystem calls (edit_file, write_file), built-in edit/write, and file-mutating bash commands (heredoc replaces, sed -i, cat/tee/redirect writes).
dsh-edit-diffQuality diff: takes over other tool cards configured in edit/write and extraTools, with line-level deduplication and inline highlighting, eliminating duplicate identical content in the deleted and added sections; compatible with PTC mode, a standard installable dsh client plugin
@ch4acko3/dsh-diff-engineNormalized diff engine service for DeepSeek Harness Web plugins
dsh-diff-review-likecodexCodex-like diff review plugin for DeepSeek Harness Web: interactive side-by-side file diffs, compact floating review bar, and turn-scoped deliverable change tracking.
dsh-approval-diffIn-chat approval review: when the model asks to change a file, a composer takeover replaces the native approval card with a true diff review. Line diffs with word-level highlights, disk-sourced context with line numbers, one-sided green creates, red deletion reviews. One file per card (consecutive s
dsh-diff-approvalDeepSeek Harness plugin: pending-edit review with whole-file diff and Keep/Revert
dsh-file-confirm文件改动确认机制(双面插件):write/edit/str_replace_editor 写入前弹出确认条,内嵌 GitHub 风格 diff(行号 + 红删绿增),允许本次 / 拒绝。File-change confirmation with inline diff for DeepSeek Harness.
dsh-diff-cardPer-turn file-change card for DSH Desktop: +N −M badges, aligned diffs, and Mac/Windows file open (system app, Finder/Explorer, VS Code).
@yangzhe1991/dsh-code-reviewDSH Web 插件:git diff 一键打开独立双列 Code Review 页,支持语法高亮、行内评论与中英双语 | DSH web plugin: one-click standalone two-column code review page for git diff, with syntax highlighting, inline comments & bilingual UI
dsh-checkpoint-diffFile-diff visualization between checkpoint time nodes for DeepSeek Harness: a read-only timeline + per-file line diff over the dsh-checkpoint-rewind checkpoints storage domain, with preview-first rollback (restore workspace files from any time node, singl
dsh-deliverables-accordionDSH Web GUI “Artifacts” accordion plugin: replaces the shipped artifact row, collapsed by default; when expanded, displays badges, filename, relative path, +N/-M for each file; clicking Review retrieves the complete original text from the host session log and shows a git-style line-level diff (witho
dsh-better-summaryDSH Web plugin: Replaces the “This output” chip row at the end of conversations with a Codex-style change summary card (file count, lines added and removed, inline diff, show in folder)
dsh-patch-edit-plusPatch-style file editing for DeepSeek Harness: one apply_patch tool accepting git/unified diff (default) and Codex apply_patch syntax (opt-in), with all-or-nothing application, read-before-write intent dance, sandbox-aware delete/move, and 0.1.2-rc.1 ~ 0.1.5-rc.2 compatibility.
rich-file-reviewReview files produced by DeepSeek Harness turns in a line-numbered unified diff, opened in the better-sidebar right panel (fork of dsh-file-review)
dsh-file-review-tabReview agent-produced file changes (line-level red/green diff + undo) both as a chat turn-tail row and as a dsh-better-sidebar tab; a port of left0ver's dsh-file-review.
dsh-prompt-vcsEvery change to your agent's instructions is recorded with a diff, and any change can be undone.
dsh-better-editHash-anchored read/edit/undo_last_edit tools for DeepSeek Harness (dsh). Every line gets a unique 3-char hash (A-Za-z0-9) that stays stable across edits; stale or ambiguous anchors are rejected, never fuzzy-matched. Undo persists across restarts.
@lengmoxxl/dsh-gitA read-only git browser for the DeepSeek Harness Web GUI: a right-sidebar page with the session's working-tree changes and commit history, and the diff a click opens beside them. The host half reads the repository through ctx.fs and ctx.subprocess, so a routed (remote) execution world works unchange
fdtree工作区文件树 + 实时红绿 Diff 面板(DeepSeek Harness web 插件)— workspace file tree with live red/green diff for dsh web.