@xynogen/pix-diagnostics

Pi extension — compact session-touched-files widget (overrides pi-lens)

Packages

Package details

extension

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

$ pi install npm:@xynogen/pix-diagnostics
Package
@xynogen/pix-diagnostics
Version
0.2.3
Published
Sep 3, 2026
Downloads
1,881/mo · 567/wk
Author
xynogen
License
MIT
Types
extension
Size
7.4 KB
Dependencies
1 dependency · 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-diagnostics

Pi extension — lightweight file-touched widget.

What it does

Registers a compact widget on the pi-lens widget id, overriding the external pi-lens package when both are installed.

  • Tracks files touched this session via write/edit tool results.
  • Renders one line: up to 3 most-recently-touched basenames + +N more, plus a hint to run /lens-booboo for full details.
  • State is per-session, cleared on session_shutdown.

Does not yet query live LSP diagnostics (needs a full LSP client) — the file list is a placeholder for future LSP integration.

Install

pi install npm:@xynogen/pix-diagnostics

Also included in @xynogen/pix-core:

pi install npm:@xynogen/pix-core

Full distro

Source: github.com/xynogen/pix-mono

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