claude-code-openai 0.1.11 → 0.1.12

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 +6 -5
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -204606,7 +204606,7 @@ var init_metadata = __esm(() => {
204606
204606
  isClaudeAiAuth: isClaudeAISubscriber(),
204607
204607
  version: "2.1.88-rebuild",
204608
204608
  versionBase: getVersionBase(),
204609
- buildTime: "2026-04-01T10:13:56.609Z",
204609
+ buildTime: "2026-04-01T10:24:01.092Z",
204610
204610
  deploymentEnvironment: env4.detectDeploymentEnvironment(),
204611
204611
  ...isEnvTruthy(process.env.GITHUB_ACTIONS) && {
204612
204612
  githubEventName: process.env.GITHUB_EVENT_NAME,
@@ -592892,7 +592892,7 @@ function getAnthropicEnvMetadata() {
592892
592892
  function getBuildAgeMinutes() {
592893
592893
  if (false)
592894
592894
  ;
592895
- const buildTime = new Date("2026-04-01T10:13:56.609Z").getTime();
592895
+ const buildTime = new Date("2026-04-01T10:24:01.092Z").getTime();
592896
592896
  if (isNaN(buildTime))
592897
592897
  return;
592898
592898
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -595140,7 +595140,8 @@ var init_openai_adapter = __esm(() => {
595140
595140
  "deprecated",
595141
595141
  "readOnly",
595142
595142
  "writeOnly",
595143
- "minLength"
595143
+ "minLength",
595144
+ "format"
595144
595145
  ];
595145
595146
  });
595146
595147
 
@@ -679462,7 +679463,7 @@ var init_bridge_kick = __esm(() => {
679462
679463
  var call56 = async () => {
679463
679464
  return {
679464
679465
  type: "text",
679465
- value: `${"2.1.88-rebuild"} (built ${"2026-04-01T10:13:56.609Z"})`
679466
+ value: `${"2.1.88-rebuild"} (built ${"2026-04-01T10:24:01.092Z"})`
679466
679467
  };
679467
679468
  }, version6, version_default;
679468
679469
  var init_version = __esm(() => {
@@ -777468,4 +777469,4 @@ async function main2() {
777468
777469
  }
777469
777470
  main2();
777470
777471
 
777471
- //# debugId=6C6F0DB434BD161F64756E2164756E21
777472
+ //# debugId=699B3904C01ABC6A64756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-openai",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Claude Code CLI with OpenAI GPT-5.4 backend support",
5
5
  "type": "module",
6
6
  "bin": {