@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.1.10
Published
Aug 2, 2026
Downloads
1,079/mo · 607/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 using the pi-lens widget id, overriding the external pi-lens package when both are installed. The widget tracks files touched in the current session via write and edit tool results and renders a single line showing the up-to-3 most recently-touched file basenames with a +N more suffix when more exist, plus a hint to run /lens-booboo for full details. The widget does not currently query live LSP diagnostics (that requires a full LSP client) — the file list is the placeholder, intended to be filled by LSP integration in a future version. Widget state is per-session and cleared on session_shutdown.

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