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-05 22:28:50 -07:00
2026-06-02 21:54:14 -07:00
2026-06-06 00:09:53 -07:00
2026-05-30 08:39:38 -07:00
2026-05-27 21:31:13 -07:00
2026-05-10 06:14:19 -07:00
2026-05-10 06:14:19 -07:00
2026-06-03 09:25:56 -07:00
2026-06-07 23:57:02 -07:00
2026-05-11 13:36:51 +02:00
2026-05-04 22:17:10 -07:00
2026-05-04 23:59:52 -07:00
2026-05-14 04:42:32 -07:00
2026-05-10 23:36:10 -07:00
2026-05-17 10:45:41 -07:00
2026-05-17 18:46:42 -07:00
2026-05-19 06:51:26 -07:00
2026-05-18 23:50:00 -07:00
2026-06-07 18:51:46 -07:00
2026-06-07 18:51:46 -07:00
2026-05-07 00:05:34 -07:00
2026-05-12 07:47:10 -07:00
2026-06-03 22:31:23 -07:00
2026-06-09 08:19:41 -07:00
2026-05-15 21:08:05 -07:00
2026-06-09 12:51:20 -07:00
2026-06-07 18:51:46 -07:00
2026-05-29 08:25:38 -07:00
2026-05-28 19:44:15 -07:00
2026-06-05 09:02:36 -07:00
2026-06-01 19:40:28 -07:00
2026-06-01 19:40:28 -07:00
2026-06-01 19:40:28 -07:00
2026-06-01 16:09:35 -07:00
2026-06-06 00:09:53 -07:00
2026-05-01 23:35:44 -07:00
2026-05-23 04:18:55 -07:00
2026-05-09 19:41:09 -07:00
2026-06-05 13:58:34 -07:00
2026-05-06 09:43:51 -07:00
2026-04-25 20:07:49 -07:00
2026-05-23 17:07:14 -07:00
2026-06-04 03:38:05 -07:00
2026-06-03 15:32:29 -07:00
2026-06-04 03:38:05 -07:00
2026-05-16 19:16:48 -07:00
2026-04-29 08:15:38 -07:00
2026-05-16 18:40:04 -07:00