@agnishc/edb-session-manager
Pi extension: browse, resume, rename, and delete sessions with fuzzy search
Package details
Install @agnishc/edb-session-manager from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@agnishc/edb-session-manager- Package
@agnishc/edb-session-manager- Version
0.5.1- Published
- May 5, 2026
- Downloads
- 331/mo · 331/wk
- Author
- agnishc
- License
- MIT
- Types
- extension
- Size
- 24.1 KB
- Dependencies
- 0 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"./src/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@agnishc/edb-session-manager
A Pi CLI extension for browsing, resuming, renaming, and deleting sessions from a searchable overlay.
Features
- Fuzzy search across session titles and first messages
- Workspace / all scope toggle —
Tabto switch between current-directory sessions and all sessions - Inline rename — rename any session, including ones not currently active
- Delete with confirmation
- Status bar shows the active session name
- Shortcut
Ctrl+Shift+Rto open without typing a command
Install
pi install npm:@agnishc/edb-session-manager
Usage
/sessions
| Key | Action |
|---|---|
↑↓ |
Navigate list |
Enter |
Resume selected session |
n |
Rename selected session |
d |
Delete selected session |
Tab |
Toggle workspace / all scope |
Esc |
Close |
License
MIT © Agnish Chakraborty