Skip to content

chore: publish new package versions#4365

Merged
icehaunter merged 1 commit into
mainfrom
changeset-release/main
May 21, 2026
Merged

chore: publish new package versions#4365
icehaunter merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 19, 2026

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 the SkillsRegistry / SkillMeta types and the underlying preamble / extract-meta helpers — out of @electric-ax/agents and 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 completeWithLowCostModel and the runtime logger, both already in agents-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, or BuiltinAgentsServer as 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/agents is affected — the skills surface was never re-exported from its index.ts, so embedders that only consumed Horton / Worker / Server APIs continue to work unchanged.

Patch Changes

  • 9c275b7: Add send tool exposing ctx.send() to LLM agents (Horton and Worker) for sending messages to Electric entities by URL. Change send() return type from void to Promise<SendResult> so callers can await delivery confirmation and handle failures with structured error results.
  • 1ab43f5: The built-in bash tool'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.
  • 99ac6fd: Pin Durable Streams dependencies to commit 5d5c217 so local development resolves the same subscription-control routing code as the PR build.

@electric-ax/agents@0.4.4

Patch Changes

  • 9c275b7: Add send tool exposing ctx.send() to LLM agents (Horton and Worker) for sending messages to Electric entities by URL. Change send() return type from void to Promise<SendResult> so callers can await delivery confirmation and handle failures with structured error results.

  • 99ac6fd: Pin Durable Streams dependencies to commit 5d5c217 so 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 the SkillsRegistry / SkillMeta types and the underlying preamble / extract-meta helpers — out of @electric-ax/agents and 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 completeWithLowCostModel and the runtime logger, both already in agents-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, or BuiltinAgentsServer as 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/agents is affected — the skills surface was never re-exported from its index.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-runtime@0.3.0

@electric-ax/agents-server@0.4.5

Patch Changes

  • 99ac6fd: Pin Durable Streams dependencies to commit 5d5c217 so local development resolves the same subscription-control routing code as the PR build.
  • Updated dependencies [9c275b7]
  • Updated dependencies [1ab43f5]
  • Updated dependencies [99ac6fd]
  • Updated dependencies [adc99e9]
    • @electric-ax/agents-runtime@0.3.0

@electric-ax/agents-server-conformance-tests@0.1.6

Patch Changes

  • 99ac6fd: Pin Durable Streams dependencies to commit 5d5c217 so local development resolves the same subscription-control routing code as the PR build.

electric-ax@0.2.4

Patch Changes

  • 99ac6fd: Pin Durable Streams dependencies to commit 5d5c217 so local development resolves the same subscription-control routing code as the PR build.
  • Updated dependencies [9c275b7]
  • Updated dependencies [1ab43f5]
  • Updated dependencies [99ac6fd]
  • Updated dependencies [adc99e9]
    • @electric-ax/agents-runtime@0.3.0
    • @electric-ax/agents@0.4.4

@electric-ax/example-deep-survey@0.1.11

Patch Changes

  • Updated dependencies [9c275b7]
  • Updated dependencies [1ab43f5]
  • Updated dependencies [99ac6fd]
  • Updated dependencies [adc99e9]
    • @electric-ax/agents-runtime@0.3.0

@electric-ax/agents-desktop@0.1.5

Patch Changes

  • 1df4d63: Add CI workflows for desktop app build artifacts and canary publishing.
  • d78075a: Restore the user's shell PATH in the packaged desktop app so CLI tools like gh are discoverable when launched from Finder or other GUI launchers.
  • e6a0bff: Add configurable UI port via ELECTRIC_DESKTOP_UI_PORT env var for parallel desktop development. Include version in desktop artifact filename.

@electric-ax/agents-server-ui@0.4.5

Patch Changes

  • e6a0bff: Add configurable UI port via ELECTRIC_DESKTOP_UI_PORT env var for parallel desktop development. Include version in desktop artifact filename.
  • 99ac6fd: Pin Durable Streams dependencies to commit 5d5c217 so local development resolves the same subscription-control routing code as the PR build.
  • Updated dependencies [9c275b7]
  • Updated dependencies [1ab43f5]
  • Updated dependencies [99ac6fd]
  • Updated dependencies [adc99e9]
    • @electric-ax/agents-runtime@0.3.0

@core/sync-service@1.6.7

Patch Changes

  • dbe8483: Cheap admission control for shape requests. :check_admission now runs at the front of the request pipeline and classifies requests using a single :ets.member/2 lookup on ?handle=, removing the SQLite-backed :resolve_existing_shape step that previously ran before admission and saturated the read pool under thundering herd (bottleneck 1 of ShapeCache bottlenecks under thundering herd #4266).

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from afce16e to f264526 Compare May 20, 2026 14:08
@netlify
Copy link
Copy Markdown

netlify Bot commented May 20, 2026

Deploy Preview for electric-next ready!

Name Link
🔨 Latest commit f264526
🔍 Latest deploy log https://app.netlify.com/projects/electric-next/deploys/6a0dc0519b5d56000834ad17
😎 Deploy Preview https://deploy-preview-4365--electric-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from 243b252 to e7a496f Compare May 20, 2026 19:29
@github-actions github-actions Bot force-pushed the changeset-release/main branch from e7a496f to fcb8a99 Compare May 21, 2026 08:40
@icehaunter icehaunter merged commit cbc19fd into main May 21, 2026
4 checks passed
@icehaunter icehaunter deleted the changeset-release/main branch May 21, 2026 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant