Under the hood
Useful2 Signal0
Resuming sessions can list them from a storage service instead of scanning folders on disk.
What's wrong with this entry?
Anonymous. No account, no email.
What
Resume-style session and transcript listing gained a backend path that pages through stored entries instead of scanning directories.
Details
- pages
listEntriesfor the "transcript" namespace to enumerate project keys and session files - falls back to the previous readdir-based scan when no backend is passed
- the old standalone directory-scanning helpers were removed
Evidence
{ namespace: "transcript" }
Strings lifted out of the shipped bundle, so the claim above can be checked against them.