Skip to content

feat: add input queue & prediction comparison to features.md#30

Merged
wenshao merged 1 commit into
mainfrom
feat/features-input-queue-comparison
Apr 3, 2026
Merged

feat: add input queue & prediction comparison to features.md#30
wenshao merged 1 commit into
mainfrom
feat/features-input-queue-comparison

Conversation

@wenshao

@wenshao wenshao commented Apr 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add "输入队列与预测" subsection to docs/comparison/features.md
  • 8-dimension comparison across 9 agents (Claude Code, Gemini CLI, Qwen Code, Copilot CLI, Aider, Codex CLI, Kimi CLI, OpenCode, Goose)
  • Links to input-queue-deep-dive.md (merged in PR feat: add input queue & interrupt mechanism deep-dive #29) for detailed analysis

Comparison dimensions

Dimension Claude Code Qwen Code Others
执行中可输入
Mid-Turn Queue Drain
Prompt Suggestion
Speculation ✅ ant-only ✅ opt-in

Test plan

  • Verify table renders correctly on GitHub
  • Cross-check with input-queue-deep-dive.md for consistency

🤖 Generated with Claude Code

New "输入队列与预测" subsection with 8-dimension comparison across 9 agents:
- 执行中可输入, 输入队列, Mid-Turn Queue Drain, Prompt Suggestion,
  Speculation 预执行, 队列可视化, 工具级中断, Early Input
- Claude Code: only agent with Mid-Turn Queue Drain
- Qwen Code v0.15.0: Prompt Suggestion + Speculation (opt-in)
- Links to input-queue-deep-dive.md for details

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@wenshao wenshao merged commit 7898ce8 into main Apr 3, 2026
wenshao added a commit that referenced this pull request Apr 5, 2026
Closed PR #69 (gpt-5.4 output) — 3 of 4 items overlapped with existing
181 items (Prompt Hook ~ HTTP Hooks, Decision Trace ~ Denial Tracking,
Worktree Resume ~ 崩溃恢复). File structure was also wrong (1 file per
item instead of appending to themed files).

Extracted the only new item: Slash Command Namespace Governance
→ p2-tools #30. Downgraded from P1 to P2 (namespace governance is
important but not blocking).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
wenshao added a commit that referenced this pull request Apr 5, 2026
All 5 genuinely new (source verified): useRemoteSession, useDiffInIDE,
useCancelRequest, AgentSummary, useBackgroundTaskNavigation.
Renumbered as P3 #27-#31 (PR had #26-#30, conflicting with existing #26).

Best qwen3.6-plus content PR: 5/5 new items (100% hit rate).
Total: 214 items.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
wenshao added a commit that referenced this pull request Apr 5, 2026
New items from second round of source code comparison:

P0 (2 items):
- #19: Environment variable sanitization (25+ patterns)
- #20: Dangerous command blacklist (rm -rf, find -exec, git -c, etc.)

P1 (4 items):
- #21: Edit fuzzy matching with Levenshtein distance (10% tolerance)
- #22: Omission placeholder detection (prevent "// ... rest")
- #23: JIT context discovery for read/write/edit tools
- #24: OS-level sandbox (Linux bwrap, macOS Seatbelt, Windows)

P2 (6 items):
- #25: Folder trust discovery (pre-execution scanning)
- #26: Web fetch rate limiting + SSRF hardening
- #27: Grep advanced parameters (include/exclude/names_only)
- #28: Advanced vim operations (big words, find, replace, toggle)
- #29: Footer customization dialog
- #30: Write file LLM content correction

P3 (2 items):
- #31: OAuth flow refactoring (shared utils + RFC 9728)
- #32: Conseca safety framework (context-aware policy)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant