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.8.1
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.9.0
Choose a head ref
  • 9 commits
  • 28 files changed
  • 5 contributors

Commits on Mar 7, 2026

  1. Configuration menu
    Copy the full SHA
    0ede835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69c184c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. chore(deps): bump black in the uv group across 1 directory (#79)

    Bumps the uv group with 1 update in the / directory: [black](https://github.com/psf/black).
    
    
    Updates `black` from 25.9.0 to 26.3.1
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@25.9.0...26.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-version: 26.3.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 Mar 13, 2026
    Configuration menu
    Copy the full SHA
    897182b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. feat(schema): upgrade ACP schema from v0.10.8 to v0.11.2 (#80)

    - Regenerate schema bindings and Pydantic models
    - Add session/close endpoint and CloseSession request/response types
    - Add message_id parameter to PromptRequest
    - Add AuthCapabilities, AuthEnvVar, AuthMethodAgent, AuthMethodEnvVar types
    - Rename KillTerminalCommandRequest/Response to KillTerminalRequest/Response
    - Rename SetSessionConfigOptionRequest to SetSessionConfigOptionSelectRequest
    - Promote session/list from unstable to stable
    - Update agent/client routers, interfaces, examples, and tests accordingly
    
    Generated by Mistral Vibe.
    
    Co-authored-by: Mistral Vibe <[email protected]>
    Nemtecl and mistral-vibe authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    7e0a587 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. chore: bump to 0.9.0a1

    PsiACE committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    65ed781 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. Configuration menu
    Copy the full SHA
    2af0e7c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

  1. Configuration menu
    Copy the full SHA
    a57c672 View commit details
    Browse the repository at this point in the history
  2. chore: bump to 0.9.0

    PsiACE committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    2aba01b View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump requests in the uv group across 1 directory (#82)

    Bumps the uv group with 1 update in the / directory: [requests](https://github.com/psf/requests).
    
    
    Updates `requests` from 2.32.5 to 2.33.0
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.32.5...v2.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-version: 2.33.0
      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 Mar 26, 2026
    Configuration menu
    Copy the full SHA
    093a562 View commit details
    Browse the repository at this point in the history
Loading