The week's lead is Claude Code cadence. Between Jul 14 and Jul 18, Anthropic shipped six releases -- v2.1.208 through v2.1.214 -- and skipped v2.1.213 entirely. Headlining the run is v2.1.214: a Bash permission-check bypass on Windows PowerShell 5.1, fd-redirect forms that bash parses differently than the analyzer, very-long-command forcing (>10k chars always prompts), zsh variable subscripts in [[ ]] comparisons, and certain help/man invocations that could run unsafe options. v2.1.212 is the second biggest -- /fork now copies your conversation into a new background session (its own row in claude agents) instead of an in-session subagent, which is now /subtask; runaway-search and runaway-subagent caps at 200 each; MCP tool calls over 2 minutes auto-background. v2.1.210 is the one that touches the day-to-day: indirect-prompt-injection hardening on the Agent tool, a live elapsed-time counter on long tool calls, fix for isolation: 'worktree' subagents being able to git-mutate the main repo, and auto-mode defaulting to Sonnet 5 for external sessions.

The counterpoint dropped the same week: Kimi K3, the first open 3T-class model (2.8T parameters, native vision, 1M-token context). Pricing is $0.30/$3.00/$15.00 per MTok for cache-hit input/cache-miss input/output, which puts it at roughly half the headline price of Claude Fable 5 or GPT 5.6 Sol. Kimi positions K3 below Fable 5 and GPT 5.6 Sol overall but above GLM 5.2 / Opus 4.8 / GPT 5.5 on its in-house evals, and one tester on the HN thread who used K3 for a few hours and GLM 5.2 extensively says K3 is "in the same ballpark as Fable or Sol." Where it gets interesting is the limitation page: K3 needs a harness that passes back all the historical thinking content (Kimi Code is the verified one), and switching to K3 in the middle of a session with another model makes generation quality unstable. That's the same thesis as Claude Code this week -- the harness is the product -- and it's the same thesis we shipped against (Yaw Terminal hosts Yaw Mode, our harness). Three labs, one conclusion: the model is half the story, and the harness wrapping it is the other half.

From us: Yaw Terminal v2.0.5 through v2.0.8 shipped; typed v1.1.8 through v1.2.6 shipping alongside.


Claude Code this week

Kimi K3 ships

From the kernel community

Also this week