zzh-newlearner/dsh-postmortem ↗★ 2
@huichangzz/dsh-postmortem
DeepSeek Harness 会话的本地优先失败事后分析插件。
AI 分析
核心用途是为 DSH 会话提供本地优先的失败事后分析。适合需要排查会话失败原因的开发者,需在 DSH 中配置好模型 provider 和密钥。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗安装 / Install
npm install @huichangzz/dsh-postmortem
在 DSH profile 的 cordis.patch.yml 中加入:
Add this to the DSH profile's cordis.patch.yml:
- id: postmortem
name: '@huichangzz/dsh-postmortem'
config:
autoOnFailure: true
model:
enabled: false
provider: your-provider
model: your-model
timeoutMs: 10000
插件使用 DSH 已配置的 llm 服务。请在 DSH 中配置模型 provider 和密钥;本包没有 API key 配置,也不会写入密钥。
The plugin uses DSH's existing llm service. Configure model providers and keys in DSH, rather than this plugin; the package has no API-key setting and never writes a key.