@okx_ai/okx-trade-cli 1.3.6 → 1.3.7
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
|
@@ -14441,7 +14441,7 @@ async function cmdDiagnoseMcp(options = {}) {
|
|
|
14441
14441
|
|
|
14442
14442
|
// src/commands/diagnose.ts
|
|
14443
14443
|
var CLI_VERSION = readCliVersion();
|
|
14444
|
-
var GIT_HASH = true ? "
|
|
14444
|
+
var GIT_HASH = true ? "2c1da5c1" : "dev";
|
|
14445
14445
|
function maskKey2(key) {
|
|
14446
14446
|
if (!key) return "(not set)";
|
|
14447
14447
|
if (key.length <= 8) return "****";
|
|
@@ -21148,7 +21148,7 @@ async function cmdEventCancel(run, opts) {
|
|
|
21148
21148
|
// src/index.ts
|
|
21149
21149
|
var _require3 = createRequire3(import.meta.url);
|
|
21150
21150
|
var CLI_VERSION2 = _require3("../package.json").version;
|
|
21151
|
-
var GIT_HASH2 = true ? "
|
|
21151
|
+
var GIT_HASH2 = true ? "2c1da5c1" : "dev";
|
|
21152
21152
|
function handlePilotCommand(action, json, force, binaryPath) {
|
|
21153
21153
|
if (action === "status") return cmdPilotStatus(json, binaryPath);
|
|
21154
21154
|
if (action === "install") return cmdPilotInstall(json, binaryPath);
|