Releases: damoahdominic/occ
Releases · damoahdominic/occ
Release list
OCcode v3.2.25
feat: open Configure OpenClaw in default browser instead of webview p…
OCcode v3.2.24
feat: add back/forward nav, window.open bridge, live URL bar to confi…
OCcode v3.2.23
fix: auto-install Node.js 22 via nvm when openclaw setup requires it openclaw onboard requires Node >=22.12 but the editor pins v20.18.2. Before running openclaw onboard, check the active node version. If <22 and nvm is present, run nvm install 22 + nvm use 22 silently in the setup log, then rebuild env.PATH with the new v22 bin. If nvm is not present, show a clear error with instructions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
OCcode v3.2.22
fix(macos): Xcode CLI screen, binary path storage, chown group error - Xcode not installed: show dedicated panel-xcode-required with step-by-step instructions and a Retry button instead of failing silently into the log - Post-install PATH issue: capture the binary's absolute path immediately after npm install succeeds (via npm config get prefix + known candidate paths); verifyCliBeforeSetup uses this stored path directly, skipping PATH lookup entirely - chown group error: was using chown -R user:user which fails when the macOS username isn't registered as a group; changed to chown -R user (no group suffix) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
OCcode v3.2.21
fix: bundle app tile emojis inside extension media folder The ../../void_icons/emojis path breaks in the packaged app. Copy the 9 needed PNGs into extensions/openclaw/media/emojis/ and point localResourceRoots + emojiBaseUri there instead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
OCcode v3.2.20
fix: close sidebar after gateway is running, not on setup start Move the void.sidebar.close from the runSetup handler to the polling tick: the sidebar now closes only once the gateway is confirmed running after the first-install onboarding flow. MoltPilot stays visible during the gateway start command. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
OCcode v3.2.19
feat: hide MoltPilot sidebar when onboarding setup starts Close the Void/MoltPilot sidebar as soon as the user triggers the free-tier setup flow, keeping the UI clean during install. The sidebar re-opens naturally when void.openChatWithMessage fires on setup completion. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
OCcode v3.2.18
fix: escape \n in proceedAutoSetup handler to prevent script parse fa…
OCcode v3.2.17
ci: include version tag in all artifact and release filenames Prevents duplicate artifact names across releases by embedding \$GITHUB_REF_NAME in every zip, exe, deb, and tar.gz filename. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
OCcode v3.2.16
style: remove title and desc from install panel, keep only button Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>