OpenViking
volcengine
Self-evolving Context Database for AI Agents. Unify Agent Memory, Knowledge RAG and Skills.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:wangwei-wade/dsh-quote-annotate
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
选区引用与锚点批注 —— DeepSeek Harness(DSH)Web 插件,纯 Client、无 Host 逻辑。
DSH 会话中的消息无法被选中、引用和批注:你想针对上文某段内容提问或评论时,只能复制粘贴或口头描述"上面那部分",模型无法精确知道你说的是哪一段。
本插件让"选中 → 批注 → 引用"成为一条完整链路:选中的文字变成带锚点的引用 chip 进入输入框,发送时序列化为结构化引用块,模型收到的评论精确锚定在你引用的那段原文上;输入框里的每个引用还能点击跳回原文位置、悬停查看原文。
引用#N chip> 引用块 + 评论,模型收到结构化上下文conversation.input 输入机器、inputTriggers 引用管线(quote-ref source codec)、slots 注入(turnTail / shell.overlay)把下面这段话直接粘贴给 DSH 助手:
请帮我安装 dsh-quote-annotate 插件:运行
dsh plugin --profile web add github:wangwei-wade/dsh-quote-annotate, 然后重启一次 web 服务使插件生效(静态客户端插件在服务启动时加载,重启后或下次启动时生效)。
手动安装(可选):
dsh plugin --profile web add github:wangwei-wade/dsh-quote-annotate # 从 GitHub 安装
dsh --profile web --dump-config # 确认出现 # == dsh-quote-annotate 层
npm 状态:
dsh-quote-annotate的 npm 发布待开通(npm 要求发布者开启 2FA,账号暂未绑定),开通后即可dsh plugin --profile web add dsh-quote-annotate。
要求:DSH Web 界面(官方 web profile 自带 ui-input-trigger 引用管线);管线缺失时自动回退为纯文本引用插入。
git push origin main # 推送源码
git tag v0.1.0 && git push origin v0.1.0 # 打版本 tag
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: conversation。