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

Commits on Apr 23, 2026

  1. fix: Avoid event loop timing causing out of order messages (#130)

    * fix: Wait for response handler to run before processing the next message
    
    * Avoid awaiting request sends in Connection
    
    Send requests without awaiting `sendMessage` and remove the extra
    zero-delay yield after processing each message.
    
    This prevents unnecessary event-loop stalls while preserving pending
    response rejection handling if the transport closes.
    
    * Format
    
    ---------
    
    Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
    anvilpete and benbrandt authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    8f514f3 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.19.2 (#131)

    Co-authored-by: acp-release-bot[bot] <246668977+acp-release-bot[bot]@users.noreply.github.com>
    acp-release-bot[bot] authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    f293b70 View commit details
    Browse the repository at this point in the history
Loading