-
Notifications
You must be signed in to change notification settings - Fork 5
fix: stabilize web ui startup and reduce usage load #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
977dc0e
fix: stabilize web ui startup and reduce usage load
ymkiux 587d12d
test: align web ui vue asset assertion with production build
ymkiux dd17660
fix: keep startup probe from consuming init notice
ymkiux 4ebd49b
fix: harden session browsing and startup gating
ymkiux 53b5a0c
fix: resume session detail hydration after list load
awsl233777 0259829
fix: fallback preview for huge session lines
awsl233777 c4970ac
fix(web-ui): unstick large session browser pagination
awsl233777 96af1f5
fix(cli): preserve clipped fast session previews
awsl233777 3ccc855
fix(web-ui): keep session loads lightweight and safe
awsl233777 9784ee6
fix(cli): avoid shelling out with web ui urls
awsl233777 744cf45
fix(cli): normalize full-scan fast previews
awsl233777 32cdd35
test(e2e): cover session tab entry hydration path
awsl233777 605723a
fix(web-ui): cap huge-line session previews
awsl233777 57b45c0
fix(web-ui): stop session tab preview from freezing
awsl233777 f298304
fix(web-ui): add native session load debug alerts
awsl233777 dc6d587
fix(web-ui): add lightweight usage totals
awsl233777 74fc765
fix(web-ui): compact usage summary totals
awsl233777 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clean up the huge-line fixture in
finally.hugeLineSessionPathis created on Lines 312-328, but it is never removed in the cleanup block. UnlikelongSessionId, this synthetic session is not carried forward viactx, so a reusedtmpHomecan leak extra state into later session-list/usage assertions.Minimal cleanup
Also applies to: 312-328
🤖 Prompt for AI Agents