Skip to content

Commit d65d868

Browse files
chore(main): release 0.6.0 (#22)
* chore(main): release 0.5.2 * Update changelog for first release-please release * chore: bump package version --------- Co-authored-by: acp-release-bot[bot] <246668977+acp-release-bot[bot]@users.noreply.github.com> Co-authored-by: Ben Brandt <[email protected]>
1 parent 2da0081 commit d65d868

File tree

6 files changed

+15
-8
lines changed

6 files changed

+15
-8
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@ src/*.js.map
1313

1414
# TypeDoc generated documentation
1515
src/docs/
16-
17-
.release-please-manifest.json
18-
release-please-config.json

.prettierignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
src/examples/README.md
2+
3+
.release-please-manifest.json
4+
release-please-config.json
5+
CHANGELOG.md

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.1"
3-
}
2+
".": "0.6.0"
3+
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/agentclientprotocol/typescript-sdk/compare/v0.5.1...v0.6.0) (2025-12-01)
4+
5+
Updates to the latest version of the ACP JSON Schema, [v0.8.0](https://github.com/agentclientprotocol/agent-client-protocol/releases/tag/v0.8.0)
6+
7+
This update provides much improved schema interfaces. The migration should be minimal because in TypeScript the interfaces should be functionally equivalent. But there may be some areas where the types are now more informative to the compiler and will hopefully help you catch errors earlier.
8+
39
## 0.5.1 (2025-10-24)
410

511
- Add ability for agents and clients to provide information about their implementation

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentclientprotocol/sdk",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)