ruisenbai/dsh-inline-comments1

dsh-inline-comments

Inline, batchable comments for DeepSeek Harness assistant replies

AI 분석

核心用途是支持在已完成的助手回复中选中文字并添加行内注释草稿,支持批量打包并随新输入一同发送。适合需要针对模型输出的特定片段进行详细纠错或补充说明的用户。

패키지
dsh-inline-comments
버전
0.1.1
라이선스
MIT
최근 업데이트
2026. 8. 19.

설치

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

配置

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

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

Host 与 Client 共享同一个 Cordis 行配置,因此修改 commandName 时两端会保持一致。