CLAUDE LABJP
CODE — Claude Code has moved on to v2.1.267. It was v2.1.263 yesterday, so four releases landed in the space of a single dayEFFORT — A new maxEffortLevel setting caps the effort level across every provider, Bedrock, Vertex and Foundry included. People can still choose something lowerCACHE — The largest part of this release is not a feature at all. More than a dozen fixes address cases where prompt cache reuse quietly brokeRESUME — Resuming a session or switching models with /model could rewrite the tool definitions, and the only visible symptom was a bill that crept upwardGATEWAY — v2.1.266 undoes a regression. Setups carrying CLAUDE_CODE_USE_GATEWAY were failing every request. The fix is the upgrade itself, not a config changePLUGIN — --plugin-dir now accepts a folder of plugins, and a path containing a backslash can no longer slip past the containment check on macOS or LinuxCODE — Claude Code has moved on to v2.1.267. It was v2.1.263 yesterday, so four releases landed in the space of a single dayEFFORT — A new maxEffortLevel setting caps the effort level across every provider, Bedrock, Vertex and Foundry included. People can still choose something lowerCACHE — The largest part of this release is not a feature at all. More than a dozen fixes address cases where prompt cache reuse quietly brokeRESUME — Resuming a session or switching models with /model could rewrite the tool definitions, and the only visible symptom was a bill that crept upwardGATEWAY — v2.1.266 undoes a regression. Setups carrying CLAUDE_CODE_USE_GATEWAY were failing every request. The fix is the upgrade itself, not a config changePLUGIN — --plugin-dir now accepts a folder of plugins, and a path containing a backslash can no longer slip past the containment check on macOS or Linux
TAG

app-dev

1 articles
Back to all tags
Related:
claude-code1android1kotlin1dialog1
Claude Code/2026-06-12Intermediate

Fixing Overlapping Paywall and Review Dialogs on Android with a Central ModalGate

How I fixed three dialogs — paywall, review prompt, and rewarded-ad promo — stacking on top of each other with a priority-based central gate, plus the three dismiss-leak paths a Claude Code design review uncovered.