cleanup and rename provider to plugin

This commit is contained in:
2026-05-21 16:19:17 -07:00
parent 02d84f423e
commit e8913d1344
62 changed files with 553 additions and 165 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ from urllib.parse import urlparse, parse_qs, unquote, urljoin
from SYS.logger import log, debug, debug_panel
from SYS.payload_builders import build_file_result_payload, normalize_file_extension
from ProviderCore.registry import get_plugin_with_capability, list_plugins_with_capability
from PluginCore.registry import get_plugin_with_capability, list_plugins_with_capability
from SYS.rich_display import (
show_plugin_config_panel,
show_store_config_panel,