fix: 增加插件 V3t 运行时兼容门禁 - #6475
Merged
Merged
Conversation
There was a problem hiding this comment.
PR-Agent Code Review
该 PR 在市场候选筛选、安装兼容判断以及普通和虚拟插件加载路径中统一加入 V3/V3t 显式不兼容声明门禁,同时保留缺失声明时的历史兼容行为。基于所示变更,未发现可确认的行为缺陷,无需提出审查意见。
审查提交:95ff38e
There was a problem hiding this comment.
PR-Agent Code Review
本次变更在插件候选筛选、安装兼容判断以及实体和虚拟插件加载阶段加入统一的 V3t 显式不兼容门禁,同时保留缺失声明时的历史兼容行为。基于所示变更,未发现需要提出的具体行为缺陷。
审查提交:f18ce95
There was a problem hiding this comment.
PR-Agent Code Review
本次变更为市场、本地及最终安装候选和插件加载增加了统一的 V3/V3t 运行时兼容门禁,并保留缺失或空声明时的历史兼容行为。根据所示 diff,未发现可确认的行为缺陷,因此没有审查意见。
审查提交:b0215d6
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.
变更
为 V3/V3t 增加统一的插件运行时兼容门禁,复用现有
package.json声明:v3: false的插件不会进入候选、安装或加载流程。v3t: false的插件不会进入候选、安装或加载流程。runtime为空或缺少package.json时保持历史兼容,不影响存量插件可见性和加载。验证
tests/test_plugin_candidate_inventory.py、tests/test_plugin_helper.py、tests/test_plugin_virtual_instances.py:140 passedgit diff --check:通过该 PR 仅修改插件兼容判断和加载边界,与后端 PR #6474、前端 PR #725 的文件范围不重叠;可独立合并。
PR-Agent 摘要
🤖 Generated by PR Agent at b0215d6
package.jsonv3t:false拒绝