-
Notifications
You must be signed in to change notification settings - Fork 1.5k
AI feedback disposable provider #4480
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
Conversation
Hi @eamodio There are 2 pull requests.
Please let me know if you think that creating such provider is unnecessary or if you suggest it should be improved. |
4437459
to
8b7c748
Compare
5fc533a
to
51f82c3
Compare
8b7c748
to
5233993
Compare
Centralizes management of AI feedback context and changelog document URIs into a dedicated provider, improving modularity and cleanup. Updates relevant usages to access changelog feedback context through the new provider, removing redundant context management logic from command files. Simplifies resource cleanup on document close and ensures consistent context availability for AI-related features. (#4449, #4480)
51f82c3
to
e815a8e
Compare
5233993
to
28c7ed5
Compare
e815a8e
to
1f08c2d
Compare
Centralizes management of AI feedback context and changelog document URIs into a dedicated provider, improving modularity and cleanup. Updates relevant usages to access changelog feedback context through the new provider, removing redundant context management logic from command files. Simplifies resource cleanup on document close and ensures consistent context availability for AI-related features. (#4449, #4480)
1f08c2d
to
f851fe3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm having a hard time parsing the need for this between all of the linked issues and PRs, nor do I know how to test it, so I will defer to @eamodio 's review on this one, unless you can give me a full rundown/explanation as someone who hasn't been involved with this work @sergeibbb .
I just thought that since the implementation is stateful it might be worth to attach it to the container as a stateful class. |
Centralizes management of AI feedback context and changelog document URIs into a dedicated provider, improving modularity and cleanup. Updates relevant usages to access changelog feedback context through the new provider, removing redundant context management logic from command files. Simplifies resource cleanup on document close and ensures consistent context availability for AI-related features. (#4449, #4480)
28c7ed5
to
60b3f8f
Compare
Centralizes management of AI feedback context and changelog document URIs into a dedicated provider, improving modularity and cleanup. Updates relevant usages to access changelog feedback context through the new provider, removing redundant context management logic from command files. Simplifies resource cleanup on document close and ensures consistent context availability for AI-related features. (#4449, #4480)
f851fe3
to
b98dc49
Compare
60b3f8f
to
91f9b4a
Compare
Centralizes management of AI feedback context and changelog document URIs into a dedicated provider, improving modularity and cleanup. Updates relevant usages to access changelog feedback context through the new provider, removing redundant context management logic from command files. Simplifies resource cleanup on document close and ensures consistent context availability for AI-related features. (#4449, #4480)
b98dc49
to
9cf1770
Compare
Centralizes management of AI feedback context and changelog document URIs into a dedicated provider, improving modularity and cleanup. Updates relevant usages to access changelog feedback context through the new provider, removing redundant context management logic from command files. Simplifies resource cleanup on document close and ensures consistent context availability for AI-related features. (#4449, #4480)
closed by mistake. reopened as #4518 |
Description
This is a follow-up of #4449 and #4479
It wraps static ai-feedback related values to a disposable provided linked to the container.
Checklist
Fixes $XXX -
orCloses #XXX -
prefix to auto-close the issue that your PR addresses