@zeldrisho/pi-vite-plus

Pi extension that guides agents to use Vite+ development workflows

Packages

Package details

extension

Install @zeldrisho/pi-vite-plus from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@zeldrisho/pi-vite-plus
Package
@zeldrisho/pi-vite-plus
Version
0.5.0
Published
Jul 25, 2026
Downloads
622/mo · 622/wk
Author
zeldrisho
License
MIT
Types
extension
Size
5.9 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./src/index.ts"
  ]
}

Security note

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

README

@zeldrisho/pi-vite-plus

Pi extension that guides coding agents to use the Vite+ unified toolchain.

Install

pi install npm:@zeldrisho/pi-vite-plus

To try it for one session without installing it:

pi -e npm:@zeldrisho/pi-vite-plus

When Pi's bash tool is active, the extension adds concise guidance to use the vp CLI.

The extension asks the user to approve detected direct npm, pnpm, and Bun commands before they run, including benign commands. Calls are blocked when confirmation is declined or unavailable. Yarn and direct development-tool commands remain available. Detection is a best-effort confirmation guard, not a shell sandbox.

Update

pi update npm:@zeldrisho/pi-vite-plus

Uninstall

pi remove npm:@zeldrisho/pi-vite-plus

License

MIT