Session transcripts can be addressed through managed storage by project and date, and /debug reads them that way.
What's wrong with this entry?
Session transcripts can now be addressed through Claude Code's managed storage layer, keyed by project, date and log name, and /debug reads its log that way when that storage layer is available.
- The key is built from a project key, a year/month/day triple that is validated, and a log name that must match the session log's own name.
- The scope is listable, so logs under a project and date can be enumerated.
- Without the storage backend,
/debugfalls back to reading the log file directly.
sessionLog
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.247
Renaming a session warns when other sessions may keep the old name
Both mention debug
-
v2.1.228
Agent SDK debug logs can go through the storage layer
Both mention debug
-
v2.1.227
Renderer repaint debugging behind an environment variable
Both mention debug