github diegosouzapw/OmniRoute v2.2.7
v2.2.7 — Docker Fix, OAuth ProjectId, Tool-Calling 400 Fix

latest releases: v3.7.1, v3.7.0, v3.6.9...
one month ago

What's Fixed

🐳 Docker startup crash — Fixes #292

The runtime image was missing bootstrap-env.mjs (added in v2.2.5). All Docker deployments on v2.2.4–v2.2.6 crashed with ERR_MODULE_NOT_FOUND. Now fixed.

🔐 Google CLI stale projectId — PR #294

Antigravity and Gemini CLI now prefer the OAuth-stored projectId over request body.project to prevent 403/404 errors when clients cache stale Cloud Code project values.

🛠️ Tool-calling 400 errors — Fixes #291

OpenAI/Codex reject name: "" (empty string) in messages[] and input[]. OmniRoute now strips empty name fields before forwarding, so standard OpenAI-compatible tool payloads (used by PocketPaw and similar clients) no longer get rejected.

📦 Dependencies

  • hono bumped from 4.12.4 → 4.12.7 (security patch)

Don't miss a new OmniRoute release

NewReleases is sending notifications on new releases.