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
honobumped from 4.12.4 → 4.12.7 (security patch)