pi-rename-session
Pi extension that provides a tool for renaming the current session.
Package details
Install pi-rename-session from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-rename-session- Package
pi-rename-session- Version
1.1.0- Published
- Sep 5, 2026
- Downloads
- 739/mo · 400/wk
- Author
- bradennss
- License
- MIT
- Types
- extension
- Size
- 7.8 KB
- Dependencies
- 1 dependency · 2 peers
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-rename-session
A Pi extension that provides a set_session_name tool for renaming the current session.
Install
# from npm
pi install npm:pi-rename-session
# or from git
pi install git:github.com/bradennss/pi-rename-session
# try it for a single run without installing
pi -e npm:pi-rename-session
Usage
The model renames the session by calling the set_session_name tool with a short, descriptive title. The tool description tells the model how to phrase the title, so the name it sends is used as is.
Requirements
- Node.js >= 20.
Development
pnpm install
pnpm run check
Contributing
Every change that affects the published package needs a changeset:
pnpm changeset