[Feat] Add Fast orchestrator to Discord - #1406
Merged
Merged
Conversation
Contributor
|
No code issues found. See task
Reviewed 565806b |
Contributor
Author
|
Addressed the full review sequence through e1aee1b.
|
roomote-roomote
Bot
force-pushed
the
feature/fast-command-23kmbyh8q0k4c
branch
from
August 16, 2026 18:42
d4362fe to
dbe1116
Compare
Contributor
Author
|
Updated the branch through b953b26d.
|
Contributor
Author
|
Extended the communications Fast-mode default through 565806bf.
|
mrubens
marked this pull request as ready for review
August 17, 2026 00:22
mrubens
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
August 17, 2026 00:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
/fast request:<request>as a top-level Discord orchestrator entry point that works without an active task./fastthe canonical Slack spelling while retaining!fastas a compatibility alias.Why this change was made
Fast mode is an orchestrator that decides whether to answer or delegate work, not a mode entered inside an existing task. Users who choose Fast mode as their communications default should get that behavior consistently across supported Slack and Discord entry points without losing each provider's explicit commands or conversation semantics.
Impact
Linked Discord users can invoke
/fastfrom a DM, channel, or thread, receive a direct answer when no task is needed, and get a new task thread when execution is appropriate. When the deployment setting and personal preference are enabled, eligible ordinary Discord DMs, mentions, thread replies, and configured auto-start channel messages now enter the same orchestrator by default. Slack keeps canonical/fast, legacy!fast, and its existing defaulted-message continuation behavior. Browser proof is not applicable because the shipped behavior lives in communications transport and orchestration rather than the web product surface.