@codex-native/sdk 0.0.24 → 0.0.25

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/cli.cjs CHANGED
@@ -35,7 +35,7 @@ var import_node_url4 = require("url");
35
35
  // package.json
36
36
  var package_default = {
37
37
  name: "@codex-native/sdk",
38
- version: "0.0.24",
38
+ version: "0.0.25",
39
39
  description: "Native NAPI-based Codex SDK - complete standalone implementation.",
40
40
  main: "dist/index.cjs",
41
41
  module: "dist/index.mjs",
@@ -82,14 +82,14 @@ var package_default = {
82
82
  ]
83
83
  },
84
84
  optionalDependencies: {
85
- "@codex-native/sdk-darwin-arm64": "0.0.24",
86
- "@codex-native/sdk-darwin-x64": "0.0.24",
87
- "@codex-native/sdk-linux-arm64-gnu": "0.0.24",
88
- "@codex-native/sdk-linux-x64-gnu": "0.0.24",
89
- "@codex-native/sdk-linux-arm64-musl": "0.0.24",
90
- "@codex-native/sdk-linux-x64-musl": "0.0.24",
91
- "@codex-native/sdk-win32-arm64-msvc": "0.0.24",
92
- "@codex-native/sdk-win32-x64-msvc": "0.0.24"
85
+ "@codex-native/sdk-darwin-arm64": "0.0.25",
86
+ "@codex-native/sdk-darwin-x64": "0.0.25",
87
+ "@codex-native/sdk-linux-arm64-gnu": "0.0.25",
88
+ "@codex-native/sdk-linux-x64-gnu": "0.0.25",
89
+ "@codex-native/sdk-linux-arm64-musl": "0.0.25",
90
+ "@codex-native/sdk-linux-x64-musl": "0.0.25",
91
+ "@codex-native/sdk-win32-arm64-msvc": "0.0.25",
92
+ "@codex-native/sdk-win32-x64-msvc": "0.0.25"
93
93
  },
94
94
  dependencies: {
95
95
  "@modelcontextprotocol/sdk": "^1.22.0",
@@ -3751,7 +3751,7 @@ function validateOptionChoices(command, options) {
3751
3751
  function logError(error) {
3752
3752
  if (error instanceof Error) {
3753
3753
  console.error(error.message);
3754
- if (import_node_process3.default.env.CODEX_NATIVE_DEBUG) {
3754
+ if (import_node_process3.default.env.DEBUG) {
3755
3755
  console.error(error.stack);
3756
3756
  }
3757
3757
  } else {