zzh-newlearner/dsh-postmortem ↗★ 2
@huichangzz/dsh-postmortem
Local-first failure postmortems for DeepSeek Harness sessions.
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.