trigger.dev
trigger.dev copied to clipboard
Trigger.dev – build and deploy fully‑managed AI agents and workflows
### Provide environment information System: OS: Linux 6.17 Ubuntu 25.10 25.10 (Questing Quokka) CPU: (16) x64 AMD Ryzen 7 9700X 8-Core Processor Memory: 11.27 GB / 60.44 GB Container: Yes...
### Is your feature request related to a problem? Please describe. I realized trigger.dev still bundles with esbuild when using bun runtime. This can easily create discrepancies when the code...
## ✅ Checklist - [x] I have followed every step in the [contributing guide](https://github.com/triggerdotdev/trigger.dev/blob/main/CONTRIBUTING.md) - [x] The PR title follows the convention. - [x] I ran and tested the code...
### Provide environment information System: OS: macOS 26.0 CPU: (16) arm64 Apple M4 Max Memory: 1018.27 MB / 48.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 24.7.0 - /Users/cm/.nvm/versions/node/v24.7.0/bin/node Yarn:...
…compatibility This change makes the Prisma build extension work with any schema directory name (e.g. "schema", "models", "db", "prisma-schemas") and ensures compatibility with Prisma 6.6+. Configuration: Always point the `schema`...
The current example doesn't work anymore. `FirecrawlApp` is now `FirecrawlAppV1`, and `ScrapeResponse` isn't exposed. So I updated the example to use the updated SDK, trying to keep this new example...
Closes #2634 ## ✅ Checklist - [x] I have followed every step in the [contributing guide](https://github.com/triggerdotdev/trigger.dev/blob/main/CONTRIBUTING.md) - [x] The PR title follows the convention. - [x] I ran and tested...
### Provide environment information System: OS: macOS 26.0.1 CPU: (10) arm64 Apple M4 Memory: 2.95 GB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 22.14.0 - /Users/username/.nvm/versions/node/v22.14.0/bin/node npm: 10.9.2...
## Summary Fixes an issue where the CLI `--profile` option was displaying the wrong profile name in command output. Fixes #2542 ## Problem When using `--profile myprofile`, the CLI would...
## Problem Description When using Trigger.dev with pnpm workspaces that utilize catalogs, the Prisma extension can intermittently select the wrong Prisma version during builds. This appears to be a race...