All notable changes to this project will be documented in this file.
0.11.6 - 2026-04-07
- Fix HTTP 404 on OpenClaw inference proxy: upstream URL was missing
/v1suffix, causing requests to hit/api/v1/inference/chat/completionsinstead of/api/v1/inference/v1/chat/completions - Fix
fetchUpstreamModelsURL construction after upstream URL correction
- 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 - Catalog auto-sync:
fetchUpstreamModels()now called in catalogrunto fetch live model list from upstream on gateway restart
- Downgrade plugin startup logs from
infotodebugto reduce log spam duringoc status/oc doctor
0.11.5 - 2026-04-07
- Fix race condition in MPP MCP proxy: concurrent tool calls no longer overwrite each other's payment amounts (replaced shared mutable variable with AsyncLocalStorage per-call context)
0.11.4 - 2026-04-03
- Model catalog: Claude Opus 4.5, Claude Sonnet 4.5, Grok 4.1 Fast, MiniMax M2.7
- Refactor model defaults from array to record-based
MODEL_METADATAlookup - Provider auth now returns config patch when wallet already exists (fixes missing provider config on re-setup)
- Remove
autoEnableWhenConfiguredProvidersfrom plugin manifest (unnecessary for explicitly installed plugins)
0.11.3 - 2026-04-03
- README rewritten to Standard Readme spec (badges, ToC, Install/Usage/Contributing sections)
- SKILL.md updated for consistency (MCP proxy mention, unified flag style)
- Unified package description across README, SKILL.md, and package.json
0.11.2 - 2026-04-02
- Strip surrounding quotes from mnemonic in
/x_wallet setup import(Telegram copy-paste) - Show actual word count in mnemonic validation errors
0.11.1 - 2026-04-02
- Fix x402-proxy-openclaw publish workflow permissions
0.11.0 - 2026-04-02
- OpenClaw
providerAuthChoiceswallet setup flow - interactive generate/import via gateway prompter /x_wallet setupsubcommand for Telegram/slash-command wallet creation (generate or import mnemonic)- BIP-39 mnemonic validation on import (both interactive and slash-command paths)
createWalletFile()helper in config module
- Converted dynamic imports in
handler.tsto static imports (mppx, viem/accounts) - Updated example URLs from POST
{"ref":"CoinbaseDev"}to simpler GET/twitter/user/openclaw - Usage examples now show
npx x402-proxyprefix consistently - OpenClaw compat bumped to
2026.4.1 - Wallet-not-found error messages now suggest
/x_wallet setupinstead of CLI-only instructions
- Default model display from
/x_walletinfo output
0.10.12 - 2026-04-02
- Restore explicit SetComputeUnitLimit instruction for Solana transactions
- Strip
outputSchemafrom proxied MCP tool definitions - Downgrade @modelcontextprotocol/sdk to 1.27.1 for compatibility