RepoJournal
Anthropic

@anthropics

Claude SDKs and developer tooling

Keep up with Anthropic in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: AI / ML Full archive →

The Wire · Showcase

MACOS PYTHON 3.9 HITTING 13.6% OF SESSIONS, SECURITY PATCH SHIPS

By RepoJournal · Filed · About Anthropic

Claude's plugin infrastructure is bleeding users on macOS because Apple's bundled Python 3.9 can't run the agentic reviewer, and a fix just landed.

The telemetry is stark: v2.0.6 showed roughly 13.6% of macOS sessions (6,337 users) hitting HOOK_PY_INCOMPATIBLE when Python 3.9 can't load 3.10+ syntax, a degradation 12 times worse than the baseline macOS build-failure rate [1] [2]. The root cause is surgical: sg-python.sh only probes python3.1x on PATH, so users with a newer interpreter installed elsewhere have nothing to find. v2.0.7 now instruments non-PATH probe paths to catch those interpreters before the agentic reviewer fails to load [1]. In parallel, Telegram v0.0.7 ships a reliability rollup that fixes four independent regressions, including state-directory config divergence where skills hardcoded paths while the server honored environment overrides [3] [4]. The knowledge-work-plugins desk is cycling through SHA bumps for carta-investors, carta-cap-table, carta-crm, wix, and langfuse, all validated via claude plugin validate before PR open [5] [6] [7] [8] [9]. On the SDK front, claude-agent-sdk-python v0.2.137 surfaces ConversationResetMessage for conversation reset events, widening the Message union so exhaustive pattern matches will need updating [10].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] security-guidance: probe for a non-PATH 3.10+ interpreter on HOOK_PY_INCOMPATIBLE (2.0.6 → 2.0.7) (#2854) anthropics/claude-plugins-official
  2. [2] security-guidance: probe for non-PATH 3.10+ interpreter on HOOK_PY_INCOMPATIBLE (macOS Py-3.9 sizing) — 2.0.6 → 2.0.7 ↗ anthropics/claude-plugins-official
  3. [3] fix(telegram): v0.0.7 reliability rollup — state-dir, PID guard, ppid watchdog, install stdout (#1424) anthropics/claude-plugins-official
  4. [4] fix(telegram): v0.0.7 reliability rollup — state-dir, PID guard, ppid watchdog, install stdout ↗ anthropics/claude-plugins-official
  5. [5] bump(carta-investors): 791f5afc → f29d4c77 ↗ anthropics/knowledge-work-plugins
  6. [6] bump(carta-cap-table): 02c086ea → f29d4c77 ↗ anthropics/knowledge-work-plugins
  7. [7] bump(carta-crm): 83b12a65 → f29d4c77 ↗ anthropics/knowledge-work-plugins
  8. [8] bump(wix): 5593a1e2 → d9b73923 ↗ anthropics/knowledge-work-plugins
  9. [9] bump(langfuse): ea09af90 → 0f9a20a8 ↗ anthropics/knowledge-work-plugins
  10. [10] v0.2.137 ↗ anthropics/claude-agent-sdk-python

Quick answers

What shipped in Anthropic on August 13, 2026?
Claude's plugin infrastructure is bleeding users on macOS because Apple's bundled Python 3.9 can't run the agentic reviewer, and a fix just landed. In total, 10 commits, 65 pull requests, and 1 releases landed.
Who contributed to Anthropic on August 13, 2026?
5 developers shipped this update, including Mohamed Hegazy, Noah Zweben, github-actions, github-actions[bot], and GitHub Actions.
What were the notable Anthropic updates?
security-guidance: probe for a non-PATH 3.10+ interpreter on HOOK_PY_INCOMPATIBLE (2.0.6 → 2.0.7) (#2854), security-guidance: probe for non-PATH 3.10+ interpreter on HOOK_PY_INCOMPATIBLE (macOS Py-3.9 sizing) — 2.0.6 → 2.0.7, and fix(telegram): v0.0.7 reliability rollup — state-dir, PID guard, ppid watchdog, install stdout (#1424).

More from @anthropics

Daily updates, in your inbox

Follow Anthropic

Keep up with Anthropic in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?