You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: a quickstart that is two commands, and CLIs called by their names
The home page's Run a flow listed eleven agent strings in a table, set a shell variable,
and walked through chat, hmz exec, a loop and a trace before anybody had run anything.
It is now: install it, make a repository with a bug in it, pick your CLI from a tab, and
run ralph_loop -- once at the prompt and once without it. Nothing else, and no
environment variable to export.
Everywhere else, a backend is called what its makers call it. The short name stays where
it is the thing you type -- an -a spec, a binary on PATH, a row key in a reference table
-- and Antigravity CLI, Grok Build, DeepSeek Harness and the rest are spelled out in
prose. cursor-agent was missing from both lists of what may be on PATH.
Copy file name to clipboardExpand all lines: docs/reference/providers.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ An answer in parentheses is what a question takes when you say nothing. A way wi
89
89
its own runs it on this terminal, under the provider's paths, and what it writes is the provider;
90
90
a way that is only answers keeps them as the variables the backend reads them under.
91
91
92
-
**claude**
92
+
**Claude Code** (`claude`)
93
93
94
94
| Way || Asks for |
95
95
| --- | --- | --- |
@@ -100,7 +100,7 @@ a way that is only answers keeps them as the variables the backend reads them un
100
100
|`bedrock`| Anthropic's models on an AWS account of yours. Also sets `CLAUDE_CODE_USE_BEDROCK=1`. |`AWS_PROFILE`, `AWS_REGION` (`us-east-1`) |
101
101
|`vertex`| Anthropic's models on a Google Cloud project of yours. Also sets `CLAUDE_CODE_USE_VERTEX=1`. |`ANTHROPIC_VERTEX_PROJECT_ID`, `CLOUD_ML_REGION` (`us-east5`) |
102
102
103
-
**codex**
103
+
**Codex** (`codex`)
104
104
105
105
| Way || Asks for |
106
106
| --- | --- | --- |
@@ -115,7 +115,7 @@ Codex takes a provider as settings rather than as variables, so a turn under `ga
115
115
`config.toml` is written. The key of the `key` way is read by `codex login` off its standard
116
116
input and kept in codex's own store, so it is not kept a second time as a variable.
117
117
118
-
**kimi**
118
+
**Kimi Code** (`kimi`)
119
119
120
120
| Way || Asks for |
121
121
| --- | --- | --- |
@@ -136,28 +136,28 @@ input and kept in codex's own store, so it is not kept a second time as a variab
136
136
|`wellknown`| A provider that hands out its own credential, by URL. Runs `opencode auth login <url>`. |`OPENCODE_WELLKNOWN`, the URL answering at `/.well-known/opencode`|
137
137
|`zen`| An OpenCode Zen key, which its own models run on. |`OPENCODE_API_KEY`|
138
138
139
-
**mimo**
139
+
**mimocode** (`mimo`)
140
140
141
141
| Way || Asks for |
142
142
| --- | --- | --- |
143
143
|`login`| mimocode's own provider list, and whichever way that one takes. Runs `mimo auth login`. | — |
144
144
|`key`| A MiMo key, which its own models run on. |`XIAOMI_API_KEY`|
145
145
146
-
**`agy`**
146
+
**Antigravity CLI** (`agy`)
147
147
148
148
| Way || Asks for |
149
149
| --- | --- | --- |
150
150
|`login`| Sign in to a Google account, in a session opened for it. Runs `agy` and hands you the terminal. | — |
151
151
|`key`| A Gemini API key, from AI Studio. |`GEMINI_API_KEY`|
152
152
|`adc`| Google Application Default Credentials, for a service account. Also sets `AGY_ADC_AUTH=1`. |`GOOGLE_APPLICATION_CREDENTIALS`|
153
153
154
-
**`dsh`**
154
+
**DeepSeek Harness** (`dsh`)
155
155
156
156
| Way || Asks for |
157
157
| --- | --- | --- |
158
158
|`key`| A DeepSeek API key, from the platform. |`DEEPSEEK_API_KEY`|
159
159
160
-
**`grok`**
160
+
**Grok Build** (`grok`)
161
161
162
162
| Way || Asks for |
163
163
| --- | --- | --- |
@@ -167,14 +167,14 @@ input and kept in codex's own store, so it is not kept a second time as a variab
167
167
|`gateway`| An endpoint speaking Grok Build's own protocol; its models are listed at `/models`. |`GROK_MODELS_BASE_URL`, `XAI_API_KEY`|
168
168
|`oidc`| Your own identity provider, for an organisation that signs in through one. |`GROK_OIDC_ISSUER`, `GROK_OIDC_CLIENT_ID`|
169
169
170
-
**`qwen`**
170
+
**Qwen Code** (`qwen`)
171
171
172
172
| Way || Asks for |
173
173
| --- | --- | --- |
174
174
|`login`| Sign in to a Qwen account, in a session opened for it. Runs `qwen` and hands you the terminal: `/auth`, then `/quit`. | — |
175
175
|`key`| A key for the OpenAI-compatible endpoint it runs against. |`OPENAI_API_KEY`, `OPENAI_BASE_URL` (`https://dashscope.aliyuncs.com/compatible-mode/v1`) |
176
176
177
-
**`zcode`**
177
+
**ZCode** (`zcode`)
178
178
179
179
| Way || Asks for |
180
180
| --- | --- | --- |
@@ -183,7 +183,7 @@ input and kept in codex's own store, so it is not kept a second time as a variab
183
183
|`key`| A Z.AI or BigModel coding plan key, which its own models run on. |`ZCODE_API_KEY`|
184
184
|`gateway`| An endpoint speaking ZCode's own protocol — a proxy, a router, another vendor. |`ZCODE_BASE_URL`, `ZCODE_API_KEY`|
185
185
186
-
**Every backend but `dsh`, as well as its own:**
186
+
**Every backend but DeepSeek Harness, as well as its own:**
0 commit comments