chore: publish new package versions - #4393
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
6 times, most recently
from
May 25, 2026 15:31
bd4ede4 to
565448f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 25, 2026 15:35
565448f to
cf8a8c2
Compare
KyleAMathews
approved these changes
May 25, 2026
KyleAMathews
had a problem deploying
to
Pull request
May 25, 2026 16:02 — with
GitHub Actions
Failure
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@0.4.7
Patch Changes
a70567e: Add DeepSeek as a supported LLM provider.
agents-runtime:detectAvailableProviders()now detectsDEEPSEEK_API_KEY;deepseekadded toAvailableProvidertype,PREFERRED_IDS_BY_PROVIDER, andenvCatalog()agents: model catalog probeshttps://api.deepseek.com/v1/modelsto surface available DeepSeek models (deepseek-v4-flash,deepseek-v4-pro);deepseek-v4-flashis the default fallback choiceagents-desktop:ApiKeysgains adeepseekfield persisted in the keychain and mirrored toDEEPSEEK_API_KEYin the runtime environmentagents-server-ui:ApiKeysFormgains a DeepSeek API key input;OnboardingModalandCredentialsPagepass and persist the new fieldb3d4f02: feat: add self-send option to
sendUpdated dependencies [9c2c3ae]
Updated dependencies [a70567e]
Updated dependencies [b3d4f02]
Updated dependencies [dffbf62]
@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 detectsDEEPSEEK_API_KEY;deepseekadded toAvailableProvidertype,PREFERRED_IDS_BY_PROVIDER, andenvCatalog()agents: model catalog probeshttps://api.deepseek.com/v1/modelsto surface available DeepSeek models (deepseek-v4-flash,deepseek-v4-pro);deepseek-v4-flashis the default fallback choiceagents-desktop:ApiKeysgains adeepseekfield persisted in the keychain and mirrored toDEEPSEEK_API_KEYin the runtime environmentagents-server-ui:ApiKeysFormgains a DeepSeek API key input;OnboardingModalandCredentialsPagepass and persist the new fieldb3d4f02: feat: add self-send option to
senddffbf62: fix: no more duplicated runFinished wakes
@electric-ax/agents-server@0.4.8
Patch Changes
electric-ax@0.2.7
Patch Changes
@electric-ax/example-deep-survey@0.1.14
Patch Changes
@electric-ax/agents-desktop@0.1.7
Patch Changes
agents-runtime:detectAvailableProviders()now detectsDEEPSEEK_API_KEY;deepseekadded toAvailableProvidertype,PREFERRED_IDS_BY_PROVIDER, andenvCatalog()agents: model catalog probeshttps://api.deepseek.com/v1/modelsto surface available DeepSeek models (deepseek-v4-flash,deepseek-v4-pro);deepseek-v4-flashis the default fallback choiceagents-desktop:ApiKeysgains adeepseekfield persisted in the keychain and mirrored toDEEPSEEK_API_KEYin the runtime environmentagents-server-ui:ApiKeysFormgains a DeepSeek API key input;OnboardingModalandCredentialsPagepass and persist the new field@electric-ax/agents-mobile@0.0.3
Patch Changes
@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 abeforeinputfallback (Android Chrome / GBoard route it asinsertLineBreakwithout a matchingkeydown). The Enter handler now also ignores IME composition (keyCode === 229).a70567e: Add DeepSeek as a supported LLM provider.
agents-runtime:detectAvailableProviders()now detectsDEEPSEEK_API_KEY;deepseekadded toAvailableProvidertype,PREFERRED_IDS_BY_PROVIDER, andenvCatalog()agents: model catalog probeshttps://api.deepseek.com/v1/modelsto surface available DeepSeek models (deepseek-v4-flash,deepseek-v4-pro);deepseek-v4-flashis the default fallback choiceagents-desktop:ApiKeysgains adeepseekfield persisted in the keychain and mirrored toDEEPSEEK_API_KEYin the runtime environmentagents-server-ui:ApiKeysFormgains a DeepSeek API key input;OnboardingModalandCredentialsPagepass and persist the new fieldd7506a2: 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]
@core/sync-service@1.6.8
Patch Changes
FunctionClauseError.