Implement plugin loading callbacks and tracking for installed plugins#1558
Merged
bajrangCoder merged 8 commits intoAcode-Foundation:mainfrom Dec 30, 2025
Merged
Implement plugin loading callbacks and tracking for installed plugins#1558bajrangCoder merged 8 commits intoAcode-Foundation:mainfrom
bajrangCoder merged 8 commits intoAcode-Foundation:mainfrom
Conversation
…lugins Signed-off-by: 7HR4IZ3 <90985774+7HR4IZ3@users.noreply.github.com>
bajrangCoder
approved these changes
Aug 28, 2025
Contributor
|
? |
…tracking Signed-off-by: 7HR4IZ3 <90985774+7HR4IZ3@users.noreply.github.com>
Signed-off-by: 7HR4IZ3 <90985774+7HR4IZ3@users.noreply.github.com>
Contributor
Author
|
Sorry about the late reply, forgot about this (wanted to use this feature in a plugin but I found a workaround) Updated the code, and ran the linter |
…INS set Signed-off-by: 7HR4IZ3 <90985774+7HR4IZ3@users.noreply.github.com>
Contributor
Author
|
/gemini review |
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a more robust plugin loading system with callbacks, tracking for installed and broken plugins, and loading timeouts. These are excellent additions that will improve the stability and user experience of the plugin system. I've identified one high-severity issue related to a potential memory leak in the plugin watcher cleanup and one medium-severity issue where code can be simplified. Overall, this is a valuable enhancement.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…watchers on failure Signed-off-by: 7HR4IZ3 <90985774+7HR4IZ3@users.noreply.github.com>
ce15ea1 to
1207f64
Compare
bajrangCoder
approved these changes
Dec 29, 2025
Member
|
@7HR4IZ3 its ready to be merged , just fix the lint issue |
…Plugins Signed-off-by: 7HR4IZ3 <90985774+7HR4IZ3@users.noreply.github.com>
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.
Introduce callbacks for plugin loading and completion, along with a mechanism to track installed plugins. This enhances the plugin management system by allowing asynchronous handling of plugin states.