Under the hood
Useful2 Signal2
Transcript and history reading now runs through one shared paginated reader.
What's wrong with this entry?
Anonymous. No account, no email.
What
Many call sites now pass a storage handle into the state-update helper, and transcript and history reading was rewritten around one shared paginated reader.
Details
- Updated callers include onboarding dialogs, IDE auto-connect, copy settings, autofix PR, Chrome onboarding, REPL tab switching and the custom API key prompt.
- The shared reader reports found, end, refused or cannot-answer outcomes in place of the previous bespoke listing loops.
- Per-project transcript index entries no longer record a modification time.
Evidence
"cannotAnswer"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.