Skip to content

fix(discord): remove bugged followup messages + remove /ask command#1836

Merged
teknium1 merged 2 commits intomainfrom
hermes/hermes-ba3c8fa1
Mar 17, 2026
Merged

fix(discord): remove bugged followup messages + remove /ask command#1836
teknium1 merged 2 commits intomainfrom
hermes/hermes-ba3c8fa1

Conversation

@teknium1
Copy link
Copy Markdown
Contributor

Summary

Cherry-picks PR #1827 by @CharlieKerfoot (followup fix) and removes the redundant /ask slash command.

Followup fix (from #1827):
Discord slash commands (/reasoning, /voice) were sending unnecessary "Done~" or "Processing complete~" followup messages after the actual agent response was already sent via the normal adapter flow. Sometimes these followups replaced the real response. Fix: change _run_simple_slash default followup_msg from "Done~" to None so only commands that explicitly need a followup (/new, /reset, /update) send one.

/ask removal:
/ask was just "send a message to the bot" via the slash command menu — completely redundant since Discord bots already listen to channel messages. Removed.

Supersedes #1827.

Test plan

  • python -m pytest tests/gateway/ -n0 -q — 1194 passed (2 pre-existing whatsapp failures, unrelated)
CharlieKerfoot and others added 2 commits March 17, 2026 16:24
/ask was just 'send a message to the bot' via the slash command menu —
completely redundant since Discord bots already listen to channel messages.
Removed as part of salvaging PR #1827.
@teknium1 teknium1 merged commit 8d60db0 into main Mar 17, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants