Claude Report — 2026-08-18
- Claude Code v2.1.234 adds auto-continue on usage-limit reset, GitLab MR badges, and NT-path security hardening, plus 45+ fixes (Aug 17).
- Anthropic retires the Workbench and three experimental prompt-tools API endpoints; unexported saved prompts are permanently gone (Aug 17).
- Claude Agent SDK for TypeScript ships v0.3.234, adding an `effort` field to system messages and VCS-state directory info (Aug 17).
- <a href="https://github.com/anthropics/skills">anthropics/skills</a> adds two new official skills, "discernment-nudge" and "claude-academy-guide" (Aug 17).
- MCP's TypeScript and Python SDKs both land fresh 2026-07-28-spec compliance fixes; codebase-memory-mcp cuts indexing time by 5-6x (Aug 16-18).
🚀 Anthropic Official
Claude Code v2.1.234 (Aug 17)
- Adds
CLAUDE_CODE_PROJECT_DIR_NAMEfor per-project transcript directory naming and aselection:clearkeybinding action. - Adds GitLab merge request badges (draft/pending/green states) to footer and statusline, and makes Claude Code auto-continue a session when a claude.ai usage limit resets.
- Hardens security by rejecting Windows NT-namespace (
\??\) paths in file access, on top of the Aug 14 UNC-bypass fix. - Fixes auto mode repeatedly denying sandboxed network access in long sessions, session-scoped permission answers being dropped during background subagent prompts, and MCP diagnostics leaking secrets in connection-failure details.
- Fixes crashes on malformed API responses missing thinking/text block fields, markdown rendering performance on unusual Unicode, and Remote Control issues around account switching and permission-mode sync.
- Cuts the context cost of the built-in claude-api skill from 200k+ to ~25k tokens; removes the "Default teammate model" setting.
Claude Workbench and experimental prompt-tools API retired (Aug 17)
Anthropic shuts down the legacy Workbench and the three /v1/experimental/{generate,improve,templatize}_prompt endpoints announced for retirement in its July 17 release notes; any prompts, variables, or eval configs not exported before the cutoff are permanently lost, and calls to the endpoints now return errors. The replacement Workbench at platform.claude.com/playground is stateless and stores nothing server-side.
Claude Agent SDK for TypeScript v0.3.234 (Aug 17)
Removes the unused bypass_permissions_disabled field from ExitReason, updates ApiKeySource values, makes vcs_state_changed events report directory information, and adds an optional effort field to SDKSystemMessage.
anthropics/skills — two new skills (Aug 17)
Adds "discernment-nudge" and "claude-academy-guide" to Anthropic's official skills repository, its first content update since the Aug 13 prompt-audit commit.
🔌 Claude Code Plugins
Plugin install-rank cache unavailable this cycle — top-10 install-rank tracking skipped per this run's instructions.
🛠️ Skills
agentskillexchange/skills
Merges a new "Zinc Universal Checkout" skill (#45, Aug 17) pinning the skills installer to the universal-checkout source, on top of continuous automated catalog syncs.
tt-a1i/archify
Ships v2.15.0 (Aug 17), adding authored brand marks and safe URL icon capture, bundled with the earlier renderer fix that stops non-finite rects from being treated as overlapping (#80).
anthropics/skills
Adds "discernment-nudge" and "claude-academy-guide" skills (Aug 17) — see Anthropic Official above.
Piebald-AI/claude-code-system-prompts
Publishes the v2.1.234 system-prompt diff (+11,405 tokens, Aug 17), tracking Claude Code's latest release the same day it shipped.
Unchanged in window: JSONbored/awesome-claude (last activity Aug 16, already covered), alirezarezvani/claude-skills (last push Jul 17).
🤖 Agents & Subagents
anthropics/claude-agent-sdk-typescript
Ships v0.3.234 (Aug 17) — see Anthropic Official above for details.
Unchanged in window: anthropics/claude-agent-sdk-python (still v0.2.139, Aug 14, already covered), nicobailon/pi-subagents (still v0.50.0, Aug 15, already covered), VoltAgent/awesome-claude-code-subagents (last commit Aug 12), AMAP-ML/LongHorizon-Harness (still v0.1.6, Aug 17, already covered).
🔗 MCPs & Integrations
modelcontextprotocol/typescript-sdk
Fixes the server never sending notifications/cancelled for the initialize handshake (Aug 17), beyond the previously covered protocol-version-header and request-ID-0 fixes.
modelcontextprotocol/python-sdk
Makes the server acknowledge notification POSTs with 202 under the 2026-07-28 HTTP transport (Aug 17), lets Client take StdioServerParameters directly, and clarifies that MCPServer content-block returns are unstructured while prompt messages take Image/Audio (Aug 17).
DeusData/codebase-memory-mcp
Ships v0.10.6 (Aug 17), cutting indexing time on large repos (Java 477s→86s, C# 1211s→450s) and fixing install failures tied to YAML config parsing that survived v0.10.5.
oraios/serena
Fixes the Clojure language server not declaring the didChangeWatchedFiles client capability (Aug 17-18), its first functional fix since the Aug 14 interprompt sync commits.
Unchanged in window: github/github-mcp-server (still v1.9.0, Aug 10, already covered), awslabs/mcp (last release Aug 14, already covered), shlokkhemani/rabbithole (no activity since Aug 9).
💡 Community — Workflows & Ideas
akitaonrails/ai-memory v1.28.0 (Aug 17)
A cross-agent long-term-memory tool that lets you quit Claude Code mid-task and resume in another CLI without re-explaining the codebase; the new release widens automatic credential redaction to six more secret shapes (GoHighLevel tokens, Telegram bot tokens, AWS keys) and hardens session-move commands against silent data loss.
📰 Quick Mentions
- anthropics/claude-plugins-official — continues routine automated version bumps across carta, codspeed, hyperframes, jfrog, stripe, exa, wix, and other plugins (Aug 16-18), alongside a manual Claude Security plugin release (v0.10.1-rc7, Aug 17).