You can now show, hide, or reorder columns on the @triggerdotdev runs list. You can also add smart columns that pull a single value straight out of a run and display it for every row. ↓
Every environment in @triggerdotdev used to authenticate with a single secret key.
Now each environment can hold as many keys as you want. Every service, CI job, and integration gets its own scoped credential.
↓
You can run bulk cancel and replay straight from the SDK.
Point 𝚛𝚞𝚗𝚜.𝚋𝚞𝚕𝚔.𝚛𝚎𝚙𝚕𝚊𝚢() or 𝚛𝚞𝚗𝚜.𝚋𝚞𝚕𝚔.𝚌𝚊𝚗𝚌𝚎𝚕() at a filter and it hits every matching run, from a handful to millions. ↓
New in @triggerdotdev: the health report.
One command tells you if your project is actually healthy:
– is work starting?
– are runs succeeding?
– is your telemetry fresh?
𝚝𝚛𝚒𝚐𝚐𝚎𝚛 𝚛𝚎𝚙𝚘𝚛𝚝 𝚑𝚎𝚊𝚕𝚝𝚑 ↓
Define your prompts in code. Override them live when you need to.
On @triggerdotdev a prompt is an id, a model, typed variables, and a template, and every deploy creates a new version.
Override the text or model from the dashboard, no redeploy ↓