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: agentclientprotocol/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.0
Choose a base ref
...
head repository: agentclientprotocol/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.10.1
Choose a head ref
  • 6 commits
  • 6 files changed
  • 5 contributors

Commits on May 12, 2026

  1. chore(deps): bump urllib3 in the uv group across 1 directory (#96)

    Bumps the uv group with 1 update in the / directory: [urllib3](https://github.com/urllib3/urllib3).
    
    
    Updates `urllib3` from 2.6.3 to 2.7.0
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.6.3...2.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-version: 2.7.0
      dependency-type: indirect
      dependency-group: uv
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 12, 2026
    Configuration menu
    Copy the full SHA
    5271d74 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2026

  1. chore(deps): bump pymdown-extensions in the uv group across 1 directo…

    …ry (#99)
    
    Bumps the uv group with 1 update in the / directory: [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions).
    
    
    Updates `pymdown-extensions` from 10.16.1 to 10.21.3
    - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
    - [Commits](facelessuser/pymdown-extensions@10.16.1...10.21.3)
    
    ---
    updated-dependencies:
    - dependency-name: pymdown-extensions
      dependency-version: 10.21.3
      dependency-type: indirect
      dependency-group: uv
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2026
    Configuration menu
    Copy the full SHA
    19e924e View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump idna in the uv group across 1 directory (#100)

    Bumps the uv group with 1 update in the / directory: [idna](https://github.com/kjd/idna).
    
    
    Updates `idna` from 3.11 to 3.15
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)
    - [Commits](kjd/idna@v3.11...v3.15)
    
    ---
    updated-dependencies:
    - dependency-name: idna
      dependency-version: '3.15'
      dependency-type: indirect
      dependency-group: uv
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2026
    Configuration menu
    Copy the full SHA
    e9c6e9f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2026

  1. fix(examples): improve gemini.py CLI experience (#103)

    - Support --acp flag with --experimental-acp fallback for older versions
    - Suppress Gemini CLI stderr noise in non-debug mode
    - Drain stdin before terminating subprocess for cleaner shutdown
    - Catch KeyboardInterrupt in main() to avoid noisy traceback
    
    Co-authored-by: Claude Sonnet 4 <noreply@anthropic.com>
    whhe and claude authored May 24, 2026
    Configuration menu
    Copy the full SHA
    fd3de6e View commit details
    Browse the repository at this point in the history
  2. fix: assign receive-loop attributes before spawning recv task (#102)

    * fix: assign receive-loop attributes before spawning recv task
    
    * fix: guard eager task regression test by Python version
    
    ---------
    
    Co-authored-by: Chojan Shang <psiace@apache.org>
    SAY-5 and PsiACE authored May 24, 2026
    Configuration menu
    Copy the full SHA
    7acca14 View commit details
    Browse the repository at this point in the history
  3. release: 0.10.1 (#104)

    * release: 0.10.1
    
    * chore(deps): bump pygments to 2.20.0
    PsiACE authored May 24, 2026
    Configuration menu
    Copy the full SHA
    8cd8391 View commit details
    Browse the repository at this point in the history
Loading