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 durable control layer for long-running development work in DeepSeek Harness.
(also known as DSH Autopilot · npm package: dsh-autopilot)
简体中文 · Architecture · Security · Testing
DeepSeek Harness already knows how to keep a Goal moving. Oh My DSH adds the parts that become important when a task lasts longer than one model turn: a persistent task graph, bounded workers, fixed completion checks, recovery, and a final report that is not left to chance.
0.1.0-alpha.3 is a prerelease for developers testing DSH and its plugin system. DSH itself is still under active development. Public APIs, plugin composition, configuration, and stored state may change incompatibly between prerelease versions.
Use an isolated profile, keep backups of important work, and install the exact supported versions:
0.1.0-rc.64.0.1^22.19.0 || >=24.0.0This is an independent community project. It is not an official DeepSeek product.
Native Goal mode is a good fit when the job is simply “keep going.” Autopilot is useful when the job also needs a plan that survives restarts, dependency ordering, delegated work, evidence, and an explicit completion gate.
An Autopilot run provides:
When state cannot be reconciled safely, the run stops in needs-attention instead of guessing.
Install the prerelease from npm into an isolated DSH profile:
dsh plugin --profile web add dsh-autopilot@next
dsh --profile web --dump-config
dsh plugin --profile web exec dsh-autopilot doctor --profile web
Open a top-level DSH session in the project you want to change, then start a run:
/autopilot start --rounds 256 --duration 2d Implement the requested change, add focused tests and documentation, run the repository checks, and report file-and-command evidence.
Autopilot commands are explicit. Bare /autopilot is not an alias for status or start.
/autopilot status
/autopilot dashboard
/autopilot audit --limit 20
/autopilot pause
/autopilot resume [--duration 1d]
/autopilot stop
pause preserves the run but disarms its Goal and runtime. resume is a human action. stop revokes the run and clears the matching native Goal without deleting the DSH transcript or Autopilot audit history.
The shipped profile defaults to 1,024 Goal rounds and seven active days. Deployment ceilings are 4,096 rounds and 30 active days. Paused time does not consume the active-time lease. The profile also limits verification attempts, dynamic packages, subagent starts, and the size of each managed dispatch or reviewer fan-out.
Project-check discovery is finite and manifest-based. The selected checks, workspace, and relevant root-manifest hashes are frozen for the run. If a root manifest changes, verification reports the drift instead of silently selecting a different check set.
The dashboard is currently text-based; it is not a custom Web graph.
Run:
/autopilot dashboard
The snapshot shows task dependencies and states alongside the Goal, workers, verification results, budgets, and outstanding cleanup. It is generated on request and does not open automatically when a run finishes.
Use /autopilot status when you need the complete machine-readable run view. Use /autopilot audit --json carefully: audit data can include objectives, evidence, findings, and trusted Host source.
selfModification is off by default.host-only Cordis code runs inside the DSH process. The Cordis VM is not a security sandbox. Enable this mode only in a trusted, disposable, credential-free environment or behind operating-system isolation.Read Autonomy and security before enabling Host self-modification, external notifications, MCP servers, browser access, or delivery integrations.
git clone https://github.com/LiuMengxuan04/oh-my-dsh.git
cd oh-my-dsh
pnpm install --frozen-lockfile
pnpm run check
pnpm pack --pack-destination .artifacts
Install the generated tarball with dsh plugin --profile web add <tarball>.
The release checks are:
pnpm run capabilities:check
pnpm run typecheck
pnpm run lint
pnpm run test:coverage
pnpm run build
pnpm exec publint
DSH_AUTOPILOT_E2E_BROWSER_CHANNEL=msedge pnpm run test:e2e
See Testing for the difference between unit, packed, and live-model evidence. The detailed implementation ledger lives in capabilities.lock.json.
To remove the plugin:
dsh plugin --profile web remove dsh-autopilot
dsh --profile web --dump-config
Removing the package does not erase existing DSH transcripts or Autopilot storage records.
Oh My DSH is inspired by oh-my-codex (OMX), especially its emphasis on clarifying the task before execution, keeping long-running work durable, using specialist review, and making progress visible.
This repository is an independent implementation for DeepSeek Harness. It is not affiliated with or endorsed by the OMX project. DSH remains the execution platform; Autopilot composes its public Goal, Agent, session, storage, subagent, Skill, and Cordis interfaces.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。