svcgv/dsh-debug-mode0

dsh-debug-mode

Debug Mode bundle for DeepSeek Harness

AI Analysis

核心用途是辅助 DSH 插件的本地开发与调试。适合 DSH 插件开发者,可以在不污染默认 profile 的情况下,使用临时环境快速测试当前开发的插件代码。

Package
dsh-debug-mode
Version
0.1.0
License
MIT
Last updated
Sep 6, 2026

Install

$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。