Blackman99/codsh

Blackman99★ 1TypeScript最后同步: 2026-08-21

在 GitHub 打开

One sentence to shipped — a terminal coding agent built around /ship, on the DeepSeek Harness

README 摘要

Site & showcase · npm · English 中文 npm: codsh-cli · command: codsh A terminal coding agent built around one command: /ship takes a one-sentence idea to landed, verified code — on the DeepSeek Harness (dsh). Install codsh-cli is a zero-dependency launcher, a few kilobytes — it never bundles the dsh runtime, so a machine carries exactly one dsh however many tools sit on it. The launcher finds your dsh ( DSH BIN , a resolvable @deepseek-ai/dsh , or dsh on PATH), registers the codsh-bundle runtime into a dsh code profile under $DSH HOME (default /.dsh ) on first run — the packaged code-cli agent preset installs itself on first boot — and every later run boots straight into the prompt. Profiles install through your pnpm store, so the runtime's packages are shared with everything else dsh on the machine. The model key is read from DEEPSEEK API KEY (environment or .env ). codsh is exactly dsh --profile code — the launcher only performs the one-time registration (and upgrades the bundle when you upgrade the launcher). Flags after codsh reach the app: codsh --resume , codsh --continue , codsh -p "one-shot task" . Prefer no launcher at all? The two lines it wraps work directly, with any …

在 GitHub 查看完整 README →
终端/TUIcoding-agentdsh-plugindsh-pluginstuiterminalagent

分类