@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 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, and settings.
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 recent
110
- CloudEval chat threads plus local CLI sessions, `/thread new` for a fresh
111
- thread, and `/open` for the matching CloudEval web chat thread. Use the Profile
112
- control or `/profile architecture|cost|triage|remediation` to choose an Agent
113
- Profile for the next chat stream. Selecting a profile switches to Agent mode;
114
- selecting Ask mode clears the profile back to the default chat flow. Starter
115
- prompts stay hidden until you run `/starter`, which opens the starter
116
- selections in the prompt box. Press `Esc` from the prompt to leave text editing
117
- so tab, arrow, and number shortcuts move through controls and tabs; type again
118
- to resume editing. Busy loaders and the input cursor animate by default unless
119
- you pass `--no-anim`.
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