diff --git a/src/plugins/clawhub.ts b/src/plugins/clawhub.ts index 7e0f89db7ab..ba928e59bf3 100644 --- a/src/plugins/clawhub.ts +++ b/src/plugins/clawhub.ts @@ -16,7 +16,7 @@ import { import { resolveRuntimeServiceVersion } from "../version.js"; import { installPluginFromArchive, type InstallPluginResult } from "./install.js"; -export const OPENCLAW_PLUGIN_API_VERSION = "1.2.0"; +export const OPENCLAW_PLUGIN_API_VERSION = resolveRuntimeServiceVersion(); export const CLAWHUB_INSTALL_ERROR_CODE = { INVALID_SPEC: "invalid_spec", PACKAGE_NOT_FOUND: "package_not_found",