yabo083/dsh-document-review
yabo083★ 2TypeScriptLast synced: 2026-08-15
DeepSeek Harness plugin: review Markdown documents in a local browser with annotations, replacements, and deletion suggestions. Supports single files and whole directories.
README excerpt
dsh-document-review A DeepSeek Harness plugin for reviewing Markdown documents in a local browser — word by word. Select text in the rendered document to add a comment , suggest a replacement , or suggest deletion . The browser never edits the Markdown source; annotations are stored in one central append-only store at /.dsh-document-review/annotations.jsonl , so annotations on files anywhere on the machine — inside or outside the workspace — are all visible to the agent with a single tool call. Adapted from opencode-document-review — the same review core (HTTP server, security model), wrapped as DSH model-facing tools instead of OpenCode tools, with annotations consolidated into a central store. Why DSH agents author and edit Markdown a lot — architecture docs, ADRs, READMEs, plans. "Review this document word by word" is a natural request, but DSH had no plugin for it (confirmed: no document-review/annotation plugin in the market as of 2026-08). This plugin fills that gap. The agent opens the document in a local browser; the human reviews and annotates; the agent reads the annotations back and applies changes through its normal file-editing tools. Tools All four tools are registere…
View full README on GitHub →