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

Claude-Code v2.1.79 adds remote control, fixes subprocess hangs, and improves memory usage
Claude-Code v2.1.79 introduces a /remote-control command for VSCode to bridge sessions to claude.ai/code, fixes claude -p hanging in subprocesses, and reduces startup memory usage by ~18MB. The release also adds a --console flag for Anthropic Console authentication and improves API timeout handling.

Simple Self-Distillation Method Improves LLM Code Generation
Researchers show that fine-tuning LLMs on their own sampled outputs (simple self-distillation) improves code generation performance, boosting Qwen3-30B-Instruct from 42.4% to 55.3% pass@1 on LiveCodeBench v6.

Open Source vs Frontier Models: Single-File Canvas Car Scene Benchmark
A developer tested 12 models including GPT-5.5, Claude Opus 4.7, and Qwen 3.6 Plus on a single-file HTML canvas car driving animation task, with results publicly compared.

Leaked Claude Code Reveals KAIROS System and the Verification Gap in AI Agents
A leaked Claude Code source map revealed 512K lines of TypeScript, 44 feature flags, and KAIROS—a background agent that consolidates memory during idle time. An independent developer built a similar daemon to chain sessions for multi-day campaigns, but discovered that successful compilation doesn't guarantee functional code.