feat(acp): add opencode plugin list/install/uninstall commands and routes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
xintaofei
2026-04-12 10:21:04 +08:00
parent 8c807b62d3
commit 996945223c
4 changed files with 94 additions and 0 deletions

View File

@@ -375,6 +375,9 @@ mod tauri_app {
acp_commands::acp_read_agent_skill,
acp_commands::acp_save_agent_skill,
acp_commands::acp_delete_agent_skill,
acp_commands::opencode_list_plugins,
acp_commands::opencode_install_plugins,
acp_commands::opencode_uninstall_plugin,
experts_commands::experts_list,
experts_commands::experts_list_for_agent,
experts_commands::experts_get_install_status,