Skip to content

Commit c1310b9

Browse files
chore: publish new package versions (#4581)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @electric-ax/agents@0.4.19 ### Patch Changes - d8af425: Rename agent-facing webhook subscription APIs from generic event source terminology to webhook source terminology. This is a breaking rename for the experimental webhook-source tools, runtime/server types, routes, manifest metadata, and wake payload names. - 23b7ec0: Require an explicit Electric shape endpoint URL for pg-sync observations. Source identity is derived from the shape options plus the observing tenant/principal/entity — ephemeral per-request fields (wakeId, runtimeConsumerId, streamPath) are excluded — so the same agent reuses one bridge across wakes while different principals get their own correctly-scoped streams. Registration validates the endpoint by fetching the shape log up front, failing with Electric's error instead of retrying silently, and a duplicate registration no longer resets a running bridge's bootstrap state (which could drop changes after a restart). Adds an `unobserve_pg_sync` tool so an agent can stop being woken by a shape stream it previously observed without affecting other observers. - Updated dependencies [d8af425] - Updated dependencies [23b7ec0] - Updated dependencies [3528e67] - @electric-ax/agents-runtime@0.4.1 ## @electric-ax/agents-runtime@0.4.1 ### Patch Changes - d8af425: Rename agent-facing webhook subscription APIs from generic event source terminology to webhook source terminology. This is a breaking rename for the experimental webhook-source tools, runtime/server types, routes, manifest metadata, and wake payload names. - 23b7ec0: Require an explicit Electric shape endpoint URL for pg-sync observations. Source identity is derived from the shape options plus the observing tenant/principal/entity — ephemeral per-request fields (wakeId, runtimeConsumerId, streamPath) are excluded — so the same agent reuses one bridge across wakes while different principals get their own correctly-scoped streams. Registration validates the endpoint by fetching the shape log up front, failing with Electric's error instead of retrying silently, and a duplicate registration no longer resets a running bridge's bootstrap state (which could drop changes after a restart). Adds an `unobserve_pg_sync` tool so an agent can stop being woken by a shape stream it previously observed without affecting other observers. - 3528e67: Persist handler errors on the run that produced them and render long run error messages in the agents UI as expandable details. ## @electric-ax/agents-server@0.5.1 ### Patch Changes - d8af425: Rename agent-facing webhook subscription APIs from generic event source terminology to webhook source terminology. This is a breaking rename for the experimental webhook-source tools, runtime/server types, routes, manifest metadata, and wake payload names. - 23b7ec0: Require an explicit Electric shape endpoint URL for pg-sync observations. Source identity is derived from the shape options plus the observing tenant/principal/entity — ephemeral per-request fields (wakeId, runtimeConsumerId, streamPath) are excluded — so the same agent reuses one bridge across wakes while different principals get their own correctly-scoped streams. Registration validates the endpoint by fetching the shape log up front, failing with Electric's error instead of retrying silently, and a duplicate registration no longer resets a running bridge's bootstrap state (which could drop changes after a restart). Adds an `unobserve_pg_sync` tool so an agent can stop being woken by a shape stream it previously observed without affecting other observers. - Updated dependencies [d8af425] - Updated dependencies [23b7ec0] - Updated dependencies [3528e67] - @electric-ax/agents-runtime@0.4.1 ## electric-ax@0.2.19 ### Patch Changes - Updated dependencies [d8af425] - Updated dependencies [23b7ec0] - Updated dependencies [3528e67] - @electric-ax/agents-runtime@0.4.1 - @electric-ax/agents@0.4.19 ## @electric-ax/example-agents-chat-starter@0.1.10 ### Patch Changes - Updated dependencies [d8af425] - Updated dependencies [23b7ec0] - Updated dependencies [3528e67] - @electric-ax/agents-runtime@0.4.1 ## @electric-ax/example-agents-walkthrough@0.1.7 ### Patch Changes - Updated dependencies [d8af425] - Updated dependencies [23b7ec0] - Updated dependencies [3528e67] - @electric-ax/agents-runtime@0.4.1 ## @electric-ax/example-deep-survey@0.1.26 ### Patch Changes - Updated dependencies [d8af425] - Updated dependencies [23b7ec0] - Updated dependencies [3528e67] - @electric-ax/agents-runtime@0.4.1 ## @electric-ax/agents-mobile@0.0.17 ### Patch Changes - Updated dependencies [23b7ec0] - Updated dependencies [d8af425] - Updated dependencies [23b7ec0] - Updated dependencies [3528e67] - @electric-ax/agents-server-ui@0.5.1 - @electric-ax/agents-runtime@0.4.1 ## @electric-ax/agents-server-ui@0.5.1 ### Patch Changes - 23b7ec0: Harden desktop UI response parsing for send and session mutation requests, and preserve configured auth headers when Electron local requests fall back from the desktop IPC transport to browser fetch. - 3528e67: Persist handler errors on the run that produced them and render long run error messages in the agents UI as expandable details. - Updated dependencies [d8af425] - Updated dependencies [23b7ec0] - Updated dependencies [3528e67] - @electric-ax/agents-runtime@0.4.1 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 23b7ec0 commit c1310b9

22 files changed

Lines changed: 98 additions & 34 deletions

File tree

.changeset/fix-desktop-send-response-parsing.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rename-webhook-sources.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/require-pg-sync-source-urls.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/run-error-rendering.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/agents-chat-starter/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @electric-ax/example-agents-chat-starter
22

3+
## 0.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d8af425]
8+
- Updated dependencies [23b7ec0]
9+
- Updated dependencies [3528e67]
10+
- @electric-ax/agents-runtime@0.4.1
11+
312
## 0.1.9
413

514
### Patch Changes

examples/agents-chat-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@electric-ax/example-agents-chat-starter",
33
"private": true,
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"type": "module",
66
"scripts": {
77
"dev": "pnpm run dev:server & pnpm run dev:ui",

examples/agents-walkthrough/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @electric-ax/example-agents-walkthrough
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d8af425]
8+
- Updated dependencies [23b7ec0]
9+
- Updated dependencies [3528e67]
10+
- @electric-ax/agents-runtime@0.4.1
11+
312
## 0.1.6
413

514
### Patch Changes

examples/agents-walkthrough/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@electric-ax/example-agents-walkthrough",
33
"private": true,
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
"type": "module",
66
"scripts": {
77
"dev": "tsx watch --env-file=.env src/index.ts",

examples/deep-survey/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @electric-ax/example-deep-survey
22

3+
## 0.1.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d8af425]
8+
- Updated dependencies [23b7ec0]
9+
- Updated dependencies [3528e67]
10+
- @electric-ax/agents-runtime@0.4.1
11+
312
## 0.1.25
413

514
### Patch Changes

examples/deep-survey/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@electric-ax/example-deep-survey",
33
"private": true,
4-
"version": "0.1.25",
4+
"version": "0.1.26",
55
"type": "module",
66
"scripts": {
77
"dev": "pnpm run --parallel \"/^dev:/\"",

0 commit comments

Comments
 (0)