Releases: Breeze136/dsh-kb-rag
Releases · Breeze136/dsh-kb-rag
Release list
v1.1.0 — related literature
v1.1.0 — related literature
New feature release:
kb_search/kb_ragnow return a related-literature list alongside the hits: same authors / same journal / nearby year / thematically similar docs, scored by metadata overlap + document-centroid cosine similarity (default on,related: falseto disable)- Search renders a "关联文献(可作补充建议)" block with clickable DOI links;
kb_rag"suggested additions" cite the related list - Doc-centroid cache auto-invalidates on ingest/dedup/clear/Zotero changes
One query now surfaces the surrounding literature — think it, find it, cite it.
Install
dsh plugin --profile <name> add dsh-kb-ragAssets
dsh-kb-rag-1.1.0.tgz— identical to npmjs.com/package/dsh-kb-rag- Source zip/tar.gz — auto-generated for this tag
v1.0.7 — repo renamed to dsh-kb-rag
v1.0.7 — repo renamed to dsh-kb-rag
- GitHub repository renamed:
Breeze136/kb-rag→Breeze136/dsh-kb-rag(old URLs 301-redirect) - Exact-name matches for "dsh-kb-rag" on GitHub search / plugin marketplaces
- All internal references updated; awesome-list entries updated (beancookie PR #68, 0xsline PR #275)
Code identical to 1.0.6.
Install
dsh plugin --profile <name> add dsh-kb-ragAssets
dsh-kb-rag-1.0.7.tgz— identical to npmjs.com/package/dsh-kb-rag- Source zip/tar.gz — auto-generated for this tag
v1.0.6 — modern install guide + dsh.so badge
v1.0.6 — modern install guide + dsh.so badge
Docs-only release; code identical to 1.0.5:
- Install guide rewritten around the modern one-command profile flow (
dsh plugin --profile <name> add dsh-kb-rag) with pnpm note, the dsh-plugin-registry marketplace option, and a manual fallback - Added the dsh.so security badge (scan state: passed); kb-rag is indexed on the dsh.so registry (artifact page)
Install
dsh plugin --profile <name> add dsh-kb-ragAssets
dsh-kb-rag-1.0.6.tgz— identical to npmjs.com/package/dsh-kb-rag- Source zip/tar.gz — auto-generated for this tag
v1.0.5 — security docs + hardening
v1.0.5 — security docs + hardening
- Removed the legacy
cmd /c startopen-file RPC from plugin/host.js (the only variable-path shell call) - Added SECURITY.md (execution model, spawn inventory, read/write boundaries, model downloads) — shipped in the npm package
- npm README gained a Security section
Code behavior is otherwise identical to 1.0.4.
Install
npm install dsh-kb-ragAssets
dsh-kb-rag-1.0.5.tgz— identical to npmjs.com/package/dsh-kb-rag- Source zip/tar.gz — auto-generated for this tag
v1.0.4 — dsh.bundle one-command activation
v1.0.4 — declares dsh.bundle (one-command activation)
The package now ships a dsh.bundle.patch declaration + cordis.patch.yml (inserts the kb-rag row), so DSH profiles activate it automatically:
dsh plugin --profile <name> add dsh-kb-ragNo manual cordis.patch.yml edit needed. Users on older flows can still copy the insert row into their own patch layer.
Install
npm install dsh-kb-ragAssets
dsh-kb-rag-1.0.4.tgz— identical to npmjs.com/package/dsh-kb-rag- Source zip/tar.gz — auto-generated for this tag
v1.0.3 — READMEs in English
v1.0.3 — READMEs in English
Docs-only release; code identical to 1.0.2:
- Repo README.md and npm-package/README.md fully translated to English
- No code or functional changes
Install
npm install dsh-kb-ragplugins:
dsh-kb-rag: {}Assets
dsh-kb-rag-1.0.3.tgz— identical to npmjs.com/package/dsh-kb-rag- Source zip/tar.gz — auto-generated for this tag
v1.0.2 — npm 文档补丁
v1.0.2 — npm 文档补丁
仅文档变更,代码与 1.0.1 一致:
- README 增加 npm 版本/下载量、GitHub release、MIT 徽章
- 新增“设计原则”一节:刻意零 UI(无管理面板/前端状态/客户端依赖,一切经由对话与工具返回完成,检索结果内置 DOI 链接渲染)、垂直学术文献、留在甜区
- 暴光:已向 awesome-deepseek-harness(PR #275)与 awesome-dsh-plugin(PR #41)提交收录 PR
安装
npm install dsh-kb-ragplugins:
dsh-kb-rag: {}附件
dsh-kb-rag-1.0.2.tgz— 与 npmjs.com/package/dsh-kb-rag 一致- 源码 zip/tar.gz — 本次 tag 自动生成
v1.0.1 — npm 静态包补丁
v1.0.1 — npm 静态包补丁
新增
- 插件启动时自动检测 Python 依赖(pymupdf / faiss-cpu / sentence-transformers / torch):缺失时在宿主日志打印对应的
pip install命令,不阻塞插件加载 - README 增加“其他 Harness 用户安装指引”:部署目录
npm install dsh-kb-rag+ cordis 组合加dsh-kb-rag: {}两步,8 个工具自动注册 - 同步动态插件源(plugin/host.js)的依赖检测
安装
npm install dsh-kb-ragplugins:
dsh-kb-rag: {}附件
dsh-kb-rag-1.0.1.tgz— 与 npmjs.com/package/dsh-kb-rag 一致- 源码 zip/tar.gz — 本次 tag 自动生成
kb-rag v1.0.0
Local literature knowledge-base RAG for DSH.
See README for setup and QUICKSTART for a 5-minute start.