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
English | 中文
A single-package plugin that adds a VS Code-style workbench to the right side of the DSH Web GUI: a Preview column plus a Files / Git panel — all rendered in-page, backed by a real filesystem + git service on the host.

| Git panel — collapsible Changes + Graph sections | Files tree with search |
|---|---|
![]() |
![]() |
| Capability | Status |
|---|---|
| File explorer + filename search | ✅ |
| Multi-format preview | ✅ |
| Changes list (stage / unstage / discard) with group counts | ✅ |
| Branch switch / create | ✅ |
| Inline Git graph (windowed) | ✅ |
| Commit | ✅ |
| Push / pull | ✅ (host-side auth; toast + dismissible errors) |
| Collapsible sections with animation + resize divider | ✅ |
The plugin ships two halves in one package; the browser UI and the host service talk over HTTP + an SSE change stream (fs watch + git poll merged).
flowchart LR
subgraph Host[DSH web server · Node.js]
H["Host half (src/host)<br/>gated fs + unified git service<br/>routes · workspace gate · poll guard"]
end
subgraph Page[Browser · DSH Web GUI]
C["Client half (src/client)<br/>React panels · framework-free stores<br/>DOM layout controller"]
end
H <-->|"HTTP /workbench/* · /git/*<br/>+ SSE /workbench/events"| C
src/host): workspace-gated filesystem + a single unified
git service (the two upstream git services merged into one gate, one repo
cache, one operation-marker probe — 1 git spawn instead of 7).src/client): a DOM layout controller that extends the
shell's grid with the Preview + workbench columns, React components, and
framework-free stores (layout / explorer / scm / preview / git) with
per-project persistence.Install the published package:
dsh plugin --profile web add @doebkblcya/dsh-workbench
In any project session the panel appears on the right:
npm install
npm run build # tsc -b && tsdown → lib/index.js + lib/client.js
npm run typecheck
# link the local checkout into your profile:
dsh plugin --profile web add link:<path-to-this-repo>
BSD-3-Clause. This package is a derivative work of the dsh-web-ui monorepo
(https://github.com/zhu1090093659/dsh-web-ui) — specifically
dsh-aionui-panel and dsh-git-graph (both 0.1.15). The right-panel design
was itself re-implemented from AionUi (iOfficeAI/AionUi, Apache-2.0). See
LICENSE and NOTICE for full attribution.
Note: upstream's
package.jsonmetadata saysApache-2.0while the shipped packageLICENSEfiles areBSD-3-Clause(the repo root LICENSE is Apache-2.0). This fork follows the shipped package license (BSD-3-Clause); both are permissive and derivative development is compliant either way.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。