shellx-cli 0.0.2 → 0.0.4

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.
Binary file
package/bundle/shellx.js CHANGED
@@ -138007,7 +138007,7 @@ var init_git_commit = __esm({
138007
138007
  "packages/core/dist/src/generated/git-commit.js"() {
138008
138008
  "use strict";
138009
138009
  GIT_COMMIT_INFO = "4e931a59";
138010
- CLI_VERSION = "0.0.1";
138010
+ CLI_VERSION = "0.0.3";
138011
138011
  }
138012
138012
  });
138013
138013
 
@@ -150655,7 +150655,7 @@ function createContentGeneratorConfig(config, authType) {
150655
150655
  return contentGeneratorConfig;
150656
150656
  }
150657
150657
  async function createContentGenerator(config, gcConfig, sessionId2) {
150658
- const version2 = "0.0.2";
150658
+ const version2 = "0.0.4";
150659
150659
  const userAgent2 = `GeminiCLI/${version2} (${process.platform}; ${process.arch})`;
150660
150660
  const baseHeaders = {
150661
150661
  "User-Agent": userAgent2
@@ -298822,7 +298822,7 @@ async function getPackageJson() {
298822
298822
  // packages/cli/src/utils/version.ts
298823
298823
  async function getCliVersion() {
298824
298824
  const pkgJson = await getPackageJson();
298825
- return "0.0.2";
298825
+ return "0.0.4";
298826
298826
  }
298827
298827
 
298828
298828
  // packages/cli/src/ui/commands/aboutCommand.ts
@@ -299160,7 +299160,7 @@ init_open();
299160
299160
  import process31 from "node:process";
299161
299161
 
299162
299162
  // packages/cli/src/generated/git-commit.ts
299163
- var GIT_COMMIT_INFO2 = "4e931a59";
299163
+ var GIT_COMMIT_INFO2 = "fa19dc63";
299164
299164
 
299165
299165
  // packages/cli/src/ui/commands/bugCommand.ts
299166
299166
  init_dist5();
@@ -322984,9 +322984,7 @@ function AuthDialog({
322984
322984
  }
322985
322985
  ) }),
322986
322986
  errorMessage && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Box_default, { marginTop: 1, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Text, { color: Colors.AccentRed, children: errorMessage }) }),
322987
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Box_default, { marginTop: 1, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Text, { color: Colors.Gray, children: "(Use Enter to select)" }) }),
322988
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Box_default, { marginTop: 1, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Text, { children: "Terms of Services and Privacy Notice for Gemini CLI" }) }),
322989
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Box_default, { marginTop: 1, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Text, { color: Colors.AccentBlue, children: "https://github.com/google-gemini/gemini-cli/blob/main/docs/tos-privacy.md" }) })
322987
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Box_default, { marginTop: 1, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Text, { color: Colors.Gray, children: "(Use Enter to select)" }) })
322990
322988
  ]
322991
322989
  }
322992
322990
  );
@@ -333436,7 +333434,7 @@ function getInstallationInfo(projectRoot, isAutoUpdateDisabled) {
333436
333434
  }
333437
333435
  }
333438
333436
  if (realPath.includes("/.pnpm/global")) {
333439
- const updateCommand3 = "pnpm add -g @google/gemini-cli@latest";
333437
+ const updateCommand3 = "pnpm add -g shellx-cli@latest";
333440
333438
  return {
333441
333439
  packageManager: "pnpm" /* PNPM */,
333442
333440
  isGlobal: true,
@@ -333445,7 +333443,7 @@ function getInstallationInfo(projectRoot, isAutoUpdateDisabled) {
333445
333443
  };
333446
333444
  }
333447
333445
  if (realPath.includes("/.yarn/global")) {
333448
- const updateCommand3 = "yarn global add @google/gemini-cli@latest";
333446
+ const updateCommand3 = "yarn global add shellx-cli@latest";
333449
333447
  return {
333450
333448
  packageManager: "yarn" /* YARN */,
333451
333449
  isGlobal: true,
@@ -333461,7 +333459,7 @@ function getInstallationInfo(projectRoot, isAutoUpdateDisabled) {
333461
333459
  };
333462
333460
  }
333463
333461
  if (realPath.includes("/.bun/bin")) {
333464
- const updateCommand3 = "bun add -g @google/gemini-cli@latest";
333462
+ const updateCommand3 = "bun add -g shellx-cli@latest";
333465
333463
  return {
333466
333464
  packageManager: "bun" /* BUN */,
333467
333465
  isGlobal: true,
@@ -333484,7 +333482,7 @@ function getInstallationInfo(projectRoot, isAutoUpdateDisabled) {
333484
333482
  updateMessage: "Locally installed. Please update via your project's package.json."
333485
333483
  };
333486
333484
  }
333487
- const updateCommand2 = "npm install -g @google/gemini-cli@latest";
333485
+ const updateCommand2 = "npm install -g shellx-cli@latest";
333488
333486
  return {
333489
333487
  packageManager: "npm" /* NPM */,
333490
333488
  isGlobal: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shellx-cli",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },