Claude Report — 2026-06-22
- Nobel laureate John Jumper (AlphaFold, DeepMind) announces move to Anthropic on June 19
- Claude Code v2.1.183 (June 19): auto mode blocks destructive git ops and IaC teardown unless explicitly requested
- Claude Code v2.1.185 (June 20): stream-stall indicator retitled, silence timeout raised from 10s to 20s
- claude-agent-sdk-python ships v0.2.105 and v0.2.106 same day as each CLI release (June 19–20)
- Recall debuts on Show HN (115 pts, June 21): offline, zero-token project memory layer for Claude Code
🚀 Anthropic Official
John Jumper joins Anthropic (June 19)
AlphaFold co-creator and 2024 Nobel Prize in Chemistry laureate John Jumper announces he is leaving Google DeepMind after nearly nine years to join Anthropic; no specific role has been publicly disclosed, but the hire signals Anthropic's deepening ambitions in structural biology and scientific AI.
Claude Code v2.1.183 (June 19)
Auto mode now blocks git reset --hard, git checkout -- ., git clean -fd, git stash drop, and git commit --amend (for commits not made by the agent this session) unless the user explicitly asked to discard local work; also blocks terraform destroy, pulumi destroy, and cdk destroy unless the specific stack was named in the request. Adds deprecation warnings on stderr when the requested model has been superseded, plus /config --help listing all shorthand config keys. Fixes: 400 errors on subagent spawns caused by thinking-only API responses; WebSearch returning empty results inside subagents; fullscreen TUI corruption in Windows Terminal; silent turn completions when Claude returned only thinking blocks.
Claude Code v2.1.185 (June 20)
Renames the stream-stall indicator from "No response from API · Retrying in …" to "Waiting for API response · will retry in …" and raises the silence threshold before auto-retry fires from 10 seconds to 20 seconds, reducing false-positive reconnection attempts on slow but healthy connections.
🔌 Claude Code Plugins
Plugin ranking cache unavailable this cycle — no feature-level plugin updates confirmed in the window.
Unchanged in window: tracking skipped — plugin ranking cache unavailable this cycle
🛠️ Skills
anthropics/knowledge-work-plugins — Lusha plugin added (June 20)
Adds Lusha as a new integration in the official knowledge-work suite, giving Claude access to Lusha's B2B contact-and-company intelligence API for sales prospecting and data enrichment workflows.
Unchanged in window: Piebald-AI/claude-code-system-prompts, glebis/claude-skills, anthropics/skills, ComposioHQ/awesome-claude-skills
🤖 Agents & Subagents
claude-agent-sdk-python v0.2.105 + v0.2.106 (June 19 & 20)
Two same-day releases bundle CLI v2.1.183 (June 19 drop) and v2.1.185 (June 20 drop) respectively; all auto-mode guardrails, deprecation warnings, /config --help, and stream-stall improvements from those CLI versions land automatically on pip install --upgrade claude-agent-sdk.
Unchanged in window: claude-agent-sdk-typescript (no update confirmed), nicobailon/pi-subagents, Chachamaru127/claude-code-harness
🔗 MCPs & Integrations
None of the top 5 updated in window.
Unchanged in window: github/github-mcp-server (v1.4.0 shipped June 18 — one day before window), modelcontextprotocol/python-sdk (v1.28.0 June 16), modelcontextprotocol/typescript-sdk, awslabs/mcp, portainer/portainer-mcp
💡 Community — Workflows & Ideas
raiyanyahya/recall — offline project memory for Claude Code (Show HN, June 21)
Stores project context locally and persistently so Claude Code never needs to re-read the full codebase at session start; operates entirely offline with no token cost for the memory layer, targeting the common pain point of re-explaining projects at every new session.
📰 Quick Mentions
Relevant links that don't warrant a section of their own:
- TechTimes — "Claude Identity Verification Starts July 8: What Facial Data Anthropic Collects" (June 21) — Anthropic's support article on mandatory government-ID and selfie verification via Persona sparked a 762-point HN thread; applies to Free/Pro/Max plans starting July 8, enterprise and API plans exempt
- CNBC — "John Jumper to leave Google DeepMind for Anthropic" (June 19) — supporting coverage for the Jumper hire with additional context on his AlphaFold track record and timeline
- TechCrunch — "Nobel laureate John Jumper is leaving DeepMind for rival Anthropic" (June 20) — follow-up coverage with analysis of what the hire signals for Anthropic's scientific AI roadmap