dsh-web-search-ddg
aooyoo
Zero-token DuckDuckGo search provider for the DeepSeek Harness (DSH) web seam — local headless browser, no API key, no m…
PROJECT TOPICS
PROJECT README
One-command delivery for the
dsh-anchored-standard
experimental presets. Installing this host plugin materializes the three
preset directories into the user preset root, so the session preset picker
shows Anchored Standard (experimental) / Zero-Anchored Standard
(experimental) / Whoami Standard (experimental) with no manual cp.
dsh plugin --profile web add -w github:kirkchinese/dsh-anchored-preset-installer
# without a global `dsh` binary:
npx @deepseek-ai/dsh plugin --profile web add -w github:kirkchinese/dsh-anchored-preset-installer
Restart DeepSeek Harness (Ctrl+C, then dsh web / npx @deepseek-ai/dsh web),
create a blank session, and pick the preset. DSH preset discovery re-reads its
roots on every list, so the presets appear as soon as the plugin row has
applied once.
agentPresets.resolvedRoots (normally $DSH_HOME/.agent-presets).npx @deepseek-ai/dsh --profile web --dump-config | grep -A2 anchored-preset-installer
expects an id: anchored-preset-installer row (before the restart). After the
restart, the preset picker lists all three presets, and each installed
directory carries a .installed-by-anchored-preset-installer marker:
ls ~/.dsh/.agent-presets/
Removing the plugin leaves installed presets in place (they may be in use by sessions). To remove them:
dsh plugin --profile web remove dsh-anchored-preset-installer
rm -r ~/.dsh/.agent-presets/{anchored-standard,zero-anchored-standard,whoami-standard}
Only remove a preset that no session currently uses.
presets/ is a byte-copy of the preset/, zero-anchored-standard/, and
whoami-standard/ directories from the upstream repository (this fork pins
the self-contained-variant + single-anchor fixes). After upstream releases
change those, sync the copies here and bump VERSION in index.mjs.
MIT. The vendored presets derive from the DeepSeek Harness Standard preset
and the xiaobright/dsh-anchored-standard repository (MIT); see NOTICE.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。