refactor: streamline agent turn handling and background review process

This commit is contained in:
asepharyana
2026-07-20 17:25:23 +07:00
parent 4c186b62d4
commit dd7825b481
14 changed files with 409 additions and 327 deletions
@@ -165,7 +165,7 @@ impl Tool for ParallelDelegate {
let handle = spawn_subagent(
subagent_ctx,
directive.clone(),
access.clone(),
*access,
ctx.clone(),
);
handles.push((i, handle));