Saturday, April 4, 2026
Daily picks
16
articles scored
#1 GOLDReleaseClaude Code Releases
v2.1.92
- New interactive Bedrock setup wizard walks you through AWS auth, region config, credential verification, and model pinning right from the login screen — no more manual config fumbling
- `/cost` now shows a per-model and cache-hit breakdown for subscription users, so you can actually see which models are eating your quota
- Pro users get a footer hint when prompt cache expires mid-session, telling you roughly how many tokens the next message will burn uncached
- Write tool diff computation is 60% faster on files containing tabs, ampersands, or dollar signs
- `/release-notes` is now an interactive version picker instead of a wall of text
- 13 bug fixes including: subagent spawning failures after tmux window kills, Stop hook failures with fast models, streaming JSON encoding bugs, phantom feedback submissions from autopilot keypresses, and a duplicate-message scroll glitch in iTerm2/Ghostty
#2 SILVERAnnouncementReddit r/ClaudeAI (ClaudeOfficial)
Using third-party harnesses with your Claude subscriptions
- Starting April 4 at 12pm PT, Claude subscriptions no longer cover usage on third-party tools like OpenClaw that authenticate via Claude login
- Affected users get a one-time credit equal to their monthly plan cost, plus access to discounted usage bundles
- To keep using these tools: switch to a Claude API key, or buy the new extra usage bundles
- Agent SDK is unaffected for now
#3 BRONZEGuideReddit r/ClaudeAI
I reverse-engineered why Claude Code burns through your usage so fast. 7 bugs that stack on top of each other — and the worst one activates when Extra Usage kicks in
- The native installer binary silently breaks prompt caching on every turn — switching to the npm version (`npm install -g @anthropic-ai/claude-code`) fixes it immediately
- When Extra Usage kicks in, the client quietly downgrades your cache TTL from 1-hour to 5-minute, causing cache misses to spike exactly when you can least afford them
- Three of the seven bugs (session resume dropping attachments, autocompact infinite loop, and the cache downgrade) were present for weeks and have since been patched in v2.1.89–v2.1.91
