feat(coding-agent): add resume scope toggle with async loading
- /resume and --resume now toggle between Current Folder and All sessions with Tab - SessionManager.list() and listAll() are now async with optional progress callback - Shows loading progress (e.g. Loading 5/42) while scanning sessions - SessionInfo.cwd field shows session working directory in All view - Lazy loading: All sessions only loaded when user presses Tab closes #619 Co-authored-by: Thomas Mustier <mustierthomas@gmail.com>
This commit is contained in:
@@ -459,7 +459,7 @@ Sessions auto-save to `~/.pi/agent/sessions/` organized by working directory.
|
||||
pi --continue # Continue most recent session
|
||||
pi -c # Short form
|
||||
|
||||
pi --resume # Browse and select from past sessions
|
||||
pi --resume # Browse and select from past sessions (Tab to toggle Current Folder / All)
|
||||
pi -r # Short form
|
||||
|
||||
pi --no-session # Ephemeral mode (don't save)
|
||||
|
||||
Reference in New Issue
Block a user