Fix: preserve Telegram slash command arguments for command-dispatch#9
Open
Octane0411 wants to merge 1214 commits intomainfrom
Open
Fix: preserve Telegram slash command arguments for command-dispatch#9Octane0411 wants to merge 1214 commits intomainfrom
Octane0411 wants to merge 1214 commits intomainfrom
Conversation
Merged via squash. Prepared head SHA: f9b2375 Co-authored-by: velvet-shark <126378+velvet-shark@users.noreply.github.com> Co-authored-by: velvet-shark <126378+velvet-shark@users.noreply.github.com> Reviewed-by: @velvet-shark
…ema instead of OpenAI … (openclaw#40008) Verified: - pnpm install --frozen-lockfile - pnpm build - pnpm check - pnpm test:macmini Co-authored-by: opriz <51957849+opriz@users.noreply.github.com> Co-authored-by: Tak Hoffman <781889+Takhoffman@users.noreply.github.com>
…penclaw#40460) Merged via squash. Prepared head SHA: 44622ab Co-authored-by: dsantoreis <220753637+dsantoreis@users.noreply.github.com> Co-authored-by: jalehman <550978+jalehman@users.noreply.github.com> Reviewed-by: @jalehman
…estart (openclaw#40324) Merged via squash. Prepared head SHA: cfd9956 Co-authored-by: cgdusek <38732970+cgdusek@users.noreply.github.com> Co-authored-by: jalehman <550978+jalehman@users.noreply.github.com> Reviewed-by: @jalehman
…al (openclaw#41187) * fix(acp): map error states to end_turn instead of unconditional refusal * fix: map ACP error stop reason to end_turn (openclaw#41187) (thanks @pejmanjohn) --------- Co-authored-by: Pejman Pour-Moezzi <481729+pejmanjohn@users.noreply.github.com> Co-authored-by: Onur <onur@textcortex.com>
…#41185) * fix(acp): propagate setSessionMode gateway errors to client * fix: add changelog entry for ACP setSessionMode propagation (openclaw#41185) (thanks @pejmanjohn) --------- Co-authored-by: Pejman Pour-Moezzi <481729+pejmanjohn@users.noreply.github.com> Co-authored-by: Onur <onur@textcortex.com>
…penclaw#40185) * telegram: bridge direct delivery message hooks * telegram: align sent hooks with command session
added 29 commits
March 12, 2026 18:45
Author
Root CauseTelegram-native dispatch matching in FixUpdated Verification
|
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.
Summary
command-dispatchskills./dispatch_command 115,/dispatch_command@bot 115, and/dispatch_command@bot:115resolve to the same configured skill command and keep argument payloads.Security Impact
Repro+Verification
/dispatch_command 115via Telegram command dispatch only forwarded/dispatch_command, dropping115./dispatch_command 115now resolves to commanddispatch-commandwith args115and passescommand=115tocommand-dispatchtool execution.Testing
src/telegram/bot-native-commands.test.tsfor normalized skill command names and argument preservation.src/auto-reply/reply/get-reply-inline-actions.command-dispatch.test.ts.AI Assisted
Fixes
Fixes openclaw#59228