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.16.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.17.0
Choose a head ref
  • 5 commits
  • 13 files changed
  • 4 contributors

Commits on Mar 16, 2026

  1. chore(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 (

    …#87)
    
    Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.0.0.
    - [Release notes](https://github.com/actions/create-github-app-token/releases)
    - [Commits](actions/create-github-app-token@29824e6...f8d387b)
    
    ---
    updated-dependencies:
    - dependency-name: actions/create-github-app-token
      dependency-version: 3.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    770b4ec View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

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

Commits on Mar 20, 2026

  1. Added unstable_logout (#90)

    anna239 authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    3ebb56d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. Preserve unknown fields in generated Zod schemas (#92)

    Switch generated object schemas to `z.looseObject()` so known
    requests and notifications keep unrecognized properties during
    validation.
    benbrandt authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    630cc29 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.17.0 (#89)

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