Saturday, March 14, 2026
Daily picks
12
articles scored
#1 GOLDReleaseGitHub anthropics/claude-agent-sdk-typescript
[Release] anthropics/claude-agent-sdk-typescript: v0.2.76
- You can now branch off conversations from a specific point using `forkSession()`, which lets you explore different paths without losing your original thread
- There's a new way to cancel queued messages before they execute by using `cancel_async_message`, so you can clean up the backlog if needed
- Developers working with the ExitPlanMode tool now get a `planFilePath` field they can use to access plan files programmatically
- The SDK now supports MCP (Model Context Protocol) server requests more smoothly—it can handle when those servers ask for input and send back completion messages automatically
- This version syncs up with Claude Code v2.1.76, so you're getting all the same improvements from that release
#2 SILVERReleaseGitHub anthropics/claude-code-action
[Release] anthropics/claude-code-action: v1.0.72
- They made the tag mode tool more secure by protecting it against prompt injection attacks, which is when someone tries to trick the system by sneaking extra instructions into their prompts
- This is a small security patch to make sure bad actors can't manipulate how the tool works by being clever with their input
#3 BRONZEReleaseClaude Code Releases
v2.1.76
- MCP servers can now ask for information mid-task through interactive dialogs, and there are new hooks to intercept and customize responses before sending them back
- A bunch of bug fixes covering everything from voice mode issues on Windows to a circuit breaker preventing auto-compaction from retrying forever, plus improvements to how permissions work and how the app handles remote connections
