AI Coding Daily

Claude Code Hardening Meets Hook Blind Spots

Thursday, August 13, 2026 · 9 min

AI Coding Daily cover art

Claude Code v2.1.228 hardens synced skills and fixes runner/session bugs, while a reproducible MCP-hook report exposes permission logging drift; the rest is context observability, reversible compression, and Gemini trace fidelity for agent stacks.

Listen

Listen to the audio episode

Read the episode transcript

Show notes

Claude Code v2.1.228 hardens synced skills and fixes runner/session bugs, while a reproducible MCP-hook report exposes permission logging drift; the rest is context observability, reversible compression, and Gemini trace fidelity for agent stacks.

In this episode

  1. anthropics/claude-code v2.1.228 on GitHub — NewReleases

    anthropics/claude-code v2.1.228 on GitHub # anthropics/claude-code v2.1.228 on GitHub 11 hours ago ## What's changed - Fixed interactive sessions that could stop redrawing entirely, while the process kept running, after a rare internal layout error - Fixed`git`/ Git Bash not being found on Windows when Claude Code is launched from a parent folder of the git installation - Fixed`/tui`…

  2. Claude Code hooks stop firing on MCP tools after the first deny (found it while trying to cut tokens) - DEV Community — DEV Community

    Claude Code hooks stop firing on MCP tools after the first deny (found it while trying to cut tokens) - DEV Community Posted on Aug 12 # Claude Code hooks stop firing on MCP tools after the first deny (found it while trying to cut tokens) ## TL;DR - I tried to cut Claude Code's token use by having a `PreToolUse` hook `deny` Read and redirect the model to a local LLM summary tool. - The…

  3. Octomind 0.43.0: Compression Stops Being a One-Way Door | Octomind — Octomind

    Octomind 0.43.0: Compression Stops Being a One-Way Door | Octomind # Octomind 0.43.0: Compression Stops Being a One-Way Door Context compression used to be an amputation — whatever the summary dropped was gone. Octomind 0.43.0 archives every drained message and gives the agent a `recall` tool to pull the originals back verbatim. Plus an adaptive compression engine that computes depth instead of…

  4. Profiling an AI agent's context window: where the tokens actually go - DEV Community — DEV Community

    Profiling an AI agent's context window: where the tokens actually go - DEV Community Posted on Aug 11 # Profiling an AI agent's context window: where the tokens actually go Token dashboards tell you the bill. They do not tell you why the bill is that size. When a coding agent gets slow, expensive, and a little dumb, it is usually because its context window has quietly filled with junk:…

  5. Bug Smash: restoring dropped Gemini chat config in Sentry's JavaScript SDK - DEV Community — DEV Community

    Bug Smash: restoring dropped Gemini chat config in Sentry's JavaScript SDK - DEV Community Posted on Aug 12 # Bug Smash: restoring dropped Gemini chat config in Sentry's JavaScript SDK Summer Bug Smash: Clear the Lineup 🐛🛹 This is a submission for DEV's Summer Bug Smash: Clear the Lineup powered by Sentry. ## Project Overview Sentry's JavaScript SDK auto-instruments Google GenAI so…