feat(status): restore state across restarts + sidebar workflow-state grouping - #421
Draft
dkattan wants to merge 2 commits into
Draft
feat(status): restore state across restarts + sidebar workflow-state grouping#421dkattan wants to merge 2 commits into
dkattan wants to merge 2 commits into
Conversation
Keep unread as a row-level notification affordance instead of a workflow bucket. Finished unread sessions remain under Done, and unknown unread sessions remain under Unknown.
Keep a lifecycle-bound display snapshot while operational evidence still expires. Reconcile Claude/Gemini transcripts and Codex app-server status without letting restored state drive notifications or process control.
Owner
|
Checking in on this draft — a quick status of where main has moved since your base, so effort doesn't go where it's already spent:
Are you planning to carry this forward? If so, trimming it to just the restore/reconcile half and rebasing onto current main would make it reviewable — happy to give it a full pass then. If it's parked, no problem, just say so and we'll treat it as a design note. |
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
Two related changes to agent-status / sessions-sidebar behavior:
fix(sidebar): group by workflow state
Keep unread as a row-level notification affordance instead of a workflow bucket. Finished unread sessions remain under Done, and unknown unread sessions remain under Unknown — rather thanunread pulling rows into a separate bucket.
feat(status): restore state across restarts
Keep a lifecycle-bound display snapshot while operational evidence still expires. Reconcile Claude/Gemini transcripts and Codex app-server status without letting restored state drive notifications or process control.
Draft — opening for early visibility. Builds on the current
main(6476c894).🤖 Generated with Claude Code