Claude Report — 2026-08-15
- Claude Code hits v2.1.233: GitLab worktree support, Bash memory limits, Todo/Task tools off by default on newer models.
- Anthropic details its SynthID-based text watermarking mechanism in a new technical blog post (Aug 14).
- Agent SDKs sync to 2.1.233; TypeScript SDK adds Notification hooks firing on pending permission prompts.
- pi-subagents ships v0.50.0 with FleetView external-job visibility; GitHub MCP server hardens GHES/HTTPS security.
- Independent developer ships WMTrace, a watermark-forensics tool, within hours of Anthropic's disclosure.
🚀 Anthropic Official
Claude Code v2.1.233 (Aug 14)
Adds GitLab merge-request URL support to --worktree, an opt-in forward_user_identity gateway header for per-user spend attribution, and opt-in Bash memory-cgroup limits (CLAUDE_CODE_TOOL_MEMORY_LIMIT). Fixes a Windows \??\ path validation bypass (NTLM credential-leak vector), reverts the 2.1.232 Bash permission changes for Cygwin symlinks/input redirection, and turns off Task/Todo tracking tools by default on Opus 4.8, Sonnet 5, Fable 5, and Mythos 5+ (CLAUDE_CODE_ENABLE_TODO_TOOLS=1 to restore).
How Claude's text watermark works
Explains the SynthID-Text-based mechanism behind Claude's EU AI Act-driven watermarking: it biases the randomness source in token selection using a key plus preceding context to create an invisible, verifiable pattern with no cost or quality impact; the signal is sparse on constrained content like math or code and a public detection API is coming soon (Aug 14).
Maximizing the value of your Claude Code sessions
Official guidance on token-efficiency tactics: use @mentions instead of file paths, lock /model//effort at session start since switching breaks prompt cache, and run /compact before breaks because caches expire after roughly an hour (Aug 14).
claude-agent-sdk-typescript v0.3.233 (Aug 14)
Fires Notification hooks for pending permission prompts on the SDK path and removes Todo/Task tools from the default surface on newer models, matching the CLI change above.
claude-agent-sdk-python v0.2.139 (Aug 14)
Bumps the bundled Claude CLI to 2.1.233, keeping the Python Agent SDK in sync with the latest Claude Code release.
anthropics/cookbook — content moderation cookbook
Merges a new cookbook covering content-moderation patterns with Claude, plus same-day follow-up fixes to diagrams, markdown fences, and MDX rendering (Aug 14).
🔌 Claude Code Plugins
Plugin install-rank cache unavailable this cycle — top-10 install-rank tracking skipped per this run's instructions.
🛠️ Skills
agentskillexchange/skills
Continues automated "sync published skills from ASE" catalog refreshes through the window, latest commit Aug 15, 07:28 UTC.
Piebald-AI/claude-code-system-prompts
Mirrors Claude Code's system-prompt diffs for v2.1.231, v2.1.232, and v2.1.233, with the latest release published Aug 14, 19:59 UTC.
tt-a1i/archify
Fixes the CLI to reject quality flags without values (#73) and adds an opt-in DeepSeek Harness bundle (#69), both Aug 14.
Unchanged in window: anthropics/skills (last change Aug 13, already covered), JSONbored/awesome-claude (last push Jul 31), alirezarezvani/claude-skills (last push Aug 9).
🤖 Agents & Subagents
anthropics/claude-agent-sdk-typescript
Ships v0.3.233 (Aug 14), adding Notification-hook support for pending permission prompts and dropping Todo/Task tools from the default tool surface on newer models.
anthropics/claude-agent-sdk-python
Ships v0.2.139 (Aug 14), bumping the bundled CLI to Claude Code 2.1.233.
nicobailon/pi-subagents
Ships v0.50.0 (Aug 15), adding FleetView external-job visibility, bounded async run-status snapshots, and a foreground-detach keybinding, plus fixes to Orca progress-tab mirroring and workflow output paths.
Unchanged in window: VoltAgent/awesome-claude-code-subagents (last commit Aug 12, already covered), AMAP-ML/LongHorizon-Harness (last release Aug 14, already covered).
🔗 MCPs & Integrations
github/github-mcp-server
Hardens security Aug 14: preserves authority for loopback GHES hosts and enforces HTTPS for GITHUB_HOST, on top of the Aug 12 project-view management tools.
oraios/serena
Fixes a Dart analyzer status-notification handling bug (#1863) and removes a redundant dotenv dependency, latest commit Aug 14, 18:50 UTC.
modelcontextprotocol/python-sdk
Publishes translated docs in twelve languages (#3280) and pins each conformance-test leg to a specific spec revision (#3304), Aug 14.
modelcontextprotocol/typescript-sdk
Fixes the snippet-sync script walking into node_modules and cloned folders (#2664), Aug 14.
Unchanged in window: DeusData/codebase-memory-mcp (last release v0.10.4 Aug 14, already covered), awslabs/mcp (last release Aug 14, already covered), shlokkhemani/rabbithole (no activity).
💡 Community — Workflows & Ideas
WMTrace
Ships an LLM watermark-forensics tool with five detectors (KGW-Toy, Unigram-Toy, Zero-Width, Lexical-Codebook, Unicode-Inspector) and an E0–E5 evidence-grading scale, built directly in response to Anthropic's watermark disclosure (Aug 15).
dsh-TUI
Ships an npm-installable, Claude-Code-styled full-screen terminal UI adding a status bar, live "thinking stream" expansion, double-Esc rollback, and a context/TPS gauge; crossed 1,076 stars within two days (Aug 13-15).
claude-bridge
Connects two separate Claude Code sessions (e.g. laptop and VPS) via Remote Control coordination plus SSH file sync with checksum verification (Aug 13).
dsh-agent-relay
Builds an HMAC-authenticated local loopback message broker enabling multi-agent collaboration across Claude Code, Codex, and other CLI agents (Aug 14).
StateBridge
Proposes training-free hidden-state alignment so LLM agents communicate via aligned hidden states instead of discrete tokens, improving math/code/QA performance over token-based inter-agent messaging (submitted Aug 13).
📰 Quick Mentions
- anthropics/claude-plugins-official — removes the aws-dev-toolkit plugin from the official marketplace (Aug 14).
- obsidian-remote-mcp — remote Obsidian MCP server with OAuth 2.1 auth built for Claude.ai custom connectors (Aug 12).
- awesome-genpark-skills — new curated index of 500+ open-source AI agent skills, MCP servers, and LLM tools (Aug 13).
- claude-oss — open-source repo-management tool for Claude agents to triage issues and automate releases (Aug 13).
- Belay — macOS utility keeping the system awake during long-running Claude Code agent sessions (Aug 14).
- agentic-dev-env — scaffolding tool centralizing shared project context across multiple coding agents (Aug 15).
- MARC v1 — open-source multi-agent framework for clinical AI reasoning, configured via YAML with no code (Aug 13).
- n8n-mcp — upgrades the bundled MCP SDK to 1.30.0 and fixes unimplemented JSON-RPC methods returning the wrong error code (Aug 15).
- context7 — adds a Gerrit integration guide and updates private-parsing pricing docs (Aug 14).
- chrome-devtools-mcp — refactors config-file layout out of
bin/and bumps bundled devtools-frontend (Aug 14).