|
50 | 50 | | **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) | |
51 | 51 | | **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) | |
52 | 52 | | **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) | |
54 | 54 | | **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) | |
55 | 55 | | **P1** | GitHub Actions CI — 自动 PR 审查/issue 分类 action [↓](./qwen-code-improvement-report-p0-p1-platform.md#item-1) | 缺失 | 中 | — | |
56 | 56 | | **P1** | GitHub Code Review — 多 Agent自动 PR review + inline 评论 [↓](./qwen-code-improvement-report-p0-p1-platform.md#item-2) | 缺失 | 大 | — | |
|
328 | 328 | | 工具发现 | ToolSearchTool | 无 | 缺失 | — | |
329 | 329 | | 多 Agent通信 | SendMessageTool | 无 | 缺失 | — | |
330 | 330 | | 文件索引 | 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) | |
332 | 332 | | 会话分支 | /branch 对话分叉 | 无 | 缺失 | [PR#3022](https://github.com/QwenLM/qwen-code/pull/3022) | |
333 | 333 | | Output Styles | Learning / Explanatory 模式 | 无 | 缺失 | — | |
334 | 334 | | Fast Mode | 速度/成本分级推理 | 无 | 缺失 | — | |
|
424 | 424 |
|
425 | 425 | ### 2026-04-10(晚间更新) |
426 | 426 |
|
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 已合并 ✓) |
429 | 429 |
|
430 | 430 | ### 2026-04-10 |
431 | 431 |
|
|
0 commit comments