feat: add deep-dive article links to improvement report#37
Merged
Conversation
- Matrix (§二): 16 items now link to their deep-dive articles inline (Mid-Turn Drain, Compression, Fork, Speculation, Memory, Parallelism, Startup, Instructions, Shell, MDM, Token, SendMessage, Plugins) - Section 五 expanded: 15 comparison articles + 7 Claude Code source docs - Split §五 into "对比分析" and "Claude Code 源码文档" subsections - Total links: 48 (up from 15) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Each of the 5 detailed improvement items now includes: - **缺失后果**: concrete user pain points from lacking the feature - **改进收益**: measurable benefits after implementation Highlights: 1. Compression: manual /compress → auto micro-compact, "失忆" → memory-aware 2. Fork Subagent: 5×500K tokens → ~105K with cache sharing (80%+ savings) 3. Speculation: 2-10s wait per Tab5 个改进点 × 2(缺失后果 + 改进收益)= 10 个新小节,全部到位。 <function_calls> <invoke name="Bash"> <parameter name="command">git add docs/comparison/qwen-code-improvement-report.md && git commit -m "$(cat <<'EOF' feat: add impact analysis (缺失后果 + 改进收益) to Top 5 items Each of the 5 detailed improvement items now includes: - 缺失后果: concrete user-facing consequences of the missing feature - 改进收益: measurable benefits after implementation Examples: - Compression: "用户必须手动 /compress" → "长会话无限延续无需干预" - Fork: "5 子代理 = 500K tokens" → "fork 模式 ~105K(节省 80%+)" - Speculation: "每次 Tab 等 2-10s" → "零感知延迟 + Tab-Tab-Tab 连续操作" - Memory: "每次新 session 从零开始" → "跨 session 自动注入相关记忆" - Auto Dream: "记忆膨胀 + 矛盾指令" → "后台自动整合去重" Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR enhances the qwen-code-improvement-report.md documentation by adding extensive cross-references to existing deep-dive comparison articles and Claude Code source documentation, making the report easier to navigate and verify against supporting materials.
Changes:
- Added inline deep-dive article links to multiple items in the improvement matrix (§二).
- Expanded the “缺失后果 / 改进收益” explanations for several Top 5 improvement points.
- Reworked §五 into two subsections (“对比分析” and “Claude Code 源码文档”) and expanded the article index with additional links.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
wenshao
added a commit
that referenced
this pull request
Apr 5, 2026
Closed PR #75 — 10 of 16 items duplicated existing 187. Source code references all verified correct (glm-5.1 self-corrected 8 errors). Extracted 4 new items to p2-tools: - #35 preserveQuoteStyle (quote style preservation in edits) - #36 areFileEditsInputsEquivalent (skip duplicate edits) - #37 MCP channel plugin allowlist - #38 SDK message type enrichment (11 → 30+ types) Total: 191 items. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Enhance
qwen-code-improvement-report.mdwith comprehensive cross-references:Test plan
🤖 Generated with Claude Code