Isanti2016/dsh-console

Isanti2016★ 0JavaScript最后同步: 2026-08-16

在 GitHub 打开

README 摘要

dsh-console Console commands for DeepSeek Harness: manage the web service, the SSH tunnel, one-shot questions, and an optional console TUI — straight from the slash-command plane. Quick start Out of the box, /web and /tunnel status work with zero config (the plugin auto-detects the running dsh entry). Configure the tunnel host and the console TUI path in the profile's cordis.patch.yml : Then dsh plugin --profile web again + restart, and /tunnel start / /console are live. Commands Command Description /web status Is the web UI up? (port + PID) /web start Background-start the web UI ( node web --port ) /web stop Stop the web UI process /web restart Restart it /tunnel status Is the SSH tunnel up? /tunnel start Start the SSH tunnel (needs tunnelHost ) /tunnel stop Stop the tunnel /ask One-shot question through the headless profile (timeout-bounded) /console Launch the console TUI (needs consoleCommand ) Configuration All keys carry sensible defaults; set them in the profile's cordis.patch.yml (or a --patch overlay), overriding the row this bundle adds: Key Default Meaning webPort 3080 The dsh web UI listens on 127.0.0.1:3080 by default; /web start spawns it there. dshBin auto Absolute p…

在 GitHub 查看完整 README →
终端/TUIdsh-plugintui

分类