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: codingworkflow/ai-code-fusion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: codingworkflow/ai-code-fusion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jun 10, 2025

  1. Fix macOS application icon display (#18)

    Fix macOS application icon display and development setup
    
    - Regenerate corrupted icon.icns file (8 bytes → 840KB with proper multi-resolution support)
    - Fix rimraf API compatibility in clean-dev-assets.js for Node.js module changes
    - Add missing make build-mac command to development documentation
    
    The main issue was a corrupted icon.icns file that caused blank icons on macOS.
    Regenerated using iconutil with proper iconset structure containing resolutions
    from 16x16 to 1024x1024 pixels for full macOS system compatibility.
    Durafen authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    47ec40d View commit details
    Browse the repository at this point in the history
Loading