feat(cli): improve resumed session recap#5704
Closed
xinbenlv wants to merge 3 commits into
Closed
Conversation
f162ec9 to
9ff1c82
Compare
Contributor
Author
|
Mistakenly closed this PR after accidentally deleting its fork head branch during branch cleanup. Recreated it here: |
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
fullrecap: short summary + recent tail +/historyhintresume_display=tailto preserve the old tail-only behavior when users don't want the summaryTest Plan
source .venv/bin/activate && python -m pytest tests/test_resume_display.py -q -o addopts=''Best Validation Path
source .venv/bin/activate && python -m pytest tests/test_resume_display.py -q -o addopts=''hermes -cSummary:You:/Hermes:linesWant the full transcript? Run /history.Demo
Preferred real demo: a short terminal recording / GIF of:
hermes -c,/history.For this PR, here is the fallback mock demo inline in the description, generated from the actual resumed-session renderer (so it reflects the real panel formatting, but it is not a full end-to-end
hermes -ccapture):Reviewer shortcut:
hermes -csmoke test for the real experienceCloses #5703