Wednesday, 27 May
4 min read · 750 words

  • June 15 billing split: If you run claude -p, use the Agent SDK, Claude Code GitHub Actions, or third-party apps on the Agent SDK (OpenClaw, Conductor, Zed) — your programmatic Claude usage moves to a separate monthly credit pool on June 15. Credits match your plan: Pro=$20, Max 5x=$100, Max 20x=$200 at full API rates. Interactive Claude Code in the terminal is unaffected. https://devtoolpicks.com/blog/anthropic-splits-claude-subscriptions-agent-sdk-credit-june-2026

1. Claude Code v2.1.152: /code-review --fix, /reload-skills, and a New MessageDisplay Hook

  • Released today (01:30 UTC). Key changes: /code-review --fix now applies all review findings directly to your working tree; /reload-skills re-scans skill directories mid-session without restarting; the new MessageDisplay hook lets hooks transform or hide any assistant message as it displays; auto mode no longer requires opt-in consent.
  • Source: Claude Code releases
  • Why it matters: Skills installed mid-session are now live immediately via /reload-skills with no restart and no session state lost.
  • Verified

2. Minicor (YC P26): MCP That Lets Claude Code Operate Legacy Windows Apps With No API

  • Launched on HN yesterday (84 points, 51 comments). Minicor is an MCP server that lets Claude Code navigate Windows VMs via Python to build and version-control RPA (mouse/keystroke automation) workflows exposable via API — built for enterprise software with no REST API.
  • Source: Hacker News
  • Why it matters: Any legacy Windows tool blocking Claude Code can now be automated through Minicor without modifying the underlying software.
  • Verified

3. Claude Mythos 1 Surfaces in Active Commercial Preparation

  • Code strings referencing claude-mythos-1-preview appeared alongside "Access to the Claude Mythos model in Claude Code and Claude Security." An updated Glasswing report now states Mythos-class models could reach the public once safeguards are in place.
  • Source: CybersecurityNews
  • Why it matters: The surfaced claude-mythos-1-preview access string confirms Mythos integration with Claude Code is in active preparation, meaning the model that already found 10,000+ vulnerabilities in Glasswing is heading toward your terminal.
  • Emerging

  • affaan-m/ECC194,762★ total (trending today) — battle-tested collection of Claude Code configs: skills, instincts, memory, and security patterns; works with Claude Code, Codex, Cursor; if your CLAUDE.md is doing too much heavy lifting, this is the structured harness to install. npm install ecc-universal | https://github.com/affaan-m/ECC

I've just shipped a feature using Claude Code. Audit my codebase before I merge: (1) API — are all routes validated with proper error codes? (2) Auth — is every protected endpoint enforced with no gaps? (3) Deployment — what env vars or config would break on a fresh server? (4) Observability — what would make a production incident impossible to debug? List only what's missing in each area.

Use in Claude Code before you ship. Sourced from a top r/ClaudeAI thread on what vibe coders skip (341 upvotes): https://www.reddit.com/r/ClaudeAI/comments/1tonzj9/