Skip to content

Commit 2cc9876

Browse files
committed
chore(release): bump version to v1.4.5
1 parent e545cb5 commit 2cc9876

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10+
## [1.4.5] — 2026-02-24
11+
12+
> ### 🐛 Bugfix Release — Claude Code OAuth & OAuth Proxy Routing
13+
>
14+
> Fixes Claude Code OAuth failures on remote deployments and routes all OAuth token exchanges through configured proxy.
15+
16+
### 🐛 Bug Fixes
17+
18+
- **Claude Code OAuth** — Fixed `400 Bad Request` on remote deployments by using Anthropic's registered `redirect_uri` (`https://platform.claude.com/oauth/code/callback`) instead of the dynamic server URL. Added missing OAuth scopes (`user:sessions:claude_code`, `user:mcp_servers`) to match the official Claude CLI. Configurable via `CLAUDE_CODE_REDIRECT_URI` env var ([#124](https://github.com/diegosouzapw/OmniRoute/issues/124))
19+
- **OAuth Token Exchange Through Proxy** — OAuth token exchange during new connection setup now routes through the configured proxy (provider-level → global → direct), fixing `unsupported_country_region_territory` errors for region-restricted providers like OpenAI Codex ([#119](https://github.com/diegosouzapw/OmniRoute/issues/119))
20+
21+
---
22+
1023
## [1.4.4] — 2026-02-24
1124

1225
> ### ✨ Feature Release — Custom Provider Models in /v1/models
@@ -582,6 +595,7 @@ New environment variables:
582595

583596
---
584597

598+
[1.4.5]: https://github.com/diegosouzapw/OmniRoute/releases/tag/v1.4.5
585599
[1.4.4]: https://github.com/diegosouzapw/OmniRoute/releases/tag/v1.4.4
586600
[1.4.3]: https://github.com/diegosouzapw/OmniRoute/releases/tag/v1.4.3
587601
[1.4.2]: https://github.com/diegosouzapw/OmniRoute/releases/tag/v1.4.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "omniroute",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "Smart AI Router with auto fallback — route to FREE & cheap models, zero downtime. Works with Cursor, Cline, Claude Desktop, Codex, and any OpenAI-compatible tool.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)