Skip to content

chore: release packages - #76

Merged
Ray-56 merged 1 commit into
mainfrom
changeset-release/main
Aug 4, 2026
Merged

chore: release packages#76
Ray-56 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 4, 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

@call-e/cli@0.3.9

Patch Changes

  • #73 89a5237 Thanks @EazyHood! - Reject duration flags that are not plain numbers, and bound the ones backed by a timer.

    --timeout-seconds 30s used to resolve to NaN, which reached the MCP timeout arithmetic where Math.max(NaN, 1000) stays NaN and setTimeout substitutes 1ms, so every call aborted before it left. Durations are now validated where they are read, with the offending flag named in the error.

    The constraints are per option rather than shared: --min-ttl-seconds 0 keeps working, since zero disables the minimum remaining-lifetime window, while the timeout flags stay strictly positive. Timer-backed values are also capped at 2147483 seconds, because setTimeout collapses any longer delay to 1ms and would reproduce the same immediate abort.

  • Updated dependencies [89a5237]:

    • @call-e/core@0.2.5

@call-e/core@0.2.5

Patch Changes

  • #73 89a5237 Thanks @EazyHood! - Guard the MCP request timeout against a non-numeric duration.

    Math.max(NaN, 1000) is NaN, and setTimeout(fn, NaN) fires after 1ms, so an unreadable timeout aborted every request immediately instead of falling back to a usable one.

@Ray-56
Ray-56 merged commit 89a64fb into main Aug 4, 2026
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