shellx-cli 0.0.3 → 0.0.5
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.
- package/bundle/assets/shellx-linux-x86_64-1.1.9.zip +0 -0
- package/bundle/assets/shellx-macos-aarch64-1.1.9.zip +0 -0
- package/bundle/assets/shellx-macos-x86_64-1.1.9.zip +0 -0
- package/bundle/assets/shellx-win-x64-1.1.9.zip +0 -0
- package/bundle/assets/shellx-win-x86-1.1.9.zip +0 -0
- package/bundle/assets/shellx.apk +0 -0
- package/bundle/assets/shellx.apk.sha256 +1 -0
- package/bundle/shellx.js +5 -5
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/bundle/assets/shellx.apk
CHANGED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d012ecc9a743448ee7fab5465636a8a5bb312500f3113830cfe0dd114f79e4bf shellx.apk
|
package/bundle/shellx.js
CHANGED
|
@@ -138006,8 +138006,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
138006
138006
|
var init_git_commit = __esm({
|
|
138007
138007
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
138008
138008
|
"use strict";
|
|
138009
|
-
GIT_COMMIT_INFO = "
|
|
138010
|
-
CLI_VERSION = "0.0.
|
|
138009
|
+
GIT_COMMIT_INFO = "fa19dc63";
|
|
138010
|
+
CLI_VERSION = "0.0.4";
|
|
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.
|
|
150658
|
+
const version2 = "0.0.5";
|
|
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.
|
|
298825
|
+
return "0.0.5";
|
|
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 = "
|
|
299163
|
+
var GIT_COMMIT_INFO2 = "1eaff469";
|
|
299164
299164
|
|
|
299165
299165
|
// packages/cli/src/ui/commands/bugCommand.ts
|
|
299166
299166
|
init_dist5();
|