@agentchatham/cli 2.15.0 → 2.17.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 +6 -1
- package/dist/server.js +1 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
|