trigger.dev
trigger.dev copied to clipboard
Trigger.dev – build and deploy fully‑managed AI agents and workflows
Closes #2615 ## ✅ 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: Linux 6.14 Ubuntu 24.04.2 LTS 24.04.2 LTS (Noble Numbat) CPU: (6) x64 13th Gen Intel(R) Core(TM) i3-1305U Memory: 115.63 MB / 7.47 GB Container:...
### Provide environment information ``` #19 [final 1/3] WORKDIR /app #19 CACHED #20 [final 2/3] COPY --from=build --chown=bun:bun /app ./ #20 CANCELED #21 [indexer 2/2] RUN bun run /app/.npm/_npx/f51a09bd0abf5f10/node_modules/trigger.dev/dist/esm/entryPoints/deploy-index-controller.mjs #0...
### Provide environment information System: OS: Linux 6.14 Ubuntu 25.04 25.04 (Plucky Puffin) CPU: (16) x64 AMD Ryzen 7 9700X 8-Core Processor Memory: 30.48 GB / 60.44 GB Container: Yes...
## Summary This PR adds three new command-line options to the MCP server for better control over permissions and environment access: - **`--disable-deployment`**: Disables deployment-related tools only - **`--readonly`**: Runs...
## Summary - Fixed package.json resolution bug that could select wrong package in pnpm workspaces - Added fallback to read version directly from node_modules when primary detection fails - Added...
### Is your feature request related to a problem? Please describe. ``` import { logger } from '@trigger.dev/sdk' logger.info('Hello, world!') ``` does not output anything to the console when I...
## Problem Users reported excessive framework noise in Slack error alerts, making debugging difficult. Issue #2097 shows stack traces cluttered with trigger.dev internals like: - `_RunTimelineMetricsAPI.measureMetric` - `ConsoleInterceptor.intercept` - `taskExecutor.ts`...
- Added isSecret flag to SyncEnvVarsBody type - Updated CLI's syncEnvVarsWithServer to pass secret flags - Modified backend API endpoint to handle secret flags - Added documentation for the new...
### Updates these emails sent from the app: - Welcome email - Invite email - Magic link login email ### With these improvements: - Updates them all to use Tailwind...