Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"sdk": "0.4.12"
"sdk": "0.4.13"
}
7 changes: 7 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.13](https://github.com/runloopai/remote-agents-sdk/compare/remote-agents-sdk-v0.4.12...remote-agents-sdk-v0.4.13) (2026-09-04)


### Features

* **sdk:** type turn.resumed and background.changed system events ([#180](https://github.com/runloopai/remote-agents-sdk/issues/180)) ([cc36192](https://github.com/runloopai/remote-agents-sdk/commit/cc36192b7d2ef01790fd52256b417f1066412542))

## [0.4.12](https://github.com/runloopai/remote-agents-sdk/compare/remote-agents-sdk-v0.4.11...remote-agents-sdk-v0.4.12) (2026-09-02)


Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runloop/remote-agents-sdk",
"version": "0.4.12",
"version": "0.4.13",
"description": "TypeScript SDK for connecting to Runloop-hosted remote agents using Axons",
"license": "MIT",
"author": "Runloop, Inc.",
Expand Down
Loading