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: github/copilot-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1dce282
Choose a base ref
...
head repository: github/copilot-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4e5fb07
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Mar 13, 2026

  1. Fix panic on send to closed event channel in Go SDK

    Protect dispatchEvent with a recover guard so that a notification
    arriving after Disconnect does not crash the process. Also wrap the
    channel close in sync.Once so Disconnect is safe to call more than once.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    SteveSandersonMS and Copilot committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    4e5fb07 View commit details
    Browse the repository at this point in the history
Loading