Skip to content

Releases: damoahdominic/occ

OCcode v3.2.25

Choose a tag to compare

@github-actions github-actions released this 18 Mar 21:55
feat: open Configure OpenClaw in default browser instead of webview p…

OCcode v3.2.24

Choose a tag to compare

@github-actions github-actions released this 18 Mar 21:50
feat: add back/forward nav, window.open bridge, live URL bar to confi…

OCcode v3.2.23

Choose a tag to compare

@github-actions github-actions released this 18 Mar 15:54
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

Choose a tag to compare

@github-actions github-actions released this 18 Mar 15:53
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

Choose a tag to compare

@github-actions github-actions released this 18 Mar 14:46
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

Choose a tag to compare

@github-actions github-actions released this 18 Mar 14:06
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

Choose a tag to compare

@github-actions github-actions released this 18 Mar 13:49
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

Choose a tag to compare

@github-actions github-actions released this 18 Mar 12:26
fix: escape \n in proceedAutoSetup handler to prevent script parse fa…

OCcode v3.2.17

Choose a tag to compare

@github-actions github-actions released this 18 Mar 11:45
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

Choose a tag to compare

@github-actions github-actions released this 18 Mar 11:36
style: remove title and desc from install panel, keep only button

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>