Task tool now writes files and runs bash commands, making it a full automation primitive; dynamic API keys via apiKeyHelper refresh automatically with a 5-min TTL.
Changes
2
Total Changes (vs Average)
0.2×
Version Type
Patch
Release Focus
Feature
Days Since Prior Release
0
Release # This Month
#23 of 27
Bug Fix Ratio
0%
Post-Release Edits
+1−1
Change Category
Key Themes
1Task Tool Gains Full Execution Scope|1Dynamic API Key Lifecycle Management
May Help If You've Noticed
Task tool automations stalled because they couldn't write files or execute shell commands
API keys expire mid-session, causing auth failures in long-running workflows
You use dynamically generated or rotating API keys that can't be stored as static env vars
Changes in Claude Code v0.2.74
Added1 change
•Added support for refreshing dynamically generated API keys (via apiKeyHelper), with a 5 minute TTL
Other1 change
•Task tool can now perform writes and run bash commands