@ganakailabs/cloudeval-cli 0.19.0 → 0.19.1
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/README.md +8 -1
- package/dist/{App-CPX5VUMP.js → App-ITRXW4R6.js} +2 -2
- package/dist/{Banner-RTNNHPNK.js → Banner-GMH566I3.js} +2 -2
- package/dist/{chunk-ULQTRACZ.js → chunk-3JC653QP.js} +1 -1
- package/dist/{chunk-T5TH36K2.js → chunk-QJFZ5ESD.js} +1 -1
- package/dist/cli.js +7 -4
- package/package.json +1 -1
- package/sbom.spdx.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# CloudEval CLI
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="https://raw.githubusercontent.com/ganakailabs/cloudeval-cli/main/docs/assets/
|
|
4
|
+
<img src="https://raw.githubusercontent.com/ganakailabs/cloudeval-cli/main/docs/assets/images/cli/tui-chat.png" alt="CloudEval CLI terminal UI" width="100%">
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
@@ -37,6 +37,13 @@ the shell installer:
|
|
|
37
37
|
curl -fsSL https://cli.cloudeval.ai/install.sh | bash
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
+
The shell installer can detect Codex, Claude Desktop, Cursor, and VS Code,
|
|
41
|
+
skip clients where CloudEval MCP is already configured, and offer setup only
|
|
42
|
+
for missing clients that can be configured automatically. Manual-only clients
|
|
43
|
+
are summarized with a follow-up command instead of forcing another prompt.
|
|
44
|
+
When a CLI update exposes new MCP capabilities, restart or reload your MCP
|
|
45
|
+
client when you are ready; CloudEval never restarts those apps automatically.
|
|
46
|
+
|
|
40
47
|
## Common Commands
|
|
41
48
|
|
|
42
49
|
```bash
|
|
@@ -31,10 +31,10 @@ import {
|
|
|
31
31
|
} from "./chunk-4QIKW5TJ.js";
|
|
32
32
|
import {
|
|
33
33
|
Banner
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-QJFZ5ESD.js";
|
|
35
35
|
import {
|
|
36
36
|
CLI_VERSION
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-3JC653QP.js";
|
|
38
38
|
import {
|
|
39
39
|
raisedButtonStyle,
|
|
40
40
|
terminalTheme
|
package/dist/cli.js
CHANGED
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
} from "./chunk-4QIKW5TJ.js";
|
|
17
17
|
import {
|
|
18
18
|
CLI_VERSION
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-3JC653QP.js";
|
|
20
20
|
|
|
21
21
|
// src/runtime/prepareInk.ts
|
|
22
22
|
import fs from "fs";
|
|
@@ -12358,6 +12358,9 @@ var formatUpdateStatusText = (result) => {
|
|
|
12358
12358
|
lines.push(
|
|
12359
12359
|
"MCP onboarding: interactive updates can ask to configure Codex, Claude, Cursor, or VS Code after installation."
|
|
12360
12360
|
);
|
|
12361
|
+
lines.push(
|
|
12362
|
+
"MCP refresh: Restart or reload configured MCP clients when you are ready to load new CloudEval tools. CloudEval does not restart those apps for you."
|
|
12363
|
+
);
|
|
12361
12364
|
}
|
|
12362
12365
|
return `${lines.join("\n")}
|
|
12363
12366
|
`;
|
|
@@ -13509,7 +13512,7 @@ program.command("tui").description("Open the CloudEval Terminal UI").option(
|
|
|
13509
13512
|
const { assertSecureBaseUrl } = await import("./dist-I4IPYCRC.js");
|
|
13510
13513
|
const [{ render }, { App }] = await Promise.all([
|
|
13511
13514
|
import("ink"),
|
|
13512
|
-
import("./App-
|
|
13515
|
+
import("./App-ITRXW4R6.js")
|
|
13513
13516
|
]);
|
|
13514
13517
|
const baseUrl = await resolveBaseUrl(options, command);
|
|
13515
13518
|
assertSecureBaseUrl(baseUrl);
|
|
@@ -13559,7 +13562,7 @@ program.command("chat").description("Start an interactive chat session").option(
|
|
|
13559
13562
|
const { assertSecureBaseUrl } = await import("./dist-I4IPYCRC.js");
|
|
13560
13563
|
const [{ render }, { App }] = await Promise.all([
|
|
13561
13564
|
import("ink"),
|
|
13562
|
-
import("./App-
|
|
13565
|
+
import("./App-ITRXW4R6.js")
|
|
13563
13566
|
]);
|
|
13564
13567
|
const baseUrl = await resolveBaseUrl(options, command);
|
|
13565
13568
|
assertSecureBaseUrl(baseUrl);
|
|
@@ -14293,7 +14296,7 @@ Error: ${errorMsg}
|
|
|
14293
14296
|
program.command("banner").description("Preview the startup banner and terminal capabilities").action(async () => {
|
|
14294
14297
|
const { render } = await import("ink");
|
|
14295
14298
|
const BannerPreview = React.lazy(async () => ({
|
|
14296
|
-
default: (await import("./Banner-
|
|
14299
|
+
default: (await import("./Banner-GMH566I3.js")).Banner
|
|
14297
14300
|
}));
|
|
14298
14301
|
render(
|
|
14299
14302
|
/* @__PURE__ */ jsx(React.Suspense, { fallback: null, children: /* @__PURE__ */ jsx(BannerPreview, { disable: false }) })
|
package/package.json
CHANGED
package/sbom.spdx.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
{
|
|
15
15
|
"SPDXID": "SPDXRef-Package-CloudEval-CLI",
|
|
16
16
|
"name": "CloudEval CLI",
|
|
17
|
-
"versionInfo": "0.19.
|
|
17
|
+
"versionInfo": "0.19.1",
|
|
18
18
|
"downloadLocation": "https://github.com/ganakailabs/cloudeval-cli",
|
|
19
19
|
"filesAnalyzed": false,
|
|
20
20
|
"licenseConcluded": "LicenseRef-CloudEval-CLI",
|