nodata404/dsh-env-probe

nodata404★ 0JavaScript最后同步: 2026-08-18

在 GitHub 打开

Zero-dependency DeepSeek Harness plugin: probes the local machine environment and injects it into every session's system prompt

README 摘要

dsh-env-probe English 中文 Zero-dependency DeepSeek Harness (dsh) plugin: probes the local machine environment (OS / shells / runtimes / tools / disks / proxy) once at startup, caches the report on disk, and injects it as an ordered section into every session's system prompt — so the agent starts every conversation already knowing what this computer offers instead of guessing commands. v1.0.1: slash commands Registered only when a command adapter is composed (e.g. the Web UI); headless profiles skip them automatically — injection keeps working. Command What it does /env-refresh Forces an immediate re-probe, rewrites the cached profile, replies with a summary plus a diff against the previous probe ( +added / -lost / version changed ) /env-suggest Refreshes the profile first, then steers the current session so the agent produces optimization suggestions based on the freshly injected profile : purpose & recommended install method for missing runtimes/tools, upgrades for outdated versions, priority-sorted — propose first, never installs anything /env-suggest uses the same agent.steer() pattern as the official /plan command: the command itself costs no model tokens; suggestions arrive as …

在 GitHub 查看完整 README →
工具/开发dsh-pluginweb uiagent

分类