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

Daily AI Builder Brief - June 28, 2026

Claude Code 2.1.195 lands fullscreen mouse controls and hook-matcher fixes; 2.1.193 adds autoMode.classifyAllShell and in-transcript denial reasons; the MCP 2026-07-28 spec RC moves to a stateless core with sandboxed MCP Apps; US government clears Anthropic's Mythos 5 to roughly 100 orgs.

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

The Operator's Take

The signal this week isn't a flashy model drop, it's that agent tooling is quietly shifting toward making actions reviewable before they run. Claude Code's new autoMode.classifyAllShell plus denial reasons written into the transcript, and the MCP spec's move to declare UI templates ahead of time so hosts can security-review them, point the same direction: pre-execution auditability is becoming a first-class feature, not a bolt-on. If you run agents unattended, wire the classifier and denial logging now so every autonomous shell call leaves a paper trail you can grep tomorrow.

Executive Summary

  • Claude Code 2.1.195 (Jun 26) ships fullscreen mouse-click toggle, hook-matcher exact-match fix, and macOS voice dictation fixes.
  • Claude Code 2.1.193 (Jun 25) adds autoMode.classifyAllShell and surfaces auto-mode denial reasons in transcript and /permissions.
  • /rewind (2.1.191) now resumes conversations from before /clear.
  • The MCP 2026-07-28 spec release candidate is in its validation window: stateless core, MCP Apps, Tasks-as-extension.
  • US government cleared Anthropic's Mythos 5 for release to roughly 100 companies and federal agencies.
  • Tool poisoning stays the dominant MCP attack class; allowlists and human approval on high-impact calls remain the baseline defense.

Claude Code

2.1.195: fullscreen and hook fixes (Jun 26)

Adds CLAUDE_CODE_DISABLE_MOUSE_CLICKS (keeps wheel scroll), exact-matches hyphenated hook matchers instead of substring-matching, and fixes background jobs vanishing across versions. Changelog

2.1.193: classify-all-shell and denial reasons (Jun 25)

autoMode.classifyAllShell routes every Bash/PowerShell command through the auto-mode classifier, and denial reasons now land in the transcript, the denial toast, and /permissions. An OpenTelemetry log event for assistant responses (redacted by default) also lands. Changelog

Anthropic

US government clears Mythos 5 for limited release (Jun 26)

The Commerce Department authorized Anthropic to release Mythos 5 to roughly 100 companies and federal agencies, a regulatory unlock on frontier-model access rather than a general launch. Builders outside that list see no change yet. CNBC

MCP Ecosystem

2026-07-28 spec release candidate in validation

The next MCP spec is in its ten-week implementer window: a stateless protocol core, an Extensions framework, Tasks moved from core to extension, and MCP Apps, which let servers ship interactive HTML that hosts render in a sandboxed iframe with UI templates declared ahead of time for prefetch and security review. MCP Blog See tool poisoning.

Broader AI

Nothing today.

What This Means For Builders

  • Turn on autoMode.classifyAllShell and ship the denial-reason transcript to your log pipeline before scaling any unattended agent.
  • Treat MCP Apps' sandboxed iframes as a new trust boundary: review declared UI templates the same way you review tool descriptions for prompt injection.
  • Don't rearchitect for the stateless MCP core until your Tier 1 SDK ships support in the validation window.

Sources

  1. https://code.claude.com/docs/en/changelog
  2. https://www.cnbc.com/2026/06/26/us-government-anthropic-claude-mythos5-ai.html
  3. https://blog.modelcontextprotocol.io/posts/2026-mcp-roadmap/
  4. https://www.anthropic.com/news
  5. https://krypteiasec.com/glossary
ΛKrypteia Sec Research·June 28, 2026