You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
All notable changes to OpenClaw Desktop will be documented in this file.
4
4
5
+
## [0.3.4] - 2026-03-26
6
+
7
+
### Fixed
8
+
9
+
-**MiniMax / third-party Anthropic HTTP 401:** Aligned with OpenClaw `extensions/minimax/onboard.ts` by setting **`authHeader: true`** on `anthropic-messages` providers that target non-`api.anthropic.com` hosts (MiniMax, Synthetic, OpenCode Zen, Kimi Coding, Cloudflare AI Gateway). Existing `openclaw.json` entries are migrated on load. Custom Anthropic-compatible bases get the same flag when the URL is not Anthropic’s official API.
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,15 +48,17 @@ If you've been searching for *how to install OpenClaw on Windows*, *how to run O
48
48
## Quick Start
49
49
50
50
1. Download the latest installer from [Releases](https://github.com/agentkernel/openclaw-desktop/releases/latest)
51
-
2. Run `OpenClaw-Setup-0.3.3.exe`
51
+
2. Run `OpenClaw-Setup-0.3.4.exe`
52
52
3. Finish the setup wizard (provider → channel → gateway)
53
53
4. Launch from Start Menu or Desktop shortcut
54
54
55
55
**System:** Windows 10/11 x64 · ~350 MB free space · Internet for API calls
56
56
57
-
## What's New in v0.3.3
57
+
## What's New in v0.3.4
58
58
59
-
-**MiniMax (401):** Auth profile id for API keys is **`minimax:global`** (same as the wizard and upstream). The LLM API path no longer maps `default` to `minimax:default`; it is normalized to **`minimax:global`**, and existing `minimax:default` entries in `auth-profiles.json` migrate on startup.
59
+
-**MiniMax / Anthropic-compatible 401:**`models.providers.*` now sets **`authHeader: true`** for third-party `anthropic-messages` hosts (same as OpenClaw `extensions/minimax/onboard.ts`). Existing configs are migrated on startup—fixes invalid API key errors when the key is correct but auth headers did not match the host.
60
+
61
+
Earlier highlights (v0.3.3): `minimax:global` profile id + auth-profiles migration.
60
62
61
63
Earlier highlights (v0.3.2): Full profile ids for save/migrate/delete; `auth.order` normalization; delete passes `provider`.
62
64
@@ -124,8 +126,8 @@ OpenClaw Desktop is a **community-maintained Windows distribution** for the Open
124
126
125
127
|||
126
128
|---|---|
127
-
|**Release**|`v0.3.3`|
128
-
|**Installer**|`OpenClaw-Setup-0.3.3.exe`|
129
+
|**Release**|`v0.3.4`|
130
+
|**Installer**|`OpenClaw-Setup-0.3.4.exe`|
129
131
|**Platform**| Windows 10/11 x64 |
130
132
|**Includes**| Electron shell, portable Node.js, bundled OpenClaw |
131
133
|**Extras**| SHA-256 checksum, `latest.yml` for in-app updates |
@@ -206,7 +208,7 @@ pnpm run prepare-bundle
206
208
pnpm run package:win # Output: dist/OpenClaw-Setup-<version>.exe
207
209
```
208
210
209
-
**Bundled OpenClaw:** Pinned in `package.json` (`openclawBundleVersion`). After `prepare-bundle`, see `bundledOpenClawVersion` in [`resources/bundle-manifest.json`](resources/bundle-manifest.json) (currently **2026.3.23-2** for desktop **v0.3.3**). Local checks: `pnpm run check-openclaw-versions` (omit `OPENCLAW_SKIP_NPM_LATEST_CHECK` to also compare against npm `latest`).
211
+
**Bundled OpenClaw:** Pinned in `package.json` (`openclawBundleVersion`). After `prepare-bundle`, see `bundledOpenClawVersion` in [`resources/bundle-manifest.json`](resources/bundle-manifest.json) (currently **2026.3.23-2** for desktop **v0.3.4**). Local checks: `pnpm run check-openclaw-versions` (omit `OPENCLAW_SKIP_NPM_LATEST_CHECK` to also compare against npm `latest`).
0 commit comments