feat(FN-3710): add planning mode priority controls and agent workspace memo
Adds an agent workspace memory reader so agents can access workspace context, and extends the planning mode modal with priority controls for task routes and subtasks (FN-3716, FN-3718). Minor CSS token and mobile focus fixes are also included (FN-3710). Fusion-Task-Id: FN-3710
This commit is contained in:
@@ -386,7 +386,7 @@
|
||||
font-size: 11px;
|
||||
padding: 1px 6px;
|
||||
border-radius: 4px;
|
||||
background: var(--surface-bg, rgba(255, 255, 255, 0.08));
|
||||
background: var(--surface-bg, color-mix(in srgb, var(--surface) 55%, transparent));
|
||||
color: var(--text-secondary);
|
||||
margin-left: 6px;
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user