@ganakailabs/cloudeval-cli 0.20.3 → 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 +27 -9
- package/dist/{App-7N7BOWNP.js → App-77Q76GI5.js} +1717 -407
- package/dist/{Banner-FTZBMWDO.js → Banner-43UE3WHI.js} +5 -3
- package/dist/Onboarding-4N4WIORR.js +8 -0
- package/dist/{ReportDashboard-T63UGA7M.js → ReportDashboard-DOAUB727.js} +1 -1
- package/dist/{chunk-7B3KVSVK.js → chunk-6AHSCVTF.js} +7 -5
- package/dist/{chunk-TCNIIMWL.js → chunk-74TONCUI.js} +1 -1
- package/dist/{chunk-2D4BE3OS.js → chunk-LDDHLUZH.js} +64 -12
- 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
|
-
|
|
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
|
|
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
|
|
112
128
|
control or `/profile architecture|cost|triage|remediation` to choose an Agent
|
|
113
129
|
Profile for the next chat stream. Selecting a profile switches to Agent mode;
|
|
114
130
|
selecting Ask mode clears the profile back to the default chat flow. Starter
|
|
115
|
-
prompts stay hidden until you run `/starter
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
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.
|
|
120
138
|
|
|
121
139
|
## Authentication
|
|
122
140
|
|