dsh-debug-mode
Debug Mode bundle for DeepSeek Harness
AI 分析
核心用途是辅助 DSH 插件的本地开发与调试。适合 DSH 插件开发者,可以在不污染默认 profile 的情况下,使用临时环境快速测试当前开发的插件代码。
インストール
$
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。