Claude Code v2.1.136: Hard Deny for Auto Mode, MCP OAuth Fixes, and 40+ Bug Fixes

Anthropic shipped Claude Code v2.1.136 with two notable additions and a massive tail of bug fixes — over 40 issues resolved. Here's what matters.
New Features
CLAUDE_CODE_ENABLE_FEEDBACK_SURVEY_FOR_OTEL— re-enables the session quality survey for enterprises capturing responses through OpenTelemetry. Explicit opt-in for telemetry-aware feedback collection.settings.autoMode.hard_deny— new auto mode classifier rule that blocks an action unconditionally, ignoring user intent or allow exceptions. For strict guardrails where certain operations must be denied regardless of context.
Critical Fixes
- MCP server loss after
/clear— MCP servers configured in.mcp.json, plugins, and claude.ai connectors silently disappeared after/clearin the VS Code extension, JetBrains plugin, and Agent SDK. Now persistent. - OAuth token rotation race condition — a rare login loop where concurrent credential writes could overwrite a freshly-rotated OAuth token, forcing repeated logins. Fixed to prevent credential corruption.
- MCP OAuth concurrent refresh — refresh tokens were lost when multiple MCP servers refreshed concurrently. Users with several remote MCP servers should no longer need daily re-authentication.
- API 400 on redacted thinking blocks — extended thinking emitting a redacted thinking block after a tool call caused a 400 error. Now handled correctly.
--resume/--continuewith underscored paths — sessions weren't found when the project path contained underscores. Path parsing fixed.- Plan mode bypass with
Edit(...)allow rule — plan mode was not blocking file writes when a matchingEdit(...)allow rule existed. Now enforced.
Platform-Specific & Developer Experience
- WSL2 image paste — pasting images from Windows clipboard now works via a PowerShell fallback when
xclip/wl-pastecannot read image data. - Plugin hooks crash on cache cleanup —
Stop/UserPromptSubmithooks failed when cache cleanup deleted a version still in use. Fixed by retaining versions until hooks finish. - Slash command dialog visual consistency — standardised footer hints, dialog spacing, and arrow-key styling. The dialog frame now appears immediately during loading instead of popping in later.
Other Noteworthy Fixes
- Bash output colors at wrong positions in terminal and markdown code blocks
- ReasonML diff corrupted
undefinedtext artifacts at word-diff boundaries - Worktree exit dialog pointed to wrong directory after removal
@file picker missed files in small non-git directories and directories with >100 entries- Failed tool calls not click-to-expand in fullscreen when output was truncated
- Backspace/Ctrl+Backspace swapped after
Ctrl+Gexternal editor on terminals with persistent extended-key modes /usageweekly reset showed time-of-day instead of calendar date- Welcome banner ellipsis caused column overflow on CJK terminals
/insightscrash on tool calls with malformed input fields- Renderer crash when tool collapsibility classification changes mid-session
skillsentry inplugin.jsonhiding defaultskills/directory; listing a file path now shows an error instead of failing silently- IDE shell-integration lock files ignoring
CLAUDE_CONFIG_DIR - Trailing whitespace in copied terminal output during streaming
- Plugin uninstall/enable/disable not matching slugs case-insensitively
- Tool error truncation marker showed negative count for surrogate-pair strings
- Env vars from
CLAUDE_ENV_FILESessionStart hooks went stale after/resumeor/clear /branchsaved multi-line session title when pasted with line breaks- Stray leading space on second line of wrapped text at column boundary
- Esc not dismissing dialogs in
/install-github-app,/desktop,/resume,/web-setup /doctorMCP schema errors missing field name and source file path- Bash permission prompts showed parser diagnostic instead of user-readable explanation
- Plugin slash commands with spaces not resolving to namespaced form
AskUserQuestiondiscarding multi-select answers when supplied as array/clear <name>not labeling cleared session for/resumeCronListoutput missing qualifiers and scheduled prompt- 'Jump to bottom' overlay left color artifacts on CJK characters in fullscreen
- Wide markdown tables left stale bordered render in terminal scrollback while streaming
- Pasted text silently dropped when long prompt with pasted-text placeholder was auto-truncated
/release-notesstuck on old version
For details and download, see the GitHub release.
📖 Read the full source: GitHub Claude-Code
👀 See Also

C++26 Standard Draft Finalized with Reflection, Memory Safety, Contracts, and Async Framework
The C++26 standard draft is complete, introducing reflection for metaprogramming, enhanced memory safety that eliminates undefined behavior for uninitialized variables and adds bounds safety for standard library types, contracts with pre/post-conditions, and std::execution for concurrency.

Reddit user compares Claude Sonnet 4.6 and GPT-5 on 10 blogging tasks
A Reddit user tested Claude Sonnet 4.6 against GPT-5 using identical prompts for 10 common blogging tasks, finding the editing time difference to be the most useful metric.

Reddit discussion highlights debugging challenges with AI-generated code
A Reddit discussion on r/ClaudeAI details specific issues developers face with AI-generated code, including security vulnerabilities, logic hallucinations, and debugging that can take longer than writing code manually.

Claude Code adds scheduled task execution for automated workflows
Anthropic has enabled scheduled execution for Claude Code, allowing developers to set tasks once and have them run automatically without manual prompting. The feature supports daily commit reviews, dependency audits, error log scans, and PR reviews.