pi-is-ephemeral

Show ephemeral session state in Pi's built-in footer.

Packages

Package details

extension

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

$ pi install npm:pi-is-ephemeral
Package
pi-is-ephemeral
Version
0.1.0
Published
Aug 21, 2026
Downloads
150/mo · 32/wk
Author
hyein-cbio
License
MIT
Types
extension
Size
1.6 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./extensions"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-is-ephemeral

A minimal Pi extension that displays ephemeral in Pi's built-in footer whenever the current session is non-persistent. It adds its own named status entry and does not replace the built-in footer or overwrite other extensions' statuses.

The extension checks ctx.sessionManager.getSessionFile() on every session_start, so it updates after startup, /new, session resume or switching, and reload. It uses the session manager as the source of truth rather than inspecting CLI flags.

Install

pi install npm:pi-is-ephemeral

Try temporarily

pi -e npm:pi-is-ephemeral --no-session

Remove

pi remove npm:pi-is-ephemeral