@ganakailabs/cloudeval-cli 0.21.0 → 0.21.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 CHANGED
@@ -110,31 +110,31 @@ npm uninstall -g @ganakailabs/cloudeval-cli
110
110
  In the Terminal UI, use the Thread control or `/thread` to choose open chat
111
111
  sessions, recent CloudEval chat threads, and local CLI sessions. `/thread new`
112
112
  starts another independent open session, and `/open` opens the matching
113
- CloudEval web chat thread when the active session has a thread id. Roomy terminals
114
- show a context rail with project, thread, model, mode, profile, and report
115
- artifact chips; narrower terminals keep the chat first and expose the same
116
- controls through the docked composer and slash commands. Typing `/` opens a
117
- bottom command completion strip; use Tab or Up/Down to move, Right to accept
118
- the ghost text, and Enter to choose the highlighted command. Streaming work
119
- appears as a task ledger in the thread. Grounded answers show numbered citations and a
120
- Sources section instead of raw `[S_tool_...]` tags, with citation numbers
121
- highlighted inline; `/copy` copies the latest assistant response and `/download`
122
- writes a Markdown transcript with the same references. Project and Connection
123
- tabs include selected-item detail panes for backend fields, report coverage,
124
- sync state, and linked records; use `J`/`K` or Up/Down on Projects and
125
- Connections to move the selected row, then Enter to confirm it. The billing
126
- header separates credits left from observed credits used so
127
- usage does not look like the current budget. Use the Profile control or `/profile
128
- architecture|cost|triage|remediation` to choose an Agent Profile for the next
129
- chat stream. Selecting a profile switches to Agent mode; selecting Ask mode
130
- clears the profile back to the default chat flow. Starter prompts stay hidden
131
- until you run `/starter`. Press `Esc` from the
132
- prompt to leave text editing so tab, arrow, and number shortcuts move through
133
- controls and tabs; type again to resume editing. Busy loaders and the input
134
- cursor share the same animation style unless you pass `--no-anim`. The banner
135
- details include the logged-in user. Focused controls and the active top tab use
136
- the shared warm banner-yellow accent, with the active tab filled across its full
137
- button interior.
113
+ CloudEval web chat thread when the active session has a thread id. Roomy
114
+ terminals show a context rail with project, thread, model, mode, profile, report
115
+ artifact chips; narrower terminals
116
+ keep the chat first and expose the same controls through the docked composer and
117
+ slash commands. Typing `/` opens a bottom command completion strip; use Tab or
118
+ Up/Down to move, Right to accept the ghost text, and Enter to choose the
119
+ highlighted command. Streaming work appears as a task ledger in the thread.
120
+ Grounded answers show numbered citations and a Sources section instead of raw
121
+ `[S_tool_...]` tags, with citation numbers highlighted inline; `/copy` copies
122
+ the latest assistant response and `/download` writes a Markdown transcript with
123
+ the same references. Project and Connection tabs include selected-item detail
124
+ panes for backend fields, report coverage, sync state, and linked records; use
125
+ `J`/`K` or Up/Down on Projects and Connections to move the selected row, then
126
+ Enter to confirm it. The billing header separates credits left from observed
127
+ credits used so usage does not look like the current budget. Use the Profile
128
+ control or `/profile architecture|cost|triage|remediation` to choose an Agent
129
+ Profile for the next chat stream. Selecting a profile switches to Agent mode;
130
+ selecting Ask mode clears the profile back to the default chat flow. Starter
131
+ prompts stay hidden until you run `/starter`. Press `Esc` from the prompt to
132
+ leave text editing so tab, arrow, and number shortcuts move through controls
133
+ and tabs; type again to resume editing. Busy loaders and the input cursor animate
134
+ unless you pass `--no-anim`. The
135
+ banner details include the logged-in user. Focused controls and the active top
136
+ tab use the shared warm banner-yellow accent, with the active tab filled across
137
+ its full button interior.
138
138
 
139
139
  ## Authentication
140
140
 
@@ -38,10 +38,10 @@ import {
38
38
  } from "./chunk-LDDHLUZH.js";
39
39
  import {
40
40
  Banner
41
- } from "./chunk-LGJOACZ5.js";
41
+ } from "./chunk-6AHSCVTF.js";
42
42
  import {
43
43
  CLI_VERSION
44
- } from "./chunk-GXHDB5LK.js";
44
+ } from "./chunk-74TONCUI.js";
45
45
  import {
46
46
  raisedButtonStyle,
47
47
  terminalTheme
@@ -3,8 +3,8 @@ import {
3
3
  bannerMetaColor,
4
4
  bannerSegmentColor,
5
5
  splitBannerLineSegments
6
- } from "./chunk-LGJOACZ5.js";
7
- import "./chunk-GXHDB5LK.js";
6
+ } from "./chunk-6AHSCVTF.js";
7
+ import "./chunk-74TONCUI.js";
8
8
  import "./chunk-ZDKRIOMB.js";
9
9
  export {
10
10
  Banner,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  CLI_VERSION
3
- } from "./chunk-GXHDB5LK.js";
3
+ } from "./chunk-74TONCUI.js";
4
4
  import {
5
5
  shouldUseColor,
6
6
  terminalTheme
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var CLI_VERSION = "0.21.0";
2
+ var CLI_VERSION = "0.21.1";
3
3
 
4
4
  export {
5
5
  CLI_VERSION
package/dist/cli.js CHANGED
@@ -36,7 +36,7 @@ import {
36
36
  } from "./chunk-LDDHLUZH.js";
37
37
  import {
38
38
  CLI_VERSION
39
- } from "./chunk-GXHDB5LK.js";
39
+ } from "./chunk-74TONCUI.js";
40
40
 
41
41
  // src/runtime/prepareInk.ts
42
42
  import fs from "fs";
@@ -13382,7 +13382,7 @@ program.command("tui").description("Open the CloudEval Terminal UI").option(
13382
13382
  const { assertSecureBaseUrl } = await import("./dist-AGQQPJUD.js");
13383
13383
  const [{ render }, { App }] = await Promise.all([
13384
13384
  import("ink"),
13385
- import("./App-D4HXP4GR.js")
13385
+ import("./App-77Q76GI5.js")
13386
13386
  ]);
13387
13387
  const baseUrl = await resolveBaseUrl(options, command);
13388
13388
  assertSecureBaseUrl(baseUrl);
@@ -13434,7 +13434,7 @@ program.command("chat").description("Start an interactive chat session").option(
13434
13434
  const { assertSecureBaseUrl } = await import("./dist-AGQQPJUD.js");
13435
13435
  const [{ render }, { App }] = await Promise.all([
13436
13436
  import("ink"),
13437
- import("./App-D4HXP4GR.js")
13437
+ import("./App-77Q76GI5.js")
13438
13438
  ]);
13439
13439
  const baseUrl = await resolveBaseUrl(options, command);
13440
13440
  assertSecureBaseUrl(baseUrl);
@@ -14191,7 +14191,7 @@ Error: ${errorMsg}
14191
14191
  program.command("banner").description("Preview the startup banner and terminal capabilities").action(async () => {
14192
14192
  const { render } = await import("ink");
14193
14193
  const BannerPreview = React.lazy(async () => ({
14194
- default: (await import("./Banner-6FGLG7VG.js")).Banner
14194
+ default: (await import("./Banner-43UE3WHI.js")).Banner
14195
14195
  }));
14196
14196
  render(
14197
14197
  /* @__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.21.0",
3
+ "version": "0.21.1",
4
4
  "license": "LicenseRef-CloudEval-CLI",
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.21.0",
17
+ "versionInfo": "0.21.1",
18
18
  "downloadLocation": "https://github.com/ganakailabs/cloudeval-cli",
19
19
  "filesAnalyzed": false,
20
20
  "licenseConcluded": "LicenseRef-CloudEval-CLI",