Susana Ferreira
fdb0267e5d
feat: add notification for task status ( #19965 )
...
## Description
Send a notification to the workspace owner when an AI task’s app state
becomes `Working` or `Idle`.
An AI task is identified by a workspace build with `HasAITask = true`
and `AITaskSidebarAppID` matching the agent app’s ID.
## Changes
* Add `TemplateTaskWorking` notification template.
* Add `TemplateTaskIdle` notification template.
* Add `GetLatestWorkspaceAppStatusesByAppID` SQL query to get the
workspace app statuses ordered by latest first.
* Update `PATCH /workspaceagents/me/app-status` to enqueue:
* `TemplateTaskWorking` when state transitions to `working`
* `TemplateTaskIdle` when state transitions to `idle`
* Notification labels include:
* `task`: task initial prompt
* `workspace`: workspace name
* Notification dedupe: include a minute-bucketed timestamp (UTC
truncated to the minute) in the enqueue data to allow identical content
to resend within the same day (but not more than once per minute).
Closes: https://github.com/coder/coder/issues/19776
2025-09-29 16:44:53 +01:00
..
2025-09-26 12:25:58 -05:00
2025-06-20 13:16:55 -06:00
2025-09-29 13:17:08 +02:00
2025-09-26 11:56:34 +02:00
2024-09-18 21:47:53 +10:00
2025-07-15 16:08:42 +10:00
2025-09-01 08:52:34 -07:00
2025-06-20 13:16:55 -06:00
2025-09-26 11:43:32 +02:00
2025-07-15 14:36:06 +10:00
2025-05-27 16:05:03 +04:00
2025-09-29 16:44:53 +01:00
2025-06-24 19:01:29 +10:00
2025-07-30 15:28:56 +02:00
2025-08-19 10:41:33 +02:00
2025-09-19 16:27:02 +02:00
2025-09-03 09:25:49 +04:00
2025-06-20 13:16:55 -06:00
2025-09-24 10:46:50 -06:00
2025-09-26 11:56:34 +02:00
2025-08-20 10:09:13 -05:00
2025-06-20 13:16:55 -06:00
2025-06-20 13:16:55 -06:00
2025-09-25 13:32:16 +02:00
2025-09-08 12:07:38 +10:00
2025-09-29 16:44:53 +01:00
2025-09-26 12:15:36 +02:00
2025-05-19 12:05:35 +04:00
2024-05-13 14:37:51 -04:00
2025-08-16 01:31:00 +10:00
2025-08-20 11:02:53 +02:00
2025-09-03 10:38:42 +04:00
2025-09-19 16:27:02 +02:00
2025-09-10 11:01:54 -05:00
2024-07-25 16:08:12 -05:00
2025-06-17 09:00:32 -08:00
2025-03-18 00:02:47 +01:00
2025-09-29 13:17:08 +02:00
2025-06-20 13:16:55 -06:00
2025-07-08 14:31:05 +00:00
2025-08-07 11:00:31 +10:00
2025-09-27 00:20:33 +10:00
2025-08-28 12:58:02 +01:00
2025-08-20 17:59:09 +01:00
2025-07-21 13:02:31 -05:00
2025-06-20 13:16:55 -06:00
2025-07-08 14:32:46 +00:00
2025-08-22 16:32:35 +10:00
2025-06-20 13:16:55 -06:00
2025-07-29 15:24:11 +01:00
2025-06-26 12:28:00 -06:00
2025-09-26 12:25:58 -05:00
2025-08-21 11:01:32 -07:00
2025-08-20 11:02:53 +02:00
2025-03-31 10:55:44 -04:00
2024-11-18 14:09:22 +04:00
2025-09-29 16:44:53 +01:00
2025-09-26 12:18:08 +01:00
2025-09-26 11:56:34 +02:00
2025-09-26 11:56:34 +02:00
2025-09-26 11:56:34 +02:00
2024-08-01 12:07:19 -05:00
2025-07-15 16:08:42 +10:00
2025-07-15 14:55:34 +10:00
2025-06-20 13:16:55 -06:00
2025-06-16 13:40:45 +00:00
2025-06-20 13:16:55 -06:00
2025-01-08 15:38:37 +00:00
2025-09-27 00:20:33 +10:00
2025-04-09 09:21:17 +01:00
2025-04-09 09:21:17 +01:00
2025-06-25 13:03:32 +00:00
2024-06-11 12:22:59 +10:00
2025-04-22 16:21:15 +00:00
2025-06-24 09:14:41 +01:00
2025-09-19 16:27:02 +02:00
2025-09-19 16:27:02 +02:00
2025-09-04 14:28:29 +10:00
2025-07-30 13:55:30 -07:00
2025-09-03 10:38:42 +04:00
2025-05-15 15:32:52 +01:00
2025-06-20 13:16:55 -06:00
2025-06-20 13:16:55 -06:00
2025-06-12 13:50:50 +03:00
2025-08-19 10:41:33 +02:00
2025-08-19 10:41:33 +02:00
2025-06-20 13:16:55 -06:00
2025-09-22 21:02:56 +04:00
2025-03-26 01:56:39 -05:00
2025-09-22 21:02:56 +04:00
2025-04-28 14:51:33 -06:00
2025-08-27 16:57:59 +02:00
2025-09-11 15:08:57 +02:00
2025-09-11 15:08:57 +02:00
2025-07-03 18:33:47 +02:00
2025-09-26 12:15:36 +02:00
2025-07-03 18:33:47 +02:00
2025-07-03 18:33:47 +02:00
2025-09-13 08:57:26 +02:00
2025-07-20 16:22:52 +02:00
2024-07-25 16:07:53 -05:00
2024-08-28 13:24:28 -05:00
2025-07-15 14:55:34 +10:00
2025-07-15 14:55:34 +10:00
2025-07-28 20:41:49 -05:00
2025-06-20 13:00:39 -05:00
2025-06-24 12:19:19 +02:00
2025-07-28 15:02:26 +01:00
2025-08-21 16:03:34 -04:00
2025-08-21 16:03:34 -04:00
2025-06-20 13:16:55 -06:00
2025-05-19 16:05:39 +01:00
2025-07-30 19:09:53 -05:00
2024-07-25 16:07:53 -05:00
2025-06-16 13:40:45 +00:00
2025-09-26 11:43:32 +02:00
2025-09-26 11:43:32 +02:00
2025-06-20 13:16:55 -06:00
2025-08-20 10:00:44 +01:00
2025-08-19 10:41:33 +02:00
2025-08-19 15:14:25 +00:00
2025-08-19 10:41:33 +02:00
2025-08-19 10:41:33 +02:00
2025-06-20 13:16:55 -06:00
2025-09-26 11:56:34 +02:00
2025-04-08 14:15:14 -05:00
2025-08-20 23:38:09 +10:00
2025-09-26 11:56:34 +02:00
2025-03-27 10:03:53 +00:00
2025-03-27 10:03:53 +00:00
2024-10-22 09:20:54 -05:00
2025-06-18 14:07:53 +00:00
2025-09-05 14:26:46 +01:00
2025-09-03 10:38:42 +04:00
2025-09-29 16:44:53 +01:00
2025-09-26 09:24:11 +04:00
2025-09-03 10:38:42 +04:00
2025-08-07 13:58:39 -05:00
2025-06-20 13:16:55 -06:00
2025-09-26 11:56:34 +02:00
2025-09-08 15:40:14 +02:00
2025-09-08 15:40:14 +02:00
2025-09-03 10:38:42 +04:00
2025-09-19 16:05:27 -04:00
2025-09-12 12:21:01 -04:00
2025-04-16 10:37:09 -06:00
2025-03-26 01:56:39 -05:00