titanwings/dsh-plannotator ↗★ 2
@dsh-external/dsh-plannotator
Unofficial Plannotator integration for DeepSeek Harness: annotate plans inline and return structured feedback to the waiting coding agent
AI 분석
核心用途是在 DSH 中实现对 Agent 计划的在线批注与结构化反馈。适合需要对 AI 编码过程进行人工干预和精细化指导的用户。需要 Node.js 22.19+。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:titanwings/dsh-plannotator📦 Install
Install the GitHub bundle into the DSH Web profile, then restart dsh web:
dsh plugin --profile web add github:titanwings/dsh-plannotator#v0.1.3
The repository ships its built Host and Web bundles, so installation runs no
package build script and needs no allowBuilds entry. Pin a reviewed commit SHA
instead of the release tag when you need an exact source revision.
Install from a local checkout
Use Node.js 22.19+:
pnpm install
pnpm check
cd /path/to/deepseek-harness
pnpm dsh plugin --profile web add /path/to/dsh-plannotator
Restart dsh web after changing the installed Client plugin set.