@john2026/cluadex 1.1.0 → 1.1.1

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.mjs +9 -9
  2. package/package.json +2 -2
package/dist/cli.mjs CHANGED
@@ -119529,7 +119529,7 @@ function printStartupScreen() {
119529
119529
  const sLen = ` ● ${sL} Ready — type /help to begin`.length;
119530
119530
  out.push(boxRow(sRow, W2, sLen, theme.border));
119531
119531
  out.push(`${rgb(...theme.border)}╚${"═".repeat(W2 - 2)}╝${RESET}`);
119532
- out.push(` ${DIM}${rgb(...theme.dim)}Claudex ${RESET}` + `${rgb(...theme.accent)}v${"1.1.0"}${RESET}`);
119532
+ out.push(` ${DIM}${rgb(...theme.dim)}Claudex ${RESET}` + `${rgb(...theme.accent)}v${"1.1.1"}${RESET}`);
119533
119533
  out.push("");
119534
119534
  process.stdout.write(out.join(`
119535
119535
  `) + `
@@ -350834,7 +350834,7 @@ function getAnthropicEnvMetadata() {
350834
350834
  function getBuildAgeMinutes() {
350835
350835
  if (false)
350836
350836
  ;
350837
- const buildTime = new Date("2026-04-14T04:24:12.520Z").getTime();
350837
+ const buildTime = new Date("2026-04-14T04:32:35.961Z").getTime();
350838
350838
  if (isNaN(buildTime))
350839
350839
  return;
350840
350840
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -379247,7 +379247,7 @@ function buildPrimarySection() {
379247
379247
  }, undefined, false, undefined, this);
379248
379248
  return [{
379249
379249
  label: "Version",
379250
- value: "1.1.0"
379250
+ value: "1.1.1"
379251
379251
  }, {
379252
379252
  label: "Session name",
379253
379253
  value: nameValue
@@ -445331,7 +445331,7 @@ var init_heapdump2 = __esm(() => {
445331
445331
  var call53 = async () => {
445332
445332
  return {
445333
445333
  type: "text",
445334
- value: `${"99.0.0"} (built ${"2026-04-14T04:24:12.520Z"})`
445334
+ value: `${"99.0.0"} (built ${"2026-04-14T04:32:35.961Z"})`
445335
445335
  };
445336
445336
  }, version2, version_default;
445337
445337
  var init_version = __esm(() => {
@@ -518901,7 +518901,7 @@ function WelcomeV2() {
518901
518901
  dimColor: true,
518902
518902
  children: [
518903
518903
  "v",
518904
- "1.1.0",
518904
+ "1.1.1",
518905
518905
  " "
518906
518906
  ]
518907
518907
  }, undefined, true, undefined, this)
@@ -518925,7 +518925,7 @@ function AppleTerminalWelcomeV2({ theme: theme2, welcomeMessage }) {
518925
518925
  dimColor: true,
518926
518926
  children: [
518927
518927
  "v",
518928
- "1.1.0",
518928
+ "1.1.1",
518929
518929
  " "
518930
518930
  ]
518931
518931
  }, undefined, true, undefined, this)
@@ -536854,7 +536854,7 @@ Usage: claude --remote "your task description"`, () => gracefulShutdown(1));
536854
536854
  pendingHookMessages
536855
536855
  }, renderAndRun);
536856
536856
  }
536857
- }).version("1.1.0 (Cluadex)", "-v, --version", "Output the version number");
536857
+ }).version("1.1.1 (Cluadex)", "-v, --version", "Output the version number");
536858
536858
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
536859
536859
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
536860
536860
  if (canUserConfigureAdvisor()) {
@@ -537423,7 +537423,7 @@ function validateProviderEnvOrExit() {
537423
537423
  async function main2() {
537424
537424
  const args = process.argv.slice(2);
537425
537425
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
537426
- console.log(`${"1.1.0"} (Cluadex)`);
537426
+ console.log(`${"1.1.1"} (Cluadex)`);
537427
537427
  return;
537428
537428
  }
537429
537429
  {
@@ -537532,4 +537532,4 @@ async function main2() {
537532
537532
  }
537533
537533
  main2();
537534
537534
 
537535
- //# debugId=B73A755EF756DC5364756E2164756E21
537535
+ //# debugId=45A9A658B0B2C4A564756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@john2026/cluadex",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "publisher": "john2026",
5
5
  "description": "Claude Code opened to any LLM — OpenAI, Gemini, DeepSeek, Ollama, and 200+ models",
6
6
  "type": "module",
@@ -131,7 +131,7 @@
131
131
  },
132
132
  "repository": {
133
133
  "type": "git",
134
- "url": "https://github.com/l3tchupkt/claudex"
134
+ "url": "https://github.com/k13667027/Cluadex.git"
135
135
  },
136
136
  "author": "karen john",
137
137
  "keywords": [