Skip to content

fix(progress): skip fenced bash block in compact tool progress mode (#41732)#41794

Open
kyssta-exe wants to merge 1 commit into
NousResearch:mainfrom
kyssta-exe:auto-fix/issue-41732
Open

fix(progress): skip fenced bash block in compact tool progress mode (#41732)#41794
kyssta-exe wants to merge 1 commit into
NousResearch:mainfrom
kyssta-exe:auto-fix/issue-41732

Conversation

@kyssta-exe

Copy link
Copy Markdown
Contributor

Fixes #41732. In compact/all/new tool progress modes, the full fenced bash code block was being shown instead of a short preview line. This made Discord chats fill with full terminal command output. The fix skips the fenced block in non-verbose modes, showing only a compact preview (emoji + tool name + short preview).

…ousResearch#41732)

In compact/all/new tool progress modes, the _bash_block (full
```bash fenced code block) was being used, causing Discord chats
to fill with full terminal command output. This was only intended
for verbose mode. Now compact modes show a short preview line
instead, keeping Discord chats clean.
@alt-glitch alt-glitch added type/bug Something isn't working comp/gateway Gateway runner, session dispatch, delivery platform/discord Discord bot adapter P2 Medium — degraded but workaround exists labels Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/gateway Gateway runner, session dispatch, delivery P2 Medium — degraded but workaround exists platform/discord Discord bot adapter type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Discord compact tool progress leaks terminal commands as code blocks

2 participants