zzh-newlearner/dsh-postmortem2

@huichangzz/dsh-postmortem

Local-first failure postmortems for DeepSeek Harness sessions.

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.