@inline-openclaw/inline 0.0.64 → 0.0.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -66202,7 +66202,7 @@ ${text.slice(-UPDATE_LOG_MAX_CHARS)}`;
|
|
|
66202
66202
|
}
|
|
66203
66203
|
function resolveOpenClawUpdateInvocation(env) {
|
|
66204
66204
|
const cliPath = env.OPENCLAW_CLI_PATH?.trim();
|
|
66205
|
-
const args = ["plugins", "update", INLINE_PLUGIN_ID];
|
|
66205
|
+
const args = ["plugins", "update", INLINE_PLUGIN_ID, "--accept-capabilities"];
|
|
66206
66206
|
return cliPath ? { command: process.execPath, args: [cliPath, ...args] } : { command: "openclaw", args };
|
|
66207
66207
|
}
|
|
66208
66208
|
var defaultUpdateRunner = async (params) => await new Promise((resolve) => {
|
|
@@ -66638,5 +66638,5 @@ export {
|
|
|
66638
66638
|
registerInlinePluginFull
|
|
66639
66639
|
};
|
|
66640
66640
|
|
|
66641
|
-
//# debugId=
|
|
66641
|
+
//# debugId=8789878E20DDF25E64756E2164756E21
|
|
66642
66642
|
//# sourceMappingURL=runtime-register-api.js.map
|