pi-aliases

Pi extension that adds command aliases: /clear → /new, /exit → /quit

Package details

extension

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

$ pi install npm:pi-aliases
Package
pi-aliases
Version
1.0.6
Published
Feb 18, 2026
Downloads
54/mo · 16/wk
Author
xryul
License
MIT
Types
extension
Size
3.1 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-aliases

A pi extension that adds familiar command aliases. They show in autocomplete with a hint indicating the built-in command they map to.

Alias Runs Description
/clear /new Clear conversation, start new session
/exit /quit Exit pi

Install

pi install npm:pi-aliases

Or from git:

pi install git:github.com/xRyul/pi-aliases

Development

Clone and symlink into your extensions directory:

git clone https://github.com/xRyul/pi-aliases.git
ln -s "$(pwd)/pi-aliases" ~/.pi/agent/extensions/pi-aliases

Then use /reload in pi to pick up changes.

License

MIT