feat(FN-3567): sync allowParallelExecution runtime toggle

Fixes FN-3567 by synchronizing the `allowParallelExecution` runtime toggle in the AgentDetailView component, adding one line to keep the setting in sync.

Fusion-Task-Id: FN-3567
This commit is contained in:
Fusion
2026-05-06 03:29:36 -07:00
committed by gsxdsm
parent 35d5590d4c
commit f69fb2fc2d
9 changed files with 43 additions and 25 deletions

View File

@@ -1473,17 +1473,6 @@ export function Header({
</button>
)}
{!isCompact && todosEnabled && onOpenTodos && (
<button
className={`btn-icon${todosOpen ? " btn-icon--active" : ""}`}
onClick={onOpenTodos}
title="Open todos"
data-testid="todos-toggle-btn"
>
<CheckSquare size={16} />
</button>
)}
{/* Git Manager button - desktop only (moved to overflow on mobile/tablet) */}
{!isCompact && onOpenGitManager && (
<button