mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
feat: support delegate_task tool in subagent UI view (#11575)
This commit is contained in:
@@ -360,7 +360,7 @@ export function SessionTurn(
|
||||
|
||||
if (
|
||||
part.type === "tool" &&
|
||||
part.tool === "task" &&
|
||||
(part.tool === "task" || part.tool === "delegate_task") &&
|
||||
part.state &&
|
||||
"metadata" in part.state &&
|
||||
part.state.metadata?.sessionId &&
|
||||
|
||||
Reference in New Issue
Block a user