pi-banana 2.0.2 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,13 +13,15 @@ Generate and edit images directly inside [pi](https://github.com/badlogic/pi-mon
13
13
  ## Install
14
14
 
15
15
  ```sh
16
- pi install npm:pi-banana
16
+ pi install pi-banana
17
17
  ```
18
18
 
19
+ If pi doesn't resolve the bare name, use the explicit form: `pi install npm:pi-banana`.
20
+
19
21
  Or for a single-session try:
20
22
 
21
23
  ```sh
22
- pi -e npm:pi-banana
24
+ pi -e pi-banana # or: pi -e npm:pi-banana
23
25
  ```
24
26
 
25
27
  Then export your key:
@@ -78,6 +80,15 @@ Two env vars adjust defaults without touching tool parameters:
78
80
 
79
81
  If you have an Antigravity OAuth setup and want quota tracking, benvargas is great. If you just want to drop in an API key and start making pictures, this one is simpler.
80
82
 
83
+ ## From the same author
84
+
85
+ By [Francesco Frapporti](https://fornace.it) at [Fornace](https://fornace.it).
86
+
87
+ - **[pi-bench](https://github.com/fornace/pi-bench)** — LLM benchmark toolkit for pi. Probes every available model to find the fastest and cheapest. All package banners in this ecosystem were created with pi-banana.
88
+ - **[pi-recap](https://github.com/fornace/pi-recap)** — Always-visible session recap panel for pi. Never scroll back to remember what you were doing.
89
+ - **[pi-alibaba-models](https://github.com/fornace/pi-alibaba-models)** — Complete Alibaba provider for pi: Qwen, DeepSeek, Kimi, GLM, MiniMax with native thinking levels.
90
+ - **[pi-notte-theme](https://github.com/fornace/pi-notte-theme)** — Notte: a true-dark pi theme where darkness has color and text glows like terminal phosphor.
91
+
81
92
  ## Development
82
93
 
83
94
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-banana",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "Generate and edit images in pi using Google Nano Banana 2 (gemini-3.1-flash-image) and Nano Banana Pro. Inline terminal preview, reference-image editing, auto-save.",
5
5
  "author": "Francesco Frapporti <effedue@gmail.com>",
6
6
  "license": "MIT",