CLAUDE CODE HARNESS FIXES SILENT BEDROCK OVERBILLING AND CLEANS UP LONG SESSIONS
Claude Code’s community harness shipped patches that stop a silent Bedrock overbilling bug, trim long-session bloat, and tighten agent controls. A 2.1.239 patc...
Claude Code’s community harness shipped patches that stop a silent Bedrock overbilling bug, trim long-session bloat, and tighten agent controls.
A 2.1.239 patch fixed a proxy quirk that had been silently doubling some Amazon Bedrock API bills; 2.1.238 addressed a long-session memory leak that made interactive runs balloon in size (2.1.239, 2.1.238).
Follow-on releases refined agent behavior and docs, including safer forking defaults, background Snooze intervals, Write vs Edit guidance, and an SDK control to set max thinking tokens (v2.1.240, v2.1.241).
If rate limits are killing context mid-run, a 46‑line auto-resume script plus a running PROGRESS.md log can carry state across blocks script + approach.
If you run Claude Code via Amazon Bedrock, 2.1.239 can prevent silent double-charging.
Stabler long sessions mean fewer restarts and cleaner state for multi-hour coding or data jobs.
-
terminal
Replay a known workload before/after 2.1.239 and compare Amazon Bedrock usage vs invoices for hidden overbilling.
-
terminal
Run a 2–3 hour interactive session on 2.1.238+ and track memory/FS footprint to confirm leak is gone.
Legacy codebase integration strategies...
- 01.
Upgrade your Claude Code harness to ≥2.1.239 and audit Bedrock cost anomalies from prior weeks.
- 02.
Adopt the updated agent prompts (Snooze 1200s guidance) to avoid noisy polling in CI/CD and background jobs.
Fresh architecture paradigms...
- 01.
Start new projects on 2.1.241 and set a session-level thinking token cap for predictable cost/latency.
- 02.
Bake in a PROGRESS.md log and an auto-resume-on-rate-limit wrapper from day one to preserve task intent.
Get daily EVERYTHING-CLAUDE-CODE-ECC + SDLC updates.
- Practical tactics you can ship tomorrow
- Tooling, workflows, and architecture notes
- One short email each weekday