You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 fix: address review feedback for subagents implementation
- Fix processQueue parallel limit enforcement - re-check running count
each iteration instead of once before the loop
- Add args field to tool-call-end event schema so TaskService can
receive agent_report arguments for report delivery
- Fix config→metadata passing parentWorkspaceId/agentType/taskState
fields so UI nesting works correctly
- Deduplicate sortWithNesting function - export from workspaceFiltering.ts
and import in useSortedWorkspacesByProject.ts (DRY violation fix)
- Add error handling to TasksSection.tsx - properly catch API errors
instead of leaving UI stuck in 'Loading...' state
- Extract magic numbers for indentation to named constants
(BASE_PADDING_PX, NESTING_INDENT_PX)
- Update tests and mock types to include new args field in tool-call-end
events
Change-Id: I7fcc69e8616f758a68b5864ebe6afb318dafbb85
Signed-off-by: Thomas Kosiewski <tk@coder.com>
0 commit comments