@xynogen/pix-diagnostics

Pi extension — lightweight LSP diagnostic widget

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.2
Published
Jun 18, 2026
Downloads
not available
Author
xynogen
License
MIT
Types
extension
Size
7.5 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-diagnostics

Pi extension — lightweight LSP diagnostic widget.

What it does

Registers a compact LSP diagnostic widget using the pi-lens widget id, overriding the external pi-lens package when both are installed. The header line shows total error and warning counts across recently-touched files (e.g. ●4E !1W). Expanding the widget reveals up to 3 diagnostics with file path, line number, and message; a +N more line is appended when the total exceeds 3. File records are tracked per session and pruned automatically.

Install

pi install npm:@xynogen/pix-diagnostics

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