Skip to content

Commit 9fc923b

Browse files
committed
fix(openclaw): fix 404 on inference, add 5 models, reduce log spam
1 parent 76c9c91 commit 9fc923b

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.11.6] - 2026-04-07
6+
7+
### Fixed
8+
9+
- Fix HTTP 404 on OpenClaw inference proxy: upstream URL was missing `/v1` suffix, causing requests to hit `/api/v1/inference/chat/completions` instead of `/api/v1/inference/v1/chat/completions`
10+
- Fix `fetchUpstreamModels` URL construction after upstream URL correction
11+
12+
### Added
13+
14+
- 5 missing models in `MODEL_METADATA`: `z-ai/glm-5.1`, `x-ai/grok-4.20-multi-agent-beta`, `x-ai/grok-4.1-fast:online`, `x-ai/grok-4.20-beta:online`, `x-ai/grok-4.20-multi-agent-beta:online`
15+
- Catalog auto-sync: `fetchUpstreamModels()` now called in catalog `run` to fetch live model list from upstream on gateway restart
16+
17+
### Changed
18+
19+
- Downgrade plugin startup logs from `info` to `debug` to reduce log spam during `oc status`/`oc doctor`
20+
521
## [0.11.5] - 2026-04-07
622

723
### Fixed
@@ -70,6 +86,7 @@ All notable changes to this project will be documented in this file.
7086
- Strip `outputSchema` from proxied MCP tool definitions
7187
- Downgrade @modelcontextprotocol/sdk to 1.27.1 for compatibility
7288

89+
[0.11.6]: https://github.com/cascade-protocol/x402-proxy/compare/v0.11.5...v0.11.6
7390
[0.11.5]: https://github.com/cascade-protocol/x402-proxy/compare/v0.11.4...v0.11.5
7491
[0.11.4]: https://github.com/cascade-protocol/x402-proxy/compare/v0.11.3...v0.11.4
7592
[0.11.3]: https://github.com/cascade-protocol/x402-proxy/compare/v0.11.2...v0.11.3

packages/x402-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "x402-proxy",
33
"private": true,
4-
"version": "0.11.5",
4+
"version": "0.11.6",
55
"description": "curl for x402 and MPP paid APIs with MCP proxy support. Auto-pays HTTP 402 on Base, Solana, and Tempo.",
66
"type": "module",
77
"sideEffects": false,

0 commit comments

Comments
 (0)