Quick-fix action: user-definable custom Quick Fix actions with New Task popup and pre-entry #1795
oxysoft
started this conversation in
1. Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings!
I am imagining a new UX flow from linting to task. However I feel that we can implement this feature in a more generalized manner, allow users to define arbitrary Quick Fix UX flows adapted to the needs of different coding ecosystem.
In my case here, I'd like to refer non-existing method on a type and convert directly into a task. But I don't want to use the "Fix with Kilo" option, because it lacks the necessary context, constraints and guidelines for this particular implementation.
So the idea is that the user could define a list of custom Quick Fixes that filter on the lint's error code to switch up the options. Each option could be configured to either
This way I could define an "Implement Missing Method" quick-fix so the agent knows what we're here to do without guessing or unnecessary analysis of the codebase, burning up tokens for agency. I could additionally write down additional guidelines or link up files useful for the implementation with @ as usual.
Beta Was this translation helpful? Give feedback.
All reactions