[Feat] Add Fast orchestrator to Discord - #1406
Draft
roomote-roomote[bot] wants to merge 9 commits into
Draft
Conversation
Contributor
|
No code issues found. See task
Reviewed b953b26 |
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.
|
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. Discord should expose that same product boundary as Slack while keeping Slack's preference-driven default behavior scoped to the surface it was designed for.
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. Slack users keep explicit/fastand legacy!fast, and eligible Slack messages can still default to Fast mode when the deployment and user settings are enabled. Discord messages do not opt into that preference-driven default. Browser proof is not applicable because the shipped behavior lives in communications transport and orchestration rather than the web product surface.