feat: add input queue & prediction comparison to features.md#30
Merged
Conversation
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>
2 tasks
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>
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
docs/comparison/features.mdinput-queue-deep-dive.md(merged in PR feat: add input queue & interrupt mechanism deep-dive #29) for detailed analysisComparison dimensions
Test plan
🤖 Generated with Claude Code