@ganakailabs/cloudeval-cli 0.19.2 → 0.19.4

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
@@ -9,13 +9,15 @@
9
9
  <a href="https://github.com/ganakailabs/cloudeval-cli/releases"><img alt="release" src="https://img.shields.io/github/v/release/ganakailabs/cloudeval-cli?sort=semver&style=flat-square"></a>
10
10
  <a href="https://github.com/ganakailabs/cloudeval-cli/blob/main/LICENSE"><img alt="license" src="https://img.shields.io/badge/license-CloudEval%20CLI%20License-blue?style=flat-square"></a>
11
11
  <a href="https://docs.cloudeval.ai/reference/cli-overview"><img alt="docs" src="https://img.shields.io/badge/docs-docs.cloudeval.ai-2d6cdf?style=flat-square"></a>
12
+ <a href="https://discord.gg/tk5dcU2a7T"><img alt="Discord" src="https://img.shields.io/badge/Discord-community-5865F2?style=flat-square&logo=discord&logoColor=white"></a>
12
13
  </p>
13
14
 
14
15
  CloudEval CLI brings CloudEval into your terminal, scripts, and agent tools. It
15
16
  supports cloud chat, Agent mode, Agent Profiles, project and report inspection,
16
- template validation, recipes, local hooks, and MCP server workflows.
17
+ template validation, recipes, local hooks, MCP server workflows, and local
18
+ thread switching in the Terminal UI.
17
19
 
18
- [CloudEval](https://cloudeval.ai) | [Docs](https://docs.cloudeval.ai/reference/cli-overview) | [GitHub](https://github.com/ganakailabs/cloudeval-cli) | [Issues](https://github.com/ganakailabs/cloudeval-cli/issues) | [Releases](https://github.com/ganakailabs/cloudeval-cli/releases)
20
+ [CloudEval](https://cloudeval.ai) | [Docs](https://docs.cloudeval.ai/reference/cli-overview) | [GitHub](https://github.com/ganakailabs/cloudeval-cli) | [Discord](https://discord.gg/tk5dcU2a7T) | [Issues](https://github.com/ganakailabs/cloudeval-cli/issues) | [Releases](https://github.com/ganakailabs/cloudeval-cli/releases)
19
21
 
20
22
  ## Install
21
23
 
@@ -89,19 +91,38 @@ npm uninstall -g @ganakailabs/cloudeval-cli
89
91
 
90
92
  ## What It Covers
91
93
 
92
- - Terminal UI for chat, Agent mode, projects, reports, billing, and settings.
94
+ - Terminal UI for chat, Agent mode, Agent Profile selection, recent thread
95
+ switching, projects, reports, billing, and settings.
93
96
  - Scriptable commands with `json`, `ndjson`, `markdown`, and text output.
94
97
  - Agent Profiles: `architecture`, `cost`, `triage`, and `remediation`.
95
98
  - MCP tools for Codex, Cursor, Claude, VS Code, and other stdio JSON-RPC hosts.
96
99
  - Project graph, report, recipe, rules, and validation workflows.
97
100
  - Local opt-in hooks for CLI and Agent Profile events.
98
101
 
102
+ In the Terminal UI, use the Thread control or `/thread` to choose recent
103
+ CloudEval chat threads plus local CLI sessions, `/thread new` for a fresh
104
+ thread, and `/open` for the matching CloudEval web chat thread. Use the Profile
105
+ control or `/profile architecture|cost|triage|remediation` to choose an Agent
106
+ Profile for the next chat stream. Selecting a profile switches to Agent mode;
107
+ selecting Ask mode clears the profile back to the default chat flow. Starter
108
+ prompts stay hidden until you run `/starter`, which opens the starter
109
+ selections in the prompt box. Press `Esc` from the prompt to leave text editing
110
+ so tab, arrow, and number shortcuts move through controls and tabs; type again
111
+ to resume editing. Busy loaders and the input cursor animate by default unless
112
+ you pass `--no-anim`.
113
+
99
114
  ## Authentication
100
115
 
101
116
  Use `cloudeval login` for local development. For CI or hosted agents, create a
102
117
  scoped CloudEval access key in the app or with `cloudeval credentials create`,
103
118
  then provide it as `CLOUDEVAL_ACCESS_KEY`.
104
119
 
120
+ Stored device-login sessions are refreshed automatically before authenticated
121
+ requests. If a long-running terminal session receives an expired-token response
122
+ from the chat stream, the CLI refreshes the stored session and retries the
123
+ request once. If the refresh token is revoked or expired, run `cloudeval login`
124
+ again.
125
+
105
126
  ## Documentation
106
127
 
107
128
  - CLI overview: <https://docs.cloudeval.ai/reference/cli-overview>