Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: damoahdominic/occ
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.9
Choose a base ref
...
head repository: damoahdominic/occ
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.11
Choose a head ref
  • 15 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 16, 2026

  1. Configuration menu
    Copy the full SHA
    835892c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. Configuration menu
    Copy the full SHA
    c59e8ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edbafb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c8f5cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d413992 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a95770 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38bec4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf4598d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28a2967 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6940c5c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a3ebe26 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a847cb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. fix: prevent duplicate OCC Home tab on uninstall, add silent Node.js …

    …install for Unix
    
    - Remove updateWorkspaceFolders and workspace file deletion from _runUninstall()
      — workspace state changes were triggering extension re-activation and opening
      a second OCC Home tab; panel now auto-refreshes via configWatcher/homeWatcher
    - openOpenClawFolder() now cleans up stale .code-workspace on next startup when
      openclaw is not installed
    - Unix silent install: nvm → cacheSudo once → macOS .pkg / Linux nodesource → npm
    - Expand isPermError to match Homebrew sudo messages
    - failCancelled() path for wrong/cancelled password (Try Again instead of MoltPilot)
    
    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    damoahdominic and claude committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    5996893 View commit details
    Browse the repository at this point in the history
  2. fix: replace Void cube with OCC lobster in Windows installer wizard i…

    …mage
    
    inno-void.bmp was still showing the old Void cube graphic. Replaced with
    the OCC lobster icon (1200x1200) used in the Inno Setup WizardSmallImageFile.
    
    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    damoahdominic and claude committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    5c5db4b View commit details
    Browse the repository at this point in the history
  3. feat: add OCC Legacy model constants and patch openclaw.json after setup

    - Define OCC_LEGACY_MODEL_* constants (cost, contextWindow, maxTokens)
    - After free-tier onboard succeeds, recursively patch openclaw.json to inject
      correct pricing and context window for occ-legacy model
    - Remove ✅ OpenClaw detected status line from OCC Home dashboard
    - Add 20px margin-top to checks info bar
    - Add search icon to Quick Actions button, rename to Search Actions
    
    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    damoahdominic and claude committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    99179a8 View commit details
    Browse the repository at this point in the history
Loading