Skip to content
Back to AI Briefs
TLP:CLEARAI-2026-0627

Daily AI Builder Brief - June 27, 2026

Claude Code 2.1.195 switches hook matchers to exact-match (audit your MCP and hook rules now), 2.1.193 adds autoMode.classifyAllShell for full shell classification, the SDKs gain code_execution_20260120 with REPL persistence plus a response_inclusion param to trim agent context, and the US clears Claude Mythos 5 for 100-plus institutions.

By The Operator·June 27, 2026·3 min read
aiclaude-codeanthropicmcpbuilder-intel

The Operator's Take

Both Claude Code drops this window are permission-surface hardening, not features: classifyAllShell routes every shell command through the auto-mode classifier instead of just the obvious code-exec patterns, and hook matchers now exact-match instead of silently substring-matching. That second one can quietly change what your existing hooks allow, so the move today isn't to install anything: it's to open your .claude/settings.json, find any hook or MCP matcher you wrote loosely (mcp__brave-search, code-reviewer), and pin it to mcp__brave-search__.* before a stale rule over-grants or under-fires. Treat agent permission config as code that just had a breaking change.

Executive Summary

  • Claude Code 2.1.195 makes hook matchers exact-match; hyphenated MCP/tool identifiers that used to substring-match now need explicit patterns.
  • Claude Code 2.1.193 adds autoMode.classifyAllShell to classify all Bash/PowerShell, and writes denial reasons into the transcript.
  • 2.1.193 adds a claude_code.assistant_response OpenTelemetry log event and a startup notice when MCP servers need auth.
  • Anthropic SDKs (Python, TS, Go, Java, Ruby, PHP, C#) now support code_execution_20260120 with REPL state persistence, the minimum for programmatic tool calling.
  • Web search and web fetch tools add response_inclusion to drop consumed result blocks from the API response, cutting agent context bloat.
  • Trusted Devices now gate Remote Control Admin sessions on Team and Enterprise.
  • US government cleared a limited release of Claude Mythos 5 to 100-plus US institutions.

Claude Code

2.1.195: hook matchers now exact-match

Hook matchers with hyphenated identifiers (code-reviewer, mcp__brave-search) stop substring-matching and require exact patterns. Also adds CLAUDE_CODE_DISABLE_MOUSE_CLICKS and fixes background agent daemons that ran unreachable when the control socket failed. Changelog

2.1.193: full shell classification and denial transparency

autoMode.classifyAllShell sends every Bash/PowerShell command through the classifier, not only arbitrary-code-execution patterns. Denial reasons now land in the transcript, denial toast, and /permissions. Adds the claude_code.assistant_response OTel event and an MCP-auth startup notice. Changelog

Anthropic

Code execution and tool-result trimming in the SDKs

All seven official SDKs add code_execution_20260120 (REPL state persistence, minimum for programmatic tool calling). web_search_20260318 and web_fetch_20260318 add response_inclusion to drop consumed result blocks from the response, which directly lowers context cost on long agentic runs. Trusted Devices now verify hardware before remote Claude Code sessions on Team and Enterprise. Releasebot: Developer Platform

MCP Ecosystem

Hook matching change reaches MCP tool permissions

No net-new spec or official server shipped in the window (the 2026-07-28 RC dates to May 21). The live MCP-relevant item is the 2.1.195 matcher fix: any hook scoped to an MCP server by a loose name now needs mcp__<server>__.*, a real MCP security config change for anyone gating MCP tools through hooks. Changelog

Broader AI

US clears Claude Mythos 5 for limited release

On June 26 the US government allowed Anthropic to release the export-restricted Mythos 5 to over 100 US institutions, partially reversing the June 12 suspension. Frontier capability returns for a vetted set of US companies and agencies. CNBC

What This Means For Builders

  • Audit every hook and MCP matcher in .claude/settings.json today; exact-match can both over-grant stale rules and silently stop firing the ones you relied on.
  • Turn on classifyAllShell if you run unattended agents: it closes the gap where non-obvious shell commands skipped classification.
  • Adopt response_inclusion in agent loops to drop consumed search/fetch blocks and reclaim context budget on long runs.
  • If you need top-tier capability and qualify as a US institution, Mythos 5 access is back on the table; plan procurement accordingly.

Sources

  1. https://code.claude.com/docs/en/changelog
  2. https://releasebot.io/updates/anthropic/claude-developer-platform
  3. https://releasebot.io/updates/anthropic/claude-code
  4. https://www.cnbc.com/2026/06/26/us-government-anthropic-claude-mythos5-ai.html
  5. https://9to5mac.com/2026/06/26/anthropic-cleared-to-release-claude-mythos-5-to-over-100-us-institutions/
  6. https://blog.modelcontextprotocol.io/
ΛKrypteia Sec Research·June 27, 2026