Skip to content

v1.3.3

Choose a tag to compare

@yaowen51888-rich yaowen51888-rich released this 02 Jun 04:35
· 23 commits to master since this release

v1.3.3

Bug Fix

  • 合并提交不再稀释 AI 贡献率:在计算 AI 占比时,排除 human_merge 类型的合并提交行数,避免分母膨胀导致 AI 占比被人为压低。

Changes

  • computeAIContribution 中跳过合并提交行数,不计入 totalLinesChanged 分母
  • aggregateAttribution 中过滤合并提交,新增 mergeCommits/mergeCommitLines 统计字段
  • 报告和前端 UI 展示已排除的合并提交数量