gsxdsm
ddfd841b53
FN-7312: send task context to planner chat
...
Send bounded task state into task-detail planner chat so status and progress questions can be answered in context.
- Build reusable server-side planner chat context from task metadata, dependencies, steps, comments, activity, source, and review state.
- Pass and validate the task id on planner chat sends to keep sessions scoped to the current task.
- Update planner chat copy, docs, tests, and changeset coverage for task-aware status/progress questions.
Files changed:
.changeset/fn-7312-task-planner-chat-context.md | 7 +
docs/dashboard-guide.md | 4 +-
packages/dashboard/app/api/legacy.ts | 5 +-
.../app/components/TaskPlannerChatTab.tsx | 5 +-
.../__tests__/TaskPlannerChatTab.test.tsx | 22 ++
.../dashboard/src/__tests__/chat-manager.test.ts | 17 +-
.../dashboard/src/__tests__/chat-routes.test.ts | 76 +++++
.../__tests__/task-planner-chat-context.test.ts | 165 +++++++++++
packages/dashboard/src/chat.ts | 92 +-----
.../dashboard/src/routes/register-chat-routes.ts | 11 +-
.../dashboard/src/task-planner-chat-context.ts | 326 +++++++++++++++++++++
11 files changed, 634 insertions(+), 96 deletions(-)
Fusion-Task-Id: FN-7312
Fusion-Task-Lineage: 90cf0fe3-3984-4a67-bb44-fce492c256eb
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai >
2026-06-30 18:51:41 -07:00
..
2026-06-29 15:34:06 -07:00
2026-06-30 08:07:40 -07:00
2026-04-25 09:09:31 -07:00
2026-06-30 07:31:59 -07:00
2026-06-30 15:04:02 -07:00
2026-06-29 14:59:16 -07:00
2026-06-29 14:59:07 -07:00
2026-06-28 13:17:33 -07:00
2026-06-28 14:56:52 -07:00
2026-06-28 17:14:00 -07:00
2026-06-28 17:03:11 -07:00
2026-06-28 16:39:25 -07:00
2026-06-28 16:46:04 -07:00
2026-06-28 20:11:43 -07:00
2026-06-28 20:11:43 -07:00
2026-06-28 16:51:49 -07:00
2026-06-28 18:07:02 -07:00
2026-06-28 19:42:45 -07:00
2026-06-28 20:02:14 -07:00
2026-06-28 21:00:00 -07:00
2026-06-28 21:10:28 -07:00
2026-06-29 16:42:11 -07:00
2026-06-28 22:43:02 -07:00
2026-06-29 00:37:17 -07:00
2026-06-29 08:28:29 -07:00
2026-06-29 02:12:25 -07:00
2026-06-29 18:32:36 -07:00
2026-06-29 08:22:49 -07:00
2026-06-29 08:49:59 -07:00
2026-06-29 01:13:31 -07:00
2026-06-29 02:08:08 -07:00
2026-06-29 00:48:49 -07:00
2026-06-29 01:05:44 -07:00
2026-06-29 03:09:43 -07:00
2026-06-29 03:15:30 -07:00
2026-06-29 10:16:17 -07:00
2026-06-29 08:15:32 -07:00
2026-06-29 10:21:29 -07:00
2026-06-29 03:40:43 -07:00
2026-06-29 03:23:01 -07:00
2026-06-29 04:12:13 -07:00
2026-06-29 03:33:18 -07:00
2026-06-29 09:01:00 -07:00
2026-06-29 09:07:17 -07:00
2026-06-29 09:28:02 -07:00
2026-06-29 14:34:44 -07:00
2026-06-29 10:05:49 -07:00
2026-06-29 12:47:21 -07:00
2026-06-29 14:41:52 -07:00
2026-06-29 14:00:32 -07:00
2026-06-29 13:44:09 -07:00
2026-06-29 14:50:02 -07:00
2026-06-29 15:46:35 -07:00
2026-06-29 14:17:29 -07:00
2026-06-29 14:29:17 -07:00
2026-06-29 15:28:46 -07:00
2026-06-29 18:54:28 -07:00
2026-06-29 18:41:43 -07:00
2026-06-29 18:54:28 -07:00
2026-06-29 18:54:28 -07:00
2026-06-29 15:34:06 -07:00
2026-06-29 17:40:00 -07:00
2026-06-29 18:05:44 -07:00
2026-06-29 19:29:36 -07:00
2026-06-29 23:41:51 -07:00
2026-06-29 19:36:01 -07:00
2026-06-29 19:17:37 -07:00
2026-06-29 19:51:38 -07:00
2026-06-30 00:03:37 -07:00
2026-06-29 20:24:24 -07:00
2026-06-29 20:24:24 -07:00
2026-06-29 20:24:24 -07:00
2026-06-30 01:57:09 -07:00
2026-06-29 20:16:41 -07:00
2026-06-29 20:50:14 -07:00
2026-06-29 21:02:34 -07:00
2026-06-29 23:12:56 -07:00
2026-06-30 07:58:55 -07:00
2026-06-29 23:36:34 -07:00
2026-06-30 01:50:52 -07:00
2026-06-30 01:18:16 -07:00
2026-06-30 01:23:09 -07:00
2026-06-29 23:17:49 -07:00
2026-06-29 23:31:52 -07:00
2026-06-30 00:09:36 -07:00
2026-06-30 01:28:33 -07:00
2026-06-30 07:52:54 -07:00
2026-06-30 08:25:21 -07:00
2026-06-30 08:04:12 -07:00
2026-06-30 08:20:07 -07:00
2026-06-30 08:52:51 -07:00
2026-06-30 08:30:38 -07:00
2026-06-30 08:40:14 -07:00
2026-06-30 09:04:03 -07:00
2026-06-30 09:09:29 -07:00
2026-06-30 09:13:48 -07:00
2026-06-30 12:21:25 -07:00
2026-06-30 10:30:57 -07:00
2026-06-30 10:26:23 -07:00
2026-06-30 10:40:49 -07:00
2026-06-30 10:53:47 -07:00
2026-06-30 11:08:55 -07:00
2026-06-30 13:20:27 -07:00
2026-06-30 12:09:09 -07:00
2026-06-30 13:12:27 -07:00
2026-06-30 13:25:35 -07:00
2026-06-30 12:47:11 -07:00
2026-06-30 13:30:28 -07:00
2026-06-30 13:36:11 -07:00
2026-06-30 13:43:28 -07:00
2026-06-30 13:53:01 -07:00
2026-06-30 14:03:50 -07:00
2026-06-30 14:20:25 -07:00
2026-06-30 14:42:45 -07:00
2026-06-30 14:58:07 -07:00
2026-06-30 15:23:51 -07:00
2026-06-30 15:58:30 -07:00
2026-06-30 16:23:12 -07:00
2026-06-30 17:20:42 -07:00
2026-06-30 18:20:16 -07:00
2026-06-30 18:51:41 -07:00
2026-06-30 14:53:14 -07:00
2026-06-30 17:15:59 -07:00
2026-06-30 17:54:10 -07:00
2026-06-28 13:23:00 -07:00
2026-06-28 17:18:52 -07:00
2026-06-29 16:35:51 -07:00
2026-06-30 09:46:26 -07:00
2026-06-30 12:56:03 -07:00
2026-06-29 01:48:27 -07:00
2026-06-29 02:47:17 -07:00
2026-06-29 01:48:27 -07:00
2026-06-29 10:32:51 -07:00
2026-06-29 11:07:11 -07:00
2026-06-29 11:24:41 -07:00
2026-06-29 22:54:50 -07:00
2026-06-29 22:29:22 -07:00
2026-06-29 23:25:17 -07:00
2026-06-29 22:30:23 -07:00
2026-06-30 12:25:43 -07:00
2026-06-29 22:54:50 -07:00
2026-06-24 19:25:51 -07:00
2026-06-30 18:15:10 -07:00
2026-06-30 10:14:47 -07:00
2026-06-30 18:37:10 -07:00
2026-06-29 17:17:59 -07:00
2026-06-28 23:38:33 -07:00
2026-06-29 17:11:59 -07:00
2026-06-30 14:37:51 -07:00
2026-06-30 14:25:13 -07:00
2026-06-29 14:41:52 -07:00
2026-06-29 12:40:00 -07:00
2026-06-29 12:23:20 -07:00