@zeldrisho/pi-file-search

Pi extension that guides agents to use fd for file discovery

Packages

Package details

extension

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

$ pi install npm:@zeldrisho/pi-file-search
Package
@zeldrisho/pi-file-search
Version
0.4.1
Published
Jul 27, 2026
Downloads
490/mo · 490/wk
Author
zeldrisho
License
MIT
Types
extension
Size
4.6 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-file-search

Pi extension that guides coding agents to use fd for file and directory discovery instead of find by default.

Install

Install fd and ensure it is available on your PATH, then install the package:

pi install npm:@zeldrisho/pi-file-search

When Pi's bash tool is active, the extension adds concise guidance to use fd instead of find by default.

The extension provides prompt guidance only. It does not intercept or block tool calls.

Update

pi update npm:@zeldrisho/pi-file-search

Uninstall

pi remove npm:@zeldrisho/pi-file-search

License

MIT