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
A persistent, toggleable to-do panel for DeepSeek Harness: a conversation-header toggle opens a floating task panel fed by the todos projection, alongside the stock composer strip.
The stock conversation.input.dock to-do strip (mounted by @deepseek-ai/dsh-client-ui-conversation) is left untouched — this plugin only adds the persistent floating view, so both surfaces stay in sync off the same projection.
conversation.session.header.actions) flips the panel; its pressed state mirrors the panel.shell.overlay slot, with the to-do list, status glyphs, and an open-item count.todos projection from the current session summary; hidden while closed or while the session carries no to-dos.zh / en dictionaries on its own todo-panel locale namespace.>= 0.1.0-rc.6, with the to-do capability mounted (@deepseek-ai/dsh-tool-todo registers the todos projection). To-dos are cleared at the start of each turn, per the stock projection semantics.dsh plugin add dsh-todo-panel
The dsh.bundle manifest (cordis.patch.yml) mounts the server-side plugin entry and the dsh.client declaration injects the browser half immediately (platform: web), so a profile restart is enough to enable it.
(TBD — added after the first tagged release.)
npm install # or pnpm install
npm run typecheck # tsc --noEmit
npm run test # vitest (jsdom per-file, __ModuleLoader__ harness)
npm run build # tsc declarations + esbuild browser bundle → lib/
src/client/index.ts — client plugin body: registers the todo-panel dictionaries and injects the toggle and the floating panel into their slots.src/client/TodoToggle.tsx — the header toggle (conversation.session.header.actions).src/client/TodoFloatingPanel.tsx — the floating panel (shell.overlay); reads the current session's projectionValues.todos because root-scoped entries receive no session framework hooks.src/client/TodoGlyphs.tsx — status glyphs for the three todo states.src/client/panel-store.ts — the cross-slot visibility store shared by toggle and panel.src/client/locales.ts — zh / en dictionaries.scripts/build.mjs — esbuild bundle with the harness's window.__ModuleLoader__.load wrapper and CSS Modules compiled to an injected <style> tag.Apache-2.0 — see LICENSE.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。