feat(FN-3588): add immediate wake controls for agent inbox and message API
The merge delivers four major bodies of work. The dominant theme is FN-3588, which adds an "immediate wake" override to the message inbox API, exposes it in the MailboxModal UI, and updates `agent-heartbeat.ts` and `executor.ts` to honor the override alongside timer/signal triggers. FN-3705 gates re Fusion-Task-Id: FN-3588
This commit is contained in:
@@ -889,7 +889,7 @@
|
||||
align-items: center;
|
||||
gap: var(--space-sm);
|
||||
font-size: 0.85rem;
|
||||
color: var(--text-secondary, var(--text-muted));
|
||||
color: var(--text-muted);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -897,6 +897,10 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.message-composer-wake-label:has(input:disabled) {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.message-composer-wake-hint {
|
||||
margin-left: var(--space-xs);
|
||||
font-size: 0.75rem;
|
||||
|
||||
Reference in New Issue
Block a user