You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# Changelog
2
2
3
-
## 0.5.0 (2025-10-23)
3
+
## 0.5.0 (2025-10-24)
4
4
5
-
- Update to latest ACP JSON Schema
5
+
- Provide access to an `AbortSignal` and `closed` promise on connections so you can wait for the connection to close and handle any other cleanup tasks you need for a graceful shutdown. https://github.com/agentclientprotocol/typescript-sdk/pull/11
6
+
- Allow for more customization of error messages: https://github.com/agentclientprotocol/typescript-sdk/pull/12
7
+
- Update to latest ACP JSON Schema: https://github.com/agentclientprotocol/typescript-sdk/pull/10
0 commit comments