Claude Report — 2026-08-28
- Claude Code ships v2.1.248 (Aug 27): `--restricted` mode, cross-session messaging, custom cache TTL.
- v2.1.250 (Aug 28) follows with reliability fixes; SDKs jump to Python 1.2.0 / TS 0.122.0 same day.
- Anthropic previews a Model Hardware Standard letting agents safely operate physical lab equipment.
- Anthropic opens 10,000 free/discounted Claude seats for scientists, expanding AI-for-Science beyond biology.
- HN cluster ships three new Claude Code cost-observability tools (tare, tokentab) plus cross-agent coordination MCPs (Concord, Rafter).
🚀 Anthropic Official
Claude Code v2.1.248 (Aug 27, 22:12 UTC)
Adds --restricted mode that strips built-in code-execution/WebFetch tools, confines file operations to the working directory, and blocks permission bypass. Ships a experimental.cacheTtl setting for custom prompt-cache duration, claude self-hosted-runner --client-label, an /usage-credits command for Enterprise orgs, and cross-session messaging between local sessions via new SendMessage/ListAgents tools.
- Also adds
/doctorand/statusdiagnostics for failed server-managed settings, a/web-setupwarning when the GitHub CLI token lacks theworkflowscope, and assorted fixes to prompt-cache misses, session cleanup, permissions, and UI rendering.
Claude Code v2.1.250 (Aug 28, 00:49 UTC)
Ships bug fixes and reliability improvements (no further detail published in the changelog).
API changelog (Aug 27)
Beta files/skills endpoints drop their dated beta headers and return GA shapes matching the stable client.files/client.skills clients across Python, TypeScript, Go, Java, Ruby, and C# SDKs; client.beta.skills.delete() now removes a Skill and all its versions, and BetaSkill is renamed BetaContainerSkill.
- Adds personal API keys and service-account API keys in the Claude Console, acting with the linked user's or service account's permissions, auto-disabling when that account leaves the org, and scopable to one workspace or across all workspaces via admin endpoints.
anthropic-sdk-python v1.2.0 / anthropic-sdk-typescript v0.122.0 (Aug 27, ~20:30 UTC)
Both ship the beta files/skills GA-shape change above; Python fixes binary uploads on Bedrock (was signing the wrong bytes), makes the event accumulator forward-compatible with new session event types, and stops the agent toolset/memory tool from mangling file byte content; TypeScript improves DOMException handling and SSE parse-error logging.
- Companion releases bedrock-sdk v0.33.3 and aws-sdk v0.6.6 prefer environment credentials over
AWS_PROFILEand fix SigV4 query-key signing.
Claude Agent SDK TypeScript v0.3.248 → v0.3.250 (Aug 27-28)
v0.3.248 adds a per-server timeout option on createSdkMcpServer({ timeout }), overriding the global MCP_TOOL_TIMEOUT; v0.3.249/250 are parity bumps tracking Claude Code v2.1.248 and v2.1.250.
Claude Agent SDK Python v0.2.146 → v0.2.147 (Aug 27-28)
Bumps the bundled Claude CLI to v2.1.248 then v2.1.250, tracking the Claude Code releases above; no independent API changes.
Model Hardware Standard research preview (Aug 27)
Introduces a shared spec, built with HHMI Janelia Research Campus, for AI agents to safely operate physical lab and manufacturing hardware: standardized device "drivers" with read/write primitives, natural-language-tagged docs that auto-generate safety-limit reference files, control via MCP/CLI/API, parallel multi-device orchestration, and autonomous error recovery. Limited to scientific labs and advanced manufacturers for now, model-agnostic.
Expanding support for scientists (Aug 27)
Opens 10,000 Claude seats for scientists for one year (free standard seats, $15/mo premium seats with 5x usage) and broadens the AI-for-Science program beyond biology to other compute-intensive fields; PIs at academic/nonprofit institutions can also apply for up to $50,000 in extra project credits.
Funding better evaluations of AI's impact on wellbeing (Aug 25)
Launches a grant program funding independent research into how AI use affects psychological wellbeing, aiming to produce measurable evaluation methods rather than anecdotal claims.
Claude Cowork built-in browser (Aug 26)
Adds a native Chromium-based browser inside the Claude Cowork desktop app (Mac/Windows/Linux) that opens in a side panel to read pages, click, type, and fill forms without a Chrome extension or personal browsing session — on by default for Enterprise/Pro/Max/Team, reversible in settings.
No update in window: anthropics/claude-cookbooks (last commit Aug 14).
🔌 Claude Code Plugins
Plugin tracking skipped this run — marketplace install-count cache unavailable.
🛠️ Skills
agentskillexchange/skills
Keeps its near-daily community-submission cadence through the window, with automated catalog syncs continuing as late as Aug 28, 07:27 UTC.
tt-a1i/archify
Ships a GitHub-language-classification fix (Aug 27) and switches to an official-style Star History chart in its docs (Aug 28).
Piebald-AI/claude-code-system-prompts
Documents Claude Code v2.1.247's system prompt, tracking a +26,898 token delta from the prior version (Aug 27).
Unchanged in window: alirezarezvani/claude-skills (last commit Aug 26), anthropics/skills (last commit Aug 21).
🤖 Agents & Subagents
nicobailon/pi-subagents
Ships roughly 28 commits between Aug 27-28 adding parallel/sequential workflow lanes and host-command workflow steps, plus fixes for stale contexts and compaction-induced child-agent aborts.
anthropics/claude-agent-sdk-typescript
See Anthropic Official above — reaches v0.3.250 (Aug 28) with a per-server MCP tool timeout option and CLI-parity bumps.
anthropics/claude-agent-sdk-python
See Anthropic Official above — reaches v0.2.147 (Aug 28), bundling Claude CLI v2.1.250.
Unchanged in window: AMAP-ML/LongHorizon-Harness (last commit Aug 20), VoltAgent/awesome-claude-code-subagents (last commit Aug 12).
🔗 MCPs & Integrations
DeusData/codebase-memory-mcp
Adds Oracle PL/SQL language support (Aug 27) and fixes a PowerShell 5.1 stderr-wrapping bug that aborted installer version probes (Aug 28), on top of its ArkTS support shipped earlier in the week.
Unchanged in window (already reported yesterday, no further evolution): modelcontextprotocol/python-sdk, github/github-mcp-server, modelcontextprotocol/typescript-sdk, oraios/serena.
💡 Community — Workflows & Ideas
Concord (Aug 27)
MCP + CLI that lets Claude Code, Codex, and Cursor claim work items, see each other's live status, and message each other directly, aimed at preventing duplicate or conflicting edits when running multiple coding agents in parallel.
Rafter (Aug 28)
Team-shared MCP memory layer that pulls context from Drive/Jira/OneDrive-style sources into reusable prompts and skills, so agents don't re-derive the same context every session.
AgentBridge (Aug 26)
Cross-tool sync utility that keeps the same skills and MCP server configs consistent across Claude Code, Codex, and Antigravity installs.
brownspec (Aug 27)
Claude Code plugin that reads an existing repo's conventions, interviews the user about a change, and writes spec/design/task files with blast-radius analysis, plus optional regulatory profiles (152-FZ, GDPR).
claude-shipyard (Aug 27)
Plugin marketplace purpose-built for assembling and running fleets of autonomous Claude Code agents.
📰 Quick Mentions
- tare (Aug 27) — inspects Claude Code session logs to attribute token/quota burn to specific tool calls or subagents.
- tokentab (Aug 27) — parses session logs from Claude Code, Codex, and Gemini CLI to break down spend by model, project, and day.
- Leadcode (Aug 28) — per-client account isolation for Claude Code, Codex, and
ghso agencies avoid config bleed across clients. - Scheduled Claude Code agents (Aug 28) — cron-style scheduler for Claude Code agents with zero idle cost, paying only on triggered runs.
- MCP-to-HTTPS tunnel (Aug 27) — exposes local stdio MCP servers as remote HTTPS MCP endpoints.
- websec (Aug 26) — Claude Code security-review plugin combining architecture recon with 33 vulnerability-class detectors.
- sepia (Aug 28) — "de-AI" narrative-repair writing skill based on the arXiv StoryScope paper.
- modelcontextprotocol/servers (Aug 28) — filesystem reference server now preserves file permissions on write/edit and fixes negative-value handling in size formatting.
- awesome-mcp-servers (Aug 26-27) — lists two new servers,
apple-mail-mcpandbrowserless. - Claudeforce (Aug 26) — Salesforce and Anthropic partner to bring CRM data access directly inside Claude.