philmingdao/anno-dsh-native

philmingdao★ 0HTML最后同步: 2026-08-16

在 GitHub 打开

Native DeepSeek Harness plugin for local-first HTML review, editing, and annotation

README 摘要

Anno for DeepSeek Harness (native) @philmingdao/anno-dsh-native is a native DeepSeek Harness plugin for Anno — a local-first HTML review, editing, and annotation workspace for coding agents. Unlike @philmingdao/anno-dsh , which bridges the MCP server through the official DSH MCP client, this package runs Anno in-process : the local review HTTP server, the on-disk session store, and the six html review model tools all live inside the Harness process. There is no MCP layer, no child npx process, and no separate server to launch. What it provides - A loopback-only HTTP review server ( 127.0.0.1 , ephemeral port). - Persistent review sessions under $ANNO DATA DIR (default /.anno/sessions ); the source file is never overwritten and outputs are versioned ( -reviewed.html , -reviewed-v2.html , …). - Six model tools, registered with DSH's native tool registry: - html review start session - html review get session - html review claim handoff - html review mark handoff sent - html review list sessions - html review register final - A tool:anno system-prompt section that teaches the agent the start → review → claim → resolve workflow. Requirements - DeepSeek Harness =0.1.0-rc.6 <0.2.0 - Node.…

在 GitHub 查看完整 README →
工具/开发dsh-pluginagent

分类