Yesterday in AI: 27 May 2026 — Auto Mode Unchained, 375K Stars, Analytics Joins MCP
Claude Code v2.1.152 removes auto-mode consent gate; Matomo becomes the first major open-source analytics platform to ship an MCP server; OpenClaw v2026.5.26 ships to 375K stars.
By OMC Editorial on 2026-05-28
TL;DR — Claude Code v2.1.152 ships auto mode as the new default with no consent required, plus /code-review --fix and 11 other features; Matomo's official MCP server lands on May 26, giving privacy-first analytics a natural-language interface via Claude, ChatGPT, or Codex; OpenClaw reaches 375K GitHub stars on May 27 — still the most-starred software project in history — while shipping its v2026.5.26 stability release.
---
1️⃣ Claude Code v2.1.152: Auto Mode Ships as the New Default
- What: Anthropic released Claude Code v2.1.152 on May 27, removing the opt-in consent gate for auto mode and shipping twelve additional features including /code-review --fix, skills disallowed-tools frontmatter, model fallback on 404, and /reload-skills.
- Why it matters: Auto mode — which uses a two-stage classifier to handle 93% of routine permission prompts without interrupting developers — is now on by default for all users, collapsing the biggest friction point in long agentic coding sessions.
- Key number: 12 features shipped in a single release, spanning skills, hooks, UI, and observability.
The headline change is the auto-mode consent removal. Previously users had to explicitly enable auto mode; now it activates without a consent dialog, putting Claude Code closer to a true "just run it" agent experience. The two-layer safety architecture — a server-side prompt-injection probe on inputs and a transcript classifier on outputs — stays fully intact; only the opt-in friction is gone.
/code-review --fix is the second standout: it applies review findings directly to the working tree after a review pass, and /simplify is now an alias for it. Combined with the new disallowed-tools frontmatter for skills which lets a slash command strip tools it doesn't need, this release tightens the feedback loop from review to fix substantially.
The release also adds: live thinking countdown in fullscreen mode, Vim-mode reverse history search on /, OpenTelemetry app.entrypoint metric, model fa