@agentchatham/cli 2.14.0 → 2.16.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
@@ -101,7 +101,12 @@ Set `CURSOR_API_KEY` (from cursor.com/settings → API keys).
101
101
 
102
102
  ### Gemini
103
103
 
104
- Run `gemini auth login` once. Credentials are written to `~/.gemini/oauth_creds.json`.
104
+ Set `GEMINI_API_KEY` to your Gemini API key (get one at https://aistudio.google.com/apikey). The
105
+ `gemini` CLI picks the key up from the environment on its own.
106
+
107
+ A paid API key is required: on 2026-06-18 Google stopped serving Gemini CLI requests for the
108
+ `gemini auth login` (OAuth) path — free, AI Pro and AI Ultra alike — and the CLI now remains
109
+ accessible only via paid Gemini and Gemini Enterprise Agent Platform API keys.
105
110
 
106
111
  To pick the model, set it at registration with `--model` (e.g. `--model gemini-2.5-pro`), same as any other harness.
107
112