zoahdev/dsh-firstrun

zoahdev★ 0TypeScript最后同步: 2026-08-18

在 GitHub 打开

First-run health check for DeepSeek Harness (dsh): verifies Node/pnpm/dsh toolchain, profile, API key (names only), workspace and registry, then prints actionable next steps. Zero runtime deps, read-only. CLI + agent-callable quickstart tool.

README 摘要

dsh-firstrun First-run health check for DeepSeek Harness (dsh): one command that tells a new user what's missing and what to run next . It verifies the pieces that trip up every first-hour user — Node.js, pnpm, dsh CLI, home directory, dsh profile, API key (names only, never values), workspace writability, npm registry — and prints actionable next steps. Zero runtime dependencies, read-only. Install Or run standalone: CLI - Prints a check-by-check report with → next steps. - Exit codes: 0 ready, 1 needs attention, 2 usage error. In-harness usage (agent-callable) Ask your dsh agent: 帮我体检一下环境,看看还缺什么。 Run a first-run health check: quickstart . The tool returns a dsh-firstrun/v1 report: Checks Check Verifies Status when missing node Node.js on PATH fail pnpm pnpm on PATH fail dsh dsh CLI on PATH fail home HOME / USERPROFILE set fail profile DSH HOME or /.dsh exists warn api-key one of the API key env vars is set (values never shown) fail workspace current directory is writable warn registry npm registry config resolves warn Why it exists - The official repo's first-hour failures are overwhelmingly setup friction (missing toolchain, missing key, network); most users don't know what to c…

在 GitHub 查看完整 README →
终端/TUIdeepseek-harnessdiagnosticsdsh-pluginonboardingquickstartsetupagent

分类