chore: surface underlying errors when session history fails to load - #26
Merged
Conversation
The restore report only counted failed session files, discarding the underlying readSDKSession error, so user feedback could not reveal the root cause. Append each failing session id and its error to the reported detail. Co-authored-by: QoderAI (Qwen 3.8 Max) <qoder_ai@qoder.com>
…elog entry Co-authored-by: QoderAI (Qwen 3.8 Max) <qoder_ai@qoder.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
readSDKSessionerror, so user feedback could never reveal the root cause. Thehistorystage report now appends each failing session id with its error (e.g.Errors: <sessionId>: EPERM: operation not permitted, open '...').EPERMcaused by endpoint security software blocking content access to~/.qodersession files — previously invisible behind the bare "failed to load" count.Verification
npm run typechecknpm run lintnpm run test(3323 passed; new assertion covers the surfaced error detail)npm run buildnpm run release:checknpm run audit:prodEPERMerror with the failing session path, confirming the enhancement works end to end)Safety
CHANGELOG.md