npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@99percentpeople/pi-pwsh-adapter

v1.1.0

Published

PowerShell 7 and Windows PowerShell 5.1 shell adapter for Pi

Readme

@99percentpeople/pi-pwsh-adapter

PowerShell shell adapter for the Pi coding agent on Windows.

Make Pi speak PowerShell instead of bash: !/!! commands and the built-in shell tool run through PowerShell 7 (or Windows PowerShell 5.1), with UTF-8 input/output configured automatically.

It replaces Pi's bash compatibility tool and user !/!! commands with PowerShell, configures UTF-8 input/output, and adapts @99percentpeople/pi-background-tasks to use the same runtime when both packages are installed. The compatibility tool reuses Pi's built-in bash tool definition, preserving its optional timeout, streaming updates, output truncation, full-output files, elapsed-time display, and error formatting.

At startup it selects PowerShell once for the whole session:

  1. PowerShell 7 or newer through pwsh.exe when available.
  2. Otherwise Windows PowerShell 5.1 through powershell.exe.

The selected executable is explicit, so both pipe and PTY background tasks work without relying on Windows PATHEXT expansion. When SSH Remote is installed, the adapter registers a named local Background Tasks provider below SSH's priority. Active/connecting SSH therefore owns routing, while local SSH mode falls through automatically to PowerShell without last-writer registration races or dependence on extension startup order.

Requirements

  • Windows
  • PowerShell 7 in PATH, or Windows PowerShell 5.1

Install

pi install npm:@99percentpeople/pi-pwsh-adapter

To use PowerShell with background tasks, install both independent packages:

pi install npm:@99percentpeople/pi-background-tasks
pi install npm:@99percentpeople/pi-pwsh-adapter

Background Tasks 2.0.0 or newer requires Pwsh Adapter 1.1.0 or newer. This pair uses named Background Control protocol-v2 providers; update the adapter before updating Background Tasks so the older unnamed registration is not rejected.

The extension is a no-op when loaded directly on a non-Windows platform.

License

MIT