Skip to content

Commit fa912f1

Browse files
committed
feat(openclaw): expand model catalog and refactor provider auth
- Add model metadata for Opus 4.5, Sonnet 4.5, Grok 4.1 Fast, MiniMax M2.7 - Refactor to record-based MODEL_METADATA lookup - Return config patch on existing wallet re-setup - Remove autoEnableWhenConfiguredProviders from manifest
1 parent 4b61f5e commit fa912f1

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [0.11.4] - 2026-04-03
6+
7+
### Added
8+
9+
- Model catalog: Claude Opus 4.5, Claude Sonnet 4.5, Grok 4.1 Fast, MiniMax M2.7
10+
11+
### Changed
12+
13+
- Refactor model defaults from array to record-based `MODEL_METADATA` lookup
14+
- Provider auth now returns config patch when wallet already exists (fixes missing provider config on re-setup)
15+
- Remove `autoEnableWhenConfiguredProviders` from plugin manifest (unnecessary for explicitly installed plugins)
16+
517
## [0.11.3] - 2026-04-03
618

719
### Changed
@@ -52,6 +64,7 @@ All notable changes to this project will be documented in this file.
5264
- Strip `outputSchema` from proxied MCP tool definitions
5365
- Downgrade @modelcontextprotocol/sdk to 1.27.1 for compatibility
5466

67+
[0.11.4]: https://github.com/cascade-protocol/x402-proxy/compare/v0.11.3...v0.11.4
5568
[0.11.3]: https://github.com/cascade-protocol/x402-proxy/compare/v0.11.2...v0.11.3
5669
[0.11.2]: https://github.com/cascade-protocol/x402-proxy/compare/v0.11.1...v0.11.2
5770
[0.11.1]: https://github.com/cascade-protocol/x402-proxy/compare/v0.11.0...v0.11.1

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.3",
4+
"version": "0.11.4",
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)