feat(cli): improve resumed session recap#6458
Closed
xinbenlv wants to merge 3 commits into
Closed
Conversation
Contributor
|
Thanks for the effort here — the idea of improving the resume recap is solid and something we want to do. We're going to take a different approach for this though. When context compression fires, we already generate a structured LLM summary (Goal, Progress, Decisions, Files, Next Steps) that lives in the conversation history. The plan is to surface that existing summary in the resume panel rather than reconstructing one from truncated message text — it gives a much richer and more accurate recap for free. A v2 of the CLI resume UX is coming soon. If it doesn't cover what you were going for here, happy to re-review. Appreciate the contribution. |
xinbenlv
added a commit
to xinbenlv/zn-hermes-agent
that referenced
this pull request
Apr 10, 2026
## Why carried - Makes resumed sessions less opaque by showing a clearer recap and recent context. - Fixes a real CLI annoyance instead of forcing the user to infer what happened before the resume. ## Upstream - PR: NousResearch#6458 - Status: open ## Summary - Improves the recap shown after resuming a session. - Keeps the resumed-session UX focused on useful context instead of noisy filler. ## Drop condition - Drop once PR NousResearch#6458 lands upstream and local `main` rebases onto the upstream commit. ## Files - `cli.py` - `tests/cli/test_resume_display.py`
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
Downstream carry
patch-upstream-pr-6458Previous PR
Test Plan
tests/test_resume_display.py