pi-oneliner

One-line sticky footer extension for pi coding agent.

Package details

extension

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

$ pi install npm:pi-oneliner
Package
pi-oneliner
Version
1.3.0
Published
Apr 21, 2026
Downloads
131/mo · 7/wk
Author
jrryfn
License
MIT
Types
extension
Size
73.1 KB
Dependencies
0 dependencies · 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-oneliner

One-line sticky footer extension for pi coding agent.

oneliner is built for high signal density and zero-wrap output.

Install (npm)

Important: install with pi install, not npm install.

pi install npm:pi-oneliner

Then in pi:

/reload
/oneliner show

Project-local install (shared in .pi/settings.json):

pi install -l npm:pi-oneliner

Fast troubleshooting

  • "Package not found"
    • Use the full package name: npm:pi-oneliner
  • Installed but /oneliner is unknown
    • Run /reload (or restart pi)
  • Installed old package name before
    • Remove old package, then reinstall:
pi remove npm:pi-oneliner
pi install npm:pi-oneliner

Commands

  • /oneliner

Config

Config file:

  • ~/.pi/agent/oneliner.json

Example:

  • example.json

Useful keys:

  • layout: "sessionFirst" (default) or "classic"
  • shortCwd: true to show the last two cwd segments (e.g. code\pi)

License

MIT