Skip to content

Conversation

@TobyBackstrom
Copy link

@TobyBackstrom TobyBackstrom commented Dec 28, 2025

Amazing tool, thanks.

This is to handle output from some of the slash commands that use terminal ANSI markup, for example /context which I frequently use. Implementation by Claude.

  • Detect slash command messages (/context) and merge with their stdout output
  • Convert ANSI terminal colors to HTML spans with proper colors
  • Render as expandable "details", widget styled like other tools
  • Skip slash commands from index timeline (they're meta, not prompts)

  - Detect slash command messages (<command-name>/context</command-name>)
    and merge with their stdout output
  - Convert ANSI terminal colors to HTML spans with proper colors
  - Render as expandable <details> widget styled like other tools
  - Skip slash commands from index timeline (they're meta, not prompts)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant