feat(FN-1273): support agent assignment in extension task tools

- Add optional agentId parameter to kb_task_create and persist it as assignedAgentId
- Extend kb_task_create output/details to include assignee information when present
- Add kb_task_update support for setting or clearing assignedAgentId via agentId (including null)
- Expand extension tests for create/update/clear assignment flows and add a patch changeset for @gsxdsm/fusion
This commit is contained in:
gsxdsm
2026-04-08 09:57:45 -07:00
parent 431ea68b0a
commit cb90e33853
3 changed files with 120 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Add optional `agentId` support to the `kb_task_create` and `kb_task_update` pi extension tools, wiring it through to task `assignedAgentId` and covering create/update/clear flows in extension tests.