titanwings/dsh-plannotator2

@dsh-external/dsh-plannotator

适用于 DeepSeek Harness 的非官方 Plannotator 集成:支持在线批注计划,并将结构化反馈返回给等待中的编码 Agent。

AI 分析

核心用途是在 DSH 中实现对 Agent 计划的在线批注与结构化反馈。适合需要对 AI 编码过程进行人工干预和精细化指导的用户。需要 Node.js 22.19+。

包名
@dsh-external/dsh-plannotator
版本
0.1.3
许可证
MIT
最近更新
2026年8月13日

安装

$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.