ophielel/dsh-devkit--packages-runtime ↗★ 0
dsh-devkit-runtime
Opt-in Harness-native temporary Cordis runtime extension tools
AI 분석
核心用途是提供临时的 Cordis 运行时扩展。适合需要在沙箱外临时加载受信任代码以执行特定系统级任务的开发者。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ophielel/dsh-devkit#f3f91c20320a47e554fb2130dccbb9f9ad75682a&path:packages/runtime典型使用场景
- “读取这个 Issue,修改代码并准备 PR。”
- “检查失败的 CI,定位原因并修复。”
- “启动页面,查看 Console 和 Network 错误。”
- “评审这个 PR,只报告有实际影响的问题。”
- “临时加载一段受信任的 Cordis 扩展完成专项任务。”
开始使用
安装完成后,推荐通过 DevKit 启动 Harness:
npx dsh-devkit launch --profile web
该命令仍会优先使用 PATH 中的 dsh,否则通过 npx 调用官方 Harness。它不会把启动环境中的 DEEPSEEK_API_KEY 传给 Harness,因此 Models 页面可以保存和轮换 DeepSeek API 密钥;系统环境变量本身不会被修改。
如果当前运行明确需要使用环境变量中的密钥(例如 CI 或一次性覆盖),请直接启动官方 Harness:
npx --yes @deepseek-ai/dsh --profile web