feat(FN-3539): remove duplicate todos entry and update navigation docs
Merged branch removes the duplicate desktop "Todos" nav entry from the Header, syncs the `allowParallelExecution` runtime toggle into `AgentDetailView`, and updates the corresponding docs (agents.md, settings-reference.md, todo-view.md, dashboard-guide.md) to reflect the navigation change. Tests wer Fusion-Task-Id: FN-3539
This commit is contained in:
@@ -835,7 +835,7 @@ export class Scheduler {
|
||||
await this.store.updateTask(task.id, {
|
||||
status: null,
|
||||
blockedBy: null,
|
||||
baseBranch: baseBranch ?? undefined,
|
||||
executionStartBranch: baseBranch ?? undefined,
|
||||
worktree: plannedWorktree,
|
||||
effectiveNodeId: effectiveNode.nodeId ?? null,
|
||||
effectiveNodeSource: effectiveNode.source,
|
||||
|
||||
Reference in New Issue
Block a user