Digest · 2026-09-01
Claude Code 2.1.252 Fixes Four Small but Real Session Bugs
Claude Code 2.1.252 fixes a Bash task-output swap error on some Macs, a lost always-allow setting in fresh projects, stalled Remote Control sessions, and oversized failure notifications from full-disk git errors.
One Decorator, Two Jobs: Wrapture Traces and Fakes Functions at Once
Wrapture is a Python library by wrapt author Graham Dumpleton that wraps any function or method so calls can be traced and, in the same wrap, overridden to return test doubles.