dsh-debug-mode
Debug Mode bundle for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:svcgv/dsh-debug-mode说明文档
阅读完整 README ↗本地 API 配置与启动
- 复制
config.example.ini为本地config.ini。 - 在
[deepseek]下填写api_key;config.ini已被 Git 忽略。 - 先运行
pnpm config:check,它只报告 key 长度,不会打印 key。 - 设置
DSH_HARNESS_DIR(默认使用相邻../deepseek-harness),运行pnpm harness:web。该脚本会在.dev/dsh-home的临时 profile 安装当前打包插件,并以DEEPSEEK_API_KEY启动 Harness Web。
harness:web 不会修改你的默认 Harness profile,也不会输出 API key。