@artale/pi-bridges
Pi extensions for FI free-model calls, OpenRouter Fusion, and minimal LaTeX blocks.
Package details
Install @artale/pi-bridges from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@artale/pi-bridges- Package
@artale/pi-bridges- Version
1.1.0- Published
- Jul 5, 2026
- Downloads
- not available
- Author
- artale
- License
- ISC
- Types
- extension
- Size
- 11.2 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./extensions"
],
"commands": [
"fi",
"fusion",
"latex"
],
"tools": [
"fi_call",
"fi_panel",
"fusion_analyze",
"render_latex"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@artale/pi-bridges
Tiny Pi package with three hot-reloadable extensions:
/fi <alias> <prompt>+fi_call/fi_panel— bridge to the localfifree-model CLI/fusion <prompt>+fusion_analyze— OpenRouter Fusion with free-model fallback/latex <expr>+render_latex— dependency-free readable LaTeX card
Install
pi install npm:@artale/pi-bridges
Then in Pi:
/reload
/fi gemini-2.5-flash Say ok.
/fusion Say hi in one sentence.
/latex E=mc^2
Notes
pi-fiexpects the localfiCLI/script under~/Projects/fi-local/fi,~/Projects/fi/fi, orfion PATH.pi-fusionneedsOPENROUTER_API_KEY.- No runtime npm dependencies.