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: topcheer/ggcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.62
Choose a base ref
...
head repository: topcheer/ggcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.63
Choose a head ref
  • 5 commits
  • 28 files changed
  • 2 contributors

Commits on Jun 7, 2026

  1. docs: translate all release notes to English

    Updated v1.2.1, v1.2.2, v1.3.58-v1.3.63 from Chinese to English.
    GitHub releases also updated via gh release edit.
    
    Co-Authored-By: ggcode <noreply@ggcode.dev>
    Junjun Zhang and ggcode committed Jun 7, 2026
    Configuration menu
    Copy the full SHA
    948f37a View commit details
    Browse the repository at this point in the history
  2. fix(webui): use manual temp dirs in TestSessionsListWithSessions

    t.TempDir() cleanup races with JSONL store file handles.
    Use os.MkdirTemp with defer os.RemoveAll instead.
    Bump mobile build to 2026060710.
    
    Co-Authored-By: ggcode <noreply@ggcode.dev>
    Junjun Zhang and ggcode committed Jun 7, 2026
    Configuration menu
    Copy the full SHA
    15f1566 View commit details
    Browse the repository at this point in the history
  3. fix(ci): upload macOS bare binaries to GitHub Release

    The upload-release-assets step only matched *.dmg from desktop-darwin.
    Added glob for ggcode-desktop_*_darwin_* bare binaries so Homebrew
    formula can download them.
    
    Bump mobile build to 2026060711.
    
    Co-Authored-By: ggcode <noreply@ggcode.dev>
    Junjun Zhang and ggcode committed Jun 7, 2026
    Configuration menu
    Copy the full SHA
    0bc9302 View commit details
    Browse the repository at this point in the history
  4. fix(ci): use GITHUB_TOKEN for release asset upload

    TAP_GITHUB_TOKEN may lack upload permissions for the main repo.
    GITHUB_TOKEN has contents:write permission in this job.
    
    Bump mobile build to 2026060712.
    
    Co-Authored-By: ggcode <noreply@ggcode.dev>
    Junjun Zhang and ggcode committed Jun 7, 2026
    Configuration menu
    Copy the full SHA
    fc60139 View commit details
    Browse the repository at this point in the history
  5. fix(ci): upload release assets one-by-one with error tolerance

    Single gh release upload with all globs fails if any file 404s.
    Split into per-pattern uploads with non-fatal errors so partial
    success is possible.
    
    Bump mobile build to 2026060713.
    
    Co-Authored-By: ggcode <noreply@ggcode.dev>
    Junjun Zhang and ggcode committed Jun 7, 2026
    Configuration menu
    Copy the full SHA
    7a74702 View commit details
    Browse the repository at this point in the history
Loading