From 630234b8ad60c909a57242e481eeba2a4328836e Mon Sep 17 00:00:00 2001 From: JUN Date: Wed, 9 Sep 2026 17:06:20 +0900 Subject: [PATCH] fix(readme): show the OrcaRouter sponsor logo on every branch The sponsor row loaded its logo from raw.githubusercontent.com on the main ref, but the asset only exists on dev until the next promotion, so the row rendered a broken image for anyone reading the README on dev. The demo GIF on line 27 already uses a repository-relative src for the same reason, so the logo now does too and resolves against whichever ref the reader is on. Added the asset to the npm files list so the packaged README resolves it as well. --- README.md | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3094a2b28..1e068c7056 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ See [SPONSORS.md](./SPONSORS.md). - + diff --git a/package.json b/package.json index e6fd61b007..38439e0357 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "assets/architecture.png", "assets/claude-code-models.gif", "assets/codex-app-picker.png", + "assets/sponsors/orcarouter.png", "README.md", "SPONSORS.md", "AGENTS_INSTALL.md",
OrcaRouterOrcaRouter Thanks to OrcaRouter for sponsoring this project! OrcaRouter is one OpenAI-compatible AI gateway for production AI: adaptive routing that grades every prompt and sends it to the model that clears your bar, automatic failover, routing rules as code, zero-markup provider pricing with prompt caching, and guardrails, an agent firewall, and request logs on every call across 200+ models. Pick OrcaRouter in the Add provider picker or run ocx provider add orcarouter; orcarouter/auto is the adaptive router.