Releases: helibeiqi/dsh-context-aware-search
Releases · helibeiqi/dsh-context-aware-search
Release list
v0.1.1
dsh-context-aware-search v0.1.1
Context-aware web search plugin for DeepSeek Harness (dsh).
Highlights
- Context-aware query rewriting with a specificity gate — explicit queries
(e.g.Rust error handling best practices) are sent verbatim; only vague queries
get expanded with session context. This fixes the "AGENTS.md hijack" bug where the
plugin polluted the query with unrelated workspace keywords. rewriteAggressivenessconfig —off|conservative(default, uses the
specificity gate) |aggressive(always rewrite).- Fully decoupled from @deepseek-ai private packages — the runtime packages are
declared as optional peerDependencies, and their type contracts live in local
./types/*.d.tsshims, so the public CI (npm install + typecheck + test + build)
is fully green without DeepSeek's private registry. - Per-backend timeout + DuckDuckGo / Bing / SearXNG fan-out with automatic fallback;
source credibility tags (high/medium/low); TF-IDF rerank; one-clickweb_summarize.
Install
Download dsh-context-aware-search-0.1.1.tgz and extract into your dsh profile's
node_modules, then add dsh-context-aware-search to dsh.profile.bundles. See the
README for details.
Pinned against
DeepSeek Harness 0.1.0-rc.6. Do not install @latest.
Full Changelog: https://github.com/helibeiqi/dsh-context-aware-search/commits/v0.1.1