Skip to content

chore(deps): bump @agentclientprotocol/sdk from 0.21.0 to 1.3.0 - #1060

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/agentclientprotocol/sdk-1.3.0
Open

chore(deps): bump @agentclientprotocol/sdk from 0.21.0 to 1.3.0#1060
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/agentclientprotocol/sdk-1.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor

Bumps @agentclientprotocol/sdk from 0.21.0 to 1.3.0.

Release notes

Sourced from @​agentclientprotocol/sdk's releases.

v1.3.0

1.3.0 (2026-07-21)

Features

  • experimental: Add experimental ACP v2 API (#223) (26cdeb4)
  • Update to schema v1.20.0 and v2.0.0-alpha.2 (#225) (cb61107)

v1.2.1

1.2.1 (2026-07-07)

Bug Fixes

  • http: make SSE close and response delivery deterministic (#209) (2adee0f)
  • Preserve extensible union semantics in TS schemas (#215) (e323221)

v1.2.0

1.2.0 (2026-07-06)

Features

Bug Fixes

  • make ndJsonStream receive path linear in message size (#210) (2fc41d2)
  • unify JSON-RPC message validation policy across transports (#212) (5e01eb2), closes #211

v1.1.0

1.1.0 (2026-06-29)

Features

  • Expose request ids in handler contexts (#202) (eda849c)

v1.0.0

1.0.0 (2026-06-24)

Features

  • schema: Update to v1.16.0 of the schema (#199) (de58791)

... (truncated)

Changelog

Sourced from @​agentclientprotocol/sdk's changelog.

1.3.0 (2026-07-21)

Features

  • experimental: Add experimental ACP v2 API (#223) (26cdeb4)
  • Update to schema v1.20.0 and v2.0.0-alpha.2 (#225) (cb61107)

1.2.1 (2026-07-07)

Bug Fixes

  • http: make SSE close and response delivery deterministic (#209) (2adee0f)
  • Preserve extensible union semantics in TS schemas (#215) (e323221)

1.2.0 (2026-07-06)

Features

Bug Fixes

  • make ndJsonStream receive path linear in message size (#210) (2fc41d2)
  • unify JSON-RPC message validation policy across transports (#212) (5e01eb2), closes #211

1.1.0 (2026-06-29)

Features

  • Expose request ids in handler contexts (#202) (eda849c)

1.0.0 (2026-06-24)

Features

  • schema: Update to v1.16.0 of the schema (#199) (de58791)

Miscellaneous Chores

0.29.0 (2026-06-22)

... (truncated)

Commits
  • fa32570 chore(main): release 1.3.0 (#224)
  • cb61107 feat: Update to schema v1.20.0 and v2.0.0-alpha.2 (#225)
  • 26cdeb4 feat(experimental): Add experimental ACP v2 API (#223)
  • 0daecae chore(deps-dev): bump nanoid from 3.3.15 to 3.3.16 (#222)
  • 32c3bc1 chore(deps): bump the minor group with 16 updates (#221)
  • 3eecb54 chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#220)
  • 76da032 chore(deps): bump the minor group with 42 updates (#216)
  • 26da1ae chore(main): release 1.2.1 (#214)
  • e323221 fix: Preserve extensible union semantics in TS schemas (#215)
  • 2adee0f fix(http): make SSE close and response delivery deterministic (#209)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Upgrade @agentclientprotocol/sdk from 0.21.0 to 1.3.0 to get schema updates, bug fixes, and access to the experimental ACP v2 API. No app code changes; validate builds due to the major version jump.

  • Dependencies

    • Bump @agentclientprotocol/sdk to 1.3.0 in packages/opencode/package.json.
  • Migration

    • Install deps and run tests/build.
    • Verify SSE streaming paths and JSON-RPC validation still behave as expected.
    • We are not enabling ACP v2; existing v1 usage should continue to work with the updated schemas.

Written for commit 4ef8c9a. Summary will update on new commits.

Review in cubic

Bumps [@agentclientprotocol/sdk](https://github.com/agentclientprotocol/typescript-sdk) from 0.21.0 to 1.3.0.
- [Release notes](https://github.com/agentclientprotocol/typescript-sdk/releases)
- [Changelog](https://github.com/agentclientprotocol/typescript-sdk/blob/main/CHANGELOG.md)
- [Commits](agentclientprotocol/typescript-sdk@v0.21.0...v1.3.0)

---
updated-dependencies:
- dependency-name: "@agentclientprotocol/sdk"
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 31, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.

Tip: disable this comment in your organization's Code Review settings.

@github-actions

Copy link
Copy Markdown

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions

Copy link
Copy Markdown

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code needs:compliance needs:issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants