Skip to content

chore: publish new package versions - #4393

Merged
KyleAMathews merged 1 commit into
mainfrom
changeset-release/main
May 25, 2026
Merged

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

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

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@0.4.7

Patch Changes

  • a70567e: Add DeepSeek as a supported LLM provider.

    • agents-runtime: detectAvailableProviders() now detects DEEPSEEK_API_KEY; deepseek added to AvailableProvider type, PREFERRED_IDS_BY_PROVIDER, and envCatalog()
    • agents: model catalog probes https://api.deepseek.com/v1/models to surface available DeepSeek models (deepseek-v4-flash, deepseek-v4-pro); deepseek-v4-flash is the default fallback choice
    • agents-desktop: ApiKeys gains a deepseek field persisted in the keychain and mirrored to DEEPSEEK_API_KEY in the runtime environment
    • agents-server-ui: ApiKeysForm gains a DeepSeek API key input; OnboardingModal and CredentialsPage pass and persist the new field
  • b3d4f02: feat: add self-send option to send

  • Updated dependencies [9c2c3ae]

  • Updated dependencies [a70567e]

  • Updated dependencies [b3d4f02]

  • Updated dependencies [dffbf62]

    • @electric-ax/agents-runtime@0.3.3

@electric-ax/agents-runtime@0.3.3

Patch Changes

  • 9c2c3ae: Settle interrupted agent runs promptly when the model stream ignores abort completion, while preserving aborted run context ordering.

  • a70567e: Add DeepSeek as a supported LLM provider.

    • agents-runtime: detectAvailableProviders() now detects DEEPSEEK_API_KEY; deepseek added to AvailableProvider type, PREFERRED_IDS_BY_PROVIDER, and envCatalog()
    • agents: model catalog probes https://api.deepseek.com/v1/models to surface available DeepSeek models (deepseek-v4-flash, deepseek-v4-pro); deepseek-v4-flash is the default fallback choice
    • agents-desktop: ApiKeys gains a deepseek field persisted in the keychain and mirrored to DEEPSEEK_API_KEY in the runtime environment
    • agents-server-ui: ApiKeysForm gains a DeepSeek API key input; OnboardingModal and CredentialsPage pass and persist the new field
  • b3d4f02: feat: add self-send option to send

  • dffbf62: fix: no more duplicated runFinished wakes

@electric-ax/agents-server@0.4.8

Patch Changes

  • dffbf62: fix: no more duplicated runFinished wakes
  • Updated dependencies [9c2c3ae]
  • Updated dependencies [a70567e]
  • Updated dependencies [b3d4f02]
  • Updated dependencies [dffbf62]
    • @electric-ax/agents-runtime@0.3.3

electric-ax@0.2.7

Patch Changes

  • Updated dependencies [9c2c3ae]
  • Updated dependencies [a70567e]
  • Updated dependencies [b3d4f02]
  • Updated dependencies [dffbf62]
    • @electric-ax/agents-runtime@0.3.3
    • @electric-ax/agents@0.4.7

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

Patch Changes

  • Updated dependencies [9c2c3ae]
  • Updated dependencies [a70567e]
  • Updated dependencies [b3d4f02]
  • Updated dependencies [dffbf62]
    • @electric-ax/agents-runtime@0.3.3

@electric-ax/agents-desktop@0.1.7

Patch Changes

  • a70567e: Add DeepSeek as a supported LLM provider.
    • agents-runtime: detectAvailableProviders() now detects DEEPSEEK_API_KEY; deepseek added to AvailableProvider type, PREFERRED_IDS_BY_PROVIDER, and envCatalog()
    • agents: model catalog probes https://api.deepseek.com/v1/models to surface available DeepSeek models (deepseek-v4-flash, deepseek-v4-pro); deepseek-v4-flash is the default fallback choice
    • agents-desktop: ApiKeys gains a deepseek field persisted in the keychain and mirrored to DEEPSEEK_API_KEY in the runtime environment
    • agents-server-ui: ApiKeysForm gains a DeepSeek API key input; OnboardingModal and CredentialsPage pass and persist the new field

@electric-ax/agents-mobile@0.0.3

Patch Changes

  • d7506a2: Add mobile agent signal controls. The mobile chat composer now shows a stop control while a run is active, the session menu exposes all entity signal types in a child menu, and the embedded chat timeline accounts for the native composer/drawer inset with aligned message widths and bottom fade masking.
  • Updated dependencies [b39f581]
  • Updated dependencies [9c2c3ae]
  • Updated dependencies [a70567e]
  • Updated dependencies [b3d4f02]
  • Updated dependencies [d7506a2]
  • Updated dependencies [dffbf62]
  • Updated dependencies [86e69d5]
    • @electric-ax/agents-server-ui@0.4.8
    • @electric-ax/agents-runtime@0.3.3

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

Patch Changes

  • b39f581: Fix Agent UI message submission on mobile browsers. The Send button now keeps the textarea focused on tap so the on-screen keyboard does not dismiss and reflow the viewport mid-click, and the composer recognises the soft-keyboard return key via enterKeyHint="send" plus a beforeinput fallback (Android Chrome / GBoard route it as insertLineBreak without a matching keydown). The Enter handler now also ignores IME composition (keyCode === 229).

  • a70567e: Add DeepSeek as a supported LLM provider.

    • agents-runtime: detectAvailableProviders() now detects DEEPSEEK_API_KEY; deepseek added to AvailableProvider type, PREFERRED_IDS_BY_PROVIDER, and envCatalog()
    • agents: model catalog probes https://api.deepseek.com/v1/models to surface available DeepSeek models (deepseek-v4-flash, deepseek-v4-pro); deepseek-v4-flash is the default fallback choice
    • agents-desktop: ApiKeys gains a deepseek field persisted in the keychain and mirrored to DEEPSEEK_API_KEY in the runtime environment
    • agents-server-ui: ApiKeysForm gains a DeepSeek API key input; OnboardingModal and CredentialsPage pass and persist the new field
  • d7506a2: Add mobile agent signal controls. The mobile chat composer now shows a stop control while a run is active, the session menu exposes all entity signal types in a child menu, and the embedded chat timeline accounts for the native composer/drawer inset with aligned message widths and bottom fade masking.

  • 86e69d5: Add defensive null guards for timeline run items and an error boundary around each timeline row to prevent a single malformed row from crashing the entire view.

  • Updated dependencies [9c2c3ae]

  • Updated dependencies [a70567e]

  • Updated dependencies [b3d4f02]

  • Updated dependencies [dffbf62]

    • @electric-ax/agents-runtime@0.3.3

@core/sync-service@1.6.8

Patch Changes

  • 8803b36: Reject malformed shape offsets with negative parts as invalid requests instead of raising FunctionClauseError.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 6 times, most recently from bd4ede4 to 565448f Compare May 25, 2026 15:31
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 565448f to cf8a8c2 Compare May 25, 2026 15:35
@KyleAMathews
KyleAMathews merged commit cdcf60d into main May 25, 2026
5 checks passed
@KyleAMathews
KyleAMathews deleted the changeset-release/main branch May 25, 2026 16:02
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