svcgv/dsh-debug-mode0

dsh-debug-mode

Debug Mode bundle for DeepSeek Harness

AI 분석

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

패키지
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。