zzh-newlearner/dsh-postmortem2

@huichangzz/dsh-postmortem

DeepSeek Harness 会话的本地优先失败事后分析插件。

AI 分析

核心用途是为 DSH 会话提供本地优先的失败事后分析。适合需要排查会话失败原因的开发者,需在 DSH 中配置好模型 provider 和密钥。

套件
@huichangzz/dsh-postmortem
版本
0.3.0
授權
MIT
最近更新
2026年8月13日

安裝

此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 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.