pi-title

Automatic session titles for the Pi coding agent

Packages

Package details

extension

Install pi-title from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-title
Package
pi-title
Version
0.1.4
Published
Sep 18, 2026
Downloads
652/mo · 340/wk
Author
brettinternet
License
MIT
Types
extension
Size
25.2 KB
Dependencies
1 dependency · 1 peer
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-title

Give the session a useful title automatically.

pi install npm:pi-title

The first request generates a persisted title. Manual titles are respected.

Optional configuration:

// ~/.pi/agent/pi-title.jsonc
{
  "enabled": true,
  "model": null,
  "maxTokens": 30,
  "maxLength": 60
}

null uses the active session model. auto uses a lightweight model. An explicit provider/model[:effort] can be selected.

/title
/title My custom title
/title set status
/title on
/title off
/title model openai/gpt-5-nano
/title model auto
/title model active
/title regenerate