@machina.ai/cell-cli-core 1.40.1-rc1 → 1.40.1-rc2

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@machina.ai/cell-cli-core",
3
- "version": "1.40.1-rc1",
3
+ "version": "1.40.1-rc2",
4
4
  "description": "Cell CLI Core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,22 +1,22 @@
1
1
  {
2
- "description": "Explicitly promoted tools from chrome-devtools-mcp for the gemini-cli browser agent.",
3
- "targetVersion": "0.19.0",
4
- "exclude": [
5
- {
6
- "name": "lighthouse",
7
- "reason": "3.5 MB pre-built bundle — not needed for gemini-cli browser agent's core tasks."
8
- },
9
- {
10
- "name": "performance",
11
- "reason": "Depends on chrome-devtools-frontend TraceEngine (~800 KB) — not needed for core tasks."
12
- },
13
- {
14
- "name": "screencast",
15
- "reason": "Requires ffmpeg at runtime — not a common browser agent use case and adds external dependency."
16
- },
17
- {
18
- "name": "extensions",
19
- "reason": "Extension management not relevant for the gemini-cli browser agent's current scope."
20
- }
21
- ]
2
+ "description": "Explicitly promoted tools from chrome-devtools-mcp for the gemini-cli browser agent.",
3
+ "targetVersion": "0.19.0",
4
+ "exclude": [
5
+ {
6
+ "name": "lighthouse",
7
+ "reason": "3.5 MB pre-built bundle — not needed for gemini-cli browser agent's core tasks."
8
+ },
9
+ {
10
+ "name": "performance",
11
+ "reason": "Depends on chrome-devtools-frontend TraceEngine (~800 KB) — not needed for core tasks."
12
+ },
13
+ {
14
+ "name": "screencast",
15
+ "reason": "Requires ffmpeg at runtime — not a common browser agent use case and adds external dependency."
16
+ },
17
+ {
18
+ "name": "extensions",
19
+ "reason": "Extension management not relevant for the gemini-cli browser agent's current scope."
20
+ }
21
+ ]
22
22
  }
@@ -3,5 +3,5 @@
3
3
  * Copyright 2026 Google LLC
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
- export declare const GIT_COMMIT_INFO = "d173adafc";
7
- export declare const CLI_VERSION = "1.40.1-rc1";
6
+ export declare const GIT_COMMIT_INFO = "198379b8e";
7
+ export declare const CLI_VERSION = "1.40.1-rc2";
@@ -5,6 +5,6 @@
5
5
  */
6
6
  // This file is auto-generated by the build script (scripts/generate-git-commit-info.js)
7
7
  // Do not edit this file manually.
8
- export const GIT_COMMIT_INFO = 'd173adafc';
9
- export const CLI_VERSION = '1.40.1-rc1';
8
+ export const GIT_COMMIT_INFO = '198379b8e';
9
+ export const CLI_VERSION = '1.40.1-rc2';
10
10
  //# sourceMappingURL=git-commit.js.map
@@ -1,264 +1,264 @@
1
1
  {
2
- "base": {
3
- "generateContentConfig": {
4
- "temperature": 0,
5
- "topP": 1
6
- }
7
- },
8
- "chat-base": {
9
- "generateContentConfig": {
10
- "temperature": 1,
11
- "topP": 0.95,
12
- "thinkingConfig": {
13
- "includeThoughts": true
14
- },
15
- "topK": 64
16
- }
17
- },
18
- "chat-base-2.5": {
19
- "generateContentConfig": {
20
- "temperature": 1,
21
- "topP": 0.95,
22
- "thinkingConfig": {
23
- "includeThoughts": true,
24
- "thinkingBudget": 8192
25
- },
26
- "topK": 64
27
- }
28
- },
29
- "chat-base-3": {
30
- "generateContentConfig": {
31
- "temperature": 1,
32
- "topP": 0.95,
33
- "thinkingConfig": {
34
- "includeThoughts": true,
35
- "thinkingLevel": "HIGH"
36
- },
37
- "topK": 64
38
- }
39
- },
40
- "gemini-3-pro-preview": {
41
- "model": "gemini-3-pro-preview",
42
- "generateContentConfig": {
43
- "temperature": 1,
44
- "topP": 0.95,
45
- "thinkingConfig": {
46
- "includeThoughts": true,
47
- "thinkingLevel": "HIGH"
48
- },
49
- "topK": 64
50
- }
51
- },
52
- "gemini-3-flash-preview": {
53
- "model": "gemini-3-flash-preview",
54
- "generateContentConfig": {
55
- "temperature": 1,
56
- "topP": 0.95,
57
- "thinkingConfig": {
58
- "includeThoughts": true,
59
- "thinkingLevel": "HIGH"
60
- },
61
- "topK": 64
62
- }
63
- },
64
- "gemini-2.5-pro": {
65
- "model": "gemini-2.5-pro",
66
- "generateContentConfig": {
67
- "temperature": 1,
68
- "topP": 0.95,
69
- "thinkingConfig": {
70
- "includeThoughts": true,
71
- "thinkingBudget": 8192
72
- },
73
- "topK": 64
74
- }
75
- },
76
- "gemini-2.5-flash": {
77
- "model": "gemini-2.5-flash",
78
- "generateContentConfig": {
79
- "temperature": 1,
80
- "topP": 0.95,
81
- "thinkingConfig": {
82
- "includeThoughts": true,
83
- "thinkingBudget": 8192
84
- },
85
- "topK": 64
86
- }
87
- },
88
- "gemini-2.5-flash-lite": {
89
- "model": "gemini-2.5-flash-lite",
90
- "generateContentConfig": {
91
- "temperature": 1,
92
- "topP": 0.95,
93
- "thinkingConfig": {
94
- "includeThoughts": true,
95
- "thinkingBudget": 8192
96
- },
97
- "topK": 64
98
- }
99
- },
100
- "gemini-2.5-flash-base": {
101
- "model": "gemini-2.5-flash",
102
- "generateContentConfig": {
103
- "temperature": 0,
104
- "topP": 1
105
- }
106
- },
107
- "gemini-3-flash-base": {
108
- "model": "gemini-3-flash-preview",
109
- "generateContentConfig": {
110
- "temperature": 0,
111
- "topP": 1
112
- }
113
- },
114
- "classifier": {
115
- "model": "gemini-2.5-flash-lite",
116
- "generateContentConfig": {
117
- "temperature": 0,
118
- "topP": 1,
119
- "maxOutputTokens": 1024,
120
- "thinkingConfig": {
121
- "thinkingBudget": 512
122
- }
123
- }
124
- },
125
- "prompt-completion": {
126
- "model": "gemini-2.5-flash-lite",
127
- "generateContentConfig": {
128
- "temperature": 0.3,
129
- "topP": 1,
130
- "maxOutputTokens": 16000,
131
- "thinkingConfig": {
132
- "thinkingBudget": 0
133
- }
134
- }
135
- },
136
- "fast-ack-helper": {
137
- "model": "gemini-2.5-flash-lite",
138
- "generateContentConfig": {
139
- "temperature": 0.2,
140
- "topP": 1,
141
- "maxOutputTokens": 120,
142
- "thinkingConfig": {
143
- "thinkingBudget": 0
144
- }
145
- }
146
- },
147
- "edit-corrector": {
148
- "model": "gemini-2.5-flash-lite",
149
- "generateContentConfig": {
150
- "temperature": 0,
151
- "topP": 1,
152
- "thinkingConfig": {
153
- "thinkingBudget": 0
154
- }
155
- }
156
- },
157
- "summarizer-default": {
158
- "model": "gemini-2.5-flash-lite",
159
- "generateContentConfig": {
160
- "temperature": 0,
161
- "topP": 1,
162
- "maxOutputTokens": 2000
163
- }
164
- },
165
- "summarizer-shell": {
166
- "model": "gemini-2.5-flash-lite",
167
- "generateContentConfig": {
168
- "temperature": 0,
169
- "topP": 1,
170
- "maxOutputTokens": 2000
171
- }
172
- },
173
- "web-search": {
174
- "model": "gemini-3-flash-preview",
175
- "generateContentConfig": {
176
- "temperature": 0,
177
- "topP": 1,
178
- "tools": [
179
- {
180
- "googleSearch": {}
181
- }
182
- ]
183
- }
184
- },
185
- "web-fetch": {
186
- "model": "gemini-3-flash-preview",
187
- "generateContentConfig": {
188
- "temperature": 0,
189
- "topP": 1,
190
- "tools": [
191
- {
192
- "urlContext": {}
193
- }
194
- ]
195
- }
196
- },
197
- "web-fetch-fallback": {
198
- "model": "gemini-3-flash-preview",
199
- "generateContentConfig": {
200
- "temperature": 0,
201
- "topP": 1
202
- }
203
- },
204
- "loop-detection": {
205
- "model": "gemini-3-flash-preview",
206
- "generateContentConfig": {
207
- "temperature": 0,
208
- "topP": 1
209
- }
210
- },
211
- "loop-detection-double-check": {
212
- "model": "gemini-3-pro-preview",
213
- "generateContentConfig": {
214
- "temperature": 0,
215
- "topP": 1
216
- }
217
- },
218
- "llm-edit-fixer": {
219
- "model": "gemini-3-flash-preview",
220
- "generateContentConfig": {
221
- "temperature": 0,
222
- "topP": 1
2
+ "base": {
3
+ "generateContentConfig": {
4
+ "temperature": 0,
5
+ "topP": 1
6
+ }
7
+ },
8
+ "chat-base": {
9
+ "generateContentConfig": {
10
+ "temperature": 1,
11
+ "topP": 0.95,
12
+ "thinkingConfig": {
13
+ "includeThoughts": true
14
+ },
15
+ "topK": 64
16
+ }
17
+ },
18
+ "chat-base-2.5": {
19
+ "generateContentConfig": {
20
+ "temperature": 1,
21
+ "topP": 0.95,
22
+ "thinkingConfig": {
23
+ "includeThoughts": true,
24
+ "thinkingBudget": 8192
25
+ },
26
+ "topK": 64
27
+ }
28
+ },
29
+ "chat-base-3": {
30
+ "generateContentConfig": {
31
+ "temperature": 1,
32
+ "topP": 0.95,
33
+ "thinkingConfig": {
34
+ "includeThoughts": true,
35
+ "thinkingLevel": "HIGH"
36
+ },
37
+ "topK": 64
38
+ }
39
+ },
40
+ "gemini-3-pro-preview": {
41
+ "model": "gemini-3-pro-preview",
42
+ "generateContentConfig": {
43
+ "temperature": 1,
44
+ "topP": 0.95,
45
+ "thinkingConfig": {
46
+ "includeThoughts": true,
47
+ "thinkingLevel": "HIGH"
48
+ },
49
+ "topK": 64
50
+ }
51
+ },
52
+ "gemini-3-flash-preview": {
53
+ "model": "gemini-3-flash-preview",
54
+ "generateContentConfig": {
55
+ "temperature": 1,
56
+ "topP": 0.95,
57
+ "thinkingConfig": {
58
+ "includeThoughts": true,
59
+ "thinkingLevel": "HIGH"
60
+ },
61
+ "topK": 64
62
+ }
63
+ },
64
+ "gemini-2.5-pro": {
65
+ "model": "gemini-2.5-pro",
66
+ "generateContentConfig": {
67
+ "temperature": 1,
68
+ "topP": 0.95,
69
+ "thinkingConfig": {
70
+ "includeThoughts": true,
71
+ "thinkingBudget": 8192
72
+ },
73
+ "topK": 64
74
+ }
75
+ },
76
+ "gemini-2.5-flash": {
77
+ "model": "gemini-2.5-flash",
78
+ "generateContentConfig": {
79
+ "temperature": 1,
80
+ "topP": 0.95,
81
+ "thinkingConfig": {
82
+ "includeThoughts": true,
83
+ "thinkingBudget": 8192
84
+ },
85
+ "topK": 64
86
+ }
87
+ },
88
+ "gemini-2.5-flash-lite": {
89
+ "model": "gemini-2.5-flash-lite",
90
+ "generateContentConfig": {
91
+ "temperature": 1,
92
+ "topP": 0.95,
93
+ "thinkingConfig": {
94
+ "includeThoughts": true,
95
+ "thinkingBudget": 8192
96
+ },
97
+ "topK": 64
98
+ }
99
+ },
100
+ "gemini-2.5-flash-base": {
101
+ "model": "gemini-2.5-flash",
102
+ "generateContentConfig": {
103
+ "temperature": 0,
104
+ "topP": 1
105
+ }
106
+ },
107
+ "gemini-3-flash-base": {
108
+ "model": "gemini-3-flash-preview",
109
+ "generateContentConfig": {
110
+ "temperature": 0,
111
+ "topP": 1
112
+ }
113
+ },
114
+ "classifier": {
115
+ "model": "gemini-2.5-flash-lite",
116
+ "generateContentConfig": {
117
+ "temperature": 0,
118
+ "topP": 1,
119
+ "maxOutputTokens": 1024,
120
+ "thinkingConfig": {
121
+ "thinkingBudget": 512
122
+ }
123
+ }
124
+ },
125
+ "prompt-completion": {
126
+ "model": "gemini-2.5-flash-lite",
127
+ "generateContentConfig": {
128
+ "temperature": 0.3,
129
+ "topP": 1,
130
+ "maxOutputTokens": 16000,
131
+ "thinkingConfig": {
132
+ "thinkingBudget": 0
133
+ }
134
+ }
135
+ },
136
+ "fast-ack-helper": {
137
+ "model": "gemini-2.5-flash-lite",
138
+ "generateContentConfig": {
139
+ "temperature": 0.2,
140
+ "topP": 1,
141
+ "maxOutputTokens": 120,
142
+ "thinkingConfig": {
143
+ "thinkingBudget": 0
144
+ }
145
+ }
146
+ },
147
+ "edit-corrector": {
148
+ "model": "gemini-2.5-flash-lite",
149
+ "generateContentConfig": {
150
+ "temperature": 0,
151
+ "topP": 1,
152
+ "thinkingConfig": {
153
+ "thinkingBudget": 0
154
+ }
155
+ }
156
+ },
157
+ "summarizer-default": {
158
+ "model": "gemini-2.5-flash-lite",
159
+ "generateContentConfig": {
160
+ "temperature": 0,
161
+ "topP": 1,
162
+ "maxOutputTokens": 2000
163
+ }
164
+ },
165
+ "summarizer-shell": {
166
+ "model": "gemini-2.5-flash-lite",
167
+ "generateContentConfig": {
168
+ "temperature": 0,
169
+ "topP": 1,
170
+ "maxOutputTokens": 2000
171
+ }
172
+ },
173
+ "web-search": {
174
+ "model": "gemini-3-flash-preview",
175
+ "generateContentConfig": {
176
+ "temperature": 0,
177
+ "topP": 1,
178
+ "tools": [
179
+ {
180
+ "googleSearch": {}
223
181
  }
224
- },
225
- "next-speaker-checker": {
226
- "model": "gemini-3-flash-preview",
227
- "generateContentConfig": {
228
- "temperature": 0,
229
- "topP": 1
182
+ ]
183
+ }
184
+ },
185
+ "web-fetch": {
186
+ "model": "gemini-3-flash-preview",
187
+ "generateContentConfig": {
188
+ "temperature": 0,
189
+ "topP": 1,
190
+ "tools": [
191
+ {
192
+ "urlContext": {}
230
193
  }
231
- },
232
- "chat-compression-3-pro": {
233
- "model": "gemini-3-pro-preview",
234
- "generateContentConfig": {}
235
- },
236
- "chat-compression-3-flash": {
237
- "model": "gemini-3-flash-preview",
238
- "generateContentConfig": {}
239
- },
240
- "chat-compression-3.1-flash-lite": {
241
- "model": "gemini-3.1-flash-lite-preview",
242
- "generateContentConfig": {}
243
- },
244
- "chat-compression-2.5-pro": {
245
- "model": "gemini-2.5-pro",
246
- "generateContentConfig": {}
247
- },
248
- "chat-compression-2.5-flash": {
249
- "model": "gemini-2.5-flash",
250
- "generateContentConfig": {}
251
- },
252
- "chat-compression-2.5-flash-lite": {
253
- "model": "gemini-2.5-flash-lite",
254
- "generateContentConfig": {}
255
- },
256
- "chat-compression-default": {
257
- "model": "gemini-3-pro-preview",
258
- "generateContentConfig": {}
259
- },
260
- "agent-history-provider-summarizer": {
261
- "model": "gemini-3-flash-preview",
262
- "generateContentConfig": {}
194
+ ]
195
+ }
196
+ },
197
+ "web-fetch-fallback": {
198
+ "model": "gemini-3-flash-preview",
199
+ "generateContentConfig": {
200
+ "temperature": 0,
201
+ "topP": 1
202
+ }
203
+ },
204
+ "loop-detection": {
205
+ "model": "gemini-3-flash-preview",
206
+ "generateContentConfig": {
207
+ "temperature": 0,
208
+ "topP": 1
209
+ }
210
+ },
211
+ "loop-detection-double-check": {
212
+ "model": "gemini-3-pro-preview",
213
+ "generateContentConfig": {
214
+ "temperature": 0,
215
+ "topP": 1
216
+ }
217
+ },
218
+ "llm-edit-fixer": {
219
+ "model": "gemini-3-flash-preview",
220
+ "generateContentConfig": {
221
+ "temperature": 0,
222
+ "topP": 1
223
+ }
224
+ },
225
+ "next-speaker-checker": {
226
+ "model": "gemini-3-flash-preview",
227
+ "generateContentConfig": {
228
+ "temperature": 0,
229
+ "topP": 1
263
230
  }
231
+ },
232
+ "chat-compression-3-pro": {
233
+ "model": "gemini-3-pro-preview",
234
+ "generateContentConfig": {}
235
+ },
236
+ "chat-compression-3-flash": {
237
+ "model": "gemini-3-flash-preview",
238
+ "generateContentConfig": {}
239
+ },
240
+ "chat-compression-3.1-flash-lite": {
241
+ "model": "gemini-3.1-flash-lite-preview",
242
+ "generateContentConfig": {}
243
+ },
244
+ "chat-compression-2.5-pro": {
245
+ "model": "gemini-2.5-pro",
246
+ "generateContentConfig": {}
247
+ },
248
+ "chat-compression-2.5-flash": {
249
+ "model": "gemini-2.5-flash",
250
+ "generateContentConfig": {}
251
+ },
252
+ "chat-compression-2.5-flash-lite": {
253
+ "model": "gemini-2.5-flash-lite",
254
+ "generateContentConfig": {}
255
+ },
256
+ "chat-compression-default": {
257
+ "model": "gemini-3-pro-preview",
258
+ "generateContentConfig": {}
259
+ },
260
+ "agent-history-provider-summarizer": {
261
+ "model": "gemini-3-flash-preview",
262
+ "generateContentConfig": {}
263
+ }
264
264
  }