Skip to content

Fix/question markdown history#14490

Closed
ivan-mezentsev wants to merge 12 commits intoanomalyco:devfrom
ivan-mezentsev:fix/question-markdown-history
Closed

Fix/question markdown history#14490
ivan-mezentsev wants to merge 12 commits intoanomalyco:devfrom
ivan-mezentsev:fix/question-markdown-history

Conversation

@ivan-mezentsev
Copy link
Copy Markdown

No description provided.

- Integrate Markdown rendering for question text in QuestionDock and QuestionPrompt components.
- Update question display to utilize Markdown formatting for improved readability.
- Add usage note in documentation to encourage Markdown usage for question text.
- Set min-height to 0 for better flexibility
- Adjust flex properties for dynamic sizing
- Enable overflow-y for scrollable content
- Introduced styles for question text and hints in question prompts.
- Enhanced styling for question answers to improve rendering.
- Implemented a copy function to allow users to copy the question text.
- Added an IconButton to trigger the copy action in the question header.
- Utilized both document.execCommand and navigator.clipboard for compatibility.
- Introduced input and output props to GenericTool for enhanced functionality.
- Implemented format function to handle various input types and stringify objects.
- Added text function to construct a display string for input and output.
- Updated BasicTool integration to conditionally show details based on input/output presence.
feat(GenericTool): add input/output formatting and display in BasicTool
- Updated the question text rendering to use the Markdown component for better formatting.
- Ensured fallback to an empty string if the question is undefined.
@github-actions github-actions bot added needs:compliance This means the issue will auto-close after 2 hours. needs:title labels Feb 20, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions
Copy link
Copy Markdown
Contributor

Hey! Your PR title Fix/question markdown history doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@ivan-mezentsev ivan-mezentsev deleted the fix/question-markdown-history branch February 20, 2026 20:33
@github-actions
Copy link
Copy Markdown
Contributor

The following comment was made by an LLM, it may be inaccurate:

Based on my search results, I found a potentially related PR:

Related PR Found:

This PR appears to directly address the same issue - fixing markdown rendering for question text. Since PR #14490 is titled "Fix/question markdown history," it may be addressing the same or a closely related problem with markdown formatting in questions, possibly with a focus on history functionality.

@ivan-mezentsev ivan-mezentsev restored the fix/question-markdown-history branch February 20, 2026 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs:compliance This means the issue will auto-close after 2 hours. needs:title

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant