@ganakailabs/cloudeval-cli 0.20.2 → 0.21.0
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 +30 -12
- package/dist/{App-EJ63ARJ3.js → App-D4HXP4GR.js} +1717 -407
- package/dist/{Banner-7CWUTKMQ.js → Banner-6FGLG7VG.js} +5 -3
- package/dist/Onboarding-4N4WIORR.js +8 -0
- package/dist/{ReportDashboard-T63UGA7M.js → ReportDashboard-DOAUB727.js} +1 -1
- package/dist/{chunk-ETTAAQ6J.js → chunk-GXHDB5LK.js} +1 -1
- package/dist/{chunk-2D4BE3OS.js → chunk-LDDHLUZH.js} +64 -12
- package/dist/{chunk-VUFGCS6W.js → chunk-LGJOACZ5.js} +7 -5
- package/dist/{chunk-2GTSKMHA.js → chunk-Q5D5HYWW.js} +2 -2
- package/dist/chunk-ZDKRIOMB.js +68 -0
- package/dist/cli.js +60 -60
- package/dist/{dist-TBAQ5KOK.js → dist-AGQQPJUD.js} +1 -1
- package/package.json +2 -2
- package/sbom.spdx.json +1 -1
- package/dist/Onboarding-3NZCPBCO.js +0 -8
- package/dist/chunk-QKZCKI55.js +0 -45
package/README.md
CHANGED
|
@@ -99,24 +99,42 @@ npm uninstall -g @ganakailabs/cloudeval-cli
|
|
|
99
99
|
## What It Covers
|
|
100
100
|
|
|
101
101
|
- Terminal UI for chat, Agent mode, Agent Profile selection, recent thread
|
|
102
|
-
switching, projects, reports, billing,
|
|
102
|
+
switching, projects, reports, billing, context rail, task ledger, artifact
|
|
103
|
+
chips, and a docked composer.
|
|
103
104
|
- Scriptable commands with `json`, `ndjson`, `markdown`, and text output.
|
|
104
105
|
- Agent Profiles: `architecture`, `cost`, `triage`, and `remediation`.
|
|
105
106
|
- MCP tools for Codex, Cursor, Claude, VS Code, and other stdio JSON-RPC hosts.
|
|
106
107
|
- Project graph, report, recipe, rules, and validation workflows.
|
|
107
108
|
- Local opt-in hooks for CLI and Agent Profile events.
|
|
108
109
|
|
|
109
|
-
In the Terminal UI, use the Thread control or `/thread` to choose
|
|
110
|
-
CloudEval chat threads
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
110
|
+
In the Terminal UI, use the Thread control or `/thread` to choose open chat
|
|
111
|
+
sessions, recent CloudEval chat threads, and local CLI sessions. `/thread new`
|
|
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.
|
|
120
138
|
|
|
121
139
|
## Authentication
|
|
122
140
|
|