-
-
Notifications
You must be signed in to change notification settings - Fork 300
Convert chatbot slash commands to agents with anonymous issue reporting #5118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Co-authored-by: DonnieBLT <128622481+DonnieBLT@users.noreply.github.com>
|
@copilot make the screenshot required for posting an issue also have the option to select part of the screen for the image instead of a full screenshot - have both options |
…n constant Co-authored-by: DonnieBLT <128622481+DonnieBLT@users.noreply.github.com>
Co-authored-by: DonnieBLT <128622481+DonnieBLT@users.noreply.github.com>
Implemented in a33667d. Screenshot is now required for issue submission with two capture options:
The backend now validates that a screenshot is provided before accepting the submission. |
|
📅 PR Updated This pull request was last updated on: Sat, 06 Dec 2025 06:35:11 GMT This comment is automatically updated when the PR is synchronized with the base branch. |
❌ Pre-commit checks failedThe pre-commit hooks found issues that need to be fixed. Please run the following commands locally to fix them: # Install pre-commit if you haven't already
pip install pre-commit
# Run pre-commit on all files
pre-commit run --all-files
# Or run pre-commit on staged files only
pre-commit runAfter running these commands, the pre-commit hooks will automatically fix most issues. 💡 Tip: You can set up pre-commit to run automatically on every commit by running: pre-commit installPre-commit output (last 100 lines)For more information, see the pre-commit documentation. |
Replace chatbot slash commands (
/help,/stats, etc.) with an "agents" UI pattern. Add a new Report Issue agent supporting anonymous bug submission with required screenshot capture.Changes
UI (
header.html)Backend (
website/api/views.py)ChatbotReportIssueViewat/api/chatbot/report-issue/Agent Types
Legacy slash commands remain functional for backward compatibility.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.