Merge branch 'feat/plugin-feature' into feature/plugin-slicing

Brings in the Plugins dialog as-you-type search with fuzzy match highlighting
and clickable column-header sorting (name, version, source, status) — PRs
#14610 and #14611.
This commit is contained in:
SoftFever
2026-07-08 01:03:34 +08:00
15 changed files with 1108 additions and 128 deletions

View File

@@ -5,6 +5,7 @@ add_executable(${_TEST_NAME}_tests
test_plugin_capability_identifier.cpp
test_plugin_install.cpp
test_slicing_pipeline_bindings.cpp
test_plugin_sort.cpp
)
if (MSVC)