docs: Claude Code v2.1.247 - queueSubmit keybinding, non-Latin keyboard fix, WSL registry policy, 6 API pages resurrected - #1222
Merged
Conversation
…rd fix, WSL registry policy, 6 API pages resurrected Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.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.
Night shift report
WHY THIS MATTERS: v2.1.247 ships real user-facing feature work — a new keybinding for queued message submission, a keyboard layout fix that was silently broken for Cyrillic/non-Latin users on modern terminals, and enterprise admin docs that replace a "contact your account team" dead-end with a concrete Windows registry policy. On top of that, six API reference pages that were tombstoned as 404 a day ago have resurrected with full content, and teammate plan-approval behavior has quietly flipped from human-in-the-loop to automatic.
HIGHLIGHTS:
chat:queueSubmitkeybinding (Ctrl+X Enter, requires v2.1.247+): submits the current message but marks it to wait its turn while Claude is working — no interruption of the running turn. Also works when autocomplete is open, unlikechat:submit. Real UX addition, not a tweak.disableWslSessions=falseunderHKLM\SOFTWARE\Policies\Claude(requires Claude Desktop v1.19367.0+). Docs include a troubleshooting path via[wslPolicyGate]log entries.unwrap, C#/PHP/Pythoncompletions/createwere all marked HTTP 404 as of 2026-08-25 and are back with full content (400+ lines each for the completions pages). Entries removed fromtombstones.json."Require plan approval"is no longer needed.mcp.mdnow distinguishes mid-session drops, failed first connections, failed discovery requests, and how Claude learns about failures — each with their own backoff rules.agent-sdk/mcp.mdadds: remote server status can flip back to"pending"mid-session after reconnect, andreconnectMcpServer()/reconnect_mcp_server()are the manual retry path.Tool(param:value)) only work on built-in tools from settings files.mcp__rules with parentheses are skipped with a warning in the invalid-settings dialog andclaude doctoroutput.ResultErrorclarified: checkterminal_reasonbeforesubtype; when a final API request fails,subtypereports"success"whileterminal_reasoncarries the real cause.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning