svcgv/dsh-debug-mode0

dsh-debug-mode

Debug Mode bundle for DeepSeek Harness

包名
dsh-debug-mode
版本
0.1.0
许可证
MIT
最近更新
2026年9月6日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:svcgv/dsh-debug-mode

本地 API 配置与启动

  1. 复制 config.example.ini 为本地 config.ini
  2. [deepseek] 下填写 api_keyconfig.ini 已被 Git 忽略。
  3. 先运行 pnpm config:check,它只报告 key 长度,不会打印 key。
  4. 设置 DSH_HARNESS_DIR(默认使用相邻 ../deepseek-harness),运行 pnpm harness:web。该脚本会在 .dev/dsh-home 的临时 profile 安装当前打包插件,并以 DEEPSEEK_API_KEY 启动 Harness Web。

harness:web 不会修改你的默认 Harness profile,也不会输出 API key。