fix(plugins): restore cached memory capability on cache hits#65240
Conversation
Greptile SummaryThis PR fixes a bug where the registered Confidence Score: 5/5Safe to merge — targeted one-field fix consistent with existing cache patterns, backed by a direct regression test. The change is a minimal, well-scoped addition of one previously omitted field to the plugin registry cache save/restore cycle. It mirrors exactly how every other memory state field is handled. The afterEach hook calls clearPluginLoaderCache() → clearMemoryPluginState(), so test isolation is preserved. No P0 or P1 findings. No files require special attention. Reviews (1): Last reviewed commit: "fix(plugins): restore cached memory capa..." | Re-trigger Greptile |
|
I checked the current CI on April 12, 2026 and the failures here appear to match failures already showing up on recent The red jobs I inspected are failing in areas outside this diff, including:
This PR only changes Focused validation for this change passed locally:
Happy to rebase/rerun once |
d6f123c to
4209f05
Compare
…w#65240) Merged via squash. Prepared head SHA: 4209f05 Co-authored-by: sercada <[email protected]> Co-authored-by: vincentkoc <[email protected]> Reviewed-by: @vincentkoc
…w#65240) Merged via squash. Prepared head SHA: 4209f05 Co-authored-by: sercada <[email protected]> Co-authored-by: vincentkoc <[email protected]> Reviewed-by: @vincentkoc
…w#65240) Merged via squash. Prepared head SHA: 4209f05 Co-authored-by: sercada <[email protected]> Co-authored-by: vincentkoc <[email protected]> Reviewed-by: @vincentkoc
…w#65240) Merged via squash. Prepared head SHA: 4209f05 Co-authored-by: sercada <[email protected]> Co-authored-by: vincentkoc <[email protected]> Reviewed-by: @vincentkoc
…w#65240) Merged via squash. Prepared head SHA: 4209f05 Co-authored-by: sercada <[email protected]> Co-authored-by: vincentkoc <[email protected]> Reviewed-by: @vincentkoc
…w#65240) Merged via squash. Prepared head SHA: 4209f05 Co-authored-by: sercada <[email protected]> Co-authored-by: vincentkoc <[email protected]> Reviewed-by: @vincentkoc
…w#65240) Merged via squash. Prepared head SHA: 4209f05 Co-authored-by: sercada <[email protected]> Co-authored-by: vincentkoc <[email protected]> Reviewed-by: @vincentkoc
Summary
publicArtifactsstay availableTesting
Fixes #63157