@liborw/pi-startup-time

pi package that measures startup time and shows the latest reading in the status line

Packages

Package details

extension

Install @liborw/pi-startup-time from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@liborw/pi-startup-time
Package
@liborw/pi-startup-time
Version
0.1.0
Published
May 28, 2026
Downloads
not available
Author
liborw
License
MIT
Types
extension
Size
4.8 KB
Dependencies
0 dependencies · 1 peer
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

pi-startup-time

A small pi package that measures startup time and shows the latest reading in the status bar.

Install

pi install npm:@liborw/pi-startup-time

Or use the GitHub repo directly:

pi install git:github.com/liborw/pi-startup-time

What it does

  • Measures startup time on session_start
  • Shows the result in the footer status line
  • Adds /startup-time to display the latest recorded value

Package contents

  • src/index.ts - pi extension entry point

Development

pi -e ./src/index.ts

Publishing

GitHub Actions publishes to npm automatically when you push a v* tag or publish a GitHub release. Set the repository secret NPM_TOKEN before using the workflow.