You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operator has a constant stream of "i need to do X" thoughts. Right now they either get lost or context-switch the operator out of the current session. We need an inbox the operator can dump into via keyboard or voice, and an agent that auto-routes each item.
Proposal
Add a global "things to do" inbox to the web UI:
Inbox area -- always-visible side panel or top-bar drawer. Lists captured items, newest first.
Keyboard shortcut (e.g. Cmd/Ctrl + Shift + I) opens a single-line text input over the current view. Enter submits to the inbox without leaving the current page.
Keyword triggers -- when input starts with "i need to" / "i want to" (or a configurable list), automatically route to the inbox even without explicit shortcut.
Problem
Operator has a constant stream of "i need to do X" thoughts. Right now they either get lost or context-switch the operator out of the current session. We need an inbox the operator can dump into via keyboard or voice, and an agent that auto-routes each item.
Proposal
Add a global "things to do" inbox to the web UI:
Cmd/Ctrl + Shift + I) opens a single-line text input over the current view.Entersubmits to the inbox without leaving the current page.Acceptance
Depends on
Notes