nodata404/dsh-env-probe0

dsh-env-probe

Zero-dependency DeepSeek Harness (dsh) plugin: probes the local machine environment (OS / shells / runtimes / tools / disks / proxy) once, caches the report, and injects it into every session's system prompt so the agent starts each conversation already knowing what this computer offers. Adds /env-refresh and /env-suggest slash commands where a command adapter is composed.

AI 분석

核心用途是让 AI 自动感知本地开发环境。适合需要 AI 编写和运行依赖本地特定工具链代码的开发者。支持缓存探测结果,并提供 /env-refresh 等命令。

패키지
dsh-env-probe
버전
1.0.1
최근 업데이트
2026. 8. 18.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nodata404/dsh-env-probe

Configuration

KeyDefaultMeaning
cacheTtlHours168Cache lifetime; re-probes in background on next assembly after expiry
order30System-prompt section order (-100 identity / 0 persona / 100-199 tool guidance)
language'en'Injected text language: 'en' / 'zh'
cacheDir'~/.dsh-env-probe'Cache directory (env-profile.json + env-profile.md)
runtimesgit, node, npm, python, python3, pip, docker, java, go, rustcRuntimes to probe
toolscurl, wget, ffmpeg, 7z, pandoc, tar, unzip, make, gcc, pwshTools to probe
perProbeTimeoutMs5000Per-probe timeout
totalTimeoutMs30000Total probe budget
concurrency4Probe concurrency
marker'ENV-PROBE'Section marker text