Skip to content
This repository was archived by the owner on Aug 15, 2026. It is now read-only.

v0.1.0

Latest

Choose a tag to compare

@MCapricorns MCapricorns released this 15 Aug 02:11
· 8 commits to main since this release

First release of dsh-web-querit — Querit-backed search and fetch providers for the DeepSeek Harness web capability seam (ctx.web).

  • QueritSearchProvider + QueritFetchProvider (id: querit) for ctx.web
  • Model-facing web_fetch tool registered via dsh-tool-web's applyWebFetchTool
  • Credential resolution: QUERIT_API_KEY env > credentials store > literal apiKey
  • First-load warning when no key is configured
  • 57 unit tests, response size limits, API-key redaction, untrusted-content sanitizing

Install: dsh plugin --profile web add ./dsh-web-querit-0.1.0.tgz (or dsh plugin --profile web add dsh-web-querit from npm), then follow the README wiring.