pi-freeflow 1.0.5 → 1.0.6

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.
@@ -25,7 +25,7 @@ if (!process.env.BANSOS_API_KEY) {
25
25
  const UPSTREAM_OPENCODE = "https://opencode.ai/zen";
26
26
  // KiloCode gateway — OpenAI-compatible; free models are keyless (200 req/hr per IP)
27
27
  const KILO_CHAT_URL = "https://api.kilo.ai/api/gateway/chat/completions";
28
- const PORT = Number(process.env.BANSOS_PORT) || 18080;
28
+ const PORT = Number(process.env.FREEFLOW_PORT || process.env.BANSOS_PORT) || 18080;
29
29
  const HOST = "127.0.0.1";
30
30
  const API = `${UPSTREAM_OPENCODE}/v1`;
31
31
  const OPENCODE_USER_AGENT = "opencode/latest/1.14.50/cli";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-freeflow",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Personal multi-cloud rolling fallback relay for OpenCode Zen and KiloCode models in OMP/Pi",
5
5
  "keywords": [
6
6
  "pi-package",