ghbhiee/dsh-plugin-cli-session

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

在 GitHub 打开

Resume-capable headless CLI session runner for DeepSeek Harness

README 摘要

dsh-plugin-cli-session A resume-capable CLI runner for DeepSeek Harness. It replaces the shipped one-shot headless runner with one that can continue a previous session and, when asked, print a machine-readable envelope instead of prose. It is the merge of two hand-copied profile runners (a conversational one and a claude -p -style one) whose runner.js / startup.js had drifted into near-duplicates. Everything they actually shared — session resolution, the drive loop, summarisation, exit handling — is one implementation now; what differed is configuration. Install Not on npm yet. The built lib/ is committed, so it installs straight from GitHub — no download, no build step: Or from a local clone (a link: , so a local rebuild is picked up): Sibling plugins install the same way: dsh-plugin-workbench, dsh-plugin-mobile-shell, dsh-plugin-cli-session. Develop Because lib/ is versioned (it is what a git install serves), rebuild and commit it with every source change. Two flavours, one plugin Conversational ( /.dsh/profiles/chat/cordis.patch.yml ): Machine-readable ( /.dsh/profiles/api/cordis.patch.yml ): A patch replaces the targeted row's whole config , so request has to be restated in bot…

在 GitHub 查看完整 README →
终端/TUIcordisdeepseek-harnessdsh-plugin

分类