claude-code-openai 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. package/dist/cli.js +7 -4
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -57036,6 +57036,9 @@ function getPrivacyLevel() {
57036
57036
  if (process.env.DISABLE_TELEMETRY) {
57037
57037
  return "no-telemetry";
57038
57038
  }
57039
+ if (process.env.CLAUDE_CODE_USE_OPENAI) {
57040
+ return "essential-traffic";
57041
+ }
57039
57042
  return "default";
57040
57043
  }
57041
57044
  function isEssentialTrafficOnly() {
@@ -204208,7 +204211,7 @@ var init_metadata = __esm(() => {
204208
204211
  isClaudeAiAuth: isClaudeAISubscriber(),
204209
204212
  version: "2.1.88-rebuild",
204210
204213
  versionBase: getVersionBase(),
204211
- buildTime: "2026-04-01T08:46:34.702Z",
204214
+ buildTime: "2026-04-01T08:53:57.618Z",
204212
204215
  deploymentEnvironment: env4.detectDeploymentEnvironment(),
204213
204216
  ...isEnvTruthy(process.env.GITHUB_ACTIONS) && {
204214
204217
  githubEventName: process.env.GITHUB_EVENT_NAME,
@@ -592576,7 +592579,7 @@ function getAnthropicEnvMetadata() {
592576
592579
  function getBuildAgeMinutes() {
592577
592580
  if (false)
592578
592581
  ;
592579
- const buildTime = new Date("2026-04-01T08:46:34.702Z").getTime();
592582
+ const buildTime = new Date("2026-04-01T08:53:57.618Z").getTime();
592580
592583
  if (isNaN(buildTime))
592581
592584
  return;
592582
592585
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -679047,7 +679050,7 @@ var init_bridge_kick = __esm(() => {
679047
679050
  var call56 = async () => {
679048
679051
  return {
679049
679052
  type: "text",
679050
- value: `${"2.1.88-rebuild"} (built ${"2026-04-01T08:46:34.702Z"})`
679053
+ value: `${"2.1.88-rebuild"} (built ${"2026-04-01T08:53:57.618Z"})`
679051
679054
  };
679052
679055
  }, version6, version_default;
679053
679056
  var init_version = __esm(() => {
@@ -777025,4 +777028,4 @@ async function main2() {
777025
777028
  }
777026
777029
  main2();
777027
777030
 
777028
- //# debugId=EF296FB1D976B08864756E2164756E21
777031
+ //# debugId=2D1C56D0F9C1544E64756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-openai",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Claude Code CLI with OpenAI GPT-5.4 backend support",
5
5
  "type": "module",
6
6
  "bin": {