Skip to content

Commit 77b392b

Browse files
wenshaoclaude
andcommitted
docs: track PR#3115 (Commit Attribution) → P1 core#12
PR#3115 implements per-file AI contribution tracking using git notes (refs/notes/ai-attribution) with aiCharsAdded/aiContributionPercent metadata. Maps to improvement report P1 core#12 (Commit Attribution). Total: 36 PRs tracked (10 merged). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 36a1948 commit 77b392b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/comparison/qwen-code-improvement-report.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
| **P1** | [智能工具并行](./tool-parallelism-deep-dive.md) — 连续只读工具并行执行,代码探索快 5-10× [](./qwen-code-improvement-report-p0-p1-core.md#item-7) | 除 Agent 外全部顺序 || [PR#2864](https://github.com/QwenLM/qwen-code/pull/2864) |
5151
| **P1** | [启动优化](./startup-optimization-deep-dive.md) — TCP preconnect + 启动期间键盘捕获不丢失 [](./qwen-code-improvement-report-p0-p1-core.md#item-8) | 完全缺失 || [PR#3085](https://github.com/QwenLM/qwen-code/pull/3085) |
5252
| **P1** | [指令条件规则](./instruction-loading-deep-dive.md) — 按文件路径匹配加载不同编码规范 [](./qwen-code-improvement-report-p0-p1-core.md#item-9) | 所有指令始终加载 |||
53-
| **P1** | [Commit Attribution](./git-workflow-session-deep-dive.md) — git commit 中标注 AI vs 人类代码贡献比例 [](./qwen-code-improvement-report-p0-p1-core.md#item-12) | 缺失 || |
53+
| **P1** | [Commit Attribution](./git-workflow-session-deep-dive.md) — git commit 中标注 AI vs 人类代码贡献比例 [](./qwen-code-improvement-report-p0-p1-core.md#item-12) | 缺失 || [PR#3115](https://github.com/QwenLM/qwen-code/pull/3115) |
5454
| **P1** | [会话分支](./git-workflow-session-deep-dive.md) — /branch 从任意节点 fork 对话,探索替代方案 [](./qwen-code-improvement-report-p0-p1-core.md#item-13) | 缺失 || [PR#3022](https://github.com/QwenLM/qwen-code/pull/3022) |
5555
| **P1** | GitHub Actions CI — 自动 PR 审查/issue 分类 action [](./qwen-code-improvement-report-p0-p1-platform.md#item-1) | 缺失 |||
5656
| **P1** | GitHub Code Review — 多 Agent自动 PR review + inline 评论 [](./qwen-code-improvement-report-p0-p1-platform.md#item-2) | 缺失 |||
@@ -328,7 +328,7 @@
328328
| 工具发现 | ToolSearchTool || 缺失 ||
329329
| 多 Agent通信 | SendMessageTool || 缺失 ||
330330
| 文件索引 | FileIndex(fzf 风格) | 依赖 rg/glob | 中等差距 ||
331-
| Commit Attribution | Co-Authored-By 追踪 || 缺失 | |
331+
| Commit Attribution | Co-Authored-By 追踪 || 缺失 | [PR#3115](https://github.com/QwenLM/qwen-code/pull/3115) |
332332
| 会话分支 | /branch 对话分叉 || 缺失 | [PR#3022](https://github.com/QwenLM/qwen-code/pull/3022) |
333333
| Output Styles | Learning / Explanatory 模式 || 缺失 ||
334334
| Fast Mode | 速度/成本分级推理 || 缺失 ||
@@ -424,8 +424,8 @@
424424

425425
### 2026-04-10(晚间更新)
426426

427-
- 新增 PR 追踪:[#3087](https://github.com/QwenLM/qwen-code/pull/3087)(auto-memory + auto-dream 记忆系统)、[#3082](https://github.com/QwenLM/qwen-code/pull/3082)(终端 dark/light 主题检测)、[#3093](https://github.com/QwenLM/qwen-code/pull/3093)(会话 rename/delete/auto-title)、[#3105](https://github.com/QwenLM/qwen-code/pull/3105)(/chat 命名会话管理)
428-
- 总追踪 PR:35 个(10 已合并 ✓)
427+
- 新增 PR 追踪:[#3087](https://github.com/QwenLM/qwen-code/pull/3087)(auto-memory + auto-dream 记忆系统)、[#3082](https://github.com/QwenLM/qwen-code/pull/3082)(终端 dark/light 主题检测)、[#3093](https://github.com/QwenLM/qwen-code/pull/3093)(会话 rename/delete/auto-title)、[#3105](https://github.com/QwenLM/qwen-code/pull/3105)(/chat 命名会话管理)[#3115](https://github.com/QwenLM/qwen-code/pull/3115)(Commit Attribution per-file AI 贡献追踪)
428+
- 总追踪 PR:36 个(10 已合并 ✓)
429429

430430
### 2026-04-10
431431

0 commit comments

Comments
 (0)