@ak9024/openclaude 0.1.8 → 0.1.10

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 (3) hide show
  1. package/README.md +1 -1
  2. package/dist/cli.mjs +15 -15
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@ Use OpenAI-compatible APIs, Gemini, GitHub Models, Codex, Ollama, Atomic Chat, a
25
25
  ### Install
26
26
 
27
27
  ```bash
28
- npm install -g @gitlawb/openclaude
28
+ npm install @ak9024/openclaude
29
29
  ```
30
30
 
31
31
  If the install later reports `ripgrep not found`, install ripgrep system-wide and confirm `rg --version` works in the same terminal before starting OpenClaude.
package/dist/cli.mjs CHANGED
@@ -107709,7 +107709,7 @@ var init_configs = __esm(() => {
107709
107709
  vertex: "claude-opus-4@20250514",
107710
107710
  foundry: "claude-opus-4",
107711
107711
  openai: "gpt-4o",
107712
- gemini: "gemini-2.5-pro-preview-03-25"
107712
+ gemini: "gemini-2.5-pro"
107713
107713
  };
107714
107714
  CLAUDE_OPUS_4_1_CONFIG = {
107715
107715
  firstParty: "claude-opus-4-1-20250805",
@@ -107717,7 +107717,7 @@ var init_configs = __esm(() => {
107717
107717
  vertex: "claude-opus-4-1@20250805",
107718
107718
  foundry: "claude-opus-4-1",
107719
107719
  openai: "gpt-4o",
107720
- gemini: "gemini-2.5-pro-preview-03-25"
107720
+ gemini: "gemini-2.5-pro"
107721
107721
  };
107722
107722
  CLAUDE_OPUS_4_5_CONFIG = {
107723
107723
  firstParty: "claude-opus-4-5-20251101",
@@ -107725,7 +107725,7 @@ var init_configs = __esm(() => {
107725
107725
  vertex: "claude-opus-4-5@20251101",
107726
107726
  foundry: "claude-opus-4-5",
107727
107727
  openai: "gpt-4o",
107728
- gemini: "gemini-2.5-pro-preview-03-25"
107728
+ gemini: "gemini-2.5-pro"
107729
107729
  };
107730
107730
  CLAUDE_OPUS_4_6_CONFIG = {
107731
107731
  firstParty: "claude-opus-4-6",
@@ -107733,7 +107733,7 @@ var init_configs = __esm(() => {
107733
107733
  vertex: "claude-opus-4-6",
107734
107734
  foundry: "claude-opus-4-6",
107735
107735
  openai: "gpt-4o",
107736
- gemini: "gemini-2.5-pro-preview-03-25"
107736
+ gemini: "gemini-2.5-pro"
107737
107737
  };
107738
107738
  CLAUDE_SONNET_4_6_CONFIG = {
107739
107739
  firstParty: "claude-sonnet-4-6",
@@ -112285,7 +112285,7 @@ function printStartupScreen() {
112285
112285
  const sLen = ` ● ${sL} Ready — type /help to begin`.length;
112286
112286
  out.push(boxRow(sRow, W2, sLen));
112287
112287
  out.push(`${rgb(...BORDER)}╚${"═".repeat(W2 - 2)}╝${RESET}`);
112288
- out.push(` ${DIM}${rgb(...DIMCOL)}openclaude ${RESET}${rgb(...ACCENT)}v${"0.1.8"}${RESET}`);
112288
+ out.push(` ${DIM}${rgb(...DIMCOL)}openclaude ${RESET}${rgb(...ACCENT)}v${"0.1.10"}${RESET}`);
112289
112289
  out.push("");
112290
112290
  process.stdout.write(out.join(`
112291
112291
  `) + `
@@ -371928,7 +371928,7 @@ function getAnthropicEnvMetadata() {
371928
371928
  function getBuildAgeMinutes() {
371929
371929
  if (false)
371930
371930
  ;
371931
- const buildTime = new Date("2026-04-05T17:29:27.947Z").getTime();
371931
+ const buildTime = new Date("2026-04-05T18:53:49.057Z").getTime();
371932
371932
  if (isNaN(buildTime))
371933
371933
  return;
371934
371934
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -398681,7 +398681,7 @@ function buildPrimarySection() {
398681
398681
  }, undefined, false, undefined, this);
398682
398682
  return [{
398683
398683
  label: "Version",
398684
- value: "0.1.8"
398684
+ value: "0.1.10"
398685
398685
  }, {
398686
398686
  label: "Session name",
398687
398687
  value: nameValue
@@ -463578,7 +463578,7 @@ var init_bridge_kick = __esm(() => {
463578
463578
  var call58 = async () => {
463579
463579
  return {
463580
463580
  type: "text",
463581
- value: `${"99.0.0"} (built ${"2026-04-05T17:29:27.947Z"})`
463581
+ value: `${"99.0.0"} (built ${"2026-04-05T18:53:49.057Z"})`
463582
463582
  };
463583
463583
  }, version2, version_default;
463584
463584
  var init_version = __esm(() => {
@@ -537227,7 +537227,7 @@ function WelcomeV2() {
537227
537227
  dimColor: true,
537228
537228
  children: [
537229
537229
  "v",
537230
- "0.1.8",
537230
+ "0.1.10",
537231
537231
  " "
537232
537232
  ]
537233
537233
  }, undefined, true, undefined, this)
@@ -537427,7 +537427,7 @@ function WelcomeV2() {
537427
537427
  dimColor: true,
537428
537428
  children: [
537429
537429
  "v",
537430
- "0.1.8",
537430
+ "0.1.10",
537431
537431
  " "
537432
537432
  ]
537433
537433
  }, undefined, true, undefined, this)
@@ -537653,7 +537653,7 @@ function AppleTerminalWelcomeV2(t0) {
537653
537653
  dimColor: true,
537654
537654
  children: [
537655
537655
  "v",
537656
- "0.1.8",
537656
+ "0.1.10",
537657
537657
  " "
537658
537658
  ]
537659
537659
  }, undefined, true, undefined, this);
@@ -537907,7 +537907,7 @@ function AppleTerminalWelcomeV2(t0) {
537907
537907
  dimColor: true,
537908
537908
  children: [
537909
537909
  "v",
537910
- "0.1.8",
537910
+ "0.1.10",
537911
537911
  " "
537912
537912
  ]
537913
537913
  }, undefined, true, undefined, this);
@@ -557788,7 +557788,7 @@ Usage: claude --remote "your task description"`, () => gracefulShutdown(1));
557788
557788
  pendingHookMessages
557789
557789
  }, renderAndRun);
557790
557790
  }
557791
- }).version("0.1.8 (Open Claude)", "-v, --version", "Output the version number");
557791
+ }).version("0.1.10 (Open Claude)", "-v, --version", "Output the version number");
557792
557792
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
557793
557793
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
557794
557794
  if (canUserConfigureAdvisor()) {
@@ -558364,7 +558364,7 @@ if (false) {}
558364
558364
  async function main2() {
558365
558365
  const args = process.argv.slice(2);
558366
558366
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
558367
- console.log(`${"0.1.8"} (Open Claude)`);
558367
+ console.log(`${"0.1.10"} (Open Claude)`);
558368
558368
  return;
558369
558369
  }
558370
558370
  if (args.includes("--provider")) {
@@ -558482,4 +558482,4 @@ async function main2() {
558482
558482
  }
558483
558483
  main2();
558484
558484
 
558485
- //# debugId=2BA5506ABDFB19B164756E2164756E21
558485
+ //# debugId=355D6369BD5E11D164756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ak9024/openclaude",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "Claude Code opened to any LLM — OpenAI, Gemini, DeepSeek, Ollama, and 200+ models",
5
5
  "type": "module",
6
6
  "bin": {