@nikcli-ai/sdk 1.277.0 → 1.278.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/dist/httpapi/client.d.ts +0 -20
- package/dist/httpapi/generated/types.d.ts +1555 -2
- package/package.json +1 -1
|
@@ -168,8 +168,326 @@ export type BrainResult = {
|
|
|
168
168
|
error?: string | undefined;
|
|
169
169
|
sessionID?: string | undefined;
|
|
170
170
|
};
|
|
171
|
-
export type
|
|
172
|
-
|
|
171
|
+
export type KeybindsConfig = {
|
|
172
|
+
leader?: string | undefined;
|
|
173
|
+
app_exit?: string | undefined;
|
|
174
|
+
editor_open?: string | undefined;
|
|
175
|
+
theme_list?: string | undefined;
|
|
176
|
+
sidebar_toggle?: string | undefined;
|
|
177
|
+
scrollbar_toggle?: string | undefined;
|
|
178
|
+
username_toggle?: string | undefined;
|
|
179
|
+
status_view?: string | undefined;
|
|
180
|
+
sync_view?: string | undefined;
|
|
181
|
+
session_export?: string | undefined;
|
|
182
|
+
session_new?: string | undefined;
|
|
183
|
+
session_list?: string | undefined;
|
|
184
|
+
session_timeline?: string | undefined;
|
|
185
|
+
session_fork?: string | undefined;
|
|
186
|
+
session_rename?: string | undefined;
|
|
187
|
+
session_delete?: string | undefined;
|
|
188
|
+
session_pin_toggle?: string | undefined;
|
|
189
|
+
session_scope_toggle?: string | undefined;
|
|
190
|
+
session_tab_back?: string | undefined;
|
|
191
|
+
session_tab_forward?: string | undefined;
|
|
192
|
+
session_quick_switch_1?: string | undefined;
|
|
193
|
+
session_quick_switch_2?: string | undefined;
|
|
194
|
+
session_quick_switch_3?: string | undefined;
|
|
195
|
+
session_quick_switch_4?: string | undefined;
|
|
196
|
+
session_quick_switch_5?: string | undefined;
|
|
197
|
+
session_quick_switch_6?: string | undefined;
|
|
198
|
+
session_quick_switch_7?: string | undefined;
|
|
199
|
+
session_quick_switch_8?: string | undefined;
|
|
200
|
+
session_quick_switch_9?: string | undefined;
|
|
201
|
+
stash_delete?: string | undefined;
|
|
202
|
+
model_provider_list?: string | undefined;
|
|
203
|
+
model_favorite_toggle?: string | undefined;
|
|
204
|
+
session_share?: string | undefined;
|
|
205
|
+
session_unshare?: string | undefined;
|
|
206
|
+
session_interrupt?: string | undefined;
|
|
207
|
+
session_codebro_open?: string | undefined;
|
|
208
|
+
subtask_background?: string | undefined;
|
|
209
|
+
subtask_picker?: string | undefined;
|
|
210
|
+
session_compact?: string | undefined;
|
|
211
|
+
messages_page_up?: string | undefined;
|
|
212
|
+
messages_page_down?: string | undefined;
|
|
213
|
+
messages_line_up?: string | undefined;
|
|
214
|
+
messages_line_down?: string | undefined;
|
|
215
|
+
messages_half_page_up?: string | undefined;
|
|
216
|
+
messages_half_page_down?: string | undefined;
|
|
217
|
+
messages_first?: string | undefined;
|
|
218
|
+
messages_last?: string | undefined;
|
|
219
|
+
messages_next?: string | undefined;
|
|
220
|
+
messages_previous?: string | undefined;
|
|
221
|
+
messages_last_user?: string | undefined;
|
|
222
|
+
messages_copy?: string | undefined;
|
|
223
|
+
messages_undo?: string | undefined;
|
|
224
|
+
messages_redo?: string | undefined;
|
|
225
|
+
messages_toggle_conceal?: string | undefined;
|
|
226
|
+
tool_details?: string | undefined;
|
|
227
|
+
model_list?: string | undefined;
|
|
228
|
+
model_cycle_recent?: string | undefined;
|
|
229
|
+
model_cycle_recent_reverse?: string | undefined;
|
|
230
|
+
model_cycle_favorite?: string | undefined;
|
|
231
|
+
model_cycle_favorite_reverse?: string | undefined;
|
|
232
|
+
command_list?: string | undefined;
|
|
233
|
+
agent_list?: string | undefined;
|
|
234
|
+
agent_cycle?: string | undefined;
|
|
235
|
+
agent_cycle_reverse?: string | undefined;
|
|
236
|
+
permission_mode?: string | undefined;
|
|
237
|
+
variant_cycle?: string | undefined;
|
|
238
|
+
input_clear?: string | undefined;
|
|
239
|
+
input_paste?: string | undefined;
|
|
240
|
+
input_submit?: string | undefined;
|
|
241
|
+
input_newline?: string | undefined;
|
|
242
|
+
input_move_left?: string | undefined;
|
|
243
|
+
input_move_right?: string | undefined;
|
|
244
|
+
input_move_up?: string | undefined;
|
|
245
|
+
input_move_down?: string | undefined;
|
|
246
|
+
input_select_left?: string | undefined;
|
|
247
|
+
input_select_right?: string | undefined;
|
|
248
|
+
input_select_up?: string | undefined;
|
|
249
|
+
input_select_down?: string | undefined;
|
|
250
|
+
input_line_home?: string | undefined;
|
|
251
|
+
input_line_end?: string | undefined;
|
|
252
|
+
input_select_line_home?: string | undefined;
|
|
253
|
+
input_select_line_end?: string | undefined;
|
|
254
|
+
input_visual_line_home?: string | undefined;
|
|
255
|
+
input_visual_line_end?: string | undefined;
|
|
256
|
+
input_select_visual_line_home?: string | undefined;
|
|
257
|
+
input_select_visual_line_end?: string | undefined;
|
|
258
|
+
input_buffer_home?: string | undefined;
|
|
259
|
+
input_buffer_end?: string | undefined;
|
|
260
|
+
input_select_buffer_home?: string | undefined;
|
|
261
|
+
input_select_buffer_end?: string | undefined;
|
|
262
|
+
input_delete_line?: string | undefined;
|
|
263
|
+
input_delete_to_line_end?: string | undefined;
|
|
264
|
+
input_delete_to_line_start?: string | undefined;
|
|
265
|
+
input_backspace?: string | undefined;
|
|
266
|
+
input_delete?: string | undefined;
|
|
267
|
+
input_undo?: string | undefined;
|
|
268
|
+
input_redo?: string | undefined;
|
|
269
|
+
input_word_forward?: string | undefined;
|
|
270
|
+
input_word_backward?: string | undefined;
|
|
271
|
+
input_select_word_forward?: string | undefined;
|
|
272
|
+
input_select_word_backward?: string | undefined;
|
|
273
|
+
input_delete_word_forward?: string | undefined;
|
|
274
|
+
input_delete_word_backward?: string | undefined;
|
|
275
|
+
history_previous?: string | undefined;
|
|
276
|
+
history_next?: string | undefined;
|
|
277
|
+
session_child_cycle?: string | undefined;
|
|
278
|
+
session_child_cycle_reverse?: string | undefined;
|
|
279
|
+
session_parent?: string | undefined;
|
|
280
|
+
session_child_close?: string | undefined;
|
|
281
|
+
terminal_suspend?: string | undefined;
|
|
282
|
+
terminal_title_toggle?: string | undefined;
|
|
283
|
+
tips_toggle?: string | undefined;
|
|
284
|
+
voice_record?: string | undefined;
|
|
285
|
+
app_support?: string | undefined;
|
|
286
|
+
};
|
|
287
|
+
export type LogLevel = "DEBUG" | "INFO" | "WARN" | "ERROR";
|
|
288
|
+
export type AdsItemConfig = {
|
|
289
|
+
id: string;
|
|
290
|
+
text: string;
|
|
291
|
+
url?: string | undefined;
|
|
292
|
+
enabled?: boolean | undefined;
|
|
293
|
+
};
|
|
294
|
+
export type ServerConfig = {
|
|
295
|
+
port?: number | undefined;
|
|
296
|
+
hostname?: string | undefined;
|
|
297
|
+
mdns?: boolean | undefined;
|
|
298
|
+
cors?: Array<string> | undefined;
|
|
299
|
+
};
|
|
300
|
+
export type RemoteConfig = {
|
|
301
|
+
enabled?: boolean | undefined;
|
|
302
|
+
enableTunnel?: boolean | undefined;
|
|
303
|
+
provider?: "localtunnel" | "cloudflared" | "ngrok" | "remotosh" | "none" | undefined;
|
|
304
|
+
askOnExistingSession?: boolean | undefined;
|
|
305
|
+
};
|
|
306
|
+
export type TeleportConfig = {
|
|
307
|
+
url?: string | undefined;
|
|
308
|
+
token?: string | undefined;
|
|
309
|
+
};
|
|
310
|
+
export type ReferenceConfig = {
|
|
311
|
+
type: "git";
|
|
312
|
+
repository: string;
|
|
313
|
+
branch?: string | undefined;
|
|
314
|
+
description?: string | undefined;
|
|
315
|
+
} | {
|
|
316
|
+
type: "local";
|
|
317
|
+
path: string;
|
|
318
|
+
description?: string | undefined;
|
|
319
|
+
};
|
|
320
|
+
export type PermissionActionConfig = "ask" | "allow" | "deny";
|
|
321
|
+
export type ProviderConfig = {
|
|
322
|
+
api?: string | undefined;
|
|
323
|
+
name?: string | undefined;
|
|
324
|
+
env?: Array<string> | undefined;
|
|
325
|
+
id?: string | undefined;
|
|
326
|
+
npm?: string | undefined;
|
|
327
|
+
models?: {
|
|
328
|
+
[x: string]: {
|
|
329
|
+
id?: string | undefined;
|
|
330
|
+
name?: string | undefined;
|
|
331
|
+
family?: string | undefined;
|
|
332
|
+
release_date?: string | undefined;
|
|
333
|
+
attachment?: boolean | undefined;
|
|
334
|
+
reasoning?: boolean | undefined;
|
|
335
|
+
temperature?: boolean | undefined;
|
|
336
|
+
tool_call?: boolean | undefined;
|
|
337
|
+
interleaved?: true | {
|
|
338
|
+
field: "reasoning_content" | "reasoning_details";
|
|
339
|
+
} | undefined;
|
|
340
|
+
cost?: {
|
|
341
|
+
input: number;
|
|
342
|
+
output: number;
|
|
343
|
+
cache_read?: number | undefined;
|
|
344
|
+
cache_write?: number | undefined;
|
|
345
|
+
context_over_200k?: {
|
|
346
|
+
input: number;
|
|
347
|
+
output: number;
|
|
348
|
+
cache_read?: number | undefined;
|
|
349
|
+
cache_write?: number | undefined;
|
|
350
|
+
} | undefined;
|
|
351
|
+
} | undefined;
|
|
352
|
+
limit?: {
|
|
353
|
+
context: number;
|
|
354
|
+
input?: number | undefined;
|
|
355
|
+
output: number;
|
|
356
|
+
} | undefined;
|
|
357
|
+
modalities?: {
|
|
358
|
+
input: Array<"text" | "audio" | "image" | "video" | "pdf">;
|
|
359
|
+
output: Array<"text" | "audio" | "image" | "video" | "pdf">;
|
|
360
|
+
} | undefined;
|
|
361
|
+
experimental?: boolean | undefined;
|
|
362
|
+
status?: "alpha" | "beta" | "deprecated" | undefined;
|
|
363
|
+
options?: {
|
|
364
|
+
[x: string]: any;
|
|
365
|
+
} | undefined;
|
|
366
|
+
headers?: {
|
|
367
|
+
[x: string]: string;
|
|
368
|
+
} | undefined;
|
|
369
|
+
provider?: {
|
|
370
|
+
npm: string;
|
|
371
|
+
api: string;
|
|
372
|
+
} | undefined;
|
|
373
|
+
reasoning_options?: Array<{
|
|
374
|
+
type: "effort";
|
|
375
|
+
values: Array<string | null>;
|
|
376
|
+
} | {
|
|
377
|
+
type: "toggle";
|
|
378
|
+
} | {
|
|
379
|
+
type: "budget_tokens";
|
|
380
|
+
min?: number | undefined;
|
|
381
|
+
max?: number | undefined;
|
|
382
|
+
}> | undefined;
|
|
383
|
+
variants?: {
|
|
384
|
+
[x: string]: {
|
|
385
|
+
disabled?: boolean | undefined;
|
|
386
|
+
[x: string]: any | undefined;
|
|
387
|
+
};
|
|
388
|
+
} | undefined;
|
|
389
|
+
disabled?: boolean | undefined;
|
|
390
|
+
};
|
|
391
|
+
} | undefined;
|
|
392
|
+
auth_provider?: string | undefined;
|
|
393
|
+
whitelist?: Array<string> | undefined;
|
|
394
|
+
blacklist?: Array<string> | undefined;
|
|
395
|
+
options?: {
|
|
396
|
+
apiKey?: string | undefined;
|
|
397
|
+
baseURL?: string | undefined;
|
|
398
|
+
enterpriseUrl?: string | undefined;
|
|
399
|
+
setCacheKey?: boolean | undefined;
|
|
400
|
+
timeout?: number | false | undefined;
|
|
401
|
+
headerTimeout?: number | false | undefined;
|
|
402
|
+
chunkTimeout?: number | undefined;
|
|
403
|
+
[x: string]: any | undefined;
|
|
404
|
+
} | undefined;
|
|
405
|
+
};
|
|
406
|
+
export type McpLocalConfig = {
|
|
407
|
+
type: "local";
|
|
408
|
+
command: Array<string>;
|
|
409
|
+
environment?: {
|
|
410
|
+
[x: string]: string;
|
|
411
|
+
} | undefined;
|
|
412
|
+
enabled?: boolean | undefined;
|
|
413
|
+
timeout?: number | undefined;
|
|
414
|
+
};
|
|
415
|
+
export type McpOAuthConfig = {
|
|
416
|
+
clientId?: string | undefined;
|
|
417
|
+
clientSecret?: string | undefined;
|
|
418
|
+
scope?: string | undefined;
|
|
419
|
+
};
|
|
420
|
+
export type ConnectorFigma = {
|
|
421
|
+
type: "figma";
|
|
422
|
+
token?: string | undefined;
|
|
423
|
+
enabled?: boolean | undefined;
|
|
424
|
+
};
|
|
425
|
+
export type ConnectorSlack = {
|
|
426
|
+
type: "slack";
|
|
427
|
+
botToken?: string | undefined;
|
|
428
|
+
teamId?: string | undefined;
|
|
429
|
+
enabled?: boolean | undefined;
|
|
430
|
+
};
|
|
431
|
+
export type ConnectorGithub = {
|
|
432
|
+
type: "github";
|
|
433
|
+
token?: string | undefined;
|
|
434
|
+
oauthClientId?: string | undefined;
|
|
435
|
+
clientId?: string | undefined;
|
|
436
|
+
enabled?: boolean | undefined;
|
|
437
|
+
};
|
|
438
|
+
export type ConnectorLovable = {
|
|
439
|
+
type: "lovable";
|
|
440
|
+
token?: string | undefined;
|
|
441
|
+
apiKey?: string | undefined;
|
|
442
|
+
enabled?: boolean | undefined;
|
|
443
|
+
};
|
|
444
|
+
export type ConnectorDiscord = {
|
|
445
|
+
type: "discord";
|
|
446
|
+
botToken?: string | undefined;
|
|
447
|
+
enabled?: boolean | undefined;
|
|
448
|
+
};
|
|
449
|
+
export type ConnectorTeams = {
|
|
450
|
+
type: "teams";
|
|
451
|
+
botToken?: string | undefined;
|
|
452
|
+
enabled?: boolean | undefined;
|
|
453
|
+
};
|
|
454
|
+
export type ConnectorGChat = {
|
|
455
|
+
type: "gchat";
|
|
456
|
+
botToken?: string | undefined;
|
|
457
|
+
enabled?: boolean | undefined;
|
|
458
|
+
};
|
|
459
|
+
export type ConnectorLinear = {
|
|
460
|
+
type: "linear";
|
|
461
|
+
botToken?: string | undefined;
|
|
462
|
+
enabled?: boolean | undefined;
|
|
463
|
+
};
|
|
464
|
+
export type LayoutConfig = "auto" | "stretch";
|
|
465
|
+
export type RagConfig = {
|
|
466
|
+
model?: string | undefined;
|
|
467
|
+
provider?: string | undefined;
|
|
468
|
+
};
|
|
469
|
+
export type ImageConfig = {
|
|
470
|
+
model?: string | undefined;
|
|
471
|
+
provider?: string | undefined;
|
|
472
|
+
};
|
|
473
|
+
export type ComputerConfig = {
|
|
474
|
+
mode?: "sandbox" | "host" | undefined;
|
|
475
|
+
width?: number | undefined;
|
|
476
|
+
height?: number | undefined;
|
|
477
|
+
};
|
|
478
|
+
export type AttachmentConfig = {
|
|
479
|
+
image?: {
|
|
480
|
+
auto_resize?: boolean | undefined;
|
|
481
|
+
max_width?: number | undefined;
|
|
482
|
+
max_height?: number | undefined;
|
|
483
|
+
max_base64_bytes?: number | undefined;
|
|
484
|
+
} | undefined;
|
|
485
|
+
};
|
|
486
|
+
export type SpeakConfig = {
|
|
487
|
+
provider?: string | undefined;
|
|
488
|
+
model?: string | undefined;
|
|
489
|
+
modelId?: string | undefined;
|
|
490
|
+
outputFormat?: string | undefined;
|
|
173
491
|
};
|
|
174
492
|
export type Model = {
|
|
175
493
|
id: string;
|
|
@@ -1829,6 +2147,24 @@ export type AnalyticsData = {
|
|
|
1829
2147
|
to: string;
|
|
1830
2148
|
generatedAt: number;
|
|
1831
2149
|
} | null;
|
|
2150
|
+
export type AdsConfig = {
|
|
2151
|
+
enabled?: boolean | undefined;
|
|
2152
|
+
ratio?: number | undefined;
|
|
2153
|
+
items?: Array<AdsItemConfig> | undefined;
|
|
2154
|
+
};
|
|
2155
|
+
export type PermissionObjectConfig = {
|
|
2156
|
+
[x: string]: PermissionActionConfig;
|
|
2157
|
+
};
|
|
2158
|
+
export type McpRemoteConfig = {
|
|
2159
|
+
type: "remote";
|
|
2160
|
+
url: string;
|
|
2161
|
+
enabled?: boolean | undefined;
|
|
2162
|
+
headers?: {
|
|
2163
|
+
[x: string]: string;
|
|
2164
|
+
} | undefined;
|
|
2165
|
+
oauth?: McpOAuthConfig | false | undefined;
|
|
2166
|
+
timeout?: number | undefined;
|
|
2167
|
+
};
|
|
1832
2168
|
export type Provider = {
|
|
1833
2169
|
id: string;
|
|
1834
2170
|
name: string;
|
|
@@ -2211,6 +2547,7 @@ export type AnalyticsGlobal = {
|
|
|
2211
2547
|
[x: string]: AnalyticsProjectStat;
|
|
2212
2548
|
};
|
|
2213
2549
|
};
|
|
2550
|
+
export type PermissionRuleConfig = PermissionActionConfig | PermissionObjectConfig;
|
|
2214
2551
|
export type ConfigProviders = {
|
|
2215
2552
|
providers: Array<Provider>;
|
|
2216
2553
|
default: {
|
|
@@ -2286,6 +2623,9 @@ export type QuestionRequest1 = {
|
|
|
2286
2623
|
callID: string;
|
|
2287
2624
|
} | undefined;
|
|
2288
2625
|
};
|
|
2626
|
+
export type PermissionConfig = {
|
|
2627
|
+
[x: string]: PermissionRuleConfig | undefined;
|
|
2628
|
+
};
|
|
2289
2629
|
export type MissionListOutput2 = {
|
|
2290
2630
|
missions: Array<MissionDefinition>;
|
|
2291
2631
|
runtimes: Array<MissionRuntime>;
|
|
@@ -2373,6 +2713,31 @@ export type EventQuestionAsked = {
|
|
|
2373
2713
|
type: "question.asked";
|
|
2374
2714
|
properties: QuestionRequest1;
|
|
2375
2715
|
};
|
|
2716
|
+
export type AgentConfig = {
|
|
2717
|
+
model?: string | undefined;
|
|
2718
|
+
variant?: string | undefined;
|
|
2719
|
+
temperature?: number | undefined;
|
|
2720
|
+
top_p?: number | undefined;
|
|
2721
|
+
prompt?: string | undefined;
|
|
2722
|
+
tools?: {
|
|
2723
|
+
[x: string]: boolean;
|
|
2724
|
+
} | undefined;
|
|
2725
|
+
disable?: boolean | undefined;
|
|
2726
|
+
description?: string | undefined;
|
|
2727
|
+
mode?: "subagent" | "primary" | "all" | undefined;
|
|
2728
|
+
hidden?: boolean | undefined;
|
|
2729
|
+
options?: {
|
|
2730
|
+
[x: string]: any;
|
|
2731
|
+
} | undefined;
|
|
2732
|
+
color?: string | undefined;
|
|
2733
|
+
steps?: number | undefined;
|
|
2734
|
+
order?: number | undefined;
|
|
2735
|
+
maxSteps?: number | undefined;
|
|
2736
|
+
permission?: PermissionConfig | undefined;
|
|
2737
|
+
advisor?: string | undefined;
|
|
2738
|
+
advisor_max_uses?: number | undefined;
|
|
2739
|
+
[x: string]: any | undefined;
|
|
2740
|
+
};
|
|
2376
2741
|
export type MobileGithubSessionCreateResult = {
|
|
2377
2742
|
session: Session;
|
|
2378
2743
|
worktree: ManagedWorktreeInfo;
|
|
@@ -2420,6 +2785,277 @@ export type ToolStateCompleted = {
|
|
|
2420
2785
|
};
|
|
2421
2786
|
attachments?: Array<FilePart> | undefined;
|
|
2422
2787
|
};
|
|
2788
|
+
export type Config = {
|
|
2789
|
+
$schema?: string | undefined;
|
|
2790
|
+
theme?: string | undefined;
|
|
2791
|
+
locale?: {
|
|
2792
|
+
language?: string | undefined;
|
|
2793
|
+
region?: string | undefined;
|
|
2794
|
+
locale?: string | undefined;
|
|
2795
|
+
timezone?: string | undefined;
|
|
2796
|
+
currency?: string | undefined;
|
|
2797
|
+
autoDetect?: boolean | undefined;
|
|
2798
|
+
replyLanguage?: boolean | string | undefined;
|
|
2799
|
+
} | undefined;
|
|
2800
|
+
keybinds?: KeybindsConfig | undefined;
|
|
2801
|
+
logLevel?: LogLevel | undefined;
|
|
2802
|
+
tui?: {
|
|
2803
|
+
scroll_speed?: number | undefined;
|
|
2804
|
+
scroll_acceleration?: {
|
|
2805
|
+
enabled: boolean;
|
|
2806
|
+
} | undefined;
|
|
2807
|
+
diff_style?: "auto" | "stacked" | undefined;
|
|
2808
|
+
mouse?: boolean | undefined;
|
|
2809
|
+
sound?: boolean | undefined;
|
|
2810
|
+
bg_pulse?: boolean | undefined;
|
|
2811
|
+
turn_tokens?: boolean | undefined;
|
|
2812
|
+
} | undefined;
|
|
2813
|
+
ads?: AdsConfig | undefined;
|
|
2814
|
+
server?: ServerConfig | undefined;
|
|
2815
|
+
remote?: RemoteConfig | undefined;
|
|
2816
|
+
teleport?: TeleportConfig | undefined;
|
|
2817
|
+
command?: {
|
|
2818
|
+
[x: string]: {
|
|
2819
|
+
template?: string | undefined;
|
|
2820
|
+
description?: string | undefined;
|
|
2821
|
+
agent?: string | undefined;
|
|
2822
|
+
model?: string | undefined;
|
|
2823
|
+
subtask?: boolean | undefined;
|
|
2824
|
+
aliases?: Array<string> | undefined;
|
|
2825
|
+
};
|
|
2826
|
+
} | undefined;
|
|
2827
|
+
reference?: {
|
|
2828
|
+
[x: string]: ReferenceConfig;
|
|
2829
|
+
} | undefined;
|
|
2830
|
+
watcher?: {
|
|
2831
|
+
ignore?: Array<string> | undefined;
|
|
2832
|
+
} | undefined;
|
|
2833
|
+
plugin?: Array<string> | undefined;
|
|
2834
|
+
snapshot?: boolean | undefined;
|
|
2835
|
+
sync?: {
|
|
2836
|
+
url?: string | undefined;
|
|
2837
|
+
token?: string | undefined;
|
|
2838
|
+
autostart?: boolean | undefined;
|
|
2839
|
+
} | undefined;
|
|
2840
|
+
analytics?: {
|
|
2841
|
+
share?: boolean | undefined;
|
|
2842
|
+
endpoint?: string | undefined;
|
|
2843
|
+
} | undefined;
|
|
2844
|
+
share?: "manual" | "auto" | "disabled" | undefined;
|
|
2845
|
+
autoshare?: boolean | undefined;
|
|
2846
|
+
autoupdate?: boolean | "notify" | undefined;
|
|
2847
|
+
disabled_providers?: Array<string> | undefined;
|
|
2848
|
+
enabled_providers?: Array<string> | undefined;
|
|
2849
|
+
model?: string | undefined;
|
|
2850
|
+
small_model?: string | undefined;
|
|
2851
|
+
default_agent?: string | undefined;
|
|
2852
|
+
username?: string | undefined;
|
|
2853
|
+
mode?: {
|
|
2854
|
+
build?: AgentConfig | undefined;
|
|
2855
|
+
plan?: AgentConfig | undefined;
|
|
2856
|
+
[x: string]: AgentConfig | undefined;
|
|
2857
|
+
} | undefined;
|
|
2858
|
+
agent?: {
|
|
2859
|
+
plan?: AgentConfig | undefined;
|
|
2860
|
+
build?: AgentConfig | undefined;
|
|
2861
|
+
general?: AgentConfig | undefined;
|
|
2862
|
+
explore?: AgentConfig | undefined;
|
|
2863
|
+
scout?: AgentConfig | undefined;
|
|
2864
|
+
title?: AgentConfig | undefined;
|
|
2865
|
+
summary?: AgentConfig | undefined;
|
|
2866
|
+
compaction?: AgentConfig | undefined;
|
|
2867
|
+
[x: string]: AgentConfig | undefined;
|
|
2868
|
+
} | undefined;
|
|
2869
|
+
provider?: {
|
|
2870
|
+
[x: string]: ProviderConfig;
|
|
2871
|
+
} | undefined;
|
|
2872
|
+
mcp?: {
|
|
2873
|
+
[x: string]: McpLocalConfig | McpRemoteConfig | {
|
|
2874
|
+
enabled: boolean;
|
|
2875
|
+
};
|
|
2876
|
+
} | undefined;
|
|
2877
|
+
connectors?: {
|
|
2878
|
+
[x: string]: ConnectorFigma | ConnectorSlack | ConnectorGithub | ConnectorLovable | ConnectorDiscord | ConnectorTeams | ConnectorGChat | ConnectorLinear | {
|
|
2879
|
+
enabled: boolean;
|
|
2880
|
+
};
|
|
2881
|
+
} | undefined;
|
|
2882
|
+
formatter?: false | true | {
|
|
2883
|
+
[x: string]: {
|
|
2884
|
+
disabled?: boolean | undefined;
|
|
2885
|
+
command?: Array<string> | undefined;
|
|
2886
|
+
environment?: {
|
|
2887
|
+
[x: string]: string;
|
|
2888
|
+
} | undefined;
|
|
2889
|
+
extensions?: Array<string> | undefined;
|
|
2890
|
+
};
|
|
2891
|
+
} | undefined;
|
|
2892
|
+
websearch?: {
|
|
2893
|
+
provider?: "exa" | "parallel" | "mcp" | undefined;
|
|
2894
|
+
apiKey?: string | undefined;
|
|
2895
|
+
url?: string | undefined;
|
|
2896
|
+
tool?: string | undefined;
|
|
2897
|
+
} | undefined;
|
|
2898
|
+
lsp?: false | {
|
|
2899
|
+
[x: string]: {
|
|
2900
|
+
disabled: true;
|
|
2901
|
+
} | {
|
|
2902
|
+
command: Array<string>;
|
|
2903
|
+
extensions?: Array<string> | undefined;
|
|
2904
|
+
disabled?: boolean | undefined;
|
|
2905
|
+
env?: {
|
|
2906
|
+
[x: string]: string;
|
|
2907
|
+
} | undefined;
|
|
2908
|
+
initialization?: {
|
|
2909
|
+
[x: string]: any;
|
|
2910
|
+
} | undefined;
|
|
2911
|
+
min_severity?: number | undefined;
|
|
2912
|
+
};
|
|
2913
|
+
} | undefined;
|
|
2914
|
+
instructions?: Array<string> | undefined;
|
|
2915
|
+
layout?: LayoutConfig | undefined;
|
|
2916
|
+
permission?: PermissionConfig | undefined;
|
|
2917
|
+
tools?: {
|
|
2918
|
+
[x: string]: boolean;
|
|
2919
|
+
} | undefined;
|
|
2920
|
+
tool?: {
|
|
2921
|
+
allow?: Array<string> | undefined;
|
|
2922
|
+
pin?: {
|
|
2923
|
+
[x: string]: string;
|
|
2924
|
+
} | undefined;
|
|
2925
|
+
} | undefined;
|
|
2926
|
+
enterprise?: {
|
|
2927
|
+
url?: string | undefined;
|
|
2928
|
+
} | undefined;
|
|
2929
|
+
compaction?: {
|
|
2930
|
+
auto?: boolean | undefined;
|
|
2931
|
+
prune?: boolean | undefined;
|
|
2932
|
+
reserved?: number | undefined;
|
|
2933
|
+
} | undefined;
|
|
2934
|
+
experimental?: {
|
|
2935
|
+
hook?: {
|
|
2936
|
+
file_edited?: {
|
|
2937
|
+
[x: string]: Array<{
|
|
2938
|
+
command: Array<string>;
|
|
2939
|
+
environment?: {
|
|
2940
|
+
[x: string]: string;
|
|
2941
|
+
} | undefined;
|
|
2942
|
+
}>;
|
|
2943
|
+
} | undefined;
|
|
2944
|
+
session_completed?: Array<{
|
|
2945
|
+
command: Array<string>;
|
|
2946
|
+
environment?: {
|
|
2947
|
+
[x: string]: string;
|
|
2948
|
+
} | undefined;
|
|
2949
|
+
}> | undefined;
|
|
2950
|
+
} | undefined;
|
|
2951
|
+
queued_message_wrap?: {
|
|
2952
|
+
header: string;
|
|
2953
|
+
footer: string;
|
|
2954
|
+
} | "default" | boolean | null | undefined;
|
|
2955
|
+
chatMaxRetries?: number | undefined;
|
|
2956
|
+
disable_paste_summary?: boolean | undefined;
|
|
2957
|
+
batch_tool?: boolean | undefined;
|
|
2958
|
+
openTelemetry?: boolean | undefined;
|
|
2959
|
+
primary_tools?: Array<string> | undefined;
|
|
2960
|
+
continue_loop_on_deny?: boolean | undefined;
|
|
2961
|
+
brain?: boolean | undefined;
|
|
2962
|
+
brainMinHours?: number | undefined;
|
|
2963
|
+
brainMinSessions?: number | undefined;
|
|
2964
|
+
brainModel?: string | undefined;
|
|
2965
|
+
memory?: boolean | undefined;
|
|
2966
|
+
mcp_timeout?: number | undefined;
|
|
2967
|
+
tool_timeout?: number | false | undefined;
|
|
2968
|
+
task_timeout?: number | false | undefined;
|
|
2969
|
+
nativeLlm?: boolean | undefined;
|
|
2970
|
+
tui?: {
|
|
2971
|
+
cacheEviction?: boolean | undefined;
|
|
2972
|
+
messageVirtualization?: boolean | undefined;
|
|
2973
|
+
explorationGrouping?: boolean | undefined;
|
|
2974
|
+
} | undefined;
|
|
2975
|
+
requests?: {
|
|
2976
|
+
latestOnlyLspRefresh?: boolean | undefined;
|
|
2977
|
+
} | undefined;
|
|
2978
|
+
events?: {
|
|
2979
|
+
schemaEncoding?: boolean | undefined;
|
|
2980
|
+
} | undefined;
|
|
2981
|
+
} | undefined;
|
|
2982
|
+
rag?: RagConfig | undefined;
|
|
2983
|
+
image?: ImageConfig | undefined;
|
|
2984
|
+
browser?: any | undefined;
|
|
2985
|
+
computer?: ComputerConfig | undefined;
|
|
2986
|
+
attachment?: AttachmentConfig | undefined;
|
|
2987
|
+
speak?: SpeakConfig | undefined;
|
|
2988
|
+
notifications?: {
|
|
2989
|
+
todo?: {
|
|
2990
|
+
enabled?: boolean | undefined;
|
|
2991
|
+
macos?: boolean | undefined;
|
|
2992
|
+
slack?: {
|
|
2993
|
+
enabled?: boolean | undefined;
|
|
2994
|
+
connector?: string | undefined;
|
|
2995
|
+
channel?: string | undefined;
|
|
2996
|
+
} | undefined;
|
|
2997
|
+
discord?: {
|
|
2998
|
+
enabled?: boolean | undefined;
|
|
2999
|
+
webhook?: string | undefined;
|
|
3000
|
+
} | undefined;
|
|
3001
|
+
} | undefined;
|
|
3002
|
+
icon?: {
|
|
3003
|
+
url?: string | undefined;
|
|
3004
|
+
alt?: string | undefined;
|
|
3005
|
+
} | undefined;
|
|
3006
|
+
notify?: {
|
|
3007
|
+
enabled?: boolean | undefined;
|
|
3008
|
+
macos?: boolean | undefined;
|
|
3009
|
+
slack?: {
|
|
3010
|
+
enabled?: boolean | undefined;
|
|
3011
|
+
connector?: string | undefined;
|
|
3012
|
+
channel?: string | undefined;
|
|
3013
|
+
} | undefined;
|
|
3014
|
+
discord?: {
|
|
3015
|
+
enabled?: boolean | undefined;
|
|
3016
|
+
webhook?: string | undefined;
|
|
3017
|
+
} | undefined;
|
|
3018
|
+
events?: {
|
|
3019
|
+
sessionIdle?: boolean | undefined;
|
|
3020
|
+
sessionError?: boolean | undefined;
|
|
3021
|
+
permissionAsked?: boolean | undefined;
|
|
3022
|
+
questionAsked?: boolean | undefined;
|
|
3023
|
+
} | undefined;
|
|
3024
|
+
idleMinMs?: number | undefined;
|
|
3025
|
+
rateLimit?: {
|
|
3026
|
+
windowMs?: number | undefined;
|
|
3027
|
+
maxPerWindow?: number | undefined;
|
|
3028
|
+
} | undefined;
|
|
3029
|
+
retry?: {
|
|
3030
|
+
attempts?: number | undefined;
|
|
3031
|
+
delay?: number | undefined;
|
|
3032
|
+
factor?: number | undefined;
|
|
3033
|
+
maxDelay?: number | undefined;
|
|
3034
|
+
timeoutMs?: number | undefined;
|
|
3035
|
+
} | undefined;
|
|
3036
|
+
breaker?: {
|
|
3037
|
+
failures?: number | undefined;
|
|
3038
|
+
cooldownMs?: number | undefined;
|
|
3039
|
+
} | undefined;
|
|
3040
|
+
quietHours?: {
|
|
3041
|
+
enabled?: boolean | undefined;
|
|
3042
|
+
start?: string | undefined;
|
|
3043
|
+
end?: string | undefined;
|
|
3044
|
+
suppress?: Array<"macos" | "slack" | "discord"> | undefined;
|
|
3045
|
+
} | undefined;
|
|
3046
|
+
} | undefined;
|
|
3047
|
+
} | undefined;
|
|
3048
|
+
mobile?: {
|
|
3049
|
+
tophat?: {
|
|
3050
|
+
enabled?: boolean | undefined;
|
|
3051
|
+
cliPath?: string | undefined;
|
|
3052
|
+
defaultPlatform?: "ios" | "android" | undefined;
|
|
3053
|
+
defaultDestination?: "device" | "simulator" | "emulator" | undefined;
|
|
3054
|
+
autoDetect?: boolean | undefined;
|
|
3055
|
+
} | undefined;
|
|
3056
|
+
} | undefined;
|
|
3057
|
+
[x: string]: any;
|
|
3058
|
+
};
|
|
2423
3059
|
export type EventMessageUpdated = {
|
|
2424
3060
|
type: "message.updated";
|
|
2425
3061
|
properties: {
|
|
@@ -2734,6 +3370,923 @@ export type BrainTriggerOutput = BrainResult;
|
|
|
2734
3370
|
export type ConfigGetOutput = Config;
|
|
2735
3371
|
export type ConfigUpdateInput = {
|
|
2736
3372
|
readonly payload: {
|
|
3373
|
+
readonly $schema?: string | undefined;
|
|
3374
|
+
readonly theme?: string | undefined;
|
|
3375
|
+
readonly locale?: {
|
|
3376
|
+
readonly language?: string | undefined;
|
|
3377
|
+
readonly region?: string | undefined;
|
|
3378
|
+
readonly locale?: string | undefined;
|
|
3379
|
+
readonly timezone?: string | undefined;
|
|
3380
|
+
readonly currency?: string | undefined;
|
|
3381
|
+
readonly autoDetect?: boolean | undefined;
|
|
3382
|
+
readonly replyLanguage?: boolean | string | undefined;
|
|
3383
|
+
} | undefined;
|
|
3384
|
+
readonly keybinds?: {
|
|
3385
|
+
readonly leader?: string | undefined;
|
|
3386
|
+
readonly app_exit?: string | undefined;
|
|
3387
|
+
readonly editor_open?: string | undefined;
|
|
3388
|
+
readonly theme_list?: string | undefined;
|
|
3389
|
+
readonly sidebar_toggle?: string | undefined;
|
|
3390
|
+
readonly scrollbar_toggle?: string | undefined;
|
|
3391
|
+
readonly username_toggle?: string | undefined;
|
|
3392
|
+
readonly status_view?: string | undefined;
|
|
3393
|
+
readonly sync_view?: string | undefined;
|
|
3394
|
+
readonly session_export?: string | undefined;
|
|
3395
|
+
readonly session_new?: string | undefined;
|
|
3396
|
+
readonly session_list?: string | undefined;
|
|
3397
|
+
readonly session_timeline?: string | undefined;
|
|
3398
|
+
readonly session_fork?: string | undefined;
|
|
3399
|
+
readonly session_rename?: string | undefined;
|
|
3400
|
+
readonly session_delete?: string | undefined;
|
|
3401
|
+
readonly session_pin_toggle?: string | undefined;
|
|
3402
|
+
readonly session_scope_toggle?: string | undefined;
|
|
3403
|
+
readonly session_tab_back?: string | undefined;
|
|
3404
|
+
readonly session_tab_forward?: string | undefined;
|
|
3405
|
+
readonly session_quick_switch_1?: string | undefined;
|
|
3406
|
+
readonly session_quick_switch_2?: string | undefined;
|
|
3407
|
+
readonly session_quick_switch_3?: string | undefined;
|
|
3408
|
+
readonly session_quick_switch_4?: string | undefined;
|
|
3409
|
+
readonly session_quick_switch_5?: string | undefined;
|
|
3410
|
+
readonly session_quick_switch_6?: string | undefined;
|
|
3411
|
+
readonly session_quick_switch_7?: string | undefined;
|
|
3412
|
+
readonly session_quick_switch_8?: string | undefined;
|
|
3413
|
+
readonly session_quick_switch_9?: string | undefined;
|
|
3414
|
+
readonly stash_delete?: string | undefined;
|
|
3415
|
+
readonly model_provider_list?: string | undefined;
|
|
3416
|
+
readonly model_favorite_toggle?: string | undefined;
|
|
3417
|
+
readonly session_share?: string | undefined;
|
|
3418
|
+
readonly session_unshare?: string | undefined;
|
|
3419
|
+
readonly session_interrupt?: string | undefined;
|
|
3420
|
+
readonly session_codebro_open?: string | undefined;
|
|
3421
|
+
readonly subtask_background?: string | undefined;
|
|
3422
|
+
readonly subtask_picker?: string | undefined;
|
|
3423
|
+
readonly session_compact?: string | undefined;
|
|
3424
|
+
readonly messages_page_up?: string | undefined;
|
|
3425
|
+
readonly messages_page_down?: string | undefined;
|
|
3426
|
+
readonly messages_line_up?: string | undefined;
|
|
3427
|
+
readonly messages_line_down?: string | undefined;
|
|
3428
|
+
readonly messages_half_page_up?: string | undefined;
|
|
3429
|
+
readonly messages_half_page_down?: string | undefined;
|
|
3430
|
+
readonly messages_first?: string | undefined;
|
|
3431
|
+
readonly messages_last?: string | undefined;
|
|
3432
|
+
readonly messages_next?: string | undefined;
|
|
3433
|
+
readonly messages_previous?: string | undefined;
|
|
3434
|
+
readonly messages_last_user?: string | undefined;
|
|
3435
|
+
readonly messages_copy?: string | undefined;
|
|
3436
|
+
readonly messages_undo?: string | undefined;
|
|
3437
|
+
readonly messages_redo?: string | undefined;
|
|
3438
|
+
readonly messages_toggle_conceal?: string | undefined;
|
|
3439
|
+
readonly tool_details?: string | undefined;
|
|
3440
|
+
readonly model_list?: string | undefined;
|
|
3441
|
+
readonly model_cycle_recent?: string | undefined;
|
|
3442
|
+
readonly model_cycle_recent_reverse?: string | undefined;
|
|
3443
|
+
readonly model_cycle_favorite?: string | undefined;
|
|
3444
|
+
readonly model_cycle_favorite_reverse?: string | undefined;
|
|
3445
|
+
readonly command_list?: string | undefined;
|
|
3446
|
+
readonly agent_list?: string | undefined;
|
|
3447
|
+
readonly agent_cycle?: string | undefined;
|
|
3448
|
+
readonly agent_cycle_reverse?: string | undefined;
|
|
3449
|
+
readonly permission_mode?: string | undefined;
|
|
3450
|
+
readonly variant_cycle?: string | undefined;
|
|
3451
|
+
readonly input_clear?: string | undefined;
|
|
3452
|
+
readonly input_paste?: string | undefined;
|
|
3453
|
+
readonly input_submit?: string | undefined;
|
|
3454
|
+
readonly input_newline?: string | undefined;
|
|
3455
|
+
readonly input_move_left?: string | undefined;
|
|
3456
|
+
readonly input_move_right?: string | undefined;
|
|
3457
|
+
readonly input_move_up?: string | undefined;
|
|
3458
|
+
readonly input_move_down?: string | undefined;
|
|
3459
|
+
readonly input_select_left?: string | undefined;
|
|
3460
|
+
readonly input_select_right?: string | undefined;
|
|
3461
|
+
readonly input_select_up?: string | undefined;
|
|
3462
|
+
readonly input_select_down?: string | undefined;
|
|
3463
|
+
readonly input_line_home?: string | undefined;
|
|
3464
|
+
readonly input_line_end?: string | undefined;
|
|
3465
|
+
readonly input_select_line_home?: string | undefined;
|
|
3466
|
+
readonly input_select_line_end?: string | undefined;
|
|
3467
|
+
readonly input_visual_line_home?: string | undefined;
|
|
3468
|
+
readonly input_visual_line_end?: string | undefined;
|
|
3469
|
+
readonly input_select_visual_line_home?: string | undefined;
|
|
3470
|
+
readonly input_select_visual_line_end?: string | undefined;
|
|
3471
|
+
readonly input_buffer_home?: string | undefined;
|
|
3472
|
+
readonly input_buffer_end?: string | undefined;
|
|
3473
|
+
readonly input_select_buffer_home?: string | undefined;
|
|
3474
|
+
readonly input_select_buffer_end?: string | undefined;
|
|
3475
|
+
readonly input_delete_line?: string | undefined;
|
|
3476
|
+
readonly input_delete_to_line_end?: string | undefined;
|
|
3477
|
+
readonly input_delete_to_line_start?: string | undefined;
|
|
3478
|
+
readonly input_backspace?: string | undefined;
|
|
3479
|
+
readonly input_delete?: string | undefined;
|
|
3480
|
+
readonly input_undo?: string | undefined;
|
|
3481
|
+
readonly input_redo?: string | undefined;
|
|
3482
|
+
readonly input_word_forward?: string | undefined;
|
|
3483
|
+
readonly input_word_backward?: string | undefined;
|
|
3484
|
+
readonly input_select_word_forward?: string | undefined;
|
|
3485
|
+
readonly input_select_word_backward?: string | undefined;
|
|
3486
|
+
readonly input_delete_word_forward?: string | undefined;
|
|
3487
|
+
readonly input_delete_word_backward?: string | undefined;
|
|
3488
|
+
readonly history_previous?: string | undefined;
|
|
3489
|
+
readonly history_next?: string | undefined;
|
|
3490
|
+
readonly session_child_cycle?: string | undefined;
|
|
3491
|
+
readonly session_child_cycle_reverse?: string | undefined;
|
|
3492
|
+
readonly session_parent?: string | undefined;
|
|
3493
|
+
readonly session_child_close?: string | undefined;
|
|
3494
|
+
readonly terminal_suspend?: string | undefined;
|
|
3495
|
+
readonly terminal_title_toggle?: string | undefined;
|
|
3496
|
+
readonly tips_toggle?: string | undefined;
|
|
3497
|
+
readonly voice_record?: string | undefined;
|
|
3498
|
+
readonly app_support?: string | undefined;
|
|
3499
|
+
} | undefined;
|
|
3500
|
+
readonly logLevel?: ("DEBUG" | "INFO" | "WARN" | "ERROR") | undefined;
|
|
3501
|
+
readonly tui?: {
|
|
3502
|
+
readonly scroll_speed?: number | undefined;
|
|
3503
|
+
readonly scroll_acceleration?: {
|
|
3504
|
+
readonly enabled: boolean;
|
|
3505
|
+
} | undefined;
|
|
3506
|
+
readonly diff_style?: "auto" | "stacked" | undefined;
|
|
3507
|
+
readonly mouse?: boolean | undefined;
|
|
3508
|
+
readonly sound?: boolean | undefined;
|
|
3509
|
+
readonly bg_pulse?: boolean | undefined;
|
|
3510
|
+
readonly turn_tokens?: boolean | undefined;
|
|
3511
|
+
} | undefined;
|
|
3512
|
+
readonly ads?: {
|
|
3513
|
+
readonly enabled?: boolean | undefined;
|
|
3514
|
+
readonly ratio?: number | undefined;
|
|
3515
|
+
readonly items?: ReadonlyArray<{
|
|
3516
|
+
readonly id: string;
|
|
3517
|
+
readonly text: string;
|
|
3518
|
+
readonly url?: string | undefined;
|
|
3519
|
+
readonly enabled?: boolean | undefined;
|
|
3520
|
+
}> | undefined;
|
|
3521
|
+
} | undefined;
|
|
3522
|
+
readonly server?: {
|
|
3523
|
+
readonly port?: number | undefined;
|
|
3524
|
+
readonly hostname?: string | undefined;
|
|
3525
|
+
readonly mdns?: boolean | undefined;
|
|
3526
|
+
readonly cors?: ReadonlyArray<string> | undefined;
|
|
3527
|
+
} | undefined;
|
|
3528
|
+
readonly remote?: {
|
|
3529
|
+
readonly enabled?: boolean | undefined;
|
|
3530
|
+
readonly enableTunnel?: boolean | undefined;
|
|
3531
|
+
readonly provider?: "localtunnel" | "cloudflared" | "ngrok" | "remotosh" | "none" | undefined;
|
|
3532
|
+
readonly askOnExistingSession?: boolean | undefined;
|
|
3533
|
+
} | undefined;
|
|
3534
|
+
readonly teleport?: {
|
|
3535
|
+
readonly url?: string | undefined;
|
|
3536
|
+
readonly token?: string | undefined;
|
|
3537
|
+
} | undefined;
|
|
3538
|
+
readonly command?: {
|
|
3539
|
+
readonly [x: string]: {
|
|
3540
|
+
readonly template?: string | undefined;
|
|
3541
|
+
readonly description?: string | undefined;
|
|
3542
|
+
readonly agent?: string | undefined;
|
|
3543
|
+
readonly model?: string | undefined;
|
|
3544
|
+
readonly subtask?: boolean | undefined;
|
|
3545
|
+
readonly aliases?: ReadonlyArray<string> | undefined;
|
|
3546
|
+
};
|
|
3547
|
+
} | undefined;
|
|
3548
|
+
readonly reference?: {
|
|
3549
|
+
readonly [x: string]: {
|
|
3550
|
+
readonly type: "git";
|
|
3551
|
+
readonly repository: string;
|
|
3552
|
+
readonly branch?: string | undefined;
|
|
3553
|
+
readonly description?: string | undefined;
|
|
3554
|
+
} | {
|
|
3555
|
+
readonly type: "local";
|
|
3556
|
+
readonly path: string;
|
|
3557
|
+
readonly description?: string | undefined;
|
|
3558
|
+
};
|
|
3559
|
+
} | undefined;
|
|
3560
|
+
readonly watcher?: {
|
|
3561
|
+
readonly ignore?: ReadonlyArray<string> | undefined;
|
|
3562
|
+
} | undefined;
|
|
3563
|
+
readonly plugin?: ReadonlyArray<string> | undefined;
|
|
3564
|
+
readonly snapshot?: boolean | undefined;
|
|
3565
|
+
readonly sync?: {
|
|
3566
|
+
readonly url?: string | undefined;
|
|
3567
|
+
readonly token?: string | undefined;
|
|
3568
|
+
readonly autostart?: boolean | undefined;
|
|
3569
|
+
} | undefined;
|
|
3570
|
+
readonly analytics?: {
|
|
3571
|
+
readonly share?: boolean | undefined;
|
|
3572
|
+
readonly endpoint?: string | undefined;
|
|
3573
|
+
} | undefined;
|
|
3574
|
+
readonly share?: "manual" | "auto" | "disabled" | undefined;
|
|
3575
|
+
readonly autoshare?: boolean | undefined;
|
|
3576
|
+
readonly autoupdate?: boolean | "notify" | undefined;
|
|
3577
|
+
readonly disabled_providers?: ReadonlyArray<string> | undefined;
|
|
3578
|
+
readonly enabled_providers?: ReadonlyArray<string> | undefined;
|
|
3579
|
+
readonly model?: string | undefined;
|
|
3580
|
+
readonly small_model?: string | undefined;
|
|
3581
|
+
readonly default_agent?: string | undefined;
|
|
3582
|
+
readonly username?: string | undefined;
|
|
3583
|
+
readonly mode?: {
|
|
3584
|
+
readonly build?: {
|
|
3585
|
+
readonly model?: string | undefined;
|
|
3586
|
+
readonly variant?: string | undefined;
|
|
3587
|
+
readonly temperature?: number | undefined;
|
|
3588
|
+
readonly top_p?: number | undefined;
|
|
3589
|
+
readonly prompt?: string | undefined;
|
|
3590
|
+
readonly tools?: {
|
|
3591
|
+
readonly [x: string]: boolean;
|
|
3592
|
+
} | undefined;
|
|
3593
|
+
readonly disable?: boolean | undefined;
|
|
3594
|
+
readonly description?: string | undefined;
|
|
3595
|
+
readonly mode?: "subagent" | "primary" | "all" | undefined;
|
|
3596
|
+
readonly hidden?: boolean | undefined;
|
|
3597
|
+
readonly options?: {
|
|
3598
|
+
readonly [x: string]: unknown;
|
|
3599
|
+
} | undefined;
|
|
3600
|
+
readonly color?: string | undefined;
|
|
3601
|
+
readonly steps?: number | undefined;
|
|
3602
|
+
readonly order?: number | undefined;
|
|
3603
|
+
readonly maxSteps?: number | undefined;
|
|
3604
|
+
readonly permission?: {
|
|
3605
|
+
readonly [x: string]: (("ask" | "allow" | "deny") | {
|
|
3606
|
+
readonly [x: string]: "ask" | "allow" | "deny";
|
|
3607
|
+
}) | undefined;
|
|
3608
|
+
} | undefined;
|
|
3609
|
+
readonly advisor?: string | undefined;
|
|
3610
|
+
readonly advisor_max_uses?: number | undefined;
|
|
3611
|
+
readonly [x: string]: unknown | undefined;
|
|
3612
|
+
} | undefined;
|
|
3613
|
+
readonly plan?: {
|
|
3614
|
+
readonly model?: string | undefined;
|
|
3615
|
+
readonly variant?: string | undefined;
|
|
3616
|
+
readonly temperature?: number | undefined;
|
|
3617
|
+
readonly top_p?: number | undefined;
|
|
3618
|
+
readonly prompt?: string | undefined;
|
|
3619
|
+
readonly tools?: {
|
|
3620
|
+
readonly [x: string]: boolean;
|
|
3621
|
+
} | undefined;
|
|
3622
|
+
readonly disable?: boolean | undefined;
|
|
3623
|
+
readonly description?: string | undefined;
|
|
3624
|
+
readonly mode?: "subagent" | "primary" | "all" | undefined;
|
|
3625
|
+
readonly hidden?: boolean | undefined;
|
|
3626
|
+
readonly options?: {
|
|
3627
|
+
readonly [x: string]: unknown;
|
|
3628
|
+
} | undefined;
|
|
3629
|
+
readonly color?: string | undefined;
|
|
3630
|
+
readonly steps?: number | undefined;
|
|
3631
|
+
readonly order?: number | undefined;
|
|
3632
|
+
readonly maxSteps?: number | undefined;
|
|
3633
|
+
readonly permission?: {
|
|
3634
|
+
readonly [x: string]: (("ask" | "allow" | "deny") | {
|
|
3635
|
+
readonly [x: string]: "ask" | "allow" | "deny";
|
|
3636
|
+
}) | undefined;
|
|
3637
|
+
} | undefined;
|
|
3638
|
+
readonly advisor?: string | undefined;
|
|
3639
|
+
readonly advisor_max_uses?: number | undefined;
|
|
3640
|
+
readonly [x: string]: unknown | undefined;
|
|
3641
|
+
} | undefined;
|
|
3642
|
+
readonly [x: string]: {
|
|
3643
|
+
readonly model?: string | undefined;
|
|
3644
|
+
readonly variant?: string | undefined;
|
|
3645
|
+
readonly temperature?: number | undefined;
|
|
3646
|
+
readonly top_p?: number | undefined;
|
|
3647
|
+
readonly prompt?: string | undefined;
|
|
3648
|
+
readonly tools?: {
|
|
3649
|
+
readonly [x: string]: boolean;
|
|
3650
|
+
} | undefined;
|
|
3651
|
+
readonly disable?: boolean | undefined;
|
|
3652
|
+
readonly description?: string | undefined;
|
|
3653
|
+
readonly mode?: "subagent" | "primary" | "all" | undefined;
|
|
3654
|
+
readonly hidden?: boolean | undefined;
|
|
3655
|
+
readonly options?: {
|
|
3656
|
+
readonly [x: string]: unknown;
|
|
3657
|
+
} | undefined;
|
|
3658
|
+
readonly color?: string | undefined;
|
|
3659
|
+
readonly steps?: number | undefined;
|
|
3660
|
+
readonly order?: number | undefined;
|
|
3661
|
+
readonly maxSteps?: number | undefined;
|
|
3662
|
+
readonly permission?: {
|
|
3663
|
+
readonly [x: string]: (("ask" | "allow" | "deny") | {
|
|
3664
|
+
readonly [x: string]: "ask" | "allow" | "deny";
|
|
3665
|
+
}) | undefined;
|
|
3666
|
+
} | undefined;
|
|
3667
|
+
readonly advisor?: string | undefined;
|
|
3668
|
+
readonly advisor_max_uses?: number | undefined;
|
|
3669
|
+
readonly [x: string]: unknown | undefined;
|
|
3670
|
+
} | undefined;
|
|
3671
|
+
} | undefined;
|
|
3672
|
+
readonly agent?: {
|
|
3673
|
+
readonly plan?: {
|
|
3674
|
+
readonly model?: string | undefined;
|
|
3675
|
+
readonly variant?: string | undefined;
|
|
3676
|
+
readonly temperature?: number | undefined;
|
|
3677
|
+
readonly top_p?: number | undefined;
|
|
3678
|
+
readonly prompt?: string | undefined;
|
|
3679
|
+
readonly tools?: {
|
|
3680
|
+
readonly [x: string]: boolean;
|
|
3681
|
+
} | undefined;
|
|
3682
|
+
readonly disable?: boolean | undefined;
|
|
3683
|
+
readonly description?: string | undefined;
|
|
3684
|
+
readonly mode?: "subagent" | "primary" | "all" | undefined;
|
|
3685
|
+
readonly hidden?: boolean | undefined;
|
|
3686
|
+
readonly options?: {
|
|
3687
|
+
readonly [x: string]: unknown;
|
|
3688
|
+
} | undefined;
|
|
3689
|
+
readonly color?: string | undefined;
|
|
3690
|
+
readonly steps?: number | undefined;
|
|
3691
|
+
readonly order?: number | undefined;
|
|
3692
|
+
readonly maxSteps?: number | undefined;
|
|
3693
|
+
readonly permission?: {
|
|
3694
|
+
readonly [x: string]: (("ask" | "allow" | "deny") | {
|
|
3695
|
+
readonly [x: string]: "ask" | "allow" | "deny";
|
|
3696
|
+
}) | undefined;
|
|
3697
|
+
} | undefined;
|
|
3698
|
+
readonly advisor?: string | undefined;
|
|
3699
|
+
readonly advisor_max_uses?: number | undefined;
|
|
3700
|
+
readonly [x: string]: unknown | undefined;
|
|
3701
|
+
} | undefined;
|
|
3702
|
+
readonly build?: {
|
|
3703
|
+
readonly model?: string | undefined;
|
|
3704
|
+
readonly variant?: string | undefined;
|
|
3705
|
+
readonly temperature?: number | undefined;
|
|
3706
|
+
readonly top_p?: number | undefined;
|
|
3707
|
+
readonly prompt?: string | undefined;
|
|
3708
|
+
readonly tools?: {
|
|
3709
|
+
readonly [x: string]: boolean;
|
|
3710
|
+
} | undefined;
|
|
3711
|
+
readonly disable?: boolean | undefined;
|
|
3712
|
+
readonly description?: string | undefined;
|
|
3713
|
+
readonly mode?: "subagent" | "primary" | "all" | undefined;
|
|
3714
|
+
readonly hidden?: boolean | undefined;
|
|
3715
|
+
readonly options?: {
|
|
3716
|
+
readonly [x: string]: unknown;
|
|
3717
|
+
} | undefined;
|
|
3718
|
+
readonly color?: string | undefined;
|
|
3719
|
+
readonly steps?: number | undefined;
|
|
3720
|
+
readonly order?: number | undefined;
|
|
3721
|
+
readonly maxSteps?: number | undefined;
|
|
3722
|
+
readonly permission?: {
|
|
3723
|
+
readonly [x: string]: (("ask" | "allow" | "deny") | {
|
|
3724
|
+
readonly [x: string]: "ask" | "allow" | "deny";
|
|
3725
|
+
}) | undefined;
|
|
3726
|
+
} | undefined;
|
|
3727
|
+
readonly advisor?: string | undefined;
|
|
3728
|
+
readonly advisor_max_uses?: number | undefined;
|
|
3729
|
+
readonly [x: string]: unknown | undefined;
|
|
3730
|
+
} | undefined;
|
|
3731
|
+
readonly general?: {
|
|
3732
|
+
readonly model?: string | undefined;
|
|
3733
|
+
readonly variant?: string | undefined;
|
|
3734
|
+
readonly temperature?: number | undefined;
|
|
3735
|
+
readonly top_p?: number | undefined;
|
|
3736
|
+
readonly prompt?: string | undefined;
|
|
3737
|
+
readonly tools?: {
|
|
3738
|
+
readonly [x: string]: boolean;
|
|
3739
|
+
} | undefined;
|
|
3740
|
+
readonly disable?: boolean | undefined;
|
|
3741
|
+
readonly description?: string | undefined;
|
|
3742
|
+
readonly mode?: "subagent" | "primary" | "all" | undefined;
|
|
3743
|
+
readonly hidden?: boolean | undefined;
|
|
3744
|
+
readonly options?: {
|
|
3745
|
+
readonly [x: string]: unknown;
|
|
3746
|
+
} | undefined;
|
|
3747
|
+
readonly color?: string | undefined;
|
|
3748
|
+
readonly steps?: number | undefined;
|
|
3749
|
+
readonly order?: number | undefined;
|
|
3750
|
+
readonly maxSteps?: number | undefined;
|
|
3751
|
+
readonly permission?: {
|
|
3752
|
+
readonly [x: string]: (("ask" | "allow" | "deny") | {
|
|
3753
|
+
readonly [x: string]: "ask" | "allow" | "deny";
|
|
3754
|
+
}) | undefined;
|
|
3755
|
+
} | undefined;
|
|
3756
|
+
readonly advisor?: string | undefined;
|
|
3757
|
+
readonly advisor_max_uses?: number | undefined;
|
|
3758
|
+
readonly [x: string]: unknown | undefined;
|
|
3759
|
+
} | undefined;
|
|
3760
|
+
readonly explore?: {
|
|
3761
|
+
readonly model?: string | undefined;
|
|
3762
|
+
readonly variant?: string | undefined;
|
|
3763
|
+
readonly temperature?: number | undefined;
|
|
3764
|
+
readonly top_p?: number | undefined;
|
|
3765
|
+
readonly prompt?: string | undefined;
|
|
3766
|
+
readonly tools?: {
|
|
3767
|
+
readonly [x: string]: boolean;
|
|
3768
|
+
} | undefined;
|
|
3769
|
+
readonly disable?: boolean | undefined;
|
|
3770
|
+
readonly description?: string | undefined;
|
|
3771
|
+
readonly mode?: "subagent" | "primary" | "all" | undefined;
|
|
3772
|
+
readonly hidden?: boolean | undefined;
|
|
3773
|
+
readonly options?: {
|
|
3774
|
+
readonly [x: string]: unknown;
|
|
3775
|
+
} | undefined;
|
|
3776
|
+
readonly color?: string | undefined;
|
|
3777
|
+
readonly steps?: number | undefined;
|
|
3778
|
+
readonly order?: number | undefined;
|
|
3779
|
+
readonly maxSteps?: number | undefined;
|
|
3780
|
+
readonly permission?: {
|
|
3781
|
+
readonly [x: string]: (("ask" | "allow" | "deny") | {
|
|
3782
|
+
readonly [x: string]: "ask" | "allow" | "deny";
|
|
3783
|
+
}) | undefined;
|
|
3784
|
+
} | undefined;
|
|
3785
|
+
readonly advisor?: string | undefined;
|
|
3786
|
+
readonly advisor_max_uses?: number | undefined;
|
|
3787
|
+
readonly [x: string]: unknown | undefined;
|
|
3788
|
+
} | undefined;
|
|
3789
|
+
readonly scout?: {
|
|
3790
|
+
readonly model?: string | undefined;
|
|
3791
|
+
readonly variant?: string | undefined;
|
|
3792
|
+
readonly temperature?: number | undefined;
|
|
3793
|
+
readonly top_p?: number | undefined;
|
|
3794
|
+
readonly prompt?: string | undefined;
|
|
3795
|
+
readonly tools?: {
|
|
3796
|
+
readonly [x: string]: boolean;
|
|
3797
|
+
} | undefined;
|
|
3798
|
+
readonly disable?: boolean | undefined;
|
|
3799
|
+
readonly description?: string | undefined;
|
|
3800
|
+
readonly mode?: "subagent" | "primary" | "all" | undefined;
|
|
3801
|
+
readonly hidden?: boolean | undefined;
|
|
3802
|
+
readonly options?: {
|
|
3803
|
+
readonly [x: string]: unknown;
|
|
3804
|
+
} | undefined;
|
|
3805
|
+
readonly color?: string | undefined;
|
|
3806
|
+
readonly steps?: number | undefined;
|
|
3807
|
+
readonly order?: number | undefined;
|
|
3808
|
+
readonly maxSteps?: number | undefined;
|
|
3809
|
+
readonly permission?: {
|
|
3810
|
+
readonly [x: string]: (("ask" | "allow" | "deny") | {
|
|
3811
|
+
readonly [x: string]: "ask" | "allow" | "deny";
|
|
3812
|
+
}) | undefined;
|
|
3813
|
+
} | undefined;
|
|
3814
|
+
readonly advisor?: string | undefined;
|
|
3815
|
+
readonly advisor_max_uses?: number | undefined;
|
|
3816
|
+
readonly [x: string]: unknown | undefined;
|
|
3817
|
+
} | undefined;
|
|
3818
|
+
readonly title?: {
|
|
3819
|
+
readonly model?: string | undefined;
|
|
3820
|
+
readonly variant?: string | undefined;
|
|
3821
|
+
readonly temperature?: number | undefined;
|
|
3822
|
+
readonly top_p?: number | undefined;
|
|
3823
|
+
readonly prompt?: string | undefined;
|
|
3824
|
+
readonly tools?: {
|
|
3825
|
+
readonly [x: string]: boolean;
|
|
3826
|
+
} | undefined;
|
|
3827
|
+
readonly disable?: boolean | undefined;
|
|
3828
|
+
readonly description?: string | undefined;
|
|
3829
|
+
readonly mode?: "subagent" | "primary" | "all" | undefined;
|
|
3830
|
+
readonly hidden?: boolean | undefined;
|
|
3831
|
+
readonly options?: {
|
|
3832
|
+
readonly [x: string]: unknown;
|
|
3833
|
+
} | undefined;
|
|
3834
|
+
readonly color?: string | undefined;
|
|
3835
|
+
readonly steps?: number | undefined;
|
|
3836
|
+
readonly order?: number | undefined;
|
|
3837
|
+
readonly maxSteps?: number | undefined;
|
|
3838
|
+
readonly permission?: {
|
|
3839
|
+
readonly [x: string]: (("ask" | "allow" | "deny") | {
|
|
3840
|
+
readonly [x: string]: "ask" | "allow" | "deny";
|
|
3841
|
+
}) | undefined;
|
|
3842
|
+
} | undefined;
|
|
3843
|
+
readonly advisor?: string | undefined;
|
|
3844
|
+
readonly advisor_max_uses?: number | undefined;
|
|
3845
|
+
readonly [x: string]: unknown | undefined;
|
|
3846
|
+
} | undefined;
|
|
3847
|
+
readonly summary?: {
|
|
3848
|
+
readonly model?: string | undefined;
|
|
3849
|
+
readonly variant?: string | undefined;
|
|
3850
|
+
readonly temperature?: number | undefined;
|
|
3851
|
+
readonly top_p?: number | undefined;
|
|
3852
|
+
readonly prompt?: string | undefined;
|
|
3853
|
+
readonly tools?: {
|
|
3854
|
+
readonly [x: string]: boolean;
|
|
3855
|
+
} | undefined;
|
|
3856
|
+
readonly disable?: boolean | undefined;
|
|
3857
|
+
readonly description?: string | undefined;
|
|
3858
|
+
readonly mode?: "subagent" | "primary" | "all" | undefined;
|
|
3859
|
+
readonly hidden?: boolean | undefined;
|
|
3860
|
+
readonly options?: {
|
|
3861
|
+
readonly [x: string]: unknown;
|
|
3862
|
+
} | undefined;
|
|
3863
|
+
readonly color?: string | undefined;
|
|
3864
|
+
readonly steps?: number | undefined;
|
|
3865
|
+
readonly order?: number | undefined;
|
|
3866
|
+
readonly maxSteps?: number | undefined;
|
|
3867
|
+
readonly permission?: {
|
|
3868
|
+
readonly [x: string]: (("ask" | "allow" | "deny") | {
|
|
3869
|
+
readonly [x: string]: "ask" | "allow" | "deny";
|
|
3870
|
+
}) | undefined;
|
|
3871
|
+
} | undefined;
|
|
3872
|
+
readonly advisor?: string | undefined;
|
|
3873
|
+
readonly advisor_max_uses?: number | undefined;
|
|
3874
|
+
readonly [x: string]: unknown | undefined;
|
|
3875
|
+
} | undefined;
|
|
3876
|
+
readonly compaction?: {
|
|
3877
|
+
readonly model?: string | undefined;
|
|
3878
|
+
readonly variant?: string | undefined;
|
|
3879
|
+
readonly temperature?: number | undefined;
|
|
3880
|
+
readonly top_p?: number | undefined;
|
|
3881
|
+
readonly prompt?: string | undefined;
|
|
3882
|
+
readonly tools?: {
|
|
3883
|
+
readonly [x: string]: boolean;
|
|
3884
|
+
} | undefined;
|
|
3885
|
+
readonly disable?: boolean | undefined;
|
|
3886
|
+
readonly description?: string | undefined;
|
|
3887
|
+
readonly mode?: "subagent" | "primary" | "all" | undefined;
|
|
3888
|
+
readonly hidden?: boolean | undefined;
|
|
3889
|
+
readonly options?: {
|
|
3890
|
+
readonly [x: string]: unknown;
|
|
3891
|
+
} | undefined;
|
|
3892
|
+
readonly color?: string | undefined;
|
|
3893
|
+
readonly steps?: number | undefined;
|
|
3894
|
+
readonly order?: number | undefined;
|
|
3895
|
+
readonly maxSteps?: number | undefined;
|
|
3896
|
+
readonly permission?: {
|
|
3897
|
+
readonly [x: string]: (("ask" | "allow" | "deny") | {
|
|
3898
|
+
readonly [x: string]: "ask" | "allow" | "deny";
|
|
3899
|
+
}) | undefined;
|
|
3900
|
+
} | undefined;
|
|
3901
|
+
readonly advisor?: string | undefined;
|
|
3902
|
+
readonly advisor_max_uses?: number | undefined;
|
|
3903
|
+
readonly [x: string]: unknown | undefined;
|
|
3904
|
+
} | undefined;
|
|
3905
|
+
readonly [x: string]: {
|
|
3906
|
+
readonly model?: string | undefined;
|
|
3907
|
+
readonly variant?: string | undefined;
|
|
3908
|
+
readonly temperature?: number | undefined;
|
|
3909
|
+
readonly top_p?: number | undefined;
|
|
3910
|
+
readonly prompt?: string | undefined;
|
|
3911
|
+
readonly tools?: {
|
|
3912
|
+
readonly [x: string]: boolean;
|
|
3913
|
+
} | undefined;
|
|
3914
|
+
readonly disable?: boolean | undefined;
|
|
3915
|
+
readonly description?: string | undefined;
|
|
3916
|
+
readonly mode?: "subagent" | "primary" | "all" | undefined;
|
|
3917
|
+
readonly hidden?: boolean | undefined;
|
|
3918
|
+
readonly options?: {
|
|
3919
|
+
readonly [x: string]: unknown;
|
|
3920
|
+
} | undefined;
|
|
3921
|
+
readonly color?: string | undefined;
|
|
3922
|
+
readonly steps?: number | undefined;
|
|
3923
|
+
readonly order?: number | undefined;
|
|
3924
|
+
readonly maxSteps?: number | undefined;
|
|
3925
|
+
readonly permission?: {
|
|
3926
|
+
readonly [x: string]: (("ask" | "allow" | "deny") | {
|
|
3927
|
+
readonly [x: string]: "ask" | "allow" | "deny";
|
|
3928
|
+
}) | undefined;
|
|
3929
|
+
} | undefined;
|
|
3930
|
+
readonly advisor?: string | undefined;
|
|
3931
|
+
readonly advisor_max_uses?: number | undefined;
|
|
3932
|
+
readonly [x: string]: unknown | undefined;
|
|
3933
|
+
} | undefined;
|
|
3934
|
+
} | undefined;
|
|
3935
|
+
readonly provider?: {
|
|
3936
|
+
readonly [x: string]: {
|
|
3937
|
+
readonly api?: string | undefined;
|
|
3938
|
+
readonly name?: string | undefined;
|
|
3939
|
+
readonly env?: ReadonlyArray<string> | undefined;
|
|
3940
|
+
readonly id?: string | undefined;
|
|
3941
|
+
readonly npm?: string | undefined;
|
|
3942
|
+
readonly models?: {
|
|
3943
|
+
readonly [x: string]: {
|
|
3944
|
+
readonly id?: string | undefined;
|
|
3945
|
+
readonly name?: string | undefined;
|
|
3946
|
+
readonly family?: string | undefined;
|
|
3947
|
+
readonly release_date?: string | undefined;
|
|
3948
|
+
readonly attachment?: boolean | undefined;
|
|
3949
|
+
readonly reasoning?: boolean | undefined;
|
|
3950
|
+
readonly temperature?: boolean | undefined;
|
|
3951
|
+
readonly tool_call?: boolean | undefined;
|
|
3952
|
+
readonly interleaved?: true | {
|
|
3953
|
+
readonly field: "reasoning_content" | "reasoning_details";
|
|
3954
|
+
} | undefined;
|
|
3955
|
+
readonly cost?: {
|
|
3956
|
+
readonly input: number;
|
|
3957
|
+
readonly output: number;
|
|
3958
|
+
readonly cache_read?: number | undefined;
|
|
3959
|
+
readonly cache_write?: number | undefined;
|
|
3960
|
+
readonly context_over_200k?: {
|
|
3961
|
+
readonly input: number;
|
|
3962
|
+
readonly output: number;
|
|
3963
|
+
readonly cache_read?: number | undefined;
|
|
3964
|
+
readonly cache_write?: number | undefined;
|
|
3965
|
+
} | undefined;
|
|
3966
|
+
} | undefined;
|
|
3967
|
+
readonly limit?: {
|
|
3968
|
+
readonly context: number;
|
|
3969
|
+
readonly input?: number | undefined;
|
|
3970
|
+
readonly output: number;
|
|
3971
|
+
} | undefined;
|
|
3972
|
+
readonly modalities?: {
|
|
3973
|
+
readonly input: ReadonlyArray<"text" | "audio" | "image" | "video" | "pdf">;
|
|
3974
|
+
readonly output: ReadonlyArray<"text" | "audio" | "image" | "video" | "pdf">;
|
|
3975
|
+
} | undefined;
|
|
3976
|
+
readonly experimental?: boolean | undefined;
|
|
3977
|
+
readonly status?: "alpha" | "beta" | "deprecated" | undefined;
|
|
3978
|
+
readonly options?: {
|
|
3979
|
+
readonly [x: string]: unknown;
|
|
3980
|
+
} | undefined;
|
|
3981
|
+
readonly headers?: {
|
|
3982
|
+
readonly [x: string]: string;
|
|
3983
|
+
} | undefined;
|
|
3984
|
+
readonly provider?: {
|
|
3985
|
+
readonly npm: string;
|
|
3986
|
+
readonly api: string;
|
|
3987
|
+
} | undefined;
|
|
3988
|
+
readonly reasoning_options?: ReadonlyArray<{
|
|
3989
|
+
readonly type: "effort";
|
|
3990
|
+
readonly values: ReadonlyArray<string | null>;
|
|
3991
|
+
} | {
|
|
3992
|
+
readonly type: "toggle";
|
|
3993
|
+
} | {
|
|
3994
|
+
readonly type: "budget_tokens";
|
|
3995
|
+
readonly min?: number | undefined;
|
|
3996
|
+
readonly max?: number | undefined;
|
|
3997
|
+
}> | undefined;
|
|
3998
|
+
readonly variants?: {
|
|
3999
|
+
readonly [x: string]: {
|
|
4000
|
+
readonly disabled?: boolean | undefined;
|
|
4001
|
+
readonly [x: string]: unknown | undefined;
|
|
4002
|
+
};
|
|
4003
|
+
} | undefined;
|
|
4004
|
+
readonly disabled?: boolean | undefined;
|
|
4005
|
+
};
|
|
4006
|
+
} | undefined;
|
|
4007
|
+
readonly auth_provider?: string | undefined;
|
|
4008
|
+
readonly whitelist?: ReadonlyArray<string> | undefined;
|
|
4009
|
+
readonly blacklist?: ReadonlyArray<string> | undefined;
|
|
4010
|
+
readonly options?: {
|
|
4011
|
+
readonly apiKey?: string | undefined;
|
|
4012
|
+
readonly baseURL?: string | undefined;
|
|
4013
|
+
readonly enterpriseUrl?: string | undefined;
|
|
4014
|
+
readonly setCacheKey?: boolean | undefined;
|
|
4015
|
+
readonly timeout?: number | false | undefined;
|
|
4016
|
+
readonly headerTimeout?: number | false | undefined;
|
|
4017
|
+
readonly chunkTimeout?: number | undefined;
|
|
4018
|
+
readonly [x: string]: unknown | undefined;
|
|
4019
|
+
} | undefined;
|
|
4020
|
+
};
|
|
4021
|
+
} | undefined;
|
|
4022
|
+
readonly mcp?: {
|
|
4023
|
+
readonly [x: string]: {
|
|
4024
|
+
readonly type: "local";
|
|
4025
|
+
readonly command: ReadonlyArray<string>;
|
|
4026
|
+
readonly environment?: {
|
|
4027
|
+
readonly [x: string]: string;
|
|
4028
|
+
} | undefined;
|
|
4029
|
+
readonly enabled?: boolean | undefined;
|
|
4030
|
+
readonly timeout?: number | undefined;
|
|
4031
|
+
} | {
|
|
4032
|
+
readonly type: "remote";
|
|
4033
|
+
readonly url: string;
|
|
4034
|
+
readonly enabled?: boolean | undefined;
|
|
4035
|
+
readonly headers?: {
|
|
4036
|
+
readonly [x: string]: string;
|
|
4037
|
+
} | undefined;
|
|
4038
|
+
readonly oauth?: {
|
|
4039
|
+
readonly clientId?: string | undefined;
|
|
4040
|
+
readonly clientSecret?: string | undefined;
|
|
4041
|
+
readonly scope?: string | undefined;
|
|
4042
|
+
} | false | undefined;
|
|
4043
|
+
readonly timeout?: number | undefined;
|
|
4044
|
+
} | {
|
|
4045
|
+
readonly enabled: boolean;
|
|
4046
|
+
};
|
|
4047
|
+
} | undefined;
|
|
4048
|
+
readonly connectors?: {
|
|
4049
|
+
readonly [x: string]: {
|
|
4050
|
+
readonly type: "figma";
|
|
4051
|
+
readonly token?: string | undefined;
|
|
4052
|
+
readonly enabled?: boolean | undefined;
|
|
4053
|
+
} | {
|
|
4054
|
+
readonly type: "slack";
|
|
4055
|
+
readonly botToken?: string | undefined;
|
|
4056
|
+
readonly teamId?: string | undefined;
|
|
4057
|
+
readonly enabled?: boolean | undefined;
|
|
4058
|
+
} | {
|
|
4059
|
+
readonly type: "github";
|
|
4060
|
+
readonly token?: string | undefined;
|
|
4061
|
+
readonly oauthClientId?: string | undefined;
|
|
4062
|
+
readonly clientId?: string | undefined;
|
|
4063
|
+
readonly enabled?: boolean | undefined;
|
|
4064
|
+
} | {
|
|
4065
|
+
readonly type: "lovable";
|
|
4066
|
+
readonly token?: string | undefined;
|
|
4067
|
+
readonly apiKey?: string | undefined;
|
|
4068
|
+
readonly enabled?: boolean | undefined;
|
|
4069
|
+
} | {
|
|
4070
|
+
readonly type: "discord";
|
|
4071
|
+
readonly botToken?: string | undefined;
|
|
4072
|
+
readonly enabled?: boolean | undefined;
|
|
4073
|
+
} | {
|
|
4074
|
+
readonly type: "teams";
|
|
4075
|
+
readonly botToken?: string | undefined;
|
|
4076
|
+
readonly enabled?: boolean | undefined;
|
|
4077
|
+
} | {
|
|
4078
|
+
readonly type: "gchat";
|
|
4079
|
+
readonly botToken?: string | undefined;
|
|
4080
|
+
readonly enabled?: boolean | undefined;
|
|
4081
|
+
} | {
|
|
4082
|
+
readonly type: "linear";
|
|
4083
|
+
readonly botToken?: string | undefined;
|
|
4084
|
+
readonly enabled?: boolean | undefined;
|
|
4085
|
+
} | {
|
|
4086
|
+
readonly enabled: boolean;
|
|
4087
|
+
};
|
|
4088
|
+
} | undefined;
|
|
4089
|
+
readonly formatter?: false | true | {
|
|
4090
|
+
readonly [x: string]: {
|
|
4091
|
+
readonly disabled?: boolean | undefined;
|
|
4092
|
+
readonly command?: ReadonlyArray<string> | undefined;
|
|
4093
|
+
readonly environment?: {
|
|
4094
|
+
readonly [x: string]: string;
|
|
4095
|
+
} | undefined;
|
|
4096
|
+
readonly extensions?: ReadonlyArray<string> | undefined;
|
|
4097
|
+
};
|
|
4098
|
+
} | undefined;
|
|
4099
|
+
readonly websearch?: {
|
|
4100
|
+
readonly provider?: "exa" | "parallel" | "mcp" | undefined;
|
|
4101
|
+
readonly apiKey?: string | undefined;
|
|
4102
|
+
readonly url?: string | undefined;
|
|
4103
|
+
readonly tool?: string | undefined;
|
|
4104
|
+
} | undefined;
|
|
4105
|
+
readonly lsp?: false | {
|
|
4106
|
+
readonly [x: string]: {
|
|
4107
|
+
readonly disabled: true;
|
|
4108
|
+
} | {
|
|
4109
|
+
readonly command: ReadonlyArray<string>;
|
|
4110
|
+
readonly extensions?: ReadonlyArray<string> | undefined;
|
|
4111
|
+
readonly disabled?: boolean | undefined;
|
|
4112
|
+
readonly env?: {
|
|
4113
|
+
readonly [x: string]: string;
|
|
4114
|
+
} | undefined;
|
|
4115
|
+
readonly initialization?: {
|
|
4116
|
+
readonly [x: string]: unknown;
|
|
4117
|
+
} | undefined;
|
|
4118
|
+
readonly min_severity?: number | undefined;
|
|
4119
|
+
};
|
|
4120
|
+
} | undefined;
|
|
4121
|
+
readonly instructions?: ReadonlyArray<string> | undefined;
|
|
4122
|
+
readonly layout?: ("auto" | "stretch") | undefined;
|
|
4123
|
+
readonly permission?: {
|
|
4124
|
+
readonly [x: string]: (("ask" | "allow" | "deny") | {
|
|
4125
|
+
readonly [x: string]: "ask" | "allow" | "deny";
|
|
4126
|
+
}) | undefined;
|
|
4127
|
+
} | undefined;
|
|
4128
|
+
readonly tools?: {
|
|
4129
|
+
readonly [x: string]: boolean;
|
|
4130
|
+
} | undefined;
|
|
4131
|
+
readonly tool?: {
|
|
4132
|
+
readonly allow?: ReadonlyArray<string> | undefined;
|
|
4133
|
+
readonly pin?: {
|
|
4134
|
+
readonly [x: string]: string;
|
|
4135
|
+
} | undefined;
|
|
4136
|
+
} | undefined;
|
|
4137
|
+
readonly enterprise?: {
|
|
4138
|
+
readonly url?: string | undefined;
|
|
4139
|
+
} | undefined;
|
|
4140
|
+
readonly compaction?: {
|
|
4141
|
+
readonly auto?: boolean | undefined;
|
|
4142
|
+
readonly prune?: boolean | undefined;
|
|
4143
|
+
readonly reserved?: number | undefined;
|
|
4144
|
+
} | undefined;
|
|
4145
|
+
readonly experimental?: {
|
|
4146
|
+
readonly hook?: {
|
|
4147
|
+
readonly file_edited?: {
|
|
4148
|
+
readonly [x: string]: ReadonlyArray<{
|
|
4149
|
+
readonly command: ReadonlyArray<string>;
|
|
4150
|
+
readonly environment?: {
|
|
4151
|
+
readonly [x: string]: string;
|
|
4152
|
+
} | undefined;
|
|
4153
|
+
}>;
|
|
4154
|
+
} | undefined;
|
|
4155
|
+
readonly session_completed?: ReadonlyArray<{
|
|
4156
|
+
readonly command: ReadonlyArray<string>;
|
|
4157
|
+
readonly environment?: {
|
|
4158
|
+
readonly [x: string]: string;
|
|
4159
|
+
} | undefined;
|
|
4160
|
+
}> | undefined;
|
|
4161
|
+
} | undefined;
|
|
4162
|
+
readonly queued_message_wrap?: {
|
|
4163
|
+
readonly header: string;
|
|
4164
|
+
readonly footer: string;
|
|
4165
|
+
} | "default" | boolean | null | undefined;
|
|
4166
|
+
readonly chatMaxRetries?: number | undefined;
|
|
4167
|
+
readonly disable_paste_summary?: boolean | undefined;
|
|
4168
|
+
readonly batch_tool?: boolean | undefined;
|
|
4169
|
+
readonly openTelemetry?: boolean | undefined;
|
|
4170
|
+
readonly primary_tools?: ReadonlyArray<string> | undefined;
|
|
4171
|
+
readonly continue_loop_on_deny?: boolean | undefined;
|
|
4172
|
+
readonly brain?: boolean | undefined;
|
|
4173
|
+
readonly brainMinHours?: number | undefined;
|
|
4174
|
+
readonly brainMinSessions?: number | undefined;
|
|
4175
|
+
readonly brainModel?: string | undefined;
|
|
4176
|
+
readonly memory?: boolean | undefined;
|
|
4177
|
+
readonly mcp_timeout?: number | undefined;
|
|
4178
|
+
readonly tool_timeout?: number | false | undefined;
|
|
4179
|
+
readonly task_timeout?: number | false | undefined;
|
|
4180
|
+
readonly nativeLlm?: boolean | undefined;
|
|
4181
|
+
readonly tui?: {
|
|
4182
|
+
readonly cacheEviction?: boolean | undefined;
|
|
4183
|
+
readonly messageVirtualization?: boolean | undefined;
|
|
4184
|
+
readonly explorationGrouping?: boolean | undefined;
|
|
4185
|
+
} | undefined;
|
|
4186
|
+
readonly requests?: {
|
|
4187
|
+
readonly latestOnlyLspRefresh?: boolean | undefined;
|
|
4188
|
+
} | undefined;
|
|
4189
|
+
readonly events?: {
|
|
4190
|
+
readonly schemaEncoding?: boolean | undefined;
|
|
4191
|
+
} | undefined;
|
|
4192
|
+
} | undefined;
|
|
4193
|
+
readonly rag?: {
|
|
4194
|
+
readonly model?: string | undefined;
|
|
4195
|
+
readonly provider?: string | undefined;
|
|
4196
|
+
} | undefined;
|
|
4197
|
+
readonly image?: {
|
|
4198
|
+
readonly model?: string | undefined;
|
|
4199
|
+
readonly provider?: string | undefined;
|
|
4200
|
+
} | undefined;
|
|
4201
|
+
readonly browser?: unknown | undefined;
|
|
4202
|
+
readonly computer?: {
|
|
4203
|
+
readonly mode?: "sandbox" | "host" | undefined;
|
|
4204
|
+
readonly width?: number | undefined;
|
|
4205
|
+
readonly height?: number | undefined;
|
|
4206
|
+
} | undefined;
|
|
4207
|
+
readonly attachment?: {
|
|
4208
|
+
readonly image?: {
|
|
4209
|
+
readonly auto_resize?: boolean | undefined;
|
|
4210
|
+
readonly max_width?: number | undefined;
|
|
4211
|
+
readonly max_height?: number | undefined;
|
|
4212
|
+
readonly max_base64_bytes?: number | undefined;
|
|
4213
|
+
} | undefined;
|
|
4214
|
+
} | undefined;
|
|
4215
|
+
readonly speak?: {
|
|
4216
|
+
readonly provider?: string | undefined;
|
|
4217
|
+
readonly model?: string | undefined;
|
|
4218
|
+
readonly modelId?: string | undefined;
|
|
4219
|
+
readonly outputFormat?: string | undefined;
|
|
4220
|
+
} | undefined;
|
|
4221
|
+
readonly notifications?: {
|
|
4222
|
+
readonly todo?: {
|
|
4223
|
+
readonly enabled?: boolean | undefined;
|
|
4224
|
+
readonly macos?: boolean | undefined;
|
|
4225
|
+
readonly slack?: {
|
|
4226
|
+
readonly enabled?: boolean | undefined;
|
|
4227
|
+
readonly connector?: string | undefined;
|
|
4228
|
+
readonly channel?: string | undefined;
|
|
4229
|
+
} | undefined;
|
|
4230
|
+
readonly discord?: {
|
|
4231
|
+
readonly enabled?: boolean | undefined;
|
|
4232
|
+
readonly webhook?: string | undefined;
|
|
4233
|
+
} | undefined;
|
|
4234
|
+
} | undefined;
|
|
4235
|
+
readonly icon?: {
|
|
4236
|
+
readonly url?: string | undefined;
|
|
4237
|
+
readonly alt?: string | undefined;
|
|
4238
|
+
} | undefined;
|
|
4239
|
+
readonly notify?: {
|
|
4240
|
+
readonly enabled?: boolean | undefined;
|
|
4241
|
+
readonly macos?: boolean | undefined;
|
|
4242
|
+
readonly slack?: {
|
|
4243
|
+
readonly enabled?: boolean | undefined;
|
|
4244
|
+
readonly connector?: string | undefined;
|
|
4245
|
+
readonly channel?: string | undefined;
|
|
4246
|
+
} | undefined;
|
|
4247
|
+
readonly discord?: {
|
|
4248
|
+
readonly enabled?: boolean | undefined;
|
|
4249
|
+
readonly webhook?: string | undefined;
|
|
4250
|
+
} | undefined;
|
|
4251
|
+
readonly events?: {
|
|
4252
|
+
readonly sessionIdle?: boolean | undefined;
|
|
4253
|
+
readonly sessionError?: boolean | undefined;
|
|
4254
|
+
readonly permissionAsked?: boolean | undefined;
|
|
4255
|
+
readonly questionAsked?: boolean | undefined;
|
|
4256
|
+
} | undefined;
|
|
4257
|
+
readonly idleMinMs?: number | undefined;
|
|
4258
|
+
readonly rateLimit?: {
|
|
4259
|
+
readonly windowMs?: number | undefined;
|
|
4260
|
+
readonly maxPerWindow?: number | undefined;
|
|
4261
|
+
} | undefined;
|
|
4262
|
+
readonly retry?: {
|
|
4263
|
+
readonly attempts?: number | undefined;
|
|
4264
|
+
readonly delay?: number | undefined;
|
|
4265
|
+
readonly factor?: number | undefined;
|
|
4266
|
+
readonly maxDelay?: number | undefined;
|
|
4267
|
+
readonly timeoutMs?: number | undefined;
|
|
4268
|
+
} | undefined;
|
|
4269
|
+
readonly breaker?: {
|
|
4270
|
+
readonly failures?: number | undefined;
|
|
4271
|
+
readonly cooldownMs?: number | undefined;
|
|
4272
|
+
} | undefined;
|
|
4273
|
+
readonly quietHours?: {
|
|
4274
|
+
readonly enabled?: boolean | undefined;
|
|
4275
|
+
readonly start?: string | undefined;
|
|
4276
|
+
readonly end?: string | undefined;
|
|
4277
|
+
readonly suppress?: ReadonlyArray<"macos" | "slack" | "discord"> | undefined;
|
|
4278
|
+
} | undefined;
|
|
4279
|
+
} | undefined;
|
|
4280
|
+
} | undefined;
|
|
4281
|
+
readonly mobile?: {
|
|
4282
|
+
readonly tophat?: {
|
|
4283
|
+
readonly enabled?: boolean | undefined;
|
|
4284
|
+
readonly cliPath?: string | undefined;
|
|
4285
|
+
readonly defaultPlatform?: "ios" | "android" | undefined;
|
|
4286
|
+
readonly defaultDestination?: "device" | "simulator" | "emulator" | undefined;
|
|
4287
|
+
readonly autoDetect?: boolean | undefined;
|
|
4288
|
+
} | undefined;
|
|
4289
|
+
} | undefined;
|
|
2737
4290
|
readonly [x: string]: unknown;
|
|
2738
4291
|
};
|
|
2739
4292
|
};
|