shellx-cli 0.0.3 → 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
@@ -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.3";
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.3";
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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shellx-cli",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },