@xynogen/pix-welcome

Pi extension — welcome banner with startup health checks

Packages

Package details

extension

Install @xynogen/pix-welcome from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@xynogen/pix-welcome
Package
@xynogen/pix-welcome
Version
0.1.4
Published
Jun 19, 2026
Downloads
not available
Author
xynogen
License
MIT
Types
extension
Size
24.2 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "src/extension.ts"
  ]
}

Security note

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

README

pix-welcome

Pi extension — welcome banner with startup health checks.

What it does

Renders a coloured ASCII π logo above the editor on session start and runs startup health checks in parallel while the banner is visible. Checks include: Pi version, auth status (at least one provider configured), and gitignore hygiene (auto-adds .ai and .pi-lens to .gitignore in git repos). Each check updates the banner live as results arrive, showing ✓/✗ and a brief status. The banner auto-dismisses on the first user turn. No configuration required.

Install

pi install npm:@xynogen/pix-welcome

Also included in @xynogen/pix-core:

pi install npm:@xynogen/pix-core

Full distro

To install the complete pix suite (all packages + Pi itself):

curl -fsSL https://raw.githubusercontent.com/xynogen/pix-mono/main/scripts/install.sh | sh

License

MIT