Classification that controls whether a command can skip the message queue.
BypassTier()Execute regardless of any busy state, including mid-thread-switch.
Bypass only during initial server connection, not during agent/shell.
Open modal UI immediately; real work deferred via _defer_action callback.
Execute the side effect immediately; defer chat output until idle.
Must wait in the queue when the app is busy.