@cnife/pi-miscs

Miscellaneous small pi extensions (debug, exit)

Packages

Package details

extension

Install @cnife/pi-miscs from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@cnife/pi-miscs
Package
@cnife/pi-miscs
Version
0.1.2
Published
May 28, 2026
Downloads
not available
Author
cnife
License
MIT
Types
extension
Size
2 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./extensions"
  ]
}

Security note

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

README

@cnife/pi-miscs

pi 杂项小工具集合。

包含

  • debug-request-body — 将请求体写入调试文件(需设置 PI_DEBUG_REQUEST_BODY 环境变量)
  • exit — 输入 exit 退出当前会话

安装

pi install npm:@cnife/pi-miscs