Gitpulse
LatestReleasesStand-up
Developing
Size
XL
Extra Large: 1000+ weighted lines
Change Breakdown
Feature100%
#3143feat(Notifications): Platform notifications for CLI and Dashboard

Platform announcements being broadcast directly to the dashboard and CLI

0S
0ski
·#3143feat(Notifications): Platform notifications for CLI and Dashboard

Administrators will soon be able to target specific users, projects, or organizations with context-aware alerts, keeping critical updates front and center without relying on email.

Here's the LatestUpdated as code changes

Users can receive targeted platform updates directly where they work, whether that is in the web dashboard or the command line. Administrators can broadcast everything from global service announcements to project-specific alerts.

The system uses a . Administrators can author rich markdown alerts and target them by user, project, or organization. In the dashboard, these appear in a dedicated notification panel with standard read and dismiss states. In the terminal, developers see contextual alerts when running commands like dev or login.

Terminal notifications feature a . Alerts evaluate specific files or code patterns in the local project directory, ensuring terminal output only displays when relevant. To bypass terminal alerts during automation, pass a new flag:

bash
1npx trigger.dev dev --skip-platform-notifications
This analysis will evolve. Full story with review threads and final assessment available after merge.
View Original GitHub Description

✅ Checklist

  • I have followed every step in the contributing guide
  • The PR title follows the convention.
  • I ran and tested the code works

Testing

Spawning new CLI / Dashboard notifications, check MVP, check if failures not produce any problems with CLI/Dashboard


Changelog

Added notifications mechanism for Dashboard and CLI


Screenshots

💯

© 2026 · via Gitpulse