RepoJournal

$ cat anthropics/month/2026-08-01.log

Anthropic

Anthropic

the month in review · August 2026

Claude Code sync stabilizes, Anthropic SDKs hit 1.0, plugins roll at scale

August brought Claude Code and the SDKs into a hardened, synchronized state, capped by the Python SDK hitting 1.0.0 and the Organization API landing across every SDK.

301 commits 985 PRs merged 54 releases 30 briefings covered

The ecosystem spent August converging on a stable core. Claude Code and the SDK synced to CLI 2.1.227 mid-month [1], then Claude Code shipped 2.1.237 with a concise output style and a critical git auth fix [2], and 2.1.245 landed overnight to fix a Linux startup crash . The Organization API landed across every Anthropic SDK , and the Anthropic SDK Python hit 1.0.0 . That release cadence marks a shift from feature velocity to hardening: the fixes that mattered were the silent ones, like the binary file commit corruption fix that prevented silent data loss [3] and the shell-quote critical vulnerability patch that also saw the AWS plugin delisted [4].

The plugin marketplace grew and matured, with Noibu joining the official catalog and steady validated update sweeps across the official, knowledge-work, and community repos. The month's bump list is dominated by plugin updates across all three plugin repos [5][6][7][8][9][10][11][12][13][14], with no single plugin standing out as breaking. The Asana plugin hit its deadline with the V2 server migration going live [11], and the Claude Code Action caught a retry storm and max-turn overrun [12] before it could destabilize workflows.

Security work threaded through the month. A security patch shipped for macOS Python 3.9, which was hitting 13.6% of sessions [15], and GitHub comments were made safer against secret leaks [16]. The shell-quote critical vulnerability patch [4] and the secret leak threat [16] both point to a broader effort to lock down the supply chain. Claude Code also added security wildcard warnings as part of the patch flow. In formal-math, the cookbook dropped unverified cost claims and tightened authorship and CI , a sign that even documentation is being held to a higher standard of accuracy. Buffa, meanwhile, cut binary bloat with a debug gate and selective inlining , then wired shared descriptor pools to cut codegen token blow-up , both aimed at reducing build artifacts and token costs.

References

  1. [1] bump(adcp-client): 3861d4a3 → f8f24fb5 ↗ anthropics/claude-plugins-community
  2. [2] bump(exa): 5d08e36f → a664592b ↗ anthropics/claude-plugins-official
  3. [3] bump(alps-writer): 382f19ea → 79b7f203 ↗ anthropics/claude-plugins-community
  4. [4] bump(brilliant-directories): 6295faf6 → fa564569 ↗ anthropics/claude-plugins-community
  5. [5] bump(carta-cap-table): 1ac80e56 → ffcf886e ↗ anthropics/knowledge-work-plugins
  6. [6] bump(gitkraken): 2e2d88c3 → f7a53b2c ↗ anthropics/knowledge-work-plugins
  7. [7] bump(datarobot-agent-skills): 79c4d2b5 → 519c35ec ↗ anthropics/knowledge-work-plugins
  8. [8] bump(wix): 19b49bfb → 755d65e7 ↗ anthropics/knowledge-work-plugins
  9. [9] bump(grasp): 46636efa → 0f3bdfb9 ↗ anthropics/knowledge-work-plugins
  10. [10] bump(ai-plugins): 3fb6880b → e5376ac4 ↗ anthropics/claude-plugins-official
  11. [11] bump(firecrawl): cf966ed2 → b1bd4442 ↗ anthropics/claude-plugins-official
  12. [12] bump(gitkraken): 2e2d88c3 → f7a53b2c ↗ anthropics/claude-plugins-official
  13. [13] bump(hyperframes): c6925e47 → 89e970fb ↗ anthropics/claude-plugins-official
  14. [14] bump(carta-cap-table): 385281ea → ffcf886e ↗ anthropics/claude-plugins-official
  15. [15] bump(base44): 0d3b72a7 → ee537101 ↗ anthropics/claude-plugins-community
  16. [16] bump(hyperframes): 343c0251 → 74fadf69 ↗ anthropics/claude-plugins-official

$ ls anthropics/month/ # the briefings behind this review

Sat Aug 1 PLUGIN VALIDATION SWEEP ACROSS THREE REPOS, 74 PRS IN FLIGHT Sun Aug 2 PLUGIN ECOSYSTEM ROLLS FORWARD WITH 46 VALIDATED UPDATES ACROSS THREE REPOS Mon Aug 3 PLUGIN ECOSYSTEM ROLLS OUT VALIDATED UPDATES ACROSS THREE REPOS Tue Aug 4 CLAUDE CODE AGENT SDK TIGHTENS SKILL VALIDATION, FIXES EVENT FILTERING Wed Aug 5 CLAUDE CODE ACTION LOCKS DOWN WORKFLOW PERMISSIONS AND IMAGE PAIRING Thu Aug 6 CLAUDE SDK ROLLS OVERLOAD DETECTION AND SESSION RESUME CONTROLS Fri Aug 7 ASANA PLUGIN DEADLINE HITS V2 SERVER MIGRATION LIVE Sat Aug 8 CLAUDE CODE ACTION CATCHES RETRY STORM AND MAX-TURN OVERRUN Sun Aug 9 PLUGIN VALIDATION SWEEP ACROSS THREE REPOS, 70 PRs IN MOTION Mon Aug 10 PLUGIN ECOSYSTEM ROLLING STEADY WITH 64 VALIDATED BUMPS ACROSS THREE REPOS Tue Aug 11 CLAUDE SDK AND CODE ACTION SYNC TO CLI 2.1.227 Wed Aug 12 CLAUDE CODE ACTION FIXES SILENT DATA CORRUPTION IN BINARY FILE COMMITS Thu Aug 13 MACOS PYTHON 3.9 HITTING 13.6% OF SESSIONS, SECURITY PATCH SHIPS Fri Aug 14 CLAUDE CODE ACTION FIXES BINARY DETECTION, PLUGIN BUMPS ROLL STEADY Sat Aug 15 SHELL-QUOTE CRITICAL VULNERABILITY PATCHED, AWS PLUGIN DELISTED, PR REVIEW CONTEXT FIXED Sun Aug 16 FOUR PLUGIN BUMPS QUEUED FOR REVIEW ACROSS OFFICIAL CATALOG Mon Aug 17 CLAUDE-CODE FIREWALL FIX UNBLOCKS DEVCONTAINER STARTUP Tue Aug 18 SDK Python SDK Gains Typed Errors, Parent Tool Recovery, and Subagent Text Forwarding Wed Aug 19 SECRET LEAK THREAT MAKES GITHUB COMMENTS SAFER Thu Aug 20 CLAUDE CODE 2.1.237 SHIPS CONCISE OUTPUT STYLE AND CRITICAL GIT AUTH FIX Fri Aug 21 ANTHROPIC SDK PYTHON HITS 1.0.0 Sat Aug 22 BUFFA CUTS BINARY BLOAT WITH DEBUG GATE AND SELECTIVE INLINING Sun Aug 23 Claude Code 2.1.241 Lands Overnight in Cross-Stack Sync Mon Aug 24 Noibu joins the Anthropic plugin marketplace Tue Aug 25 Claude Code 2.1.245 fixes Linux startup crash Wed Aug 26 CLAUDE CODE PATCHES STALLED LOG FETCH, SECURITY WILDCARD WARNINGS Thu Aug 27 ORGANIZATION API LANDS ACROSS EVERY ANTHROPIC SDK Fri Aug 28 ANTHROPIC RESTRUCTURES FORMAL-MATH TOWARD MULTI-PROJECT LEAN Sat Aug 29 Claude cookbook drops unverified cost claims, formal-math tightens authorship and CI Sun Aug 30 Buffa wires shared descriptor pools, cuts codegen token blow-up