pi-freeflow 1.2.0 → 1.2.1

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.
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 trefeon
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## ✨ Features
8
8
 
9
- - 🆓 **22 Free Models**: Curated access to OpenCode Zen and KiloCode free AI models.
9
+ - 🆓 **23 Free Models**: Curated access to OpenCode Zen and KiloCode free AI models.
10
10
  - 🧠 **Full 1M Context Windows**: Pre-configured with up to 1,048,576 tokens context window and vision (image) support.
11
11
  - ⚡ **Real-Time SSE Streaming**: Zero-buffering chunk streaming with instant token delivery.
12
12
  - 🛡️ **Multi-Cloud Rolling Egress Relay**:
@@ -15,7 +15,7 @@
15
15
  - **Auto-Switch Failover**: Instantly rolls to the next proxy when encountering `HTTP 429` (Rate Limit), `502/503/504`, or Network Timeouts.
16
16
  - **Direct Fallback**: Transparently falls back to direct upstream if all relays are exhausted.
17
17
  - 🔇 **Full Quiet Mode**: Clean status bar indicators without intrusive console overlays in the TUI.
18
- - 📝 **Persistent Background Logging**: Automatic diagnostic logs recorded to `~/.pi/agent/pi-freeflow.log` with 2MB auto-rotation.
18
+ - 📝 **Persistent Background Logging**: Automatic diagnostic logs recorded to `~/.pi/agent/pi-freeflow.log` with 5MB auto-rotation.
19
19
  - 🤖 **Sub-Agent Ready**: Seamlessly shared across concurrent parallel sub-agent tasks.
20
20
 
21
21
  ---
@@ -58,12 +58,13 @@ omp plugin link /path/to/pi-freeflow
58
58
 
59
59
  ---
60
60
 
61
- ## 📋 Model Catalog (22 Models)
61
+ ## 📋 Model Catalog (23 Models)
62
62
 
63
- ### OpenCode Zen Models (8 Models)
63
+ ### OpenCode Zen Models (9 Models)
64
64
 
65
65
  | Model ID | Name | Context Window | Max Output | Reasoning / Thinking | Vision (Images) |
66
66
  | :--- | :--- | :---: | :---: | :---: | :---: |
67
+ | `deepseek-v4-flash-free` | DeepSeek V4 Flash (1M) | **1M** (1,000,000) | **384K** | `minimal..max` | ❌ No |
67
68
  | `x-preview-f-free` | Ox Alpha (1M) | **1M** (1,048,576) | 131K | `low, high, max` | ✅ Yes |
68
69
  | `muse-spark-1.2-contributor-free` | Muse Spark 1.2 (1M) | **1M** (1,048,576) | 131K | `minimal..max` | ✅ Yes |
69
70
  | `mimo-v2.5-free` | MiMo V2.5 (1M) | **1M** (1,048,576) | 131K | `low, medium, high` | ✅ Yes |
@@ -72,7 +73,6 @@ omp plugin link /path/to/pi-freeflow
72
73
  | `nemotron-3-ultra-free` | Nemotron 3 Ultra (1M) | **1M** (1,000,000) | 128K | `minimal..max` | ❌ No |
73
74
  | `hy3-free` | Hy3 (262K) | **262K** (262,144) | 128K | `minimal..max` | ❌ No |
74
75
  | `big-pickle` | Big Pickle | **200K** (200,000) | 32K | `high, max` | ❌ No |
75
-
76
76
  ### KiloCode Gateway Models (14 Models)
77
77
 
78
78
  | Model ID | Name | Context Window | Max Output | Reasoning / Thinking | Vision (Images) |
@@ -265,12 +265,8 @@ To change the base port:
265
265
  FREEFLOW_PORT=19000
266
266
  ```
267
267
 
268
- ### Subagent Credentials
269
- If subagents report missing provider keys, verify `~/.omp/agent/.env`:
270
- ```env
271
- FREEFLOW_API_KEY=freeflow
272
- ```
273
-
268
+ ### Zero Configuration Required
269
+ FreeFlow registers with the local proxy daemon automatically. No external API keys or environment variables are required to use the free model catalog. If you wish to set a custom daemon port, you can optionally define `FREEFLOW_PORT=19000` in your environment.
274
270
  ### Live Logs
275
271
  ```bash
276
272
  cat ~/.pi/agent/pi-freeflow.log | tail -n 40