feat: add P4 improvement report — 16 new items from 4th round source comparison#75
Closed
wenshao wants to merge 1 commit into
Closed
feat: add P4 improvement report — 16 new items from 4th round source comparison#75wenshao wants to merge 1 commit into
wenshao wants to merge 1 commit into
Conversation
…comparison 4th round deep comparison of Claude Code vs Qwen Code source code, adding 16 new improvement items (P1-P3) with full source code indexing and reverse audit. New report: qwen-code-improvement-report-p4.md (693 lines) - 2× P1 items: Graceful Shutdown manager, API auth recovery - 10× P2 items: keybinding system, chord support, terminal text selection, quote style preservation, hook events, error taxonomy, MCP channel permissions, WeakRef adoption, file edit equivalence, render incremental optimization - 4× P3 items: FuzzyPicker, message types, React.memo optimization, shell snapshot Updated: qwen-code-improvement-report.md (overview) - Added 16 P4 entries to the improvement matrix - Fixed 8 accuracy issues from reverse audit (WeakRef counts, hook events, error types, file paths, line numbers) Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Owner
Author
|
关闭此 PR。主要问题: 1. 创建了不存在的"P4"优先级(项目只有 P0-P3) 重复项:
源码准确性值得肯定——所有引用经验证正确,自行修正 8 处错误。 已手动合入的新增项(4 项):
|
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.
概述
第四轮 Claude Code vs Qwen Code 源码深度比对,新增 16 个改进项(P1-P3),全部标注源码索引并经过反向审计。
变更文件
docs/comparison/qwen-code-improvement-report-p4.mddocs/comparison/qwen-code-improvement-report.mdP4 报告内容
P1 级别(2 项)
P2 级别(10 项)
ctrl+x ctrl+k序列)preserveQuoteStyle())areFileEditsInputsEquivalent())P3 级别(4 项)
优势领域(Qwen 优于 Claude)
反向审计
对全部 16 个 Item 进行反向审计,发现并修正 8 处错误:
selection.ts行数 918→917errors.ts行数 1208→1207,类型数 25+→精确 25gracefulShutdown.ts行数 530→529channelAllowlist.ts功能描述修正followup/行数2000→3000