docs: Claude Code v2.1.235 - Spellcheck in prompt input, MCP cross-client setup guide, Agent SDK skills option - #1189
Merged
Conversation
…ient setup guide, Agent SDK skills option 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.235 ships a new opt-in spellcheck feature for the prompt input box — the first native spell-checking in Claude Code's UI — plus a practical MCP cross-client setup guide that lowers the barrier to adding servers documented for Claude Desktop or Cursor. The Agent SDK skills docs got a major expansion covering the
skillsoption, command dispatch, and load verification. Fourteen bug fixes land on top, with several touching permission dialogs and Vim mode correctness.HIGHLIGHTS:
{"spellcheck": {"enabled": true}}in user settings; uses aspell, hunspell, or ispell from PATH; supportschecker,language, andcolorsub-options; skips code-like text, CJK, and voice/shell modes. Full docs added tointeractive-mode.md.mcp.md): step-by-step instructions for translating server setup written for Claude Desktop, Cursor, etc. intoclaude mcp addcommands — covers URL,npx/uvxlaunch commands, and rawmcpServersJSON blocks.agent-sdk/skills.mdheavily expanded): documents theskillsoption onquery()("all", list of names, or[]), how to verify loaded skills via theinitsystem message, and command dispatch by name in SDK sessions.errors.md): new entries forsubagent_type is required(general-purpose agent unavailable),Message too large for cross-session delivery, and improved context-limit error that now names auto-compact status and links to/config.subagent_typeis omitted in constrained sessions;SendMessagenow rejects oversized messages up front;ctrl+ttask list now restores expanded state on session resume; Vim NORMAL mode preserved when toggling transcript panel.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning