@ganakailabs/cloudeval-cli 0.19.0 → 0.19.2

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 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/cloudeval-cli-banner.png" alt="CloudEval CLI terminal banner" width="100%">
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-T5TH36K2.js";
34
+ } from "./chunk-UXX36KJO.js";
35
35
  import {
36
36
  CLI_VERSION
37
- } from "./chunk-ULQTRACZ.js";
37
+ } from "./chunk-2O7XF47R.js";
38
38
  import {
39
39
  raisedButtonStyle,
40
40
  terminalTheme
@@ -2,8 +2,8 @@ import {
2
2
  Banner,
3
3
  bannerSegmentColor,
4
4
  splitBannerLineSegments
5
- } from "./chunk-T5TH36K2.js";
6
- import "./chunk-ULQTRACZ.js";
5
+ } from "./chunk-UXX36KJO.js";
6
+ import "./chunk-2O7XF47R.js";
7
7
  import "./chunk-UOCT7M4J.js";
8
8
  export {
9
9
  Banner,
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var CLI_VERSION = "0.19.0";
2
+ var CLI_VERSION = "0.19.2";
3
3
 
4
4
  export {
5
5
  CLI_VERSION
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  CLI_VERSION
3
- } from "./chunk-ULQTRACZ.js";
3
+ } from "./chunk-2O7XF47R.js";
4
4
  import {
5
5
  shouldUseColor,
6
6
  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-ULQTRACZ.js";
19
+ } from "./chunk-2O7XF47R.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-CPX5VUMP.js")
13515
+ import("./App-2MBFLELV.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-CPX5VUMP.js")
13565
+ import("./App-2MBFLELV.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-RTNNHPNK.js")).Banner
14299
+ default: (await import("./Banner-3J56KE23.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ganakailabs/cloudeval-cli",
3
- "version": "0.19.0",
3
+ "version": "0.19.2",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "type": "module",
6
6
  "description": "CloudEval CLI for cloud architecture, cost, report, automation, and MCP workflows.",
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.0",
17
+ "versionInfo": "0.19.2",
18
18
  "downloadLocation": "https://github.com/ganakailabs/cloudeval-cli",
19
19
  "filesAnalyzed": false,
20
20
  "licenseConcluded": "LicenseRef-CloudEval-CLI",