claude-code-openai 0.1.19 → 0.1.20

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 +5 -7
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -204660,7 +204660,7 @@ var init_metadata = __esm(() => {
204660
204660
  isClaudeAiAuth: isClaudeAISubscriber(),
204661
204661
  version: "2.1.88-rebuild",
204662
204662
  versionBase: getVersionBase(),
204663
- buildTime: "2026-04-01T20:12:34.819Z",
204663
+ buildTime: "2026-04-01T20:18:48.855Z",
204664
204664
  deploymentEnvironment: env4.detectDeploymentEnvironment(),
204665
204665
  ...isEnvTruthy(process.env.GITHUB_ACTIONS) && {
204666
204666
  githubEventName: process.env.GITHUB_EVENT_NAME,
@@ -592946,7 +592946,7 @@ function getAnthropicEnvMetadata() {
592946
592946
  function getBuildAgeMinutes() {
592947
592947
  if (false)
592948
592948
  ;
592949
- const buildTime = new Date("2026-04-01T20:12:34.819Z").getTime();
592949
+ const buildTime = new Date("2026-04-01T20:18:48.855Z").getTime();
592950
592950
  if (isNaN(buildTime))
592951
592951
  return;
592952
592952
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -595009,11 +595009,9 @@ function convertAssistantMessage(msg, items) {
595009
595009
  textParts.length = 0;
595010
595010
  }
595011
595011
  const tu = block;
595012
- const callId = tu.id;
595013
595012
  items.push({
595014
595013
  type: "function_call",
595015
- id: callId,
595016
- call_id: callId,
595014
+ call_id: tu.id,
595017
595015
  name: tu.name,
595018
595016
  arguments: typeof tu.input === "string" ? tu.input : JSON.stringify(tu.input)
595019
595017
  });
@@ -679537,7 +679535,7 @@ var init_bridge_kick = __esm(() => {
679537
679535
  var call56 = async () => {
679538
679536
  return {
679539
679537
  type: "text",
679540
- value: `${"2.1.88-rebuild"} (built ${"2026-04-01T20:12:34.819Z"})`
679538
+ value: `${"2.1.88-rebuild"} (built ${"2026-04-01T20:18:48.855Z"})`
679541
679539
  };
679542
679540
  }, version6, version_default;
679543
679541
  var init_version = __esm(() => {
@@ -777548,4 +777546,4 @@ async function main2() {
777548
777546
  }
777549
777547
  main2();
777550
777548
 
777551
- //# debugId=8CA90C6D85CA6DF264756E2164756E21
777549
+ //# debugId=13B36095FE4CE89A64756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-openai",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "Claude Code CLI with OpenAI GPT-5.4 backend support",
5
5
  "type": "module",
6
6
  "bin": {