Conversation
Member
Author
I just thought that since the implementation is stateful it might be worth to attach it to the container as a stateful class. |
This was referenced Jul 31, 2025
4 tasks
91f9b4a to
13055df
Compare
sergeibbb
added a commit
that referenced
this pull request
Jul 31, 2025
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, #4518)
9cf1770 to
545bec1
Compare
sergeibbb
added a commit
that referenced
this pull request
Jul 31, 2025
d13
approved these changes
Aug 5, 2025
13055df to
5fd6a0f
Compare
sergeibbb
added a commit
that referenced
this pull request
Aug 5, 2025
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, #4518)
545bec1 to
b2e7cd7
Compare
sergeibbb
added a commit
that referenced
this pull request
Aug 5, 2025
5fd6a0f to
621283b
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, #4518)
b2e7cd7 to
55d5d19
Compare
sergeibbb
added a commit
that referenced
this pull request
Aug 5, 2025
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, #4518)
wlnxing
pushed a commit
to wlnxing/vscode-gitlens
that referenced
this pull request
Aug 19, 2025
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. (gitkraken#4449, gitkraken#4518)
wlnxing
pushed a commit
to wlnxing/vscode-gitlens
that referenced
this pull request
Aug 19, 2025
Consolidates storage and context updates for AI feedback responses from the command layer into the provider, improving separation of concerns and maintainability. Ensures feedback state is managed centrally, reducing duplication and potential for inconsistencies. (gitkraken#4449, gitkraken#4518)
wlnxing
pushed a commit
to wlnxing/vscode-gitlens
that referenced
this pull request
Aug 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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