@okx_ai/okx-trade-cli 1.3.3-beta.3 → 1.3.3
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.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13487,7 +13487,7 @@ async function cmdDiagnoseMcp(options = {}) {
|
|
|
13487
13487
|
|
|
13488
13488
|
// src/commands/diagnose.ts
|
|
13489
13489
|
var CLI_VERSION = readCliVersion();
|
|
13490
|
-
var GIT_HASH = true ? "
|
|
13490
|
+
var GIT_HASH = true ? "e6ad1d1e" : "dev";
|
|
13491
13491
|
function maskKey2(key) {
|
|
13492
13492
|
if (!key) return "(not set)";
|
|
13493
13493
|
if (key.length <= 8) return "****";
|
|
@@ -19973,7 +19973,7 @@ async function cmdEventCancel(run, opts) {
|
|
|
19973
19973
|
// src/index.ts
|
|
19974
19974
|
var _require3 = createRequire3(import.meta.url);
|
|
19975
19975
|
var CLI_VERSION2 = _require3("../package.json").version;
|
|
19976
|
-
var GIT_HASH2 = true ? "
|
|
19976
|
+
var GIT_HASH2 = true ? "e6ad1d1e" : "dev";
|
|
19977
19977
|
function handlePilotCommand(action, json, force, binaryPath) {
|
|
19978
19978
|
if (action === "status") return cmdPilotStatus(json, binaryPath);
|
|
19979
19979
|
if (action === "install") return cmdPilotInstall(json, binaryPath);
|