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.7.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.8.0
Choose a head ref
  • 8 commits
  • 27 files changed
  • 5 contributors

Commits on Dec 30, 2025

  1. feat: bump acp schema version to 0.10.5 (#52)

    * feat: bump acp schema version to 0.10.5
    
    Signed-off-by: Richard Chien <stdrc@outlook.com>
    
    * add tests and renaming
    
    Signed-off-by: Richard Chien <stdrc@outlook.com>
    
    * remove obsolete type aliases
    
    Signed-off-by: Richard Chien <stdrc@outlook.com>
    
    ---------
    
    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc authored Dec 30, 2025
    Configuration menu
    Copy the full SHA
    8509738 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. fix: remove TerminalHandle (#56)

    fix: Eliminate the usage of type casting by making Agent/Client side connection fully compatible with the protocol.
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    a7aa7c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2026

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

Commits on Jan 31, 2026

  1. feat: Increase default stdio buffer limit and allow configuration (#59)

    * Increase default stdio buffer limit and allow configuration
    
    * Format
    
    * Lint
    jacoblee93 authored Jan 31, 2026
    Configuration menu
    Copy the full SHA
    5510db2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2026

  1. fix: Add SessionInfoUpdate to SessionUpdate type in helpers (#61)

    * fix: Add SessionInfoUpdate to ToolCallContentVariant
    
    * fix: add miss import
    
    Signed-off-by: Chojan Shang <psiace@apache.org>
    
    ---------
    
    Signed-off-by: Chojan Shang <psiace@apache.org>
    Co-authored-by: Chojan Shang <psiace@apache.org>
    observerw and PsiACE authored Feb 7, 2026
    Configuration menu
    Copy the full SHA
    e63a997 View commit details
    Browse the repository at this point in the history
  2. feat: bump agentclientprotocol to 0.10.8 (#63)

    * feat: bump agentclientprotocol to 0.10.8
    
    Signed-off-by: Chojan Shang <psiace@apache.org>
    
    * fix: minor fix
    
    Signed-off-by: Chojan Shang <psiace@apache.org>
    
    ---------
    
    Signed-off-by: Chojan Shang <psiace@apache.org>
    PsiACE authored Feb 7, 2026
    Configuration menu
    Copy the full SHA
    b4f253c View commit details
    Browse the repository at this point in the history
  3. fix: allow omitting mcpServers in session requests (#58)

    * fix: allow omitting mcpServers in session requests
    
    * fix: warn on positional load_session session_id
    
    * Revert "fix: warn on positional load_session session_id"
    
    This reverts commit 1f21da8.
    
    * Revert "fix: allow omitting mcpServers in session requests"
    
    This reverts commit 73499a8.
    
    * fix: default mcpServers to empty list
    PsiACE authored Feb 7, 2026
    Configuration menu
    Copy the full SHA
    e21d8d0 View commit details
    Browse the repository at this point in the history
  4. chore: prepare 0.8.0 release (#64)

    * chore: prepare 0.8.0 release
    
    * chore: bump to 0.8.0
    PsiACE authored Feb 7, 2026
    Configuration menu
    Copy the full SHA
    a1d2ae8 View commit details
    Browse the repository at this point in the history
Loading