Skip to content

feat(ai-detected-issues): Add new AI detected issue group types#112848

Merged
roggenkemper merged 2 commits intomasterfrom
feat/ai-detected-issue-types
Apr 14, 2026
Merged

feat(ai-detected-issues): Add new AI detected issue group types#112848
roggenkemper merged 2 commits intomasterfrom
feat/ai-detected-issue-types

Conversation

@roggenkemper
Copy link
Copy Markdown
Member

Add 6 new issue types to replace the single experimental LLM detected type, grouping AI-detected issues by resource/domain: HTTP, Database, Runtime Performance, Security, Code Health, and General, rather than having a catch all issue type

Add 6 new issue types to replace the single experimental LLM detected
type, grouping AI-detected issues by resource/domain: HTTP, Database,
Runtime Performance, Security, Code Health, and General.

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Apr 13, 2026
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@roggenkemper roggenkemper marked this pull request as ready for review April 14, 2026 19:11
@roggenkemper roggenkemper requested review from a team as code owners April 14, 2026 19:11
slug = "ai_detected_code_health"
description = "AI Detected Code Health Issue"
category = GroupCategory.AI_DETECTED.value
category_v2 = GroupCategory.CONFIGURATION.value
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is configuration correct here? thought it was something different

Copy link
Copy Markdown
Member Author

@roggenkemper roggenkemper Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's a bit of a borderline case - i think one could argue it's either a configuration problem since usually these issues mean something is set up incorrectly which align decently well with the other config issues we will have, but can come back and re-evaluate if there's a better fit

@roggenkemper roggenkemper merged commit 4eabb3d into master Apr 14, 2026
76 checks passed
@roggenkemper roggenkemper deleted the feat/ai-detected-issue-types branch April 14, 2026 20:01
roggenkemper added a commit that referenced this pull request Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants