Commit c1310b9
authored
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
- examples
- agents-chat-starter
- agents-walkthrough
- deep-survey
- packages
- agents-mobile
- agents-runtime
- agents-server-ui
- agents-server
- agents
- electric-ax
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments