-
refactor(pluginhost): replace `Snapshot().records` with `activeRecords` for improved filtering
发布于
2026-06-24 17:24:44 +00:00 - Introduced
activeRecordsandactiveRecordsFromSnapshotto filter current plugin records more efficiently. - Updated all instances of
Snapshot().recordsacross code and tests to useactiveRecords. - Added additional checks for
recordCurrentand plugin identity validation in several plugin capability calls. - Enhanced test logic to validate
activeRecordsusage and ensure consistent behavior.
下载附件
- Introduced