zzh-newlearner/dsh-postmortem ↗★ 2
@huichangzz/dsh-postmortem
Local-first failure postmortems for DeepSeek Harness sessions.
AI Analysis
核心用途是为 DSH 会话提供本地优先的失败事后分析。适合需要排查会话失败原因的开发者,需在 DSH 中配置好模型 provider 和密钥。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full 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.