shellx-cli 0.0.19 → 0.0.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/bundle/shellx.js +3 -3
  2. package/package.json +1 -2
package/bundle/shellx.js CHANGED
@@ -233003,7 +233003,7 @@ async function createContentGenerator(config, gcConfig, sessionId2) {
233003
233003
  if (gcConfig.fakeResponses) {
233004
233004
  return FakeContentGenerator.fromFile(gcConfig.fakeResponses);
233005
233005
  }
233006
- const version3 = "0.0.19";
233006
+ const version3 = "0.0.20";
233007
233007
  const userAgent = `GeminiCLI/${version3} (${process.platform}; ${process.arch})`;
233008
233008
  const baseHeaders = {
233009
233009
  "User-Agent": userAgent
@@ -302330,7 +302330,7 @@ async function getClientMetadata() {
302330
302330
  if (!clientMetadataPromise) {
302331
302331
  clientMetadataPromise = (async () => ({
302332
302332
  ideName: "GEMINI_CLI",
302333
- ideVersion: "0.0.19",
302333
+ ideVersion: "0.0.20",
302334
302334
  platform: getPlatform(),
302335
302335
  updateChannel: await getReleaseChannel(__dirname3)
302336
302336
  }))();
@@ -429009,7 +429009,7 @@ var __filename3 = fileURLToPath10(import.meta.url);
429009
429009
  var __dirname7 = path59.dirname(__filename3);
429010
429010
  async function getCliVersion() {
429011
429011
  const pkgJson = await getPackageJson(__dirname7);
429012
- return "0.0.19";
429012
+ return "0.0.20";
429013
429013
  }
429014
429014
 
429015
429015
  // packages/cli/src/ui/commands/aboutCommand.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shellx-cli",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },
@@ -123,7 +123,6 @@
123
123
  "eval": "^0.1.8",
124
124
  "latest-version": "^9.0.0",
125
125
  "shellx-files-arm64": "^0.0.2",
126
- "shellx-platform-tools": "^0.0.16",
127
126
  "simple-git": "^3.28.0"
128
127
  },
129
128
  "optionalDependencies": {