shellx-cli 0.0.18 → 0.0.19
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/shellx.js +5 -5
- package/package.json +1 -2
- package/bundle/shellx +0 -453679
package/bundle/shellx.js
CHANGED
|
@@ -143076,7 +143076,7 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
143076
143076
|
var init_git_commit = __esm({
|
|
143077
143077
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
143078
143078
|
"use strict";
|
|
143079
|
-
GIT_COMMIT_INFO = "
|
|
143079
|
+
GIT_COMMIT_INFO = "d2e9fbc9";
|
|
143080
143080
|
CLI_VERSION = "0.15.0-nightly.20251107.b8eeb553";
|
|
143081
143081
|
}
|
|
143082
143082
|
});
|
|
@@ -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.
|
|
233006
|
+
const version3 = "0.0.19";
|
|
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.
|
|
302333
|
+
ideVersion: "0.0.19",
|
|
302334
302334
|
platform: getPlatform(),
|
|
302335
302335
|
updateChannel: await getReleaseChannel(__dirname3)
|
|
302336
302336
|
}))();
|
|
@@ -415269,7 +415269,7 @@ var WarningMessage = ({ text }) => {
|
|
|
415269
415269
|
};
|
|
415270
415270
|
|
|
415271
415271
|
// packages/cli/src/generated/git-commit.ts
|
|
415272
|
-
var GIT_COMMIT_INFO2 = "
|
|
415272
|
+
var GIT_COMMIT_INFO2 = "d2e9fbc9";
|
|
415273
415273
|
|
|
415274
415274
|
// packages/cli/src/ui/components/AboutBox.tsx
|
|
415275
415275
|
var import_jsx_runtime25 = __toESM(require_jsx_runtime(), 1);
|
|
@@ -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.
|
|
429012
|
+
return "0.0.19";
|
|
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.
|
|
3
|
+
"version": "0.0.19",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20.0.0"
|
|
6
6
|
},
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.15.0-nightly.20251107.b8eeb553"
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|
|
19
|
-
"postinstall": "node scripts/install-shellx-files.js",
|
|
20
19
|
"start": "cross-env NODE_ENV=development node scripts/start.js",
|
|
21
20
|
"start:a2a-server": "CODER_AGENT_PORT=41242 npm run start --workspace @google/gemini-cli-a2a-server",
|
|
22
21
|
"debug": "cross-env DEBUG=1 node --inspect-brk scripts/start.js",
|