-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
needs-kindIndicates an issue or PR lacks a `kind/foo` label and requires one.Indicates an issue or PR lacks a `kind/foo` label and requires one.needs-priorityIndicates an issue or PR lacks a `priority/foo` label and requires one.Indicates an issue or PR lacks a `priority/foo` label and requires one.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Description
Currently, the solution server treats all information coming in from the IDE as equally valid and will use it for hint generation. However, this doesn't account for changes that are generated, accepted, and then later reverted as incomplete/incorrect. The initial acceptance will linger in the solution server's database and assumed to hold true. We need a way for hints to be approved/rejected by high-level migrator or architect. This would ideally live within the Hub's UI and allow them to review hints. We should also consider at least adding a setting to only allow hints that have been explicitly approved, as hints generated from bad data could render even easy issues unsolvable by misleading the LLM
Metadata
Metadata
Assignees
Labels
needs-kindIndicates an issue or PR lacks a `kind/foo` label and requires one.Indicates an issue or PR lacks a `kind/foo` label and requires one.needs-priorityIndicates an issue or PR lacks a `priority/foo` label and requires one.Indicates an issue or PR lacks a `priority/foo` label and requires one.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Type
Projects
Status
🆕 New