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: Snowy7/sncode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: Snowy7/sncode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 15 commits
  • 18 files changed
  • 3 contributors

Commits on Feb 25, 2026

  1. Add Linux ARM64 (aarch64) build support

    - Add arm64 to Linux AppImage target architectures in package.json
    - Add dedicated linux-arm64 package job in release workflow using
      ubuntu-24.04-arm runner
    - Add linux-arm64 build job in CI workflow for PR validation
    - Release job now depends on both x64 and arm64 package jobs
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Snowy7 and claude committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    a1cd0cd View commit details
    Browse the repository at this point in the history
  2. Revert arm64 from package.json linux arch list

    The dedicated package-linux-arm64 job passes --linux --arm64 explicitly,
    so keeping arm64 in package.json would cause the x64 ubuntu-latest job
    to attempt cross-arch AppImage builds that would fail.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Snowy7 and claude committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    1e3e286 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from Snowy7/feat/linux-arm64-support

    Add Linux ARM64 (aarch64) build support
    Snowy7 authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    ffd5da1 View commit details
    Browse the repository at this point in the history
  4. Fix ARM64 build: explicitly target AppImage only

    The --linux flag without a specific target caused electron-builder to
    also attempt building a snap package (failing due to missing snapcraft)
    and to build both x64 and arm64 architectures. Specifying
    --linux AppImage restricts the build to only the AppImage target.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Snowy7 and claude committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    28f8ef4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from Snowy7/fix/arm64-build-command

    Fix ARM64 build: target AppImage explicitly
    Snowy7 authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    78005d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a4aa31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e80ec1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5cbdf2c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b3623a View commit details
    Browse the repository at this point in the history
  10. Revert "Redesign app header and toolbar chrome"

    This reverts commit 0b3623a.
    Snowy7 committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    788758d View commit details
    Browse the repository at this point in the history
  11. feat(core): add thread model memory, codex history seeding, editor IP…

    …C, and stronger compaction
    Snowy7 committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    791d1e2 View commit details
    Browse the repository at this point in the history
  12. feat(renderer): monaco lifecycle rewrite, queued sends, inline diff U…

    …X, and editor launcher
    Snowy7 committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    8109a3d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1c04682 View commit details
    Browse the repository at this point in the history
  14. feat(composer): add slash command + @file mention popovers, permissio…

    …n dropdown, and sidebar restore
    Snowy7 committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    5d7f50c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e868733 View commit details
    Browse the repository at this point in the history
Loading