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: stacklok/brood-box
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.10
Choose a base ref
...
head repository: stacklok/brood-box
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.11
Choose a head ref
  • 1 commit
  • 8 files changed
  • 2 contributors

Commits on Mar 20, 2026

  1. Fix SSH agent forwarding for long-running sessions (#74)

    * Fix SSH agent forwarding resilience for long-running sessions
    
    Add retry with exponential backoff on agent socket dial (handles
    transient gcr-ssh-agent restarts), SSH keepalive to detect dead
    connections, and warn-level logging for agent failures that were
    previously invisible at debug level. Inject SSHAuthSock via
    SessionOpts instead of reading os.Getenv in infrastructure layer.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    * Upgrade go-microvm to v0.0.24
    
    Picks up the SSH agent forwarding half-close fix (go-microvm#49)
    that prevents goroutine leaks exhausting the agent connection
    semaphore during long-running sessions.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    * Remove stale local replace directive for go-microvm
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    * Fix macOS CI: use short temp paths for Unix sockets in tests
    
    macOS limits Unix socket paths to 104 bytes. t.TempDir() combined
    with long test names exceeded this limit causing bind failures.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    * Fix flaky merge commit test on macOS
    
    Force --no-ff on git merge to ensure a merge commit is always
    created regardless of git config or platform defaults.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    JAORMX and claude authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    c39d56c View commit details
    Browse the repository at this point in the history
Loading