Wednesday, April 22, 2026
Daily picks
18
articles scored
#1 GOLDReleaseClaude Code Releases
v2.1.117
- **Default effort bumped to `high`** for Pro/Max subscribers on Opus 4.6 and Sonnet 4.6 (was `medium`) — expect heavier, more thorough reasoning out of the box on paid tiers without changing any settings
- Native macOS and Linux builds now use embedded `bfs` and `ugrep` in place of the separate `Glob` and `Grep` tools — searches run faster with no extra tool round-trip
- `/model` selections now persist across restarts even if the project pins a different model, and the startup header tells you where the active model came from
- `/resume` on stale, large sessions now offers to summarize before re-reading — same behavior as the CLI `--resume` flag
- Forked subagents can now be enabled on external builds via `CLAUDE_CODE_FORK_SUBAGENT=1`, and agent frontmatter `mcpServers` are now loaded for main-thread `--agent` sessions
- Fixed: OAuth sessions no longer die mid-session with "Please run /login" — the token refreshes reactively on 401
#2 SILVERAnnouncementHN Anthropic
Claude Code to be removed from Anthropic's Pro plan?
- A Bluesky post reporting Claude Code is being removed from the $20/month Claude Pro tier is generating massive Hacker News discussion — 446 points and 428 comments as of today
- Multiple Dev.to posts from different authors independently confirm Pro users are losing access to Claude Code, consistent with the social media reports
- **Check now**: if you're on Pro and using Claude Code in your workflow, verify your plan at claude.ai/settings before building workflows around it
#3 BRONZEGuideDev.to Claude
Use an Adversarial Model Challenge feature in Your Opus 4.7 Development Workflow
- Opus 4.7 has a documented pattern of hallucinating *with high conviction* — one developer watched it defend a wrong score (17/29 vs 18/29) across 10 turns, inventing new justifications each time, burning $120 in API credits before they gave up
- The fix isn't prompt engineering: it's routing factual verification tasks to a second model call specifically tasked to challenge the first answer — adversarial by design
- r/ClaudeCode threads corroborate: users report fabricated files, fabricated test results, and overly-formatted corporate-sounding outputs in real production workflows
