Enhancement/chat is not structured #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When i chat with the bot, the answers back are not displayed in markdown.
@codebot help
@None
Available @codebot Commands
Issue Triage & Analysis
@codebot triage- Full issue triage with auto-labeling and priority assignment@codebot summarize- Generate 2-3 sentence summary of the issue@codebot explain- Detailed explanation of what the issue is about@codebot suggest- Solution suggestions or next steps@codebot security- Security-focused analysis of the issueCode Quality & Security
@codebot check-deps- Scan dependencies for security vulnerabilities@codebot suggest-tests- Suggest test cases for changed/new code@codebot refactor-suggest- Suggest refactoring opportunities@codebot architecture- Check architecture compliance (alias:arch-check)Interactive Chat
@codebot [question]- Ask questions about the codebase (uses search & file reading tools)@codebot how does authentication work?@codebot find all API endpointsSetup & Utility
@codebot help- Show this help message@codebot setup-labels- Auto-create/map repository labels for auto-labelingPull Request Analysis
PR reviews run automatically when you open or update a pull request. The bot provides:
Manual re-review:
@codebot review-again- Re-run AI review on current PR state (in PR comments)Quick Examples
Triage an issue:
Check for dependency vulnerabilities:
Get test suggestions:
Check architecture compliance:
Ask about the codebase:
For full documentation, see the README
Hello! How can I assist you today? If you have any questions or need help with something specific, just let me know.
@codebot triage
AI Issue Triage
Summary: Chatbot responses are not displayed in markdown format
Components: chat, ui, markdown
The issue describes that chatbot answers are not formatted in markdown, which is a request to improve the display formatting rather than a bug or error. The existing functionality works but could be enhanced for better readability. The user provided a screenshot and clear description, so no additional info is needed.
fixed