@openai/codex 0.65.0-alpha.4 → 0.65.0-alpha.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/bin/codex.js CHANGED
@@ -95,14 +95,6 @@ function detectPackageManager() {
95
95
  return "bun";
96
96
  }
97
97
 
98
- if (
99
- process.env.BUN_INSTALL ||
100
- process.env.BUN_INSTALL_GLOBAL_DIR ||
101
- process.env.BUN_INSTALL_BIN_DIR
102
- ) {
103
- return "bun";
104
- }
105
-
106
98
  return userAgent ? "npm" : null;
107
99
  }
108
100
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openai/codex",
3
- "version": "0.65.0-alpha.4",
3
+ "version": "0.65.0-alpha.7",
4
4
  "license": "Apache-2.0",
5
5
  "bin": {
6
6
  "codex": "bin/codex.js"