ruisenbai/dsh-annotation1

dsh-annotation

Selection annotations for DeepSeek Harness assistant replies, sent through the official composer

AI 분석

核心用途是允许用户在助手回复中选中文字并添加注解草稿,随后与新任务文本及图片一同发送。适合需要对模型输出进行精准反馈、协同批注和迭代对话的用户。

패키지
dsh-annotation
버전
0.2.3
라이선스
MIT
최근 업데이트
2026. 8. 23.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ruisenbai/dsh-annotation

配置

Bundle 会插入一个 dsh-annotation 行。可在当前 Profile Composition 中覆盖:

配置项默认值作用
commandNameannotation_submit浏览器到 Host 的内部传输命令名
maxPayloadBytes524288解码后 JSON 批次上限;超限拒绝,绝不截断
maxAnnotationsPerSubmission100单批注解数上限
warnSelectionChars12000长选区需要额外确认的阈值
locateHistoryPages20定位原文时最多加载的历史页数

Host 与 Client 共享同一个 Cordis 行配置,因此修改 commandName 时两端会保持一致。升级前留下的旧内部命令(inline_comments_submitinline_annotations_submit)由不可见的兼容别名转发给新处理器,不保留两套业务代码。