refactor: streamline agent turn handling and background review process
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user