studyinglx/dsh-cli

Plugin ⭐ 1 MIT other

Interactive terminal (REPL) profile bundle for DeepSeek Harness — a Claude Code-style CLI surface over dsh-base

Install

dsh-cli-interactive/
├── package.json          # 声明 dsh.bundle.patch → 安装时自动加入 profile 层栈
├── cordis.patch.yml      # 组合层(不要动插件行,只可改 persona 等配置值)
├── lib/
│   ├── ui.js             # ANSI 样式/布局助手(零依赖):色板、可见宽度、box、表格、spinner、工具摘要
│   ├── startup.js        # 命令行参数(--resume/--model/--provider/--preset/[task]/--once)
│   └── runner.js         # REPL 主循环——banner、you> 提示符、流式输出、slash 命令、审批提示、会话横幅
├── bin/dsh-cli.js        # 便捷入口:dsh-cli ≡ dsh --profile cli
├── scripts/build.mjs     # 构建脚本(node --check 语法校验 + 组装 dist/,零依赖)
├── tests/unit.mjs        # 单元冒烟测试(node tests/unit.mjs)
└── README.md

Add studyinglx/dsh-cli to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.