chore: publish new package versions#4365
Merged
Merged
Conversation
afce16e to
f264526
Compare
✅ Deploy Preview for electric-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
243b252 to
e7a496f
Compare
e7a496f to
fcb8a99
Compare
icehaunter
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release 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-runtime@0.3.0
Minor Changes
adc99e9: Move the
.md-skill-directory loader (createSkillsRegistry) and the per-entity skill tool builder (createSkillTools) — together with theSkillsRegistry/SkillMetatypes and the underlyingpreamble/extract-metahelpers — out of@electric-ax/agentsand into@electric-ax/agents-runtime, alongside the rest of the entity-runtime primitives.No behaviour change. Same files, re-rooted to the package whose dependencies they already use: skills depend on
completeWithLowCostModeland the runtime logger, both already inagents-runtime. The skills code uses zero symbols defined in@electric-ax/agents, so the previous arrangement had the dependency graph pointing the wrong way.This makes the skills primitives available to any package built on top of
agents-runtime(e.g. external Discord / Slack / CLI bots) without pulling in Horton, Worker, orBuiltinAgentsServeras transitive context.Existing internal call sites in
@electric-ax/agents(bootstrap.ts,agents/horton.ts) now import from@electric-ax/agents-runtime. No public API of@electric-ax/agentsis affected — the skills surface was never re-exported from itsindex.ts, so embedders that only consumed Horton / Worker / Server APIs continue to work unchanged.Patch Changes
sendtool exposingctx.send()to LLM agents (Horton and Worker) for sending messages to Electric entities by URL. Changesend()return type fromvoidtoPromise<SendResult>so callers can await delivery confirmation and handle failures with structured error results.bashtool's description no longer claims commands run in a sandboxed working directory. Behavior is unchanged; sandboxing is a deployment-time concern that lives outside the tool definition.5d5c217so local development resolves the same subscription-control routing code as the PR build.@electric-ax/agents@0.4.4
Patch Changes
9c275b7: Add
sendtool exposingctx.send()to LLM agents (Horton and Worker) for sending messages to Electric entities by URL. Changesend()return type fromvoidtoPromise<SendResult>so callers can await delivery confirmation and handle failures with structured error results.99ac6fd: Pin Durable Streams dependencies to commit
5d5c217so local development resolves the same subscription-control routing code as the PR build.adc99e9: Move the
.md-skill-directory loader (createSkillsRegistry) and the per-entity skill tool builder (createSkillTools) — together with theSkillsRegistry/SkillMetatypes and the underlyingpreamble/extract-metahelpers — out of@electric-ax/agentsand into@electric-ax/agents-runtime, alongside the rest of the entity-runtime primitives.No behaviour change. Same files, re-rooted to the package whose dependencies they already use: skills depend on
completeWithLowCostModeland the runtime logger, both already inagents-runtime. The skills code uses zero symbols defined in@electric-ax/agents, so the previous arrangement had the dependency graph pointing the wrong way.This makes the skills primitives available to any package built on top of
agents-runtime(e.g. external Discord / Slack / CLI bots) without pulling in Horton, Worker, orBuiltinAgentsServeras transitive context.Existing internal call sites in
@electric-ax/agents(bootstrap.ts,agents/horton.ts) now import from@electric-ax/agents-runtime. No public API of@electric-ax/agentsis affected — the skills surface was never re-exported from itsindex.ts, so embedders that only consumed Horton / Worker / Server APIs continue to work unchanged.Updated dependencies [9c275b7]
Updated dependencies [1ab43f5]
Updated dependencies [99ac6fd]
Updated dependencies [adc99e9]
@electric-ax/agents-server@0.4.5
Patch Changes
5d5c217so local development resolves the same subscription-control routing code as the PR build.@electric-ax/agents-server-conformance-tests@0.1.6
Patch Changes
5d5c217so local development resolves the same subscription-control routing code as the PR build.electric-ax@0.2.4
Patch Changes
5d5c217so local development resolves the same subscription-control routing code as the PR build.@electric-ax/example-deep-survey@0.1.11
Patch Changes
@electric-ax/agents-desktop@0.1.5
Patch Changes
ghare discoverable when launched from Finder or other GUI launchers.ELECTRIC_DESKTOP_UI_PORTenv var for parallel desktop development. Include version in desktop artifact filename.@electric-ax/agents-server-ui@0.4.5
Patch Changes
ELECTRIC_DESKTOP_UI_PORTenv var for parallel desktop development. Include version in desktop artifact filename.5d5c217so local development resolves the same subscription-control routing code as the PR build.@core/sync-service@1.6.7
Patch Changes
:check_admissionnow runs at the front of the request pipeline and classifies requests using a single:ets.member/2lookup on?handle=, removing the SQLite-backed:resolve_existing_shapestep that previously ran before admission and saturated the read pool under thundering herd (bottleneck 1 of ShapeCache bottlenecks under thundering herd #4266).