gsxdsm
6271778dde
FN-6091: add workflow_id support to task tools
Add workflow selection support across task creation, delegation, and updates.
- add workflow_id parameters and response text for engine and CLI task-creation/delegation tools
- allow fn_task_update to select or clear task workflows with reconciliation and validation
- cover workflow selection behavior with engine and extension tests and document the new tool parameters
- add a changeset for the published CLI package
Files changed:
.changeset/fn-6091-workflow-id-agent-tools.md | 5 +
.../cli/skill/fusion/references/engine-tools.md | 4 +-
.../cli/skill/fusion/references/extension-tools.md | 9 +-
.../skill/fusion/references/fusion-capabilities.md | 6 +-
packages/cli/src/__tests__/extension.test.ts | 189 +++++++++++++++++++++
packages/cli/src/extension.ts | 71 +++++++-
packages/engine/src/__tests__/agent-tools.test.ts | 78 +++++++++
packages/engine/src/agent-tools.ts | 32 +++-
8 files changed, 374 insertions(+), 20 deletions(-)
Fusion-Task-Id: FN-6091
Fusion-Task-Lineage: 7ab2f36a-feeb-4888-9845-65294bacf1d0
2026-06-09 12:51:20 -07:00
..
2026-06-03 09:25:56 -07:00
2026-06-06 00:38:28 -07:00
2026-06-05 00:00:05 -07:00
2026-06-05 00:01:12 -07:00
2026-06-04 23:34:33 -07:00
2026-06-04 23:39:07 -07:00
2026-06-05 03:02:27 -07:00
2026-06-05 02:27:46 -07:00
2026-06-05 00:15:57 -07:00
2026-06-05 00:16:14 -07:00
2026-06-05 03:41:54 -07:00
2026-06-05 03:24:41 -07:00
2026-06-04 23:44:39 -07:00
2026-06-05 00:30:27 -07:00
2026-06-05 01:16:13 -07:00
2026-06-04 23:56:10 -07:00
2026-06-03 14:17:40 -07:00
2026-04-25 09:09:31 -07:00
2026-06-06 06:31:44 -07:00
2026-06-02 18:58:48 -07:00
2026-06-03 15:24:03 -07:00
2026-06-03 08:40:01 -07:00
2026-06-08 12:55:52 -07:00
2026-06-03 19:48:40 -07:00
2026-06-05 11:12:40 +10:00
2026-06-03 07:06:30 -07:00
2026-06-07 23:03:38 -07:00
2026-05-31 20:50:09 -07:00
2026-05-31 21:08:41 -07:00
2026-05-31 23:24:53 -07:00
2026-06-01 01:42:19 -07:00
2026-06-01 13:20:55 -07:00
2026-06-01 13:03:20 -07:00
2026-06-01 13:33:56 -07:00
2026-06-01 14:07:46 -07:00
2026-06-01 16:55:56 -07:00
2026-06-01 17:15:11 -07:00
2026-06-01 17:52:12 -07:00
2026-06-01 01:30:34 -07:00
2026-06-01 01:37:25 -07:00
2026-06-01 04:47:19 -07:00
2026-06-01 05:15:14 -07:00
2026-06-01 03:23:10 -07:00
2026-06-01 05:39:01 -07:00
2026-06-01 07:53:56 -07:00
2026-06-01 09:05:18 -07:00
2026-06-01 08:13:36 -07:00
2026-06-01 19:40:28 -07:00
2026-06-01 16:24:21 -07:00
2026-06-03 09:40:30 -07:00
2026-06-01 18:52:28 -07:00
2026-06-01 23:39:20 -07:00
2026-06-03 19:54:02 -07:00
2026-06-01 23:01:26 -07:00
2026-06-01 23:37:03 -07:00
2026-06-02 00:07:07 -07:00
2026-06-01 23:55:20 -07:00
2026-06-02 07:46:38 -07:00
2026-06-02 09:02:48 -07:00
2026-06-02 10:07:08 -07:00
2026-06-02 10:29:34 -07:00
2026-06-02 12:42:04 -07:00
2026-06-02 14:41:41 -07:00
2026-06-02 17:58:41 -07:00
2026-06-02 18:15:14 -07:00
2026-06-02 15:33:31 -07:00
2026-06-02 18:11:26 -07:00
2026-06-03 13:20:17 -07:00
2026-06-02 18:43:29 -07:00
2026-06-03 01:10:18 -07:00
2026-06-02 21:54:14 -07:00
2026-06-02 18:56:36 -07:00
2026-06-02 23:13:16 -07:00
2026-06-03 13:20:17 -07:00
2026-06-03 15:32:29 -07:00
2026-06-03 17:14:42 -07:00
2026-06-03 15:32:29 -07:00
2026-06-03 22:31:23 -07:00
2026-06-07 18:51:46 -07:00
2026-06-07 18:51:46 -07:00
2026-06-07 18:54:24 -07:00
2026-06-08 10:33:17 -07:00
2026-06-08 13:32:58 -07:00
2026-06-08 13:54:17 -07:00
2026-06-09 01:57:16 -07:00
2026-06-08 15:19:27 -07:00
2026-06-09 08:14:16 -07:00
2026-06-09 12:51:20 -07:00
2026-06-09 12:51:20 -07:00
2026-06-09 12:50:26 -07:00
2026-06-09 12:50:26 -07:00
2026-06-07 18:51:46 -07:00
2026-06-01 08:23:02 -07:00
2026-06-02 14:47:51 -07:00
2026-06-03 22:31:23 -07:00
2026-06-07 18:51:46 -07:00
2026-06-07 20:23:07 -07:00
2026-06-08 13:32:58 -07:00
2026-06-08 13:32:58 -07:00
2026-06-03 10:31:18 -07:00
2026-06-01 21:55:10 -07:00
2026-06-06 00:09:53 -07:00
2026-06-02 18:29:53 -07:00
2026-06-02 09:20:31 -07:00
2026-06-05 00:49:04 -07:00
2026-06-03 08:00:31 -07:00
2026-06-09 09:41:28 -07:00
2026-06-09 12:50:26 -07:00
2026-06-09 08:51:48 -07:00
2026-06-09 08:19:41 -07:00
2026-06-03 07:51:38 -07:00
2026-06-09 09:16:59 -07:00
2026-06-03 10:18:24 -07:00
2026-06-08 07:53:42 -07:00
2026-06-08 07:57:11 -07:00
2026-06-08 13:32:58 -07:00
2026-06-04 13:15:50 -07:00
2026-06-08 18:14:48 -07:00
2026-06-03 13:33:38 -07:00
2026-06-07 23:30:16 -07:00
2026-06-09 02:03:22 -07:00
2026-06-05 00:32:52 -07:00
2026-06-04 08:00:33 -07:00
2026-06-07 21:19:10 -07:00
2026-06-04 21:57:46 -07:00
2026-06-07 23:56:25 -07:00
2026-06-07 22:56:35 -07:00
2026-06-08 19:13:14 -07:00
2026-06-09 08:02:56 -07:00
2026-06-09 00:01:00 -07:00
2026-06-05 01:16:27 -07:00
2026-06-09 07:55:45 -07:00