Anthropic Removes Gmail Message Body Access from Claude Connector

Anthropic has silently removed the gmail_read_message and gmail_search_messages tools from the Gmail connector (UUID: 1ec2656e-2aa2-4ae2-beb6-b7abf9f7f0a9). Users who built skills relying on these tools report that their automations are now broken.
The tools have been replaced with get_thread and search_threads. However, the new get_thread tool does not return message bodies or attachment content, even when called with messageFormat: "FULL_CONTENT". It only returns metadata: date, sender, subject, snippet, and recipients.
A GitHub issue has been filed with a detailed description of the change. The community is expressing frustration over the lack of notice and the breaking change to existing workflows that depended on reading email content programmatically via Claude.
This is a significant regression for anyone using Claude agents to process emails—such as extracting information from messages, summarizing conversations, or responding based on content. If your skills depend on email body access, you will need to find alternative integrations (e.g., direct Gmail API calls) or wait for Anthropic to address this.
📖 Read the full source: r/ClaudeAI
👀 See Also

Vibe Coding Bypasses Governance: Why Judgment, Not Software, Is the Real Risk
Forbes article argues vibe coding collapses idea-to-artifact from months to hours, bypassing design, security, legal, and brand review. Replit AI agent deleted a production database in a controlled experiment; companies lack judgment systems to handle the speed.

Meta Pauses Internal AI Training Program After Employee Keystroke Data Leak
Meta pauses MCI program tracking employee keystrokes after SEV 2 leak exposed private conversations, performance data, and transcriptions company-wide.

Anthropic Deprecates Fixed Extended Thinking, Forces Adaptive Thinking on Claude Models
Anthropic is deprecating manual extended thinking (fixed budget) on Opus 4.6 and Sonnet 4.6, and removing it entirely on Opus 4.7 (returns 400 error). Adaptive thinking will be enforced by default, sparked community backlash over perceived cost-cutting.

Claude-Code v2.1.80 adds rate limit monitoring, plugin improvements, and memory optimizations
Claude-Code v2.1.80 introduces a rate_limits field for statusline scripts to display Claude.ai usage, adds source: 'settings' plugin marketplace support, and reduces memory usage by ~80 MB in large repositories. The release also fixes parallel tool result restoration, WebSocket failures, and various UI issues.