deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:173787247/dsh-wsl-fetch
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
Kit: dsh-wsl-kit. Use
KIT_SET=dailyorllm(both install this plugin).
Version / Works-with one-liner: see Compatibility below (kept in sync with dsh-wsl-kit).
DeepSeek Harness plugin: make official web_fetch use the Windows HTTP proxy from WSL.
Sends the official web_fetch through the Windows HTTP proxy. dsh-wsl-net only diagnoses; this plugin does the fetch.
flowchart LR
agent["web_fetch"] --> fetch["dsh-wsl-fetch"] --> proxy["Windows HTTP proxy"] --> web["HTTPS"]
Suite diagram and version snapshot: dsh-wsl-kit. This plugin is 0.1.2 (daily; also in llm). Do not copy that matrix into this README.
| Field | Value |
|---|---|
| Plugin | dsh-wsl-fetch 0.1.2 |
| Minimum dsh | ≥ 0.1.2 (web UI one-shot ?token= on Windows relay :3081) |
| Latest verified | See dsh-wsl-kit Compatibility (currently 0.1.5-rc.1) — single source of truth for the suite |
| Kit set | daily (also in github / full; fetch+net also in llm) |
| Cloud Flash | Use model id deepseek-flash (V4.1 Flash) in ~/.dsh/settings.yaml / llm-deepseek — not configured by this plugin |
| Agent Teams | Upstream experimental; not required here |
Suite floor versions: kit check-plugin-versions.sh. Fault tree: TROUBLESHOOTING.md.
Scope: in-process official web_fetch via undici ProxyAgent. Requires HTTP(S)_PROXY. Cloudflare 403/1010 through Clash needs a DIRECT rule — outside this plugin.
Official dsh-web-fetch-http resolves DNS in WSL, then connects directly to that public IP with a custom undici Agent. That bypasses NODE_USE_ENV_PROXY. DeepSeek API can work (global fetch + proxy) while Mattermost/docs web_fetch fails with TypeError: fetch failed.
dsh-wsl-net only injects proxy env into child bash/npm. It cannot fix in-process web_fetch.
This plugin registers fetch provider wsl-proxy and, when HTTPS_PROXY / HTTP_PROXY is set, selects it so web_fetch uses undici ProxyAgent.
Private/localhost URLs stay blocked.
dsh plugin --profile web add github:173787247/dsh-wsl-fetch
Or via kit: KIT_SET=daily bash install.sh (includes this plugin).
Local checkout:
dsh plugin --profile web add /path/to/dsh-wsl-fetch
Restart with kit restart-dsh-web.sh (NODE_USE_ENV_PROXY=1 + proxy env). Open a new session.
Awesome listing: awesome-dsh-plugin entry (#4736 merged).
- id: dsh-wsl-fetch
name: dsh-wsl-fetch
config:
timeoutMs: 30000
maxRedirects: 5
retries: 2
retryDelayMs: 400
| Key | Default | Meaning |
|---|---|---|
timeoutMs |
30000 |
Fetch deadline |
maxRedirects |
5 |
Same-site redirects (www ↔ apex allowed) |
retries |
2 |
Extra attempts after transient proxy/network failure |
retryDelayMs |
400 |
Base delay between retries (× attempt) |
maxResponseBytes |
5000000 |
Body byte cap |
maxBodyChars |
100000 |
Decoded char cap |
userAgent |
product UA | Request User-Agent |
If HTTP(S)_PROXY is missing, the plugin stays registered but unavailable; official http remains selected.
[dsh-wsl-fetch] web_fetch via proxy (...:port) provider=wsl-proxy → provider is active.npm test
# live proxy path (same as dsh web_fetch)
bash scripts/stress.sh
See CHANGELOG.md.
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。