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

✍️ OpenClawRadar📅 Published: April 20, 2026🔗 Source
Claude-Code v2.1.30 Released with PDF and OAuth Enhancements
Ad

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).

Ad

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

Ad

👀 See Also