Claude Code v2.1.146: /code-review Command, Pagination Fix, Windows PowerShell Fix

Claude Code v2.1.146 is out with a handful of practical fixes and one notable rename: /simplify is now /code-review with an optional effort level parameter (e.g., /code-review high). The release also addresses several Windows-specific bugs and improves pagination handling for MCP servers.
Key Changes
- Renamed command:
/simplify→/code-review. Now accepts an optional effort level likehighto control depth of analysis. - Auto mode fix: No longer suppresses
AskUserQuestionwhen the user or a skill explicitly relies on it. - Windows PowerShell fix: Resolved a regression from v2.1.124 where the tool failed with "command line is invalid" when
pwshis installed via winget or the Microsoft Store. - MCP pagination fix: Calls to
resources/list,resources/templates/list, andprompts/listnow correctly return items past page 1 on paginating servers. - Windows Terminal strobing fix: Full-screen strobing in attached background sessions while Claude is streaming is fixed.
- Auto-updater reliability: Native version checks and downloads now retry transient network failures instead of failing immediately.
- Diff rendering performance: Improved for large file edits.
- Various session and tool fixes:
/backgroundno longer refuses sessions with only typed input of a skill or custom slash command; backgrounded sessions no longer re-prompt for tool permissions already granted with "don't ask again";/themecolor editor and "New custom theme" dialogs now respond to Esc. - Agent SDK fix: Fixed an uncaught exception at the end of streaming sessions when running via the Agent SDK.
- Managed settings enforcement:
forceLoginOrgUUIDandforceLoginMethodpolicies now enforced against third-party-provider and API-key sessions. - GNOME Terminal paste fix: Right-click and middle-click paste now inserts text.
- Subagent model forwarding:
CLAUDE_CODE_SUBAGENT_MODELis now forwarded to child processes in multi-agent sessions.
For developers relying on MCP servers with paginated responses, the pagination fix alone is worth the upgrade. The /code-review rename aligns with the broader trend in AI coding tools toward explicit review commands with configurable depth.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Research Findings on AI Agent Reliability and Development Patterns
A collaborative research session with Claude Opus analyzed 15 papers on AI agents, revealing quantified reliability problems: agents produce 2-4 different action sequences across 10 runs, with 69% of divergence occurring at the first decision. Self-improving agents showed safety refusal rates dropping from 99.4% to 54.4% through their own learning.

Claude Code Randomly Becomes Risk-Averse, Demanding Permission on Routine Tasks
A user reports that Claude Code intermittently shifts from autonomous execution to requiring excessive permissions, even on daily, unchanged workflows like rebuilding a monorepo and running tests.

Supreme Court Declines Review, AI-Generated Art Remains Uncopyrightable
The US Supreme Court declined to hear a case on copyrighting AI-generated art, letting stand lower court rulings that require 'human authorship' for copyright protection. This follows the Copyright Office's 2022 rejection of Stephen Thaler's request to copyright an image created by his algorithm.

Claude's speech recognition limitations and user workaround with Spokenly and Parakeet TDT
A user reports Claude's built-in microphone transcription is inaccurate compared to ChatGPT's, creating more work than it saves. They implemented a workaround using Spokenly on Mac with NVIDIA's Parakeet TDT model for improved performance.