agent-relay 3.1.21 → 3.1.22
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/bin/agent-relay-broker-darwin-arm64 +0 -0
- package/bin/agent-relay-broker-darwin-x64 +0 -0
- package/bin/agent-relay-broker-linux-arm64 +0 -0
- package/bin/agent-relay-broker-linux-x64 +0 -0
- package/dist/index.cjs +341 -64
- package/package.json +8 -8
- package/packages/acp-bridge/package.json +2 -2
- package/packages/config/dist/cli-registry.generated.d.ts +427 -67
- package/packages/config/dist/cli-registry.generated.d.ts.map +1 -1
- package/packages/config/dist/cli-registry.generated.js +334 -54
- package/packages/config/dist/cli-registry.generated.js.map +1 -1
- package/packages/config/package.json +1 -1
- package/packages/config/src/cli-registry.generated.ts +342 -54
- package/packages/hooks/package.json +4 -4
- package/packages/memory/package.json +2 -2
- package/packages/openclaw/package.json +2 -2
- package/packages/policy/package.json +2 -2
- package/packages/sdk/dist/__tests__/spawn-from-env.test.js +28 -12
- package/packages/sdk/dist/__tests__/spawn-from-env.test.js.map +1 -1
- package/packages/sdk/dist/spawn-from-env.d.ts +2 -1
- package/packages/sdk/dist/spawn-from-env.d.ts.map +1 -1
- package/packages/sdk/dist/spawn-from-env.js +20 -9
- package/packages/sdk/dist/spawn-from-env.js.map +1 -1
- package/packages/sdk/package.json +2 -2
- package/packages/sdk/src/__tests__/spawn-from-env.test.ts +37 -12
- package/packages/sdk/src/spawn-from-env.ts +26 -9
- package/packages/sdk-py/agent_relay/__init__.py +19 -16
- package/packages/sdk-py/agent_relay/models.py +230 -38
- package/packages/sdk-py/pyproject.toml +1 -1
- package/packages/shared/cli-registry.yaml +293 -42
- package/packages/telemetry/package.json +1 -1
- package/packages/trajectory/package.json +2 -2
- package/packages/user-directory/package.json +2 -2
- package/packages/utils/package.json +2 -2
- package/scripts/postinstall.js +117 -0
|
@@ -11,14 +11,18 @@
|
|
|
11
11
|
* Update packages/shared/cli-registry.yaml to change versions.
|
|
12
12
|
*/
|
|
13
13
|
export declare const CLIVersions: {
|
|
14
|
-
/** Claude Code v2.1.
|
|
15
|
-
readonly CLAUDE: "2.1.
|
|
16
|
-
/** Codex CLI v0.
|
|
17
|
-
readonly CODEX: "0.
|
|
18
|
-
/** Gemini CLI v0.
|
|
19
|
-
readonly GEMINI: "0.
|
|
20
|
-
/** Cursor
|
|
21
|
-
readonly CURSOR: "
|
|
14
|
+
/** Claude Code v2.1.72 */
|
|
15
|
+
readonly CLAUDE: "2.1.72";
|
|
16
|
+
/** Codex CLI v0.114.0 */
|
|
17
|
+
readonly CODEX: "0.114.0";
|
|
18
|
+
/** Gemini CLI v0.33.0 */
|
|
19
|
+
readonly GEMINI: "0.33.0";
|
|
20
|
+
/** Cursor v2026.02.27-e7d2ef6 */
|
|
21
|
+
readonly CURSOR: "2026.02.27-e7d2ef6";
|
|
22
|
+
/** Droid v0.1.0 */
|
|
23
|
+
readonly DROID: "0.1.0";
|
|
24
|
+
/** OpenCode v1.2.24 */
|
|
25
|
+
readonly OPENCODE: "1.2.24";
|
|
22
26
|
/** Aider v0.72.1 */
|
|
23
27
|
readonly AIDER: "0.72.1";
|
|
24
28
|
/** Goose v1.0.16 */
|
|
@@ -32,6 +36,8 @@ export declare const CLIs: {
|
|
|
32
36
|
readonly CODEX: "codex";
|
|
33
37
|
readonly GEMINI: "gemini";
|
|
34
38
|
readonly CURSOR: "cursor";
|
|
39
|
+
readonly DROID: "droid";
|
|
40
|
+
readonly OPENCODE: "opencode";
|
|
35
41
|
readonly AIDER: "aider";
|
|
36
42
|
readonly GOOSE: "goose";
|
|
37
43
|
};
|
|
@@ -52,16 +58,18 @@ export type ClaudeModel = (typeof ClaudeModels)[keyof typeof ClaudeModels];
|
|
|
52
58
|
* Codex CLI model identifiers.
|
|
53
59
|
*/
|
|
54
60
|
export declare const CodexModels: {
|
|
55
|
-
/** GPT-5.
|
|
56
|
-
readonly
|
|
57
|
-
/** GPT-5.3 Codex —
|
|
61
|
+
/** GPT-5.4 — Latest frontier agentic coding model (default) */
|
|
62
|
+
readonly GPT_5_4: "gpt-5.4";
|
|
63
|
+
/** GPT-5.3 Codex — Frontier agentic coding model */
|
|
58
64
|
readonly GPT_5_3_CODEX: "gpt-5.3-codex";
|
|
59
65
|
/** GPT-5.3 Codex Spark — Ultra-fast coding model */
|
|
60
66
|
readonly GPT_5_3_CODEX_SPARK: "gpt-5.3-codex-spark";
|
|
61
|
-
/** GPT-5.
|
|
62
|
-
readonly
|
|
67
|
+
/** GPT-5.2 Codex — Frontier agentic coding model */
|
|
68
|
+
readonly GPT_5_2_CODEX: "gpt-5.2-codex";
|
|
63
69
|
/** GPT-5.2 — Frontier model, knowledge & reasoning */
|
|
64
70
|
readonly GPT_5_2: "gpt-5.2";
|
|
71
|
+
/** GPT-5.1 Codex Max — Deep and fast reasoning */
|
|
72
|
+
readonly GPT_5_1_CODEX_MAX: "gpt-5.1-codex-max";
|
|
65
73
|
/** GPT-5.1 Codex Mini — Cheaper, faster */
|
|
66
74
|
readonly GPT_5_1_CODEX_MINI: "gpt-5.1-codex-mini";
|
|
67
75
|
};
|
|
@@ -70,9 +78,11 @@ export type CodexModel = (typeof CodexModels)[keyof typeof CodexModels];
|
|
|
70
78
|
* Gemini CLI model identifiers.
|
|
71
79
|
*/
|
|
72
80
|
export declare const GeminiModels: {
|
|
73
|
-
/** Gemini 3 Pro Preview */
|
|
74
|
-
readonly
|
|
75
|
-
/** Gemini
|
|
81
|
+
/** Gemini 3.1 Pro Preview (default) */
|
|
82
|
+
readonly GEMINI_3_1_PRO_PREVIEW: "gemini-3.1-pro-preview";
|
|
83
|
+
/** Gemini 3 Flash Preview */
|
|
84
|
+
readonly GEMINI_3_FLASH_PREVIEW: "gemini-3-flash-preview";
|
|
85
|
+
/** Gemini 2.5 Pro */
|
|
76
86
|
readonly GEMINI_2_5_PRO: "gemini-2.5-pro";
|
|
77
87
|
/** Gemini 2.5 Flash */
|
|
78
88
|
readonly GEMINI_2_5_FLASH: "gemini-2.5-flash";
|
|
@@ -84,50 +94,214 @@ export type GeminiModel = (typeof GeminiModels)[keyof typeof GeminiModels];
|
|
|
84
94
|
* Cursor model identifiers.
|
|
85
95
|
*/
|
|
86
96
|
export declare const CursorModels: {
|
|
87
|
-
/** Claude 4.
|
|
88
|
-
readonly
|
|
97
|
+
/** Claude 4.6 Opus (Thinking) (default) */
|
|
98
|
+
readonly OPUS_4_6_THINKING: "opus-4.6-thinking";
|
|
99
|
+
/** Claude 4.6 Opus */
|
|
100
|
+
readonly OPUS_4_6: "opus-4.6";
|
|
89
101
|
/** Claude 4.5 Opus */
|
|
90
102
|
readonly OPUS_4_5: "opus-4.5";
|
|
103
|
+
/** Claude 4.5 Opus (Thinking) */
|
|
104
|
+
readonly OPUS_4_5_THINKING: "opus-4.5-thinking";
|
|
105
|
+
/** Claude 4.6 Sonnet */
|
|
106
|
+
readonly SONNET_4_6: "sonnet-4.6";
|
|
107
|
+
/** Claude 4.6 Sonnet (Thinking) */
|
|
108
|
+
readonly SONNET_4_6_THINKING: "sonnet-4.6-thinking";
|
|
91
109
|
/** Claude 4.5 Sonnet */
|
|
92
110
|
readonly SONNET_4_5: "sonnet-4.5";
|
|
93
111
|
/** Claude 4.5 Sonnet (Thinking) */
|
|
94
112
|
readonly SONNET_4_5_THINKING: "sonnet-4.5-thinking";
|
|
95
|
-
/**
|
|
96
|
-
readonly
|
|
97
|
-
/**
|
|
98
|
-
readonly
|
|
99
|
-
/** GPT-5.
|
|
100
|
-
readonly
|
|
113
|
+
/** Composer 1.5 */
|
|
114
|
+
readonly COMPOSER_1_5: "composer-1.5";
|
|
115
|
+
/** Composer 1 */
|
|
116
|
+
readonly COMPOSER_1: "composer-1";
|
|
117
|
+
/** GPT-5.4 Extra High */
|
|
118
|
+
readonly GPT_5_4_XHIGH: "gpt-5.4-xhigh";
|
|
119
|
+
/** GPT-5.4 Extra High Fast */
|
|
120
|
+
readonly GPT_5_4_XHIGH_FAST: "gpt-5.4-xhigh-fast";
|
|
121
|
+
/** GPT-5.4 High */
|
|
122
|
+
readonly GPT_5_4_HIGH: "gpt-5.4-high";
|
|
123
|
+
/** GPT-5.4 High Fast */
|
|
124
|
+
readonly GPT_5_4_HIGH_FAST: "gpt-5.4-high-fast";
|
|
125
|
+
/** GPT-5.4 */
|
|
126
|
+
readonly GPT_5_4_MEDIUM: "gpt-5.4-medium";
|
|
127
|
+
/** GPT-5.4 Fast */
|
|
128
|
+
readonly GPT_5_4_MEDIUM_FAST: "gpt-5.4-medium-fast";
|
|
129
|
+
/** GPT-5.4 Low */
|
|
130
|
+
readonly GPT_5_4_LOW: "gpt-5.4-low";
|
|
131
|
+
/** GPT-5.3 Codex Extra High */
|
|
132
|
+
readonly GPT_5_3_CODEX_XHIGH: "gpt-5.3-codex-xhigh";
|
|
133
|
+
/** GPT-5.3 Codex Extra High Fast */
|
|
134
|
+
readonly GPT_5_3_CODEX_XHIGH_FAST: "gpt-5.3-codex-xhigh-fast";
|
|
135
|
+
/** GPT-5.3 Codex High */
|
|
136
|
+
readonly GPT_5_3_CODEX_HIGH: "gpt-5.3-codex-high";
|
|
137
|
+
/** GPT-5.3 Codex High Fast */
|
|
138
|
+
readonly GPT_5_3_CODEX_HIGH_FAST: "gpt-5.3-codex-high-fast";
|
|
139
|
+
/** GPT-5.3 Codex */
|
|
140
|
+
readonly GPT_5_3_CODEX: "gpt-5.3-codex";
|
|
141
|
+
/** GPT-5.3 Codex Fast */
|
|
142
|
+
readonly GPT_5_3_CODEX_FAST: "gpt-5.3-codex-fast";
|
|
143
|
+
/** GPT-5.3 Codex Low */
|
|
144
|
+
readonly GPT_5_3_CODEX_LOW: "gpt-5.3-codex-low";
|
|
145
|
+
/** GPT-5.3 Codex Low Fast */
|
|
146
|
+
readonly GPT_5_3_CODEX_LOW_FAST: "gpt-5.3-codex-low-fast";
|
|
147
|
+
/** GPT-5.3 Codex Spark */
|
|
148
|
+
readonly GPT_5_3_CODEX_SPARK_PREVIEW: "gpt-5.3-codex-spark-preview";
|
|
101
149
|
/** GPT-5.2 Codex Extra High */
|
|
102
150
|
readonly GPT_5_2_CODEX_XHIGH: "gpt-5.2-codex-xhigh";
|
|
103
|
-
/** GPT-5.2 Codex Fast */
|
|
104
|
-
readonly
|
|
151
|
+
/** GPT-5.2 Codex Extra High Fast */
|
|
152
|
+
readonly GPT_5_2_CODEX_XHIGH_FAST: "gpt-5.2-codex-xhigh-fast";
|
|
153
|
+
/** GPT-5.2 Codex High */
|
|
154
|
+
readonly GPT_5_2_CODEX_HIGH: "gpt-5.2-codex-high";
|
|
105
155
|
/** GPT-5.2 Codex High Fast */
|
|
106
156
|
readonly GPT_5_2_CODEX_HIGH_FAST: "gpt-5.2-codex-high-fast";
|
|
157
|
+
/** GPT-5.2 Codex */
|
|
158
|
+
readonly GPT_5_2_CODEX: "gpt-5.2-codex";
|
|
159
|
+
/** GPT-5.2 Codex Fast */
|
|
160
|
+
readonly GPT_5_2_CODEX_FAST: "gpt-5.2-codex-fast";
|
|
161
|
+
/** GPT-5.2 Codex Low */
|
|
162
|
+
readonly GPT_5_2_CODEX_LOW: "gpt-5.2-codex-low";
|
|
107
163
|
/** GPT-5.2 Codex Low Fast */
|
|
108
164
|
readonly GPT_5_2_CODEX_LOW_FAST: "gpt-5.2-codex-low-fast";
|
|
109
|
-
/** GPT-5.2 Codex Extra High Fast */
|
|
110
|
-
readonly GPT_5_2_CODEX_XHIGH_FAST: "gpt-5.2-codex-xhigh-fast";
|
|
111
|
-
/** GPT-5.1 Codex Max */
|
|
112
|
-
readonly GPT_5_1_CODEX_MAX: "gpt-5.1-codex-max";
|
|
113
|
-
/** GPT-5.1 Codex Max High */
|
|
114
|
-
readonly GPT_5_1_CODEX_MAX_HIGH: "gpt-5.1-codex-max-high";
|
|
115
165
|
/** GPT-5.2 */
|
|
116
166
|
readonly GPT_5_2: "gpt-5.2";
|
|
117
167
|
/** GPT-5.2 High */
|
|
118
168
|
readonly GPT_5_2_HIGH: "gpt-5.2-high";
|
|
169
|
+
/** GPT-5.1 Codex Max */
|
|
170
|
+
readonly GPT_5_1_CODEX_MAX: "gpt-5.1-codex-max";
|
|
171
|
+
/** GPT-5.1 Codex Max High */
|
|
172
|
+
readonly GPT_5_1_CODEX_MAX_HIGH: "gpt-5.1-codex-max-high";
|
|
173
|
+
/** GPT-5.1 Codex Mini */
|
|
174
|
+
readonly GPT_5_1_CODEX_MINI: "gpt-5.1-codex-mini";
|
|
119
175
|
/** GPT-5.1 High */
|
|
120
176
|
readonly GPT_5_1_HIGH: "gpt-5.1-high";
|
|
177
|
+
/** Gemini 3.1 Pro */
|
|
178
|
+
readonly GEMINI_3_1_PRO: "gemini-3.1-pro";
|
|
121
179
|
/** Gemini 3 Pro */
|
|
122
180
|
readonly GEMINI_3_PRO: "gemini-3-pro";
|
|
123
181
|
/** Gemini 3 Flash */
|
|
124
182
|
readonly GEMINI_3_FLASH: "gemini-3-flash";
|
|
125
|
-
/** Composer 1 */
|
|
126
|
-
readonly COMPOSER_1: "composer-1";
|
|
127
183
|
/** Grok */
|
|
128
184
|
readonly GROK: "grok";
|
|
185
|
+
/** Kimi K2.5 */
|
|
186
|
+
readonly KIMI_K2_5: "kimi-k2.5";
|
|
129
187
|
};
|
|
130
188
|
export type CursorModel = (typeof CursorModels)[keyof typeof CursorModels];
|
|
189
|
+
/**
|
|
190
|
+
* Droid model identifiers.
|
|
191
|
+
*/
|
|
192
|
+
export declare const DroidModels: {
|
|
193
|
+
/** Opus 4.6 Fast Mode (12x) (default) */
|
|
194
|
+
readonly OPUS_4_6_FAST: "opus-4.6-fast";
|
|
195
|
+
/** Opus 4.5 (2x) */
|
|
196
|
+
readonly OPUS_4_5: "opus-4.5";
|
|
197
|
+
/** Sonnet 4.5 (1.2x) */
|
|
198
|
+
readonly SONNET_4_5: "sonnet-4.5";
|
|
199
|
+
/** Haiku 4.5 (0.4x) */
|
|
200
|
+
readonly HAIKU_4_5: "haiku-4.5";
|
|
201
|
+
/** GPT-5.2 (0.7x) */
|
|
202
|
+
readonly GPT_5_2: "gpt-5.2";
|
|
203
|
+
/** GPT-5.2 Codex (0.7x) */
|
|
204
|
+
readonly GPT_5_2_CODEX: "gpt-5.2-codex";
|
|
205
|
+
/** Gemini 3 Flash (0.2x) */
|
|
206
|
+
readonly GEMINI_3_FLASH: "gemini-3-flash";
|
|
207
|
+
/** Droid Core (GLM-4.7) (0.25x) */
|
|
208
|
+
readonly DROID_CORE: "droid-core-glm-4.7";
|
|
209
|
+
};
|
|
210
|
+
export type DroidModel = (typeof DroidModels)[keyof typeof DroidModels];
|
|
211
|
+
/**
|
|
212
|
+
* OpenCode model identifiers.
|
|
213
|
+
*/
|
|
214
|
+
export declare const OpencodeModels: {
|
|
215
|
+
/** Big Pickle */
|
|
216
|
+
readonly OPENCODE_BIG_PICKLE: "opencode/big-pickle";
|
|
217
|
+
/** GPT-5 Nano (OpenCode) */
|
|
218
|
+
readonly OPENCODE_GPT_5_NANO: "opencode/gpt-5-nano";
|
|
219
|
+
/** Mimo V2 Flash Free */
|
|
220
|
+
readonly OPENCODE_MIMO_V2_FLASH_FREE: "opencode/mimo-v2-flash-free";
|
|
221
|
+
/** MiniMax M2.5 Free */
|
|
222
|
+
readonly OPENCODE_MINIMAX_M2_5_FREE: "opencode/minimax-m2.5-free";
|
|
223
|
+
/** Codex Mini Latest */
|
|
224
|
+
readonly OPENAI_CODEX_MINI_LATEST: "openai/codex-mini-latest";
|
|
225
|
+
/** GPT-3.5 Turbo */
|
|
226
|
+
readonly OPENAI_GPT_3_5_TURBO: "openai/gpt-3.5-turbo";
|
|
227
|
+
/** GPT-4 */
|
|
228
|
+
readonly OPENAI_GPT_4: "openai/gpt-4";
|
|
229
|
+
/** GPT-4 Turbo */
|
|
230
|
+
readonly OPENAI_GPT_4_TURBO: "openai/gpt-4-turbo";
|
|
231
|
+
/** GPT-4.1 */
|
|
232
|
+
readonly OPENAI_GPT_4_1: "openai/gpt-4.1";
|
|
233
|
+
/** GPT-4.1 Mini */
|
|
234
|
+
readonly OPENAI_GPT_4_1_MINI: "openai/gpt-4.1-mini";
|
|
235
|
+
/** GPT-4.1 Nano */
|
|
236
|
+
readonly OPENAI_GPT_4_1_NANO: "openai/gpt-4.1-nano";
|
|
237
|
+
/** GPT-4o */
|
|
238
|
+
readonly OPENAI_GPT_4O: "openai/gpt-4o";
|
|
239
|
+
/** GPT-4o (2024-05-13) */
|
|
240
|
+
readonly OPENAI_GPT_4O_2024_05_13: "openai/gpt-4o-2024-05-13";
|
|
241
|
+
/** GPT-4o (2024-08-06) */
|
|
242
|
+
readonly OPENAI_GPT_4O_2024_08_06: "openai/gpt-4o-2024-08-06";
|
|
243
|
+
/** GPT-4o (2024-11-20) */
|
|
244
|
+
readonly OPENAI_GPT_4O_2024_11_20: "openai/gpt-4o-2024-11-20";
|
|
245
|
+
/** GPT-4o Mini */
|
|
246
|
+
readonly OPENAI_GPT_4O_MINI: "openai/gpt-4o-mini";
|
|
247
|
+
/** GPT-5 */
|
|
248
|
+
readonly OPENAI_GPT_5: "openai/gpt-5";
|
|
249
|
+
/** GPT-5 Codex */
|
|
250
|
+
readonly OPENAI_GPT_5_CODEX: "openai/gpt-5-codex";
|
|
251
|
+
/** GPT-5 Mini */
|
|
252
|
+
readonly OPENAI_GPT_5_MINI: "openai/gpt-5-mini";
|
|
253
|
+
/** GPT-5 Nano */
|
|
254
|
+
readonly OPENAI_GPT_5_NANO: "openai/gpt-5-nano";
|
|
255
|
+
/** GPT-5 Pro */
|
|
256
|
+
readonly OPENAI_GPT_5_PRO: "openai/gpt-5-pro";
|
|
257
|
+
/** GPT-5.1 */
|
|
258
|
+
readonly OPENAI_GPT_5_1: "openai/gpt-5.1";
|
|
259
|
+
/** GPT-5.1 Chat Latest */
|
|
260
|
+
readonly OPENAI_GPT_5_1_CHAT_LATEST: "openai/gpt-5.1-chat-latest";
|
|
261
|
+
/** GPT-5.1 Codex */
|
|
262
|
+
readonly OPENAI_GPT_5_1_CODEX: "openai/gpt-5.1-codex";
|
|
263
|
+
/** GPT-5.1 Codex Max */
|
|
264
|
+
readonly OPENAI_GPT_5_1_CODEX_MAX: "openai/gpt-5.1-codex-max";
|
|
265
|
+
/** GPT-5.1 Codex Mini */
|
|
266
|
+
readonly OPENAI_GPT_5_1_CODEX_MINI: "openai/gpt-5.1-codex-mini";
|
|
267
|
+
/** GPT-5.2 (default) */
|
|
268
|
+
readonly OPENAI_GPT_5_2: "openai/gpt-5.2";
|
|
269
|
+
/** GPT-5.2 Chat Latest */
|
|
270
|
+
readonly OPENAI_GPT_5_2_CHAT_LATEST: "openai/gpt-5.2-chat-latest";
|
|
271
|
+
/** GPT-5.2 Codex */
|
|
272
|
+
readonly OPENAI_GPT_5_2_CODEX: "openai/gpt-5.2-codex";
|
|
273
|
+
/** GPT-5.2 Pro */
|
|
274
|
+
readonly OPENAI_GPT_5_2_PRO: "openai/gpt-5.2-pro";
|
|
275
|
+
/** GPT-5.3 Codex */
|
|
276
|
+
readonly OPENAI_GPT_5_3_CODEX: "openai/gpt-5.3-codex";
|
|
277
|
+
/** GPT-5.3 Codex Spark */
|
|
278
|
+
readonly OPENAI_GPT_5_3_CODEX_SPARK: "openai/gpt-5.3-codex-spark";
|
|
279
|
+
/** GPT-5.4 */
|
|
280
|
+
readonly OPENAI_GPT_5_4: "openai/gpt-5.4";
|
|
281
|
+
/** GPT-5.4 Pro */
|
|
282
|
+
readonly OPENAI_GPT_5_4_PRO: "openai/gpt-5.4-pro";
|
|
283
|
+
/** O1 */
|
|
284
|
+
readonly OPENAI_O1: "openai/o1";
|
|
285
|
+
/** O1 Mini */
|
|
286
|
+
readonly OPENAI_O1_MINI: "openai/o1-mini";
|
|
287
|
+
/** O1 Preview */
|
|
288
|
+
readonly OPENAI_O1_PREVIEW: "openai/o1-preview";
|
|
289
|
+
/** O1 Pro */
|
|
290
|
+
readonly OPENAI_O1_PRO: "openai/o1-pro";
|
|
291
|
+
/** O3 */
|
|
292
|
+
readonly OPENAI_O3: "openai/o3";
|
|
293
|
+
/** O3 Deep Research */
|
|
294
|
+
readonly OPENAI_O3_DEEP_RESEARCH: "openai/o3-deep-research";
|
|
295
|
+
/** O3 Mini */
|
|
296
|
+
readonly OPENAI_O3_MINI: "openai/o3-mini";
|
|
297
|
+
/** O3 Pro */
|
|
298
|
+
readonly OPENAI_O3_PRO: "openai/o3-pro";
|
|
299
|
+
/** O4 Mini */
|
|
300
|
+
readonly OPENAI_O4_MINI: "openai/o4-mini";
|
|
301
|
+
/** O4 Mini Deep Research */
|
|
302
|
+
readonly OPENAI_O4_MINI_DEEP_RESEARCH: "openai/o4-mini-deep-research";
|
|
303
|
+
};
|
|
304
|
+
export type OpencodeModel = (typeof OpencodeModels)[keyof typeof OpencodeModels];
|
|
131
305
|
/** Model option type for UI dropdowns */
|
|
132
306
|
export interface ModelOption {
|
|
133
307
|
value: string;
|
|
@@ -149,6 +323,14 @@ export declare const GEMINI_MODEL_OPTIONS: ModelOption[];
|
|
|
149
323
|
* Cursor model options for UI dropdowns.
|
|
150
324
|
*/
|
|
151
325
|
export declare const CURSOR_MODEL_OPTIONS: ModelOption[];
|
|
326
|
+
/**
|
|
327
|
+
* Droid model options for UI dropdowns.
|
|
328
|
+
*/
|
|
329
|
+
export declare const DROID_MODEL_OPTIONS: ModelOption[];
|
|
330
|
+
/**
|
|
331
|
+
* OpenCode model options for UI dropdowns.
|
|
332
|
+
*/
|
|
333
|
+
export declare const OPENCODE_MODEL_OPTIONS: ModelOption[];
|
|
152
334
|
/**
|
|
153
335
|
* All models grouped by CLI tool.
|
|
154
336
|
*
|
|
@@ -170,23 +352,27 @@ export declare const Models: {
|
|
|
170
352
|
readonly HAIKU: "haiku";
|
|
171
353
|
};
|
|
172
354
|
readonly Codex: {
|
|
173
|
-
/** GPT-5.
|
|
174
|
-
readonly
|
|
175
|
-
/** GPT-5.3 Codex —
|
|
355
|
+
/** GPT-5.4 — Latest frontier agentic coding model (default) */
|
|
356
|
+
readonly GPT_5_4: "gpt-5.4";
|
|
357
|
+
/** GPT-5.3 Codex — Frontier agentic coding model */
|
|
176
358
|
readonly GPT_5_3_CODEX: "gpt-5.3-codex";
|
|
177
359
|
/** GPT-5.3 Codex Spark — Ultra-fast coding model */
|
|
178
360
|
readonly GPT_5_3_CODEX_SPARK: "gpt-5.3-codex-spark";
|
|
179
|
-
/** GPT-5.
|
|
180
|
-
readonly
|
|
361
|
+
/** GPT-5.2 Codex — Frontier agentic coding model */
|
|
362
|
+
readonly GPT_5_2_CODEX: "gpt-5.2-codex";
|
|
181
363
|
/** GPT-5.2 — Frontier model, knowledge & reasoning */
|
|
182
364
|
readonly GPT_5_2: "gpt-5.2";
|
|
365
|
+
/** GPT-5.1 Codex Max — Deep and fast reasoning */
|
|
366
|
+
readonly GPT_5_1_CODEX_MAX: "gpt-5.1-codex-max";
|
|
183
367
|
/** GPT-5.1 Codex Mini — Cheaper, faster */
|
|
184
368
|
readonly GPT_5_1_CODEX_MINI: "gpt-5.1-codex-mini";
|
|
185
369
|
};
|
|
186
370
|
readonly Gemini: {
|
|
187
|
-
/** Gemini 3 Pro Preview */
|
|
188
|
-
readonly
|
|
189
|
-
/** Gemini
|
|
371
|
+
/** Gemini 3.1 Pro Preview (default) */
|
|
372
|
+
readonly GEMINI_3_1_PRO_PREVIEW: "gemini-3.1-pro-preview";
|
|
373
|
+
/** Gemini 3 Flash Preview */
|
|
374
|
+
readonly GEMINI_3_FLASH_PREVIEW: "gemini-3-flash-preview";
|
|
375
|
+
/** Gemini 2.5 Pro */
|
|
190
376
|
readonly GEMINI_2_5_PRO: "gemini-2.5-pro";
|
|
191
377
|
/** Gemini 2.5 Flash */
|
|
192
378
|
readonly GEMINI_2_5_FLASH: "gemini-2.5-flash";
|
|
@@ -194,48 +380,204 @@ export declare const Models: {
|
|
|
194
380
|
readonly GEMINI_2_5_FLASH_LITE: "gemini-2.5-flash-lite";
|
|
195
381
|
};
|
|
196
382
|
readonly Cursor: {
|
|
197
|
-
/** Claude 4.
|
|
198
|
-
readonly
|
|
383
|
+
/** Claude 4.6 Opus (Thinking) (default) */
|
|
384
|
+
readonly OPUS_4_6_THINKING: "opus-4.6-thinking";
|
|
385
|
+
/** Claude 4.6 Opus */
|
|
386
|
+
readonly OPUS_4_6: "opus-4.6";
|
|
199
387
|
/** Claude 4.5 Opus */
|
|
200
388
|
readonly OPUS_4_5: "opus-4.5";
|
|
389
|
+
/** Claude 4.5 Opus (Thinking) */
|
|
390
|
+
readonly OPUS_4_5_THINKING: "opus-4.5-thinking";
|
|
391
|
+
/** Claude 4.6 Sonnet */
|
|
392
|
+
readonly SONNET_4_6: "sonnet-4.6";
|
|
393
|
+
/** Claude 4.6 Sonnet (Thinking) */
|
|
394
|
+
readonly SONNET_4_6_THINKING: "sonnet-4.6-thinking";
|
|
201
395
|
/** Claude 4.5 Sonnet */
|
|
202
396
|
readonly SONNET_4_5: "sonnet-4.5";
|
|
203
397
|
/** Claude 4.5 Sonnet (Thinking) */
|
|
204
398
|
readonly SONNET_4_5_THINKING: "sonnet-4.5-thinking";
|
|
205
|
-
/**
|
|
206
|
-
readonly
|
|
207
|
-
/**
|
|
208
|
-
readonly
|
|
209
|
-
/** GPT-5.
|
|
210
|
-
readonly
|
|
399
|
+
/** Composer 1.5 */
|
|
400
|
+
readonly COMPOSER_1_5: "composer-1.5";
|
|
401
|
+
/** Composer 1 */
|
|
402
|
+
readonly COMPOSER_1: "composer-1";
|
|
403
|
+
/** GPT-5.4 Extra High */
|
|
404
|
+
readonly GPT_5_4_XHIGH: "gpt-5.4-xhigh";
|
|
405
|
+
/** GPT-5.4 Extra High Fast */
|
|
406
|
+
readonly GPT_5_4_XHIGH_FAST: "gpt-5.4-xhigh-fast";
|
|
407
|
+
/** GPT-5.4 High */
|
|
408
|
+
readonly GPT_5_4_HIGH: "gpt-5.4-high";
|
|
409
|
+
/** GPT-5.4 High Fast */
|
|
410
|
+
readonly GPT_5_4_HIGH_FAST: "gpt-5.4-high-fast";
|
|
411
|
+
/** GPT-5.4 */
|
|
412
|
+
readonly GPT_5_4_MEDIUM: "gpt-5.4-medium";
|
|
413
|
+
/** GPT-5.4 Fast */
|
|
414
|
+
readonly GPT_5_4_MEDIUM_FAST: "gpt-5.4-medium-fast";
|
|
415
|
+
/** GPT-5.4 Low */
|
|
416
|
+
readonly GPT_5_4_LOW: "gpt-5.4-low";
|
|
417
|
+
/** GPT-5.3 Codex Extra High */
|
|
418
|
+
readonly GPT_5_3_CODEX_XHIGH: "gpt-5.3-codex-xhigh";
|
|
419
|
+
/** GPT-5.3 Codex Extra High Fast */
|
|
420
|
+
readonly GPT_5_3_CODEX_XHIGH_FAST: "gpt-5.3-codex-xhigh-fast";
|
|
421
|
+
/** GPT-5.3 Codex High */
|
|
422
|
+
readonly GPT_5_3_CODEX_HIGH: "gpt-5.3-codex-high";
|
|
423
|
+
/** GPT-5.3 Codex High Fast */
|
|
424
|
+
readonly GPT_5_3_CODEX_HIGH_FAST: "gpt-5.3-codex-high-fast";
|
|
425
|
+
/** GPT-5.3 Codex */
|
|
426
|
+
readonly GPT_5_3_CODEX: "gpt-5.3-codex";
|
|
427
|
+
/** GPT-5.3 Codex Fast */
|
|
428
|
+
readonly GPT_5_3_CODEX_FAST: "gpt-5.3-codex-fast";
|
|
429
|
+
/** GPT-5.3 Codex Low */
|
|
430
|
+
readonly GPT_5_3_CODEX_LOW: "gpt-5.3-codex-low";
|
|
431
|
+
/** GPT-5.3 Codex Low Fast */
|
|
432
|
+
readonly GPT_5_3_CODEX_LOW_FAST: "gpt-5.3-codex-low-fast";
|
|
433
|
+
/** GPT-5.3 Codex Spark */
|
|
434
|
+
readonly GPT_5_3_CODEX_SPARK_PREVIEW: "gpt-5.3-codex-spark-preview";
|
|
211
435
|
/** GPT-5.2 Codex Extra High */
|
|
212
436
|
readonly GPT_5_2_CODEX_XHIGH: "gpt-5.2-codex-xhigh";
|
|
213
|
-
/** GPT-5.2 Codex Fast */
|
|
214
|
-
readonly
|
|
437
|
+
/** GPT-5.2 Codex Extra High Fast */
|
|
438
|
+
readonly GPT_5_2_CODEX_XHIGH_FAST: "gpt-5.2-codex-xhigh-fast";
|
|
439
|
+
/** GPT-5.2 Codex High */
|
|
440
|
+
readonly GPT_5_2_CODEX_HIGH: "gpt-5.2-codex-high";
|
|
215
441
|
/** GPT-5.2 Codex High Fast */
|
|
216
442
|
readonly GPT_5_2_CODEX_HIGH_FAST: "gpt-5.2-codex-high-fast";
|
|
443
|
+
/** GPT-5.2 Codex */
|
|
444
|
+
readonly GPT_5_2_CODEX: "gpt-5.2-codex";
|
|
445
|
+
/** GPT-5.2 Codex Fast */
|
|
446
|
+
readonly GPT_5_2_CODEX_FAST: "gpt-5.2-codex-fast";
|
|
447
|
+
/** GPT-5.2 Codex Low */
|
|
448
|
+
readonly GPT_5_2_CODEX_LOW: "gpt-5.2-codex-low";
|
|
217
449
|
/** GPT-5.2 Codex Low Fast */
|
|
218
450
|
readonly GPT_5_2_CODEX_LOW_FAST: "gpt-5.2-codex-low-fast";
|
|
219
|
-
/** GPT-5.2 Codex Extra High Fast */
|
|
220
|
-
readonly GPT_5_2_CODEX_XHIGH_FAST: "gpt-5.2-codex-xhigh-fast";
|
|
221
|
-
/** GPT-5.1 Codex Max */
|
|
222
|
-
readonly GPT_5_1_CODEX_MAX: "gpt-5.1-codex-max";
|
|
223
|
-
/** GPT-5.1 Codex Max High */
|
|
224
|
-
readonly GPT_5_1_CODEX_MAX_HIGH: "gpt-5.1-codex-max-high";
|
|
225
451
|
/** GPT-5.2 */
|
|
226
452
|
readonly GPT_5_2: "gpt-5.2";
|
|
227
453
|
/** GPT-5.2 High */
|
|
228
454
|
readonly GPT_5_2_HIGH: "gpt-5.2-high";
|
|
455
|
+
/** GPT-5.1 Codex Max */
|
|
456
|
+
readonly GPT_5_1_CODEX_MAX: "gpt-5.1-codex-max";
|
|
457
|
+
/** GPT-5.1 Codex Max High */
|
|
458
|
+
readonly GPT_5_1_CODEX_MAX_HIGH: "gpt-5.1-codex-max-high";
|
|
459
|
+
/** GPT-5.1 Codex Mini */
|
|
460
|
+
readonly GPT_5_1_CODEX_MINI: "gpt-5.1-codex-mini";
|
|
229
461
|
/** GPT-5.1 High */
|
|
230
462
|
readonly GPT_5_1_HIGH: "gpt-5.1-high";
|
|
463
|
+
/** Gemini 3.1 Pro */
|
|
464
|
+
readonly GEMINI_3_1_PRO: "gemini-3.1-pro";
|
|
231
465
|
/** Gemini 3 Pro */
|
|
232
466
|
readonly GEMINI_3_PRO: "gemini-3-pro";
|
|
233
467
|
/** Gemini 3 Flash */
|
|
234
468
|
readonly GEMINI_3_FLASH: "gemini-3-flash";
|
|
235
|
-
/** Composer 1 */
|
|
236
|
-
readonly COMPOSER_1: "composer-1";
|
|
237
469
|
/** Grok */
|
|
238
470
|
readonly GROK: "grok";
|
|
471
|
+
/** Kimi K2.5 */
|
|
472
|
+
readonly KIMI_K2_5: "kimi-k2.5";
|
|
473
|
+
};
|
|
474
|
+
readonly Droid: {
|
|
475
|
+
/** Opus 4.6 Fast Mode (12x) (default) */
|
|
476
|
+
readonly OPUS_4_6_FAST: "opus-4.6-fast";
|
|
477
|
+
/** Opus 4.5 (2x) */
|
|
478
|
+
readonly OPUS_4_5: "opus-4.5";
|
|
479
|
+
/** Sonnet 4.5 (1.2x) */
|
|
480
|
+
readonly SONNET_4_5: "sonnet-4.5";
|
|
481
|
+
/** Haiku 4.5 (0.4x) */
|
|
482
|
+
readonly HAIKU_4_5: "haiku-4.5";
|
|
483
|
+
/** GPT-5.2 (0.7x) */
|
|
484
|
+
readonly GPT_5_2: "gpt-5.2";
|
|
485
|
+
/** GPT-5.2 Codex (0.7x) */
|
|
486
|
+
readonly GPT_5_2_CODEX: "gpt-5.2-codex";
|
|
487
|
+
/** Gemini 3 Flash (0.2x) */
|
|
488
|
+
readonly GEMINI_3_FLASH: "gemini-3-flash";
|
|
489
|
+
/** Droid Core (GLM-4.7) (0.25x) */
|
|
490
|
+
readonly DROID_CORE: "droid-core-glm-4.7";
|
|
491
|
+
};
|
|
492
|
+
readonly Opencode: {
|
|
493
|
+
/** Big Pickle */
|
|
494
|
+
readonly OPENCODE_BIG_PICKLE: "opencode/big-pickle";
|
|
495
|
+
/** GPT-5 Nano (OpenCode) */
|
|
496
|
+
readonly OPENCODE_GPT_5_NANO: "opencode/gpt-5-nano";
|
|
497
|
+
/** Mimo V2 Flash Free */
|
|
498
|
+
readonly OPENCODE_MIMO_V2_FLASH_FREE: "opencode/mimo-v2-flash-free";
|
|
499
|
+
/** MiniMax M2.5 Free */
|
|
500
|
+
readonly OPENCODE_MINIMAX_M2_5_FREE: "opencode/minimax-m2.5-free";
|
|
501
|
+
/** Codex Mini Latest */
|
|
502
|
+
readonly OPENAI_CODEX_MINI_LATEST: "openai/codex-mini-latest";
|
|
503
|
+
/** GPT-3.5 Turbo */
|
|
504
|
+
readonly OPENAI_GPT_3_5_TURBO: "openai/gpt-3.5-turbo";
|
|
505
|
+
/** GPT-4 */
|
|
506
|
+
readonly OPENAI_GPT_4: "openai/gpt-4";
|
|
507
|
+
/** GPT-4 Turbo */
|
|
508
|
+
readonly OPENAI_GPT_4_TURBO: "openai/gpt-4-turbo";
|
|
509
|
+
/** GPT-4.1 */
|
|
510
|
+
readonly OPENAI_GPT_4_1: "openai/gpt-4.1";
|
|
511
|
+
/** GPT-4.1 Mini */
|
|
512
|
+
readonly OPENAI_GPT_4_1_MINI: "openai/gpt-4.1-mini";
|
|
513
|
+
/** GPT-4.1 Nano */
|
|
514
|
+
readonly OPENAI_GPT_4_1_NANO: "openai/gpt-4.1-nano";
|
|
515
|
+
/** GPT-4o */
|
|
516
|
+
readonly OPENAI_GPT_4O: "openai/gpt-4o";
|
|
517
|
+
/** GPT-4o (2024-05-13) */
|
|
518
|
+
readonly OPENAI_GPT_4O_2024_05_13: "openai/gpt-4o-2024-05-13";
|
|
519
|
+
/** GPT-4o (2024-08-06) */
|
|
520
|
+
readonly OPENAI_GPT_4O_2024_08_06: "openai/gpt-4o-2024-08-06";
|
|
521
|
+
/** GPT-4o (2024-11-20) */
|
|
522
|
+
readonly OPENAI_GPT_4O_2024_11_20: "openai/gpt-4o-2024-11-20";
|
|
523
|
+
/** GPT-4o Mini */
|
|
524
|
+
readonly OPENAI_GPT_4O_MINI: "openai/gpt-4o-mini";
|
|
525
|
+
/** GPT-5 */
|
|
526
|
+
readonly OPENAI_GPT_5: "openai/gpt-5";
|
|
527
|
+
/** GPT-5 Codex */
|
|
528
|
+
readonly OPENAI_GPT_5_CODEX: "openai/gpt-5-codex";
|
|
529
|
+
/** GPT-5 Mini */
|
|
530
|
+
readonly OPENAI_GPT_5_MINI: "openai/gpt-5-mini";
|
|
531
|
+
/** GPT-5 Nano */
|
|
532
|
+
readonly OPENAI_GPT_5_NANO: "openai/gpt-5-nano";
|
|
533
|
+
/** GPT-5 Pro */
|
|
534
|
+
readonly OPENAI_GPT_5_PRO: "openai/gpt-5-pro";
|
|
535
|
+
/** GPT-5.1 */
|
|
536
|
+
readonly OPENAI_GPT_5_1: "openai/gpt-5.1";
|
|
537
|
+
/** GPT-5.1 Chat Latest */
|
|
538
|
+
readonly OPENAI_GPT_5_1_CHAT_LATEST: "openai/gpt-5.1-chat-latest";
|
|
539
|
+
/** GPT-5.1 Codex */
|
|
540
|
+
readonly OPENAI_GPT_5_1_CODEX: "openai/gpt-5.1-codex";
|
|
541
|
+
/** GPT-5.1 Codex Max */
|
|
542
|
+
readonly OPENAI_GPT_5_1_CODEX_MAX: "openai/gpt-5.1-codex-max";
|
|
543
|
+
/** GPT-5.1 Codex Mini */
|
|
544
|
+
readonly OPENAI_GPT_5_1_CODEX_MINI: "openai/gpt-5.1-codex-mini";
|
|
545
|
+
/** GPT-5.2 (default) */
|
|
546
|
+
readonly OPENAI_GPT_5_2: "openai/gpt-5.2";
|
|
547
|
+
/** GPT-5.2 Chat Latest */
|
|
548
|
+
readonly OPENAI_GPT_5_2_CHAT_LATEST: "openai/gpt-5.2-chat-latest";
|
|
549
|
+
/** GPT-5.2 Codex */
|
|
550
|
+
readonly OPENAI_GPT_5_2_CODEX: "openai/gpt-5.2-codex";
|
|
551
|
+
/** GPT-5.2 Pro */
|
|
552
|
+
readonly OPENAI_GPT_5_2_PRO: "openai/gpt-5.2-pro";
|
|
553
|
+
/** GPT-5.3 Codex */
|
|
554
|
+
readonly OPENAI_GPT_5_3_CODEX: "openai/gpt-5.3-codex";
|
|
555
|
+
/** GPT-5.3 Codex Spark */
|
|
556
|
+
readonly OPENAI_GPT_5_3_CODEX_SPARK: "openai/gpt-5.3-codex-spark";
|
|
557
|
+
/** GPT-5.4 */
|
|
558
|
+
readonly OPENAI_GPT_5_4: "openai/gpt-5.4";
|
|
559
|
+
/** GPT-5.4 Pro */
|
|
560
|
+
readonly OPENAI_GPT_5_4_PRO: "openai/gpt-5.4-pro";
|
|
561
|
+
/** O1 */
|
|
562
|
+
readonly OPENAI_O1: "openai/o1";
|
|
563
|
+
/** O1 Mini */
|
|
564
|
+
readonly OPENAI_O1_MINI: "openai/o1-mini";
|
|
565
|
+
/** O1 Preview */
|
|
566
|
+
readonly OPENAI_O1_PREVIEW: "openai/o1-preview";
|
|
567
|
+
/** O1 Pro */
|
|
568
|
+
readonly OPENAI_O1_PRO: "openai/o1-pro";
|
|
569
|
+
/** O3 */
|
|
570
|
+
readonly OPENAI_O3: "openai/o3";
|
|
571
|
+
/** O3 Deep Research */
|
|
572
|
+
readonly OPENAI_O3_DEEP_RESEARCH: "openai/o3-deep-research";
|
|
573
|
+
/** O3 Mini */
|
|
574
|
+
readonly OPENAI_O3_MINI: "openai/o3-mini";
|
|
575
|
+
/** O3 Pro */
|
|
576
|
+
readonly OPENAI_O3_PRO: "openai/o3-pro";
|
|
577
|
+
/** O4 Mini */
|
|
578
|
+
readonly OPENAI_O4_MINI: "openai/o4-mini";
|
|
579
|
+
/** O4 Mini Deep Research */
|
|
580
|
+
readonly OPENAI_O4_MINI_DEEP_RESEARCH: "openai/o4-mini-deep-research";
|
|
239
581
|
};
|
|
240
582
|
};
|
|
241
583
|
/**
|
|
@@ -255,6 +597,8 @@ export declare const ModelOptions: {
|
|
|
255
597
|
readonly Codex: ModelOption[];
|
|
256
598
|
readonly Gemini: ModelOption[];
|
|
257
599
|
readonly Cursor: ModelOption[];
|
|
600
|
+
readonly Droid: ModelOption[];
|
|
601
|
+
readonly Opencode: ModelOption[];
|
|
258
602
|
};
|
|
259
603
|
/**
|
|
260
604
|
* Swarm patterns for multi-agent workflows.
|
|
@@ -288,31 +632,45 @@ export declare const CLIRegistry: {
|
|
|
288
632
|
readonly claude: {
|
|
289
633
|
readonly name: "Claude Code";
|
|
290
634
|
readonly package: "@anthropic-ai/claude-code";
|
|
291
|
-
readonly version: "2.1.
|
|
635
|
+
readonly version: "2.1.72";
|
|
292
636
|
readonly install: "npm install -g @anthropic-ai/claude-code";
|
|
293
637
|
readonly npmLink: "https://www.npmjs.com/package/@anthropic-ai";
|
|
294
638
|
};
|
|
295
639
|
readonly codex: {
|
|
296
640
|
readonly name: "Codex CLI";
|
|
297
641
|
readonly package: "@openai/codex";
|
|
298
|
-
readonly version: "0.
|
|
642
|
+
readonly version: "0.114.0";
|
|
299
643
|
readonly install: "npm install -g @openai/codex";
|
|
300
644
|
readonly npmLink: "https://www.npmjs.com/package/@openai/codex";
|
|
301
645
|
};
|
|
302
646
|
readonly gemini: {
|
|
303
647
|
readonly name: "Gemini CLI";
|
|
304
648
|
readonly package: "@google/gemini-cli";
|
|
305
|
-
readonly version: "0.
|
|
649
|
+
readonly version: "0.33.0";
|
|
306
650
|
readonly install: "npm install -g @google/gemini-cli";
|
|
307
651
|
readonly npmLink: "https://www.npmjs.com/package/@google/gemini-cli";
|
|
308
652
|
};
|
|
309
653
|
readonly cursor: {
|
|
310
654
|
readonly name: "Cursor";
|
|
311
655
|
readonly package: "cursor";
|
|
312
|
-
readonly version: "
|
|
656
|
+
readonly version: "2026.02.27-e7d2ef6";
|
|
313
657
|
readonly install: "Download from cursor.com";
|
|
314
658
|
readonly npmLink: undefined;
|
|
315
659
|
};
|
|
660
|
+
readonly droid: {
|
|
661
|
+
readonly name: "Droid";
|
|
662
|
+
readonly package: "droid";
|
|
663
|
+
readonly version: "0.1.0";
|
|
664
|
+
readonly install: "Download from droid.dev";
|
|
665
|
+
readonly npmLink: undefined;
|
|
666
|
+
};
|
|
667
|
+
readonly opencode: {
|
|
668
|
+
readonly name: "OpenCode";
|
|
669
|
+
readonly package: "opencode-ai";
|
|
670
|
+
readonly version: "1.2.24";
|
|
671
|
+
readonly install: "npm install -g opencode-ai";
|
|
672
|
+
readonly npmLink: "https://www.npmjs.com/package/opencode-ai";
|
|
673
|
+
};
|
|
316
674
|
readonly aider: {
|
|
317
675
|
readonly name: "Aider";
|
|
318
676
|
readonly package: "aider-chat";
|
|
@@ -333,8 +691,10 @@ export declare const CLIRegistry: {
|
|
|
333
691
|
*/
|
|
334
692
|
export declare const DefaultModels: {
|
|
335
693
|
readonly claude: "sonnet";
|
|
336
|
-
readonly codex: "gpt-5.
|
|
337
|
-
readonly gemini: "gemini-
|
|
338
|
-
readonly cursor: "opus-4.
|
|
694
|
+
readonly codex: "gpt-5.4";
|
|
695
|
+
readonly gemini: "gemini-3.1-pro-preview";
|
|
696
|
+
readonly cursor: "opus-4.6-thinking";
|
|
697
|
+
readonly droid: "opus-4.6-fast";
|
|
698
|
+
readonly opencode: "openai/gpt-5.2";
|
|
339
699
|
};
|
|
340
700
|
//# sourceMappingURL=cli-registry.generated.d.ts.map
|