Files
fusion/.changeset/add-assigned-agent-id-extension.md
gsxdsm a321b89011 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
2026-04-08 09:57:45 -07:00

232 B

@gsxdsm/fusion
@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.