-
Notifications
You must be signed in to change notification settings - Fork 15.6k
[FEATURE]: Beautified Question Tool Text Display #12781
Copy link
Copy link
Open
Labels
discussionUsed for feature requests, proposals, ideas, etc. Open discussionUsed for feature requests, proposals, ideas, etc. Open discussionopentuiThis relates to changes in v1.0, now that opencode uses opentuiThis relates to changes in v1.0, now that opencode uses opentuiwebRelates to opencode on web / desktopRelates to opencode on web / desktop
Metadata
Metadata
Assignees
Labels
discussionUsed for feature requests, proposals, ideas, etc. Open discussionUsed for feature requests, proposals, ideas, etc. Open discussionopentuiThis relates to changes in v1.0, now that opencode uses opentuiThis relates to changes in v1.0, now that opencode uses opentuiwebRelates to opencode on web / desktopRelates to opencode on web / desktop
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature hasn't been suggested before.
Describe the enhancement you want to request
When the LLM uses the question tool, markdown formatting in the question text (like bold, code, lists) is displayed as raw text instead of being rendered.
Affected areas:
Expected: Markdown in question text should be rendered (bold, code blocks, lists, etc.)
Actual: Raw markdown syntax is shown to the user (e.g., bold instead of bold)
Example:
Shows literally with asterisks and backticks instead of formatted.
Screenshots