Claude-Code v2.1.30 Released with PDF and OAuth Enhancements

Claude-Code's latest release, v2.1.30, brings notable enhancements and fixes that developers should be aware of. This version introduces a new parameter for the Read tool, allowing specific page ranges to be extracted from PDFs, like pages: "1-5". Additionally, handling of large PDFs (over 10 pages) now returns a lightweight reference instead of embedding the content directly, improving context efficiency when mentioned.
For developers integrating with MCP servers that lack Dynamic Client Registration, the update offers pre-configured OAuth client credentials. Utilize the --client-id and --client-secret options when adding with claude mcp add.
The release also includes updates for debugging with the new /debug command, support for additional git log and git show flags in read-only mode, such as --topo-order and --cherry-pick, and improved visualization in VSCode with multiline input support for question dialogs (Shift+Enter for new lines).
Key bug fixes in this release address phantom "(no content)" text in API history, prompt cache invalidation issues, and 400 errors after using /login. Additionally, there's a 68% reduction in memory usage for sessions thanks to optimized stat-based loading.
This update is valuable for developers looking to efficiently handle large document processing and improve integration with third-party MCP services. Users experiencing issues with session handling or permissions will also find these improvements beneficial.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Quumble Convergence Protocol v5: Cross-Architecture LLM Experiment Results
The Quumble Convergence Protocol v5 tests whether independent LLM instances converge on descriptions of imaginary creatures when given nonsense words. Results show both Claude (Opus 4.6 & Sonnet 4.6) and GPT-5.3 independently produced a small, round, soft, lavender-tinted, bioluminescent creature that hums from the word 'quumble'.
FairyFuse Achieves 29.6x Kernel Speedup on CPUs via Ternary Weight Multiplication-Free Inference
FairyFuse fuses eight real-valued sub-GEMVs into a single AVX-512 loop using masked adds/subtracts, yielding 32.4 tokens/s on Xeon 8558P and 1.24x speedup over llama.cpp Q4_K_M with near-lossless quality.

Claude CLI Directive Drift Issue Reported by Developer
A developer reports Claude CLI consistently ignores project directives stored in .claude folder files, particularly after auto-compact operations. The tool runs prohibited background processes and deletes task/session data despite explicit instructions.

Reddit User Argues Developers Should Shift from Clean Coding to Model Architecture with AI Agents
A Reddit post argues that developers using AI coding agents like Claude should stop focusing on writing clean code and instead become 'model architects' who orchestrate AI systems. The author shares specific techniques including creating 'logic maps' before coding and treating prompts as design reviews.