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.12.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.12.1
Choose a head ref
  • 6 commits
  • 17 files changed
  • 4 contributors

Commits on Aug 1, 2026

  1. fix(codegen): support datamodel-code-generator 0.71 (#127)

    * fix(codegen): support datamodel-code-generator 0.64
    
    * chore(deps-dev): require datamodel-code-generator 0.71.0
    
    * refactor(schema): stop duplicating field descriptions
    
    * refactor(schema): generate field descriptions as docstrings
    
    * test(schema): verify generated descriptions are readable
    PsiACE authored Aug 1, 2026
    Configuration menu
    Copy the full SHA
    40faed9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2026

  1. chore(deps): bump h2 in the uv group across 1 directory (#131)

    Bumps the uv group with 1 update in the / directory: [h2](https://github.com/python-hyper/h2).
    
    
    Updates `h2` from 4.3.0 to 4.4.1
    - [Changelog](https://github.com/python-hyper/h2/blob/master/CHANGELOG.rst)
    - [Commits](python-hyper/h2@v4.3.0...v4.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: h2
      dependency-version: 4.4.1
      dependency-type: indirect
      dependency-group: uv
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 10, 2026
    Configuration menu
    Copy the full SHA
    082c8f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2026

  1. refactor(connection): simplify connection handling and remove unused …

    …components (#132)
    
    refactor(task): clean up task module by removing unused classes and imports
    
    test(tests): update tests to reflect changes in connection and task handling
    
    Signed-off-by: Frost Ming <[email protected]>
    frostming authored Aug 13, 2026
    Configuration menu
    Copy the full SHA
    e7e96a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2026

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

    …ry (#133)
    
    Bumps the uv group with 1 update in the / directory: [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions).
    
    
    Updates `pymdown-extensions` from 11.0 to 11.0.1
    - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
    - [Commits](facelessuser/pymdown-extensions@11.0...11.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: pymdown-extensions
      dependency-version: 11.0.1
      dependency-type: indirect
      dependency-group: uv
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 14, 2026
    Configuration menu
    Copy the full SHA
    e8ff5bc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2026

  1. Configuration menu
    Copy the full SHA
    1647b4a View commit details
    Browse the repository at this point in the history
  2. fix(version): update agent-client-protocol version to 0.12.1 in pypro…

    …ject.toml and uv.lock
    
    Signed-off-by: Frost Ming <[email protected]>
    frostming committed Aug 16, 2026
    Configuration menu
    Copy the full SHA
    e668ed9 View commit details
    Browse the repository at this point in the history
Loading