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: main
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: copilot/fix-python-sdk-tests-workflow
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 26, 2026

  1. Initial plan

    Copilot committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    bec75eb View commit details
    Browse the repository at this point in the history
  2. Add TypedDict types for ping() and stop() return values

    Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>
    Copilot and friggeri committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    2ac97d3 View commit details
    Browse the repository at this point in the history
  3. Convert all TypedDict response types to dataclasses

    Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>
    Copilot and friggeri committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    9ae0fc2 View commit details
    Browse the repository at this point in the history
  4. Add proper validation to from_dict methods

    Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>
    Copilot and friggeri committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    9d6e722 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Fix ty type checker errors after dataclass conversion

    Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>
    Copilot and friggeri committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    342039c View commit details
    Browse the repository at this point in the history
  2. Initial plan

    Copilot committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    c2114c3 View commit details
    Browse the repository at this point in the history
  3. Fix ty type checker error in client.py readline decode

    Handle both bytes and str types for readline output to satisfy type checker while maintaining correct runtime behavior
    
    Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>
    Copilot and friggeri committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    beacbcf View commit details
    Browse the repository at this point in the history
Loading