trigger.dev@4.4.0

triggerdotdev/trigger.devtrigger.dev@4.4.0Feb 19, 2026by github-actions[bot]

AI Summary

A major release fixing a runner deadlock issue, adding timeout options for MCP tools, and correcting deployment command logic.

Key Highlights

  • Fixed runner getting stuck indefinitely when `execute()` is called on a dead child process.
  • Added optional `timeoutInSeconds` parameter to the `wait_for_run_to_complete` MCP tool.
  • Fixed deployment command logic for distinguishing between cloud and self-hosting builds.

Full Release Notes

### Patch Changes

-   Fix runner getting stuck indefinitely when `execute()` is called on a dead child process. ([#2978](https://github.com/triggerdotdev/trigger.dev/pull/2978))
-   Add optional `timeoutInSeconds` parameter to the `wait_for_run_to_complete` MCP tool. Defaults to 60 seconds. If the run doesn't complete within the timeout, the current state of the run is returned instead of waiting indefinitely. ([#3035](https://github.com/triggerdotdev/trigger.dev/pull/3035))
-   Fixed a minor issue in the deployment command on distinguishing between local builds for the cloud vs local builds for self-hosting setups. ([#3070](https://github.com/triggerdotdev/trigger.dev/pull/3070))
-   Updated dependencies:
    -   `@trigger.dev/core@4.4.0`
    -   `@trigger.dev/build@4.4.0`
    -   `@trigger.dev/schema-to-json@4.4.0`