选区引用与锚点批注:让 DeepSeek Harness 会话支持「引用 + 批注」 #1139
wangwei-wade
started this conversation in
Show Your Plugins!
Replies: 3 comments 1 reply
|
111111111 |
0 replies
|
选区引用 + 锚点批注这个交互很实用——模型收到的反馈精确锚定原文,减少理解偏差。 已收录进手册生态章节社区资产清单:https://github.com/Electricitysheep/dsh-handbook/blob/main/docs/07-ecosystem.md |
0 replies
|
下午还在做,做完上来一看讨论区发现已经被捷足先登了,不过功能还是有点差异 自制插件:dsh-dsh-annotation-plugin 功能:快速引用对话中的部分文字 仓库:https://github.com/boboozeng/dsh-annotation-plugin 使用方法:选中 assistant 消息文本 → 点击消息尾部的引用按钮 → 输入框上方出现悬浮折叠卡片(「引用」,可展开详情、逐条取消)→ 发送时引文作为上下文注入模型。
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
新插件:dsh-quote-annotate(选区引用与锚点批注)
在 DSH 会话中选中文字 → 批注 → 引用锚点的完整链路:
引用#N锚点 chip:点击跳回原文并高亮、悬停显示当时选中的文字> 引用块+ 评论,模型收到的反馈精确锚定在你引用的那段原文上纯 Client 插件,全程走官方接口(
conversation.input输入机器、inputTriggers引用管线、slots 注入)。仓库:https://github.com/wangwei-wade/dsh-quote-annotate
安装(任选其一):
重启 web 服务后生效(用
dsh plugin --profile web list可确认dsh-quote-annotate已加载)。效果截图:
🟡 图一
🟡 图二
🟡 图三
🟡 图四
🟡 图五
用法:
引用#N锚点 chip → 点击跳回原文并高亮、悬停显示当时选中的原文。> 引用块+ 你的评论,模型精准收到那段引用。欢迎试用、反馈和提 issue。
All reactions