Skip to content

v1.2.0

Choose a tag to compare

@yaowen51888-rich yaowen51888-rich released this 25 May 23:43
· 60 commits to master since this release

v1.2.0 - AI 置信度准确性全面提升

核心改进

  • 时区标准化: Git 日期显式转为 UTC,消除与 Session 时间的时区偏差,解决跨午夜日期归类错误
  • 开发者行为基线: 为每个 author 建立历史提交模式基线(消息长度/bullet 使用率/文件数/行数),偏差检测辅助 AI 归因判断
  • 负向信号系统: 新增 4 种负向信号(humanInformal / humanMergeCommit / humanSmallScope / humanWIP),有效降低误判率
  • 复合连续评分: 新增 aiScore [0,1] 连续评分字段,加权整合所有正负向信号,提供细粒度置信度映射

新增字段

  • commit.aiScore: 连续评分 [0,1],>=0.75 HIGH / >=0.45 MEDIUM / >=0.20 LOW
  • commit.negativeSignals: 负向信号数组,标识 commit 的人类特征
  • commit.aiSignals: 新增 baselineDeviationHigh / baselineDeviationMedium / humanBaselineMatch 信号

其他修复

  • 修正 ASCII Art Banner 字母 d 渲染错误
  • humanInformal 排除 conventional commit 格式消息,避免误判