CLAUDE LABJP
SUNSET — The legacy Workbench and the experimental prompt tool APIs retire on August 17, now two days awayLATEST — Version 2.1.231, released August 13, is current; it fixes MCP OAuth sign-in on servers that use a pre-registered clientRESUME — Version 2.1.229, released August 12, adds `claude remote-control --continue` for picking up your most recent Remote Control sessionSTREAM — SSE keepalive pings now prevent gateway streaming from dropping on idle timeout during long thinking pauses, which helps Vertex and Bedrock setupsSELFHOST — Version 2.1.224, released August 7, introduces the `claude self-hosted-runner` command for self-hosted environmentsMCP — Monthly MCP SDK downloads have passed 400M, a fourfold jump this year, with over 950 servers listed in the connectors directorySUNSET — The legacy Workbench and the experimental prompt tool APIs retire on August 17, now two days awayLATEST — Version 2.1.231, released August 13, is current; it fixes MCP OAuth sign-in on servers that use a pre-registered clientRESUME — Version 2.1.229, released August 12, adds `claude remote-control --continue` for picking up your most recent Remote Control sessionSTREAM — SSE keepalive pings now prevent gateway streaming from dropping on idle timeout during long thinking pauses, which helps Vertex and Bedrock setupsSELFHOST — Version 2.1.224, released August 7, introduces the `claude self-hosted-runner` command for self-hosted environmentsMCP — Monthly MCP SDK downloads have passed 400M, a fourfold jump this year, with over 950 servers listed in the connectors directory
TAG

Dependencies

3 articles
Back to all tags
Related:
Claude Code2Cowork1Scheduled Tasks1Automation1Reliability1Apple Privacy Manifest1PrivacyInfo.xcprivacy1iOS1indie developer1App Store1upgrade1breaking changes1
Cowork/2026-07-01Advanced

Let the Downstream Task Verify the Upstream Actually Ran Today: A Completion Ledger and Dependency Barrier for Unattended Schedulers

Unattended schedulers have no notion of dependencies, so when a morning data-refresh task fails silently, the noon generation task keeps running on yesterday's leftovers. This is a design for recording upstream completion atomically and having downstream assert its preconditions before running, with working TypeScript and lessons from my own operations.

Claude Code/2026-05-18Advanced

Running Apple Privacy Manifest as an Indie Developer — Catching Dependency Drift with Claude Code

Apple Privacy Manifest (PrivacyInfo.xcprivacy) is a quietly painful area for indie iOS developers. Drawing on twelve years of running iOS apps with over 50 million combined downloads, this article walks through how I use Claude Code to detect drift, respond to rejections, and bake the whole flow into CI.

Claude Code/2026-04-26Advanced

Letting Claude Code Handle Dependency Upgrades — A Verification Loop That Catches Breaking Changes

Once a solo project carries 30+ dependencies, the monthly upgrade run becomes a dreaded ritual. This article maps out where Claude Code can take the wheel, where humans must keep judgment, and the verification loop I use to keep breaking changes out of production.