Two related file-state bugs fixed: resuming sessions and -p mode with @-files no longer force redundant re-reads before writing.
Changes
2
Total Changes (vs Average)
0.2×
Version Type
Patch
Release Focus
Bug Fixes
Days Since Prior Release
4
Release # This Month
#9 of 20
Bug Fix Ratio
100%
Post-Release Edits
—
Change Category
MCP and Plugins/Skills each appeared in 3 of the last 10 releases during the 2.0.x line, showing the extensibility layer receiving consistent attention — making this a rare pure General-only fix release.
Key Themes
2File State Tracking Correctness
May Help If You've Noticed
You resume a session and Claude re-reads files it already processed before making any edits
Running Claude with the -p flag and @file references causes unexpected file re-reads before writes
Automated scripts using -p mode seem slower than expected due to redundant file operations
Changes in Claude Code v2.0.15
Fixed2 changes
•Fixed bug with resuming where previously created files needed to be read again before writing
•Fixed bug with -p mode where @-mentioned files needed to be read again before writing