BLT
BLT copied to clipboard
Remove GitHub issue generator feature
Removes the AI-powered GitHub issue generation feature per requirements.
Changes
Routes removed (blt/urls.py):
-
/github-issue-prompt/- Issue generation form -
/create-github-issue/- GitHub issue creation endpoint -
/get-github-issue/- AI generation processor
Views removed (website/views/issue.py):
-
GithubIssueView- Issue creation handler (44 lines) -
get_github_issue()- Generation request processor (27 lines) -
generate_github_issue()- OpenAI API integration (45 lines) - OpenAI import (still used in
utils.pyandbot.py)
Templates deleted:
-
github_issue_prompt.html- Input form (94 lines) -
github_issue.html- Issue creation form (246 lines)
UI cleanup:
- Navigation links removed from header and sidenav
- Feature card removed from features page
- Static asset
generate-issue.pngdeleted - Duplicate keywords cleaned from features page metadata
Total: 510 lines removed across 8 files
Original prompt
Remove the generate issue feature
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.