feat: replace Resume Session menu with Explore Sessions window#55
Merged
feat: replace Resume Session menu with Explore Sessions window#55
Conversation
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Implement the two main UI components for the session explorer: - SessionExplorerWindowController: NSSplitView window with left pane containing search field and bookmark/session list table view - SessionExplorerTimelineController: right pane with session header (Resume/Fork buttons) and vertical timeline of conversation turns with bookmark toggling and fork-at-point support Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
…nce, safety) - BookmarkManager: add dateDecodingStrategy = .iso8601 so bookmarks survive restart - SessionExplorerWindowController: clear associated object in windowWillClose to break retain cycle - SessionExplorerWindowController: guard against nil window in promptForBookmarkLabel (removes force unwrap) - ContextMonitor.listSessions: revert to head-only read (8192 bytes) for first message; set messageCount to 0 for lazy computation - SummaryManager: move readDataToEndOfFile() before waitUntilExit() to prevent pipe deadlock - SidebarController: remove dead ResumeSessionInfo class and resumeSessionMenuAction method Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
…wrapping, fix fork icon rotation
…ued sessions, show below timestamp in sidebar
…of Folder (Cmd+Opt+U)
…rename button to Summarize with Haiku
…ing summarization
…sting explorer to front
…n opening explorer
…timeline header only
…limit, preserve sidebar scroll on summarize
…mary from sidebar
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
--fork-sessionsupport tocreateTabInProjectfor branching conversationsclaude --print(on-demand, cached)claude --resume <id> --fork-sessionCloses #52
Test plan
--fork-sessionand closes the explorer🤖 Generated with Claude Code