@okx_ai/okx-trade-cli 1.3.2-beta.7 → 1.3.2

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 OKX
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/dist/index.js CHANGED
@@ -12374,7 +12374,7 @@ async function cmdDiagnoseMcp(options = {}) {
12374
12374
 
12375
12375
  // src/commands/diagnose.ts
12376
12376
  var CLI_VERSION = readCliVersion();
12377
- var GIT_HASH = true ? "7705482" : "dev";
12377
+ var GIT_HASH = true ? "1bb94dcd" : "dev";
12378
12378
  function maskKey2(key) {
12379
12379
  if (!key) return "(not set)";
12380
12380
  if (key.length <= 8) return "****";
@@ -18579,7 +18579,7 @@ async function cmdEventCancel(run, opts) {
18579
18579
  // src/index.ts
18580
18580
  var _require3 = createRequire3(import.meta.url);
18581
18581
  var CLI_VERSION2 = _require3("../package.json").version;
18582
- var GIT_HASH2 = true ? "7705482" : "dev";
18582
+ var GIT_HASH2 = true ? "1bb94dcd" : "dev";
18583
18583
  function handlePilotCommand(action, json, force, binaryPath) {
18584
18584
  if (action === "status") return cmdPilotStatus(json, binaryPath);
18585
18585
  if (action === "install") return cmdPilotInstall(json, binaryPath);