opencodekit 0.18.14 → 0.18.16

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.
@@ -1,1933 +1,1648 @@
1
1
  {
2
- "$schema": "https://opencode.ai/config.json",
3
- "agent": {
4
- "build": {
5
- "description": "Primary development agent with full codebase access",
6
- "model": "github-copilot/claude-opus-4.6"
7
- },
8
- "compaction": {
9
- "description": "Session summarizer for context continuity across compactions"
10
- },
11
- "explore": {
12
- "description": "Fast codebase search specialist",
13
- "model": "github-copilot/claude-haiku-4.5"
14
- },
15
- "general": {
16
- "description": "General-purpose subagent for fast, well-defined tasks; delegates complexity quickly",
17
- "model": "github-copilot/gpt-5.3-codex"
18
- },
19
- "painter": {
20
- "description": "Image generation and editing specialist using Gemini 3 Pro Image. Use for creating UI mockups, app icons, hero images, visual assets, and editing/redacting existing images",
21
- "model": "proxypal/gemini-3.1-flash-image"
22
- },
23
- "plan": {
24
- "description": "Primary planning agent for architecture and multi-phase execution",
25
- "model": "github-copilot/gpt-5.4"
26
- },
27
- "review": {
28
- "description": "Code review, debugging, and security audit specialist",
29
- "model": "github-copilot/claude-opus-4.6"
30
- },
31
- "scout": {
32
- "description": "External research specialist for library docs and patterns",
33
- "model": "github-copilot/claude-sonnet-4.6"
34
- },
35
- "vision": {
36
- "description": "Visual content specialist for multimodal analysis and UI/UX guidance",
37
- "model": "github-copilot/gemini-3.1-pro-preview"
38
- }
39
- },
40
- "autoupdate": false,
41
- "formatter": {
42
- "biome": {
43
- "command": [
44
- "npx",
45
- "@biomejs/biome",
46
- "check",
47
- "--write",
48
- "$FILE"
49
- ],
50
- "extensions": [
51
- ".js",
52
- ".jsx",
53
- ".ts",
54
- ".tsx",
55
- ".json",
56
- ".jsonc"
57
- ]
58
- },
59
- "cargo-fmt": {
60
- "command": [
61
- "cargo",
62
- "fmt",
63
- "--",
64
- "$FILE"
65
- ],
66
- "extensions": [
67
- ".rs"
68
- ]
69
- },
70
- "java-formatter": {
71
- "command": [
72
- "google-java-format",
73
- "--replace",
74
- "$FILE"
75
- ],
76
- "environment": {
77
- "JAVA_HOME": "{env:JAVA_HOME}"
78
- },
79
- "extensions": [
80
- ".java"
81
- ]
82
- },
83
- "laravel-pint": {
84
- "command": [
85
- "npx",
86
- "laravel-pint",
87
- "--preset",
88
- "psr12",
89
- "$FILE"
90
- ],
91
- "extensions": [
92
- ".php"
93
- ]
94
- },
95
- "oxfmt": {
96
- "command": [
97
- "npx",
98
- "oxfmt",
99
- "--write",
100
- "$FILE"
101
- ],
102
- "extensions": [
103
- ".js",
104
- ".jsx",
105
- ".ts",
106
- ".tsx",
107
- ".json",
108
- ".jsonc",
109
- ".html",
110
- ".css",
111
- ".scss",
112
- ".sass",
113
- ".md",
114
- ".mdx",
115
- ".yaml",
116
- ".yml"
117
- ]
118
- }
119
- },
120
- "instructions": [
121
- ".opencode/memory/project/user.md",
122
- ".opencode/memory/project/tech-stack.md",
123
- ".opencode/memory/project/project.md",
124
- ".opencode/memory/project/roadmap.md",
125
- ".opencode/memory/project/state.md"
126
- ],
127
- "keybinds": {
128
- "leader": "`",
129
- "session_parent": "<leader>up"
130
- },
131
- "mcp": {
132
- "stitch": {
133
- "enabled": false,
134
- "headers": {
135
- "Authorization": "Bearer {env:STITCH_ACCESS_TOKEN}",
136
- "X-Goog-User-Project": "{env:GOOGLE_CLOUD_PROJECT}"
137
- },
138
- "oauth": false,
139
- "type": "remote",
140
- "url": "https://stitch.googleapis.com/mcp"
141
- },
142
- "tilth": {
143
- "command": [
144
- "npx",
145
- "-y",
146
- "tilth",
147
- "--mcp",
148
- "--edit"
149
- ],
150
- "enabled": true,
151
- "timeout": 60000,
152
- "type": "local"
153
- }
154
- },
155
- "model": "opencode/minimax-m2.5-free",
156
- "permission": {
157
- "bash": {
158
- "*": "allow",
159
- "cat *": "allow",
160
- "git branch *": "allow",
161
- "git checkout *": "ask",
162
- "git clean *": "ask",
163
- "git commit *": "ask",
164
- "git diff *": "allow",
165
- "git log *": "allow",
166
- "git merge *": "ask",
167
- "git push *": "ask",
168
- "git rebase *": "ask",
169
- "git reset *": "ask",
170
- "git status *": "allow",
171
- "ls *": "allow",
172
- "npm *": "allow",
173
- "npm publish *": "ask",
174
- "npm run db:push*": "ask",
175
- "npm run db:reset*": "deny",
176
- "npx *": "allow",
177
- "rm *": "deny",
178
- "rm -rf *": "deny",
179
- "sudo *": "deny"
180
- },
181
- "doom_loop": "ask",
182
- "edit": "allow",
183
- "external_directory": "ask",
184
- "question": "allow",
185
- "read": {
186
- "*": "allow",
187
- "*.env": "deny",
188
- "*.env.*": "deny",
189
- "*.env.example": "allow",
190
- "*.key": "deny",
191
- "*.pem": "deny",
192
- "*credentials*": "deny",
193
- "*password*": "deny",
194
- "*secret*": "deny",
195
- "*token*": "deny"
196
- }
197
- },
198
- "plugin": [
199
- "@tarquinen/opencode-dcp@latest",
200
- "@franlol/opencode-md-table-formatter@0.0.3",
201
- "openslimedit@latest"
202
- ],
203
- "provider": {
204
- "github-copilot": {
205
- "models": {
206
- "claude-haiku-4.5": {
207
- "attachment": true,
208
- "limit": {
209
- "context": 200000,
210
- "output": 64000
211
- },
212
- "options": {
213
- "thinking_budget": 10000,
214
- "type": "enabled"
215
- },
216
- "reasoning": true,
217
- "temperature": true,
218
- "tool_call": true,
219
- "variants": {
220
- "high": {
221
- "options": {
222
- "thinking_budget": 8000,
223
- "type": "enabled"
224
- }
225
- },
226
- "max": {
227
- "options": {
228
- "thinking_budget": 16000,
229
- "type": "enabled"
230
- }
231
- }
232
- }
233
- },
234
- "claude-opus-4.5": {
235
- "attachment": true,
236
- "limit": {
237
- "context": 128000,
238
- "output": 64000
239
- },
240
- "options": {
241
- "thinking_budget": 10000
242
- },
243
- "reasoning": true,
244
- "temperature": true,
245
- "tool_call": true,
246
- "variants": {
247
- "high": {
248
- "options": {
249
- "thinking_budget": 8000
250
- }
251
- },
252
- "max": {
253
- "options": {
254
- "thinking_budget": 16000
255
- }
256
- }
257
- }
258
- },
259
- "claude-opus-4.6": {
260
- "attachment": true,
261
- "limit": {
262
- "context": 128000,
263
- "output": 64000
264
- },
265
- "options": {
266
- "thinking": {
267
- "budget_tokens": 16000,
268
- "type": "enabled"
269
- }
270
- },
271
- "reasoning": true,
272
- "temperature": true,
273
- "tool_call": true,
274
- "variants": {
275
- "adaptive": {
276
- "options": {
277
- "max_tokens": 16000,
278
- "output_config": {
279
- "effort": "max"
280
- },
281
- "thinking": {
282
- "type": "adaptive"
283
- }
284
- }
285
- },
286
- "high": {
287
- "options": {
288
- "thinking": {
289
- "budget_tokens": 24000,
290
- "type": "enabled"
291
- }
292
- }
293
- },
294
- "max": {
295
- "options": {
296
- "thinking": {
297
- "budget_tokens": 32000,
298
- "type": "enabled"
299
- }
300
- }
301
- }
302
- }
303
- },
304
- "claude-sonnet-4": {
305
- "attachment": true,
306
- "limit": {
307
- "context": 200000,
308
- "output": 64000
309
- },
310
- "options": {
311
- "thinking_budget": 10000
312
- },
313
- "reasoning": true,
314
- "temperature": true,
315
- "tool_call": true
316
- },
317
- "claude-sonnet-4.5": {
318
- "attachment": true,
319
- "limit": {
320
- "context": 128000,
321
- "output": 64000
322
- },
323
- "options": {
324
- "thinking_budget": 10000
325
- },
326
- "reasoning": true,
327
- "temperature": true,
328
- "tool_call": true,
329
- "variants": {
330
- "high": {
331
- "options": {
332
- "thinking_budget": 8000
333
- }
334
- },
335
- "max": {
336
- "options": {
337
- "thinking_budget": 16000
338
- }
339
- }
340
- }
341
- },
342
- "claude-sonnet-4.6": {
343
- "attachment": true,
344
- "limit": {
345
- "context": 128000,
346
- "output": 64000
347
- },
348
- "options": {
349
- "thinking": {
350
- "budget_tokens": 16000,
351
- "type": "enabled"
352
- }
353
- },
354
- "reasoning": true,
355
- "temperature": true,
356
- "tool_call": true,
357
- "variants": {
358
- "adaptive": {
359
- "options": {
360
- "max_tokens": 16000,
361
- "output_config": {
362
- "effort": "max"
363
- },
364
- "thinking": {
365
- "type": "adaptive"
366
- }
367
- }
368
- },
369
- "high": {
370
- "options": {
371
- "thinking": {
372
- "budget_tokens": 16000,
373
- "type": "enabled"
374
- }
375
- }
376
- },
377
- "max": {
378
- "options": {
379
- "thinking": {
380
- "budget_tokens": 32000,
381
- "type": "enabled"
382
- }
383
- }
384
- }
385
- }
386
- },
387
- "gemini-2.5-pro": {
388
- "attachment": true,
389
- "limit": {
390
- "context": 173000,
391
- "output": 64000
392
- },
393
- "reasoning": true,
394
- "temperature": true,
395
- "tool_call": true
396
- },
397
- "gemini-3-flash-preview": {
398
- "attachment": true,
399
- "limit": {
400
- "context": 173000,
401
- "output": 64000
402
- },
403
- "reasoning": true,
404
- "temperature": true,
405
- "tool_call": true
406
- },
407
- "gemini-3-pro-preview": {
408
- "attachment": true,
409
- "limit": {
410
- "context": 173000,
411
- "output": 64000
412
- },
413
- "reasoning": true,
414
- "temperature": true,
415
- "tool_call": true
416
- },
417
- "gemini-3.1-pro-preview": {
418
- "attachment": true,
419
- "limit": {
420
- "context": 173000,
421
- "output": 64000
422
- },
423
- "reasoning": true,
424
- "temperature": true,
425
- "tool_call": true
426
- },
427
- "gpt-5.1": {
428
- "attachment": true,
429
- "limit": {
430
- "context": 192000,
431
- "output": 128000
432
- },
433
- "options": {
434
- "reasoningEffort": "medium",
435
- "reasoningSummary": "auto"
436
- },
437
- "reasoning": true,
438
- "temperature": true,
439
- "tool_call": true
440
- },
441
- "gpt-5.1-codex": {
442
- "attachment": true,
443
- "limit": {
444
- "context": 256000,
445
- "output": 128000
446
- },
447
- "options": {
448
- "reasoningEffort": "medium",
449
- "reasoningSummary": "auto"
450
- },
451
- "reasoning": true,
452
- "temperature": true,
453
- "tool_call": true
454
- },
455
- "gpt-5.1-codex-max": {
456
- "attachment": true,
457
- "limit": {
458
- "context": 256000,
459
- "output": 128000
460
- },
461
- "options": {
462
- "reasoningEffort": "medium",
463
- "reasoningSummary": "auto"
464
- },
465
- "reasoning": true,
466
- "temperature": true,
467
- "tool_call": true
468
- },
469
- "gpt-5.1-codex-mini": {
470
- "attachment": true,
471
- "limit": {
472
- "context": 256000,
473
- "output": 128000
474
- },
475
- "options": {
476
- "reasoningEffort": "medium",
477
- "reasoningSummary": "auto"
478
- },
479
- "reasoning": true,
480
- "temperature": true,
481
- "tool_call": true
482
- },
483
- "gpt-5.2": {
484
- "attachment": true,
485
- "limit": {
486
- "context": 192000,
487
- "output": 128000
488
- },
489
- "options": {
490
- "reasoningEffort": "medium",
491
- "reasoningSummary": "auto",
492
- "textVerbosity": "medium"
493
- },
494
- "reasoning": true,
495
- "temperature": true,
496
- "tool_call": true,
497
- "variants": {
498
- "high": {
499
- "include": [
500
- "reasoning.encrypted_content"
501
- ],
502
- "reasoningEffort": "high",
503
- "reasoningSummary": "auto"
504
- },
505
- "low": {
506
- "reasoningEffort": "low",
507
- "reasoningSummary": "auto"
508
- },
509
- "medium": {
510
- "reasoningEffort": "medium",
511
- "reasoningSummary": "auto"
512
- }
513
- }
514
- },
515
- "gpt-5.2-codex": {
516
- "attachment": true,
517
- "limit": {
518
- "context": 400000,
519
- "output": 128000
520
- },
521
- "options": {
522
- "reasoningEffort": "medium",
523
- "reasoningSummary": "auto",
524
- "textVerbosity": "medium"
525
- },
526
- "reasoning": true,
527
- "temperature": true,
528
- "tool_call": true,
529
- "variants": {
530
- "fast": {
531
- "disabled": true
532
- },
533
- "high": {
534
- "include": [
535
- "reasoning.encrypted_content"
536
- ],
537
- "reasoningEffort": "high",
538
- "reasoningSummary": "auto",
539
- "textVerbosity": "medium"
540
- },
541
- "low": {
542
- "reasoningEffort": "low",
543
- "reasoningSummary": "auto"
544
- },
545
- "medium": {
546
- "reasoningEffort": "medium",
547
- "reasoningSummary": "auto",
548
- "textVerbosity": "medium"
549
- }
550
- }
551
- },
552
- "gpt-5.3-codex": {
553
- "attachment": true,
554
- "limit": {
555
- "context": 400000,
556
- "output": 128000
557
- },
558
- "name": "Gpt 5 3 Codex",
559
- "options": {
560
- "reasoningEffort": "medium",
561
- "reasoningSummary": "auto",
562
- "textVerbosity": "medium"
563
- },
564
- "reasoning": true,
565
- "temperature": true,
566
- "tool_call": true,
567
- "variants": {
568
- "fast": {
569
- "disabled": true
570
- },
571
- "high": {
572
- "include": [
573
- "reasoning.encrypted_content"
574
- ],
575
- "reasoningEffort": "high",
576
- "reasoningSummary": "auto",
577
- "textVerbosity": "medium"
578
- },
579
- "low": {
580
- "reasoningEffort": "low",
581
- "reasoningSummary": "auto"
582
- },
583
- "medium": {
584
- "reasoningEffort": "medium",
585
- "reasoningSummary": "auto",
586
- "textVerbosity": "medium"
587
- }
588
- }
589
- },
590
- "gpt-5.4": {
591
- "attachment": true,
592
- "limit": {
593
- "context": 400000,
594
- "output": 128000
595
- },
596
- "modalities": {
597
- "input": [
598
- "text",
599
- "image"
600
- ],
601
- "output": [
602
- "text"
603
- ]
604
- },
605
- "options": {
606
- "reasoningEffort": "medium",
607
- "reasoningSummary": "auto",
608
- "textVerbosity": "medium"
609
- },
610
- "reasoning": true,
611
- "temperature": true,
612
- "tool_call": true,
613
- "variants": {
614
- "high": {
615
- "include": [
616
- "reasoning.encrypted_content"
617
- ],
618
- "reasoningEffort": "high",
619
- "reasoningSummary": "auto"
620
- },
621
- "low": {
622
- "reasoningEffort": "low",
623
- "reasoningSummary": "auto"
624
- },
625
- "medium": {
626
- "reasoningEffort": "medium",
627
- "reasoningSummary": "auto"
628
- }
629
- }
630
- },
631
- "grok-code-fast": {
632
- "attachment": true,
633
- "limit": {
634
- "context": 173000,
635
- "output": 64000
636
- },
637
- "reasoning": true,
638
- "temperature": true,
639
- "tool_call": true
640
- },
641
- "grok-code-fast-1": {
642
- "attachment": true,
643
- "limit": {
644
- "context": 173000,
645
- "output": 64000
646
- },
647
- "reasoning": true,
648
- "temperature": true,
649
- "tool_call": true
650
- }
651
- },
652
- "options": {
653
- "timeout": 600000
654
- }
655
- },
656
- "kimi-for-coding": {
657
- "models": {
658
- "k2p5": {
659
- "limit": {
660
- "context": 262144,
661
- "output": 32768
662
- },
663
- "options": {
664
- "interleaved": {
665
- "field": "reasoning_content"
666
- },
667
- "thinking": {
668
- "budgetTokens": 8192,
669
- "reasoning_effort": "high",
670
- "type": "enabled"
671
- }
672
- },
673
- "reasoning": true,
674
- "temperature": true,
675
- "tool_call": true,
676
- "variants": {
677
- "high": {
678
- "interleaved": {
679
- "field": "reasoning_content"
680
- },
681
- "options": {
682
- "reasoning_effort": "high",
683
- "thinkingBudget": 16384,
684
- "type": "enabled"
685
- }
686
- },
687
- "max": {
688
- "interleaved": {
689
- "field": "reasoning_content"
690
- },
691
- "options": {
692
- "reasoning_effort": "high",
693
- "thinkingBudget": 32768,
694
- "type": "enabled"
695
- }
696
- }
697
- }
698
- }
699
- }
700
- },
701
- "modal": {
702
- "models": {
703
- "zai-org/GLM-5-FP8": {
704
- "modalities": {
705
- "input": [
706
- "text",
707
- "image",
708
- "pdf"
709
- ],
710
- "output": [
711
- "text"
712
- ]
713
- },
714
- "name": "GLM-5",
715
- "options": {
716
- "maxOutputTokens": 131072,
717
- "reasoningEffort": "high",
718
- "reasoningSummary": "true",
719
- "temperature": 1,
720
- "thinking": {
721
- "type": "enabled"
722
- },
723
- "top_k": 40,
724
- "top_p": 0.95
725
- },
726
- "reasoning": true
727
- }
728
- },
729
- "name": "Modal",
730
- "options": {
731
- "apiKey": "{env:MODAL_API_KEY}",
732
- "baseURL": "https://api.us-west-2.modal.direct/v1"
733
- }
734
- },
735
- "openai": {
736
- "models": {
737
- "gpt-5.2": {
738
- "variants": {
739
- "fast": {
740
- "disabled": true
741
- },
742
- "high": {
743
- "include": [
744
- "reasoning.encrypted_content"
745
- ],
746
- "reasoningEffort": "high",
747
- "reasoningSummary": "auto",
748
- "textVerbosity": "low"
749
- },
750
- "medium": {
751
- "include": [
752
- "reasoning.encrypted_content"
753
- ],
754
- "reasoningEffort": "medium",
755
- "reasoningSummary": "auto",
756
- "textVerbosity": "low"
757
- }
758
- }
759
- },
760
- "gpt-5.2-codex": {
761
- "variants": {
762
- "fast": {
763
- "disabled": true
764
- },
765
- "high": {
766
- "include": [
767
- "reasoning.encrypted_content"
768
- ],
769
- "reasoningEffort": "high",
770
- "reasoningSummary": "auto",
771
- "textVerbosity": "low"
772
- },
773
- "medium": {
774
- "include": [
775
- "reasoning.encrypted_content"
776
- ],
777
- "reasoningEffort": "medium",
778
- "reasoningSummary": "auto",
779
- "textVerbosity": "low"
780
- },
781
- "xhigh": {
782
- "include": [
783
- "reasoning.encrypted_content"
784
- ],
785
- "reasoningEffort": "xhigh",
786
- "reasoningSummary": "auto",
787
- "textVerbosity": "low"
788
- }
789
- }
790
- },
791
- "gpt-5.3-codex": {
792
- "variants": {
793
- "fast": {
794
- "disabled": true
795
- },
796
- "high": {
797
- "include": [
798
- "reasoning.encrypted_content"
799
- ],
800
- "reasoningEffort": "high",
801
- "reasoningSummary": "auto",
802
- "textVerbosity": "low"
803
- },
804
- "medium": {
805
- "include": [
806
- "reasoning.encrypted_content"
807
- ],
808
- "reasoningEffort": "medium",
809
- "reasoningSummary": "auto",
810
- "textVerbosity": "low"
811
- },
812
- "xhigh": {
813
- "include": [
814
- "reasoning.encrypted_content"
815
- ],
816
- "reasoningEffort": "xhigh",
817
- "reasoningSummary": "auto",
818
- "textVerbosity": "low"
819
- }
820
- }
821
- },
822
- "gpt-5.4": {
823
- "attachment": true,
824
- "limit": {
825
- "context": 400000,
826
- "output": 128000
827
- },
828
- "modalities": {
829
- "input": [
830
- "text",
831
- "image"
832
- ],
833
- "output": [
834
- "text"
835
- ]
836
- },
837
- "options": {
838
- "reasoningEffort": "medium",
839
- "reasoningSummary": "auto",
840
- "textVerbosity": "medium"
841
- },
842
- "reasoning": true,
843
- "temperature": true,
844
- "tool_call": true,
845
- "variants": {
846
- "high": {
847
- "include": [
848
- "reasoning.encrypted_content"
849
- ],
850
- "reasoningEffort": "high",
851
- "reasoningSummary": "auto"
852
- },
853
- "low": {
854
- "reasoningEffort": "low",
855
- "reasoningSummary": "auto"
856
- },
857
- "medium": {
858
- "reasoningEffort": "medium",
859
- "reasoningSummary": "auto"
860
- }
861
- }
862
- }
863
- }
864
- },
865
- "opencode": {
866
- "models": {
867
- "big-pickle": {
868
- "options": {
869
- "reasoningEffort": "high",
870
- "temperature": 1,
871
- "top_k": 40,
872
- "top_p": 0.95
873
- },
874
- "reasoning": true
875
- }
876
- }
877
- },
878
- "proxypal": {
879
- "models": {
880
- "claude-haiku-4-5": {
881
- "limit": {
882
- "context": 200000,
883
- "output": 64000
884
- },
885
- "modalities": {
886
- "input": [
887
- "text",
888
- "image",
889
- "pdf"
890
- ],
891
- "output": [
892
- "text"
893
- ]
894
- },
895
- "name": "Claude Haiku 4 5"
896
- },
897
- "claude-haiku-4-5-20251001": {
898
- "limit": {
899
- "context": 200000,
900
- "output": 64000
901
- },
902
- "modalities": {
903
- "input": [
904
- "text",
905
- "image",
906
- "pdf"
907
- ],
908
- "output": [
909
- "text"
910
- ]
911
- },
912
- "name": "Claude Haiku 4 5 20251001"
913
- },
914
- "claude-opus-4-6-thinking": {
915
- "limit": {
916
- "context": 200000,
917
- "output": 64000
918
- },
919
- "modalities": {
920
- "input": [
921
- "text",
922
- "image",
923
- "pdf"
924
- ],
925
- "output": [
926
- "text"
927
- ]
928
- },
929
- "name": "Claude Opus 4 6 Thinking",
930
- "options": {
931
- "thinking": {
932
- "budgetTokens": 8192,
933
- "type": "enabled"
934
- }
935
- },
936
- "reasoning": true,
937
- "variants": {
938
- "low": {
939
- "thinkingConfig": {
940
- "thinkingBudget": 8192
941
- }
942
- },
943
- "max": {
944
- "thinkingConfig": {
945
- "thinkingBudget": 32768
946
- }
947
- }
948
- }
949
- },
950
- "claude-opus-4.6": {
951
- "limit": {
952
- "context": 200000,
953
- "output": 64000
954
- },
955
- "modalities": {
956
- "input": [
957
- "text",
958
- "image",
959
- "pdf"
960
- ],
961
- "output": [
962
- "text"
963
- ]
964
- },
965
- "name": "Claude Opus 4 6"
966
- },
967
- "claude-sonnet-4": {
968
- "limit": {
969
- "context": 200000,
970
- "output": 64000
971
- },
972
- "modalities": {
973
- "input": [
974
- "text",
975
- "image",
976
- "pdf"
977
- ],
978
- "output": [
979
- "text"
980
- ]
981
- },
982
- "name": "Claude Sonnet 4"
983
- },
984
- "claude-sonnet-4-20250514": {
985
- "limit": {
986
- "context": 200000,
987
- "output": 64000
988
- },
989
- "modalities": {
990
- "input": [
991
- "text",
992
- "image",
993
- "pdf"
994
- ],
995
- "output": [
996
- "text"
997
- ]
998
- },
999
- "name": "Claude Sonnet 4 20250514"
1000
- },
1001
- "claude-sonnet-4-5": {
1002
- "limit": {
1003
- "context": 200000,
1004
- "output": 64000
1005
- },
1006
- "modalities": {
1007
- "input": [
1008
- "text",
1009
- "image",
1010
- "pdf"
1011
- ],
1012
- "output": [
1013
- "text"
1014
- ]
1015
- },
1016
- "name": "Claude Sonnet 4 5"
1017
- },
1018
- "claude-sonnet-4-5-20250929": {
1019
- "limit": {
1020
- "context": 200000,
1021
- "output": 64000
1022
- },
1023
- "modalities": {
1024
- "input": [
1025
- "text",
1026
- "image",
1027
- "pdf"
1028
- ],
1029
- "output": [
1030
- "text"
1031
- ]
1032
- },
1033
- "name": "Claude Sonnet 4 5 20250929"
1034
- },
1035
- "claude-sonnet-4-6": {
1036
- "limit": {
1037
- "context": 200000,
1038
- "output": 64000
1039
- },
1040
- "modalities": {
1041
- "input": [
1042
- "text",
1043
- "image",
1044
- "pdf"
1045
- ],
1046
- "output": [
1047
- "text"
1048
- ]
1049
- },
1050
- "name": "Claude Sonnet 4 6"
1051
- },
1052
- "gemini-2.5-flash": {
1053
- "limit": {
1054
- "context": 1000000,
1055
- "output": 65536
1056
- },
1057
- "modalities": {
1058
- "input": [
1059
- "text",
1060
- "image",
1061
- "pdf"
1062
- ],
1063
- "output": [
1064
- "text"
1065
- ]
1066
- },
1067
- "name": "Gemini 2 5 Flash"
1068
- },
1069
- "gemini-2.5-flash-lite": {
1070
- "limit": {
1071
- "context": 1000000,
1072
- "output": 65536
1073
- },
1074
- "modalities": {
1075
- "input": [
1076
- "text",
1077
- "image",
1078
- "pdf"
1079
- ],
1080
- "output": [
1081
- "text"
1082
- ]
1083
- },
1084
- "name": "Gemini 2 5 Flash Lite"
1085
- },
1086
- "gemini-2.5-pro": {
1087
- "limit": {
1088
- "context": 1000000,
1089
- "output": 65536
1090
- },
1091
- "modalities": {
1092
- "input": [
1093
- "text",
1094
- "image",
1095
- "pdf"
1096
- ],
1097
- "output": [
1098
- "text"
1099
- ]
1100
- },
1101
- "name": "Gemini 2 5 Pro"
1102
- },
1103
- "gemini-3-flash": {
1104
- "limit": {
1105
- "context": 1000000,
1106
- "output": 65536
1107
- },
1108
- "modalities": {
1109
- "input": [
1110
- "text",
1111
- "image",
1112
- "pdf"
1113
- ],
1114
- "output": [
1115
- "text"
1116
- ]
1117
- },
1118
- "name": "Gemini 3 Flash",
1119
- "options": {
1120
- "generationConfig": {
1121
- "thinkingConfig": {
1122
- "includeThoughts": true,
1123
- "thinkingLevel": "medium"
1124
- }
1125
- }
1126
- },
1127
- "reasoning": true,
1128
- "variants": {
1129
- "high": {
1130
- "thinkingLevel": "high"
1131
- },
1132
- "low": {
1133
- "thinkingLevel": "low"
1134
- },
1135
- "medium": {
1136
- "thinkingLevel": "medium"
1137
- }
1138
- }
1139
- },
1140
- "gemini-3-flash-preview": {
1141
- "limit": {
1142
- "context": 1000000,
1143
- "output": 65536
1144
- },
1145
- "modalities": {
1146
- "input": [
1147
- "text",
1148
- "image",
1149
- "pdf"
1150
- ],
1151
- "output": [
1152
- "text"
1153
- ]
1154
- },
1155
- "name": "Gemini 3 Flash Preview",
1156
- "options": {
1157
- "generationConfig": {
1158
- "thinkingConfig": {
1159
- "includeThoughts": true,
1160
- "thinkingLevel": "medium"
1161
- }
1162
- }
1163
- },
1164
- "reasoning": true,
1165
- "variants": {
1166
- "high": {
1167
- "thinkingLevel": "high"
1168
- },
1169
- "low": {
1170
- "thinkingLevel": "low"
1171
- },
1172
- "medium": {
1173
- "thinkingLevel": "medium"
1174
- }
1175
- }
1176
- },
1177
- "gemini-3-pro-high": {
1178
- "limit": {
1179
- "context": 1000000,
1180
- "output": 65536
1181
- },
1182
- "modalities": {
1183
- "input": [
1184
- "text",
1185
- "image",
1186
- "pdf"
1187
- ],
1188
- "output": [
1189
- "text"
1190
- ]
1191
- },
1192
- "name": "Gemini 3 Pro High",
1193
- "options": {
1194
- "generationConfig": {
1195
- "thinkingConfig": {
1196
- "includeThoughts": true,
1197
- "thinkingLevel": "medium"
1198
- }
1199
- }
1200
- },
1201
- "reasoning": true,
1202
- "variants": {
1203
- "high": {
1204
- "thinkingLevel": "high"
1205
- },
1206
- "low": {
1207
- "thinkingLevel": "low"
1208
- },
1209
- "medium": {
1210
- "thinkingLevel": "medium"
1211
- }
1212
- }
1213
- },
1214
- "gemini-3-pro-low": {
1215
- "limit": {
1216
- "context": 1000000,
1217
- "output": 65536
1218
- },
1219
- "modalities": {
1220
- "input": [
1221
- "text",
1222
- "image",
1223
- "pdf"
1224
- ],
1225
- "output": [
1226
- "text"
1227
- ]
1228
- },
1229
- "name": "Gemini 3 Pro Low",
1230
- "options": {
1231
- "generationConfig": {
1232
- "thinkingConfig": {
1233
- "includeThoughts": true,
1234
- "thinkingLevel": "medium"
1235
- }
1236
- }
1237
- },
1238
- "reasoning": true,
1239
- "variants": {
1240
- "high": {
1241
- "thinkingLevel": "high"
1242
- },
1243
- "low": {
1244
- "thinkingLevel": "low"
1245
- },
1246
- "medium": {
1247
- "thinkingLevel": "medium"
1248
- }
1249
- }
1250
- },
1251
- "gemini-3-pro-preview": {
1252
- "limit": {
1253
- "context": 1000000,
1254
- "output": 65536
1255
- },
1256
- "modalities": {
1257
- "input": [
1258
- "text",
1259
- "image",
1260
- "pdf"
1261
- ],
1262
- "output": [
1263
- "text"
1264
- ]
1265
- },
1266
- "name": "Gemini 3 Pro Preview",
1267
- "options": {
1268
- "generationConfig": {
1269
- "thinkingConfig": {
1270
- "includeThoughts": true,
1271
- "thinkingLevel": "medium"
1272
- }
1273
- }
1274
- },
1275
- "reasoning": true,
1276
- "variants": {
1277
- "high": {
1278
- "thinkingLevel": "high"
1279
- },
1280
- "low": {
1281
- "thinkingLevel": "low"
1282
- },
1283
- "medium": {
1284
- "thinkingLevel": "medium"
1285
- }
1286
- }
1287
- },
1288
- "gemini-3.1-flash-image": {
1289
- "limit": {
1290
- "context": 1000000,
1291
- "output": 65536
1292
- },
1293
- "name": "Gemini 3 1 Flash Image"
1294
- },
1295
- "gemini-3.1-flash-lite-preview": {
1296
- "limit": {
1297
- "context": 1000000,
1298
- "output": 65536
1299
- },
1300
- "modalities": {
1301
- "input": [
1302
- "text",
1303
- "image",
1304
- "pdf"
1305
- ],
1306
- "output": [
1307
- "text"
1308
- ]
1309
- },
1310
- "name": "Gemini 3 1 Flash Lite Preview",
1311
- "options": {
1312
- "generationConfig": {
1313
- "thinkingConfig": {
1314
- "includeThoughts": true,
1315
- "thinkingLevel": "medium"
1316
- }
1317
- }
1318
- },
1319
- "reasoning": true,
1320
- "variants": {
1321
- "high": {
1322
- "thinkingLevel": "high"
1323
- },
1324
- "low": {
1325
- "thinkingLevel": "low"
1326
- },
1327
- "medium": {
1328
- "thinkingLevel": "medium"
1329
- }
1330
- }
1331
- },
1332
- "gemini-3.1-pro-high": {
1333
- "limit": {
1334
- "context": 1000000,
1335
- "output": 65536
1336
- },
1337
- "modalities": {
1338
- "input": [
1339
- "text",
1340
- "image",
1341
- "pdf"
1342
- ],
1343
- "output": [
1344
- "text"
1345
- ]
1346
- },
1347
- "name": "Gemini 3 1 Pro High",
1348
- "options": {
1349
- "generationConfig": {
1350
- "thinkingConfig": {
1351
- "includeThoughts": true,
1352
- "thinkingLevel": "medium"
1353
- }
1354
- }
1355
- },
1356
- "reasoning": true,
1357
- "variants": {
1358
- "high": {
1359
- "thinkingLevel": "high"
1360
- },
1361
- "low": {
1362
- "thinkingLevel": "low"
1363
- },
1364
- "medium": {
1365
- "thinkingLevel": "medium"
1366
- }
1367
- }
1368
- },
1369
- "gemini-3.1-pro-low": {
1370
- "limit": {
1371
- "context": 1000000,
1372
- "output": 65536
1373
- },
1374
- "modalities": {
1375
- "input": [
1376
- "text",
1377
- "image",
1378
- "pdf"
1379
- ],
1380
- "output": [
1381
- "text"
1382
- ]
1383
- },
1384
- "name": "Gemini 3 1 Pro Low",
1385
- "options": {
1386
- "generationConfig": {
1387
- "thinkingConfig": {
1388
- "includeThoughts": true,
1389
- "thinkingLevel": "medium"
1390
- }
1391
- }
1392
- },
1393
- "reasoning": true,
1394
- "variants": {
1395
- "high": {
1396
- "thinkingLevel": "high"
1397
- },
1398
- "low": {
1399
- "thinkingLevel": "low"
1400
- },
1401
- "medium": {
1402
- "thinkingLevel": "medium"
1403
- }
1404
- }
1405
- },
1406
- "gemini-3.1-pro-preview": {
1407
- "limit": {
1408
- "context": 1000000,
1409
- "output": 65536
1410
- },
1411
- "modalities": {
1412
- "input": [
1413
- "text",
1414
- "image",
1415
- "pdf"
1416
- ],
1417
- "output": [
1418
- "text"
1419
- ]
1420
- },
1421
- "name": "Gemini 3 1 Pro Preview",
1422
- "options": {
1423
- "generationConfig": {
1424
- "thinkingConfig": {
1425
- "includeThoughts": true,
1426
- "thinkingLevel": "medium"
1427
- }
1428
- }
1429
- },
1430
- "reasoning": true,
1431
- "variants": {
1432
- "high": {
1433
- "thinkingLevel": "high"
1434
- },
1435
- "low": {
1436
- "thinkingLevel": "low"
1437
- },
1438
- "medium": {
1439
- "thinkingLevel": "medium"
1440
- }
1441
- }
1442
- },
1443
- "glm-4.5": {
1444
- "limit": {
1445
- "context": 128000,
1446
- "output": 16384
1447
- },
1448
- "name": "Glm 4 5"
1449
- },
1450
- "glm-4.5-air": {
1451
- "limit": {
1452
- "context": 128000,
1453
- "output": 16384
1454
- },
1455
- "name": "Glm 4 5 Air"
1456
- },
1457
- "glm-4.6": {
1458
- "limit": {
1459
- "context": 128000,
1460
- "output": 16384
1461
- },
1462
- "name": "Glm 4 6"
1463
- },
1464
- "glm-4.7": {
1465
- "limit": {
1466
- "context": 128000,
1467
- "output": 16384
1468
- },
1469
- "name": "Glm 4 7"
1470
- },
1471
- "gpt-5": {
1472
- "limit": {
1473
- "context": 400000,
1474
- "output": 32768
1475
- },
1476
- "modalities": {
1477
- "input": [
1478
- "text",
1479
- "image",
1480
- "pdf"
1481
- ],
1482
- "output": [
1483
- "text"
1484
- ]
1485
- },
1486
- "name": "Gpt 5",
1487
- "options": {
1488
- "reasoningEffort": "medium"
1489
- },
1490
- "reasoning": true
1491
- },
1492
- "gpt-5-codex": {
1493
- "limit": {
1494
- "context": 400000,
1495
- "output": 32768
1496
- },
1497
- "modalities": {
1498
- "input": [
1499
- "text",
1500
- "image",
1501
- "pdf"
1502
- ],
1503
- "output": [
1504
- "text"
1505
- ]
1506
- },
1507
- "name": "Gpt 5 Codex",
1508
- "options": {
1509
- "reasoningEffort": "medium"
1510
- },
1511
- "reasoning": true
1512
- },
1513
- "gpt-5-codex-mini": {
1514
- "limit": {
1515
- "context": 400000,
1516
- "output": 32768
1517
- },
1518
- "modalities": {
1519
- "input": [
1520
- "text",
1521
- "image",
1522
- "pdf"
1523
- ],
1524
- "output": [
1525
- "text"
1526
- ]
1527
- },
1528
- "name": "Gpt 5 Codex Mini",
1529
- "options": {
1530
- "reasoningEffort": "medium"
1531
- },
1532
- "reasoning": true
1533
- },
1534
- "gpt-5.1": {
1535
- "limit": {
1536
- "context": 400000,
1537
- "output": 32768
1538
- },
1539
- "modalities": {
1540
- "input": [
1541
- "text",
1542
- "image",
1543
- "pdf"
1544
- ],
1545
- "output": [
1546
- "text"
1547
- ]
1548
- },
1549
- "name": "Gpt 5 1",
1550
- "options": {
1551
- "reasoningEffort": "medium"
1552
- },
1553
- "reasoning": true
1554
- },
1555
- "gpt-5.1-codex": {
1556
- "limit": {
1557
- "context": 400000,
1558
- "output": 32768
1559
- },
1560
- "modalities": {
1561
- "input": [
1562
- "text",
1563
- "image",
1564
- "pdf"
1565
- ],
1566
- "output": [
1567
- "text"
1568
- ]
1569
- },
1570
- "name": "Gpt 5 1 Codex",
1571
- "options": {
1572
- "reasoningEffort": "medium"
1573
- },
1574
- "reasoning": true
1575
- },
1576
- "gpt-5.1-codex-max": {
1577
- "limit": {
1578
- "context": 400000,
1579
- "output": 32768
1580
- },
1581
- "modalities": {
1582
- "input": [
1583
- "text",
1584
- "image",
1585
- "pdf"
1586
- ],
1587
- "output": [
1588
- "text"
1589
- ]
1590
- },
1591
- "name": "Gpt 5 1 Codex Max",
1592
- "options": {
1593
- "reasoningEffort": "medium"
1594
- },
1595
- "reasoning": true
1596
- },
1597
- "gpt-5.1-codex-mini": {
1598
- "limit": {
1599
- "context": 400000,
1600
- "output": 32768
1601
- },
1602
- "modalities": {
1603
- "input": [
1604
- "text",
1605
- "image",
1606
- "pdf"
1607
- ],
1608
- "output": [
1609
- "text"
1610
- ]
1611
- },
1612
- "name": "Gpt 5 1 Codex Mini",
1613
- "options": {
1614
- "reasoningEffort": "medium"
1615
- },
1616
- "reasoning": true
1617
- },
1618
- "gpt-5.2": {
1619
- "limit": {
1620
- "context": 400000,
1621
- "output": 32768
1622
- },
1623
- "modalities": {
1624
- "input": [
1625
- "text",
1626
- "image",
1627
- "pdf"
1628
- ],
1629
- "output": [
1630
- "text"
1631
- ]
1632
- },
1633
- "name": "Gpt 5 2",
1634
- "options": {
1635
- "reasoningEffort": "medium"
1636
- },
1637
- "reasoning": true
1638
- },
1639
- "gpt-5.2-codex": {
1640
- "limit": {
1641
- "context": 400000,
1642
- "output": 32768
1643
- },
1644
- "modalities": {
1645
- "input": [
1646
- "text",
1647
- "image",
1648
- "pdf"
1649
- ],
1650
- "output": [
1651
- "text"
1652
- ]
1653
- },
1654
- "name": "Gpt 5 2 Codex",
1655
- "options": {
1656
- "reasoningEffort": "medium"
1657
- },
1658
- "reasoning": true
1659
- },
1660
- "gpt-5.3-codex": {
1661
- "limit": {
1662
- "context": 400000,
1663
- "output": 32768
1664
- },
1665
- "modalities": {
1666
- "input": [
1667
- "text",
1668
- "image",
1669
- "pdf"
1670
- ],
1671
- "output": [
1672
- "text"
1673
- ]
1674
- },
1675
- "name": "Gpt 5 3 Codex",
1676
- "options": {
1677
- "reasoningEffort": "medium"
1678
- },
1679
- "reasoning": true
1680
- },
1681
- "gpt-5.4": {
1682
- "limit": {
1683
- "context": 400000,
1684
- "output": 32768
1685
- },
1686
- "modalities": {
1687
- "input": [
1688
- "text",
1689
- "image",
1690
- "pdf"
1691
- ],
1692
- "output": [
1693
- "text"
1694
- ]
1695
- },
1696
- "name": "Gpt 5 4",
1697
- "options": {
1698
- "reasoningEffort": "medium"
1699
- },
1700
- "reasoning": true
1701
- },
1702
- "gpt-5.4-mini": {
1703
- "limit": {
1704
- "context": 400000,
1705
- "output": 32768
1706
- },
1707
- "modalities": {
1708
- "input": [
1709
- "text",
1710
- "image",
1711
- "pdf"
1712
- ],
1713
- "output": [
1714
- "text"
1715
- ]
1716
- },
1717
- "name": "Gpt 5 4 Mini",
1718
- "options": {
1719
- "reasoningEffort": "medium"
1720
- },
1721
- "reasoning": true
1722
- },
1723
- "gpt-oss-120b-medium": {
1724
- "limit": {
1725
- "context": 128000,
1726
- "output": 16384
1727
- },
1728
- "name": "Gpt Oss 120b Medium"
1729
- },
1730
- "kimi-k2": {
1731
- "limit": {
1732
- "context": 128000,
1733
- "output": 16384
1734
- },
1735
- "name": "Kimi K2"
1736
- },
1737
- "kimi-k2-thinking": {
1738
- "limit": {
1739
- "context": 128000,
1740
- "output": 16384
1741
- },
1742
- "name": "Kimi K2 Thinking",
1743
- "options": {
1744
- "reasoningEffort": "high"
1745
- },
1746
- "reasoning": true
1747
- },
1748
- "kimi-k2.5": {
1749
- "limit": {
1750
- "context": 128000,
1751
- "output": 16384
1752
- },
1753
- "name": "Kimi K2 5"
1754
- },
1755
- "kiro-auto": {
1756
- "limit": {
1757
- "context": 128000,
1758
- "output": 16384
1759
- },
1760
- "name": "Kiro Auto"
1761
- },
1762
- "kiro-claude-haiku-4-5": {
1763
- "limit": {
1764
- "context": 200000,
1765
- "output": 64000
1766
- },
1767
- "name": "Kiro Claude Haiku 4 5"
1768
- },
1769
- "kiro-claude-haiku-4-5-agentic": {
1770
- "limit": {
1771
- "context": 200000,
1772
- "output": 64000
1773
- },
1774
- "name": "Kiro Claude Haiku 4 5 Agentic"
1775
- },
1776
- "kiro-claude-sonnet-4": {
1777
- "limit": {
1778
- "context": 200000,
1779
- "output": 64000
1780
- },
1781
- "name": "Kiro Claude Sonnet 4"
1782
- },
1783
- "kiro-claude-sonnet-4-5": {
1784
- "limit": {
1785
- "context": 200000,
1786
- "output": 64000
1787
- },
1788
- "name": "Kiro Claude Sonnet 4 5"
1789
- },
1790
- "kiro-claude-sonnet-4-5-agentic": {
1791
- "limit": {
1792
- "context": 200000,
1793
- "output": 64000
1794
- },
1795
- "name": "Kiro Claude Sonnet 4 5 Agentic"
1796
- },
1797
- "kiro-claude-sonnet-4-agentic": {
1798
- "limit": {
1799
- "context": 200000,
1800
- "output": 64000
1801
- },
1802
- "name": "Kiro Claude Sonnet 4 Agentic"
1803
- },
1804
- "kiro-deepseek-3-2": {
1805
- "limit": {
1806
- "context": 128000,
1807
- "output": 8192
1808
- },
1809
- "name": "Kiro Deepseek 3 2"
1810
- },
1811
- "kiro-deepseek-3-2-agentic": {
1812
- "limit": {
1813
- "context": 128000,
1814
- "output": 8192
1815
- },
1816
- "name": "Kiro Deepseek 3 2 Agentic"
1817
- },
1818
- "kiro-minimax-m2-1": {
1819
- "limit": {
1820
- "context": 128000,
1821
- "output": 16384
1822
- },
1823
- "name": "Kiro Minimax M2 1"
1824
- },
1825
- "kiro-minimax-m2-1-agentic": {
1826
- "limit": {
1827
- "context": 128000,
1828
- "output": 16384
1829
- },
1830
- "name": "Kiro Minimax M2 1 Agentic"
1831
- },
1832
- "kiro-minimax-m2-5": {
1833
- "limit": {
1834
- "context": 128000,
1835
- "output": 16384
1836
- },
1837
- "name": "Kiro Minimax M2 5"
1838
- },
1839
- "kiro-minimax-m2-5-agentic": {
1840
- "limit": {
1841
- "context": 128000,
1842
- "output": 16384
1843
- },
1844
- "name": "Kiro Minimax M2 5 Agentic"
1845
- },
1846
- "kiro-qwen3-coder-next": {
1847
- "limit": {
1848
- "context": 1000000,
1849
- "output": 65536
1850
- },
1851
- "name": "Kiro Qwen3 Coder Next"
1852
- },
1853
- "kiro-qwen3-coder-next-agentic": {
1854
- "limit": {
1855
- "context": 1000000,
1856
- "output": 65536
1857
- },
1858
- "name": "Kiro Qwen3 Coder Next Agentic"
1859
- }
1860
- },
1861
- "name": "ProxyPal",
1862
- "npm": "@ai-sdk/anthropic",
1863
- "options": {
1864
- "apiKey": "proxypal-local",
1865
- "baseURL": "http://127.0.0.1:8317/v1",
1866
- "includeUsage": true
1867
- }
1868
- },
1869
- "zai-coding-plan": {
1870
- "models": {
1871
- "glm-4.6": {
1872
- "limit": {
1873
- "context": 128000,
1874
- "output": 16384
1875
- },
1876
- "options": {
1877
- "temperature": 1,
1878
- "thinking": {
1879
- "type": "enabled"
1880
- }
1881
- },
1882
- "reasoning": true,
1883
- "temperature": true,
1884
- "tool_call": true
1885
- },
1886
- "glm-4.7": {
1887
- "id": "glm-4.7",
1888
- "interleaved": true,
1889
- "limit": {
1890
- "context": 200000,
1891
- "output": 128000
1892
- },
1893
- "name": "GLM-4.7",
1894
- "options": {
1895
- "temperature": 1,
1896
- "thinking": {
1897
- "type": "enabled"
1898
- }
1899
- },
1900
- "reasoning": true
1901
- },
1902
- "glm-5": {
1903
- "name": "GLM-5",
1904
- "options": {
1905
- "maxOutputTokens": 131072,
1906
- "reasoningEffort": "high",
1907
- "reasoningSummary": "true",
1908
- "temperature": 1,
1909
- "thinking": {
1910
- "type": "enabled"
1911
- },
1912
- "top_k": 40,
1913
- "top_p": 0.95
1914
- },
1915
- "reasoning": true
1916
- }
1917
- },
1918
- "name": "Z.AI Coding Plan"
1919
- }
1920
- },
1921
- "share": "manual",
1922
- "small_model": "opencode/gpt-5-nano",
1923
- "watcher": {
1924
- "ignore": [
1925
- "node_modules/**",
1926
- ".git/**",
1927
- "dist/**",
1928
- "build/**",
1929
- "*.log",
1930
- ".DS_Store"
1931
- ]
1932
- }
1933
- }
2
+ "$schema": "https://opencode.ai/config.json",
3
+ "agent": {
4
+ "build": {
5
+ "description": "Primary development agent with full codebase access",
6
+ "model": "github-copilot/claude-opus-4.6"
7
+ },
8
+ "compaction": {
9
+ "description": "Session summarizer for context continuity across compactions"
10
+ },
11
+ "explore": {
12
+ "description": "Fast codebase search specialist",
13
+ "model": "github-copilot/claude-haiku-4.5"
14
+ },
15
+ "general": {
16
+ "description": "General-purpose subagent for fast, well-defined tasks; delegates complexity quickly",
17
+ "model": "github-copilot/gpt-5.3-codex"
18
+ },
19
+ "painter": {
20
+ "description": "Image generation and editing specialist using Gemini 3 Pro Image. Use for creating UI mockups, app icons, hero images, visual assets, and editing/redacting existing images",
21
+ "model": "proxypal/gemini-3.1-flash-image"
22
+ },
23
+ "plan": {
24
+ "description": "Primary planning agent for architecture and multi-phase execution",
25
+ "model": "github-copilot/gpt-5.4"
26
+ },
27
+ "review": {
28
+ "description": "Code review, debugging, and security audit specialist",
29
+ "model": "github-copilot/claude-opus-4.6"
30
+ },
31
+ "scout": {
32
+ "description": "External research specialist for library docs and patterns",
33
+ "model": "github-copilot/claude-sonnet-4.6"
34
+ },
35
+ "vision": {
36
+ "description": "Visual content specialist for multimodal analysis and UI/UX guidance",
37
+ "model": "github-copilot/gemini-3.1-pro-preview"
38
+ }
39
+ },
40
+ "autoupdate": false,
41
+ "formatter": {
42
+ "biome": {
43
+ "command": ["npx", "@biomejs/biome", "check", "--write", "$FILE"],
44
+ "extensions": [".js", ".jsx", ".ts", ".tsx", ".json", ".jsonc"]
45
+ },
46
+ "cargo-fmt": {
47
+ "command": ["cargo", "fmt", "--", "$FILE"],
48
+ "extensions": [".rs"]
49
+ },
50
+ "java-formatter": {
51
+ "command": ["google-java-format", "--replace", "$FILE"],
52
+ "environment": {
53
+ "JAVA_HOME": "{env:JAVA_HOME}"
54
+ },
55
+ "extensions": [".java"]
56
+ },
57
+ "laravel-pint": {
58
+ "command": ["npx", "laravel-pint", "--preset", "psr12", "$FILE"],
59
+ "extensions": [".php"]
60
+ },
61
+ "oxfmt": {
62
+ "command": ["npx", "oxfmt", "--write", "$FILE"],
63
+ "extensions": [
64
+ ".js",
65
+ ".jsx",
66
+ ".ts",
67
+ ".tsx",
68
+ ".json",
69
+ ".jsonc",
70
+ ".html",
71
+ ".css",
72
+ ".scss",
73
+ ".sass",
74
+ ".md",
75
+ ".mdx",
76
+ ".yaml",
77
+ ".yml"
78
+ ]
79
+ }
80
+ },
81
+ "instructions": [
82
+ ".opencode/memory/project/user.md",
83
+ ".opencode/memory/project/tech-stack.md",
84
+ ".opencode/memory/project/project.md",
85
+ ".opencode/memory/project/roadmap.md",
86
+ ".opencode/memory/project/state.md"
87
+ ],
88
+ "keybinds": {
89
+ "leader": "`",
90
+ "session_parent": "<leader>up"
91
+ },
92
+ "mcp": {
93
+ "stitch": {
94
+ "enabled": false,
95
+ "headers": {
96
+ "Authorization": "Bearer {env:STITCH_ACCESS_TOKEN}",
97
+ "X-Goog-User-Project": "{env:GOOGLE_CLOUD_PROJECT}"
98
+ },
99
+ "oauth": false,
100
+ "type": "remote",
101
+ "url": "https://stitch.googleapis.com/mcp"
102
+ },
103
+ "tilth": {
104
+ "command": ["npx", "-y", "tilth", "--mcp", "--edit"],
105
+ "enabled": true,
106
+ "timeout": 60000,
107
+ "type": "local"
108
+ }
109
+ },
110
+ "model": "opencode/minimax-m2.5-free",
111
+ "permission": {
112
+ "bash": {
113
+ "*": "allow",
114
+ "cat *": "allow",
115
+ "git branch *": "allow",
116
+ "git checkout *": "ask",
117
+ "git clean *": "ask",
118
+ "git commit *": "ask",
119
+ "git diff *": "allow",
120
+ "git log *": "allow",
121
+ "git merge *": "ask",
122
+ "git push *": "ask",
123
+ "git rebase *": "ask",
124
+ "git reset *": "ask",
125
+ "git status *": "allow",
126
+ "ls *": "allow",
127
+ "npm *": "allow",
128
+ "npm publish *": "ask",
129
+ "npm run db:push*": "ask",
130
+ "npm run db:reset*": "deny",
131
+ "npx *": "allow",
132
+ "rm *": "deny",
133
+ "rm -rf *": "deny",
134
+ "sudo *": "deny"
135
+ },
136
+ "doom_loop": "ask",
137
+ "edit": "allow",
138
+ "external_directory": "ask",
139
+ "question": "allow",
140
+ "read": {
141
+ "*": "allow",
142
+ "*.env": "deny",
143
+ "*.env.*": "deny",
144
+ "*.env.example": "allow",
145
+ "*.key": "deny",
146
+ "*.pem": "deny",
147
+ "*credentials*": "deny",
148
+ "*password*": "deny",
149
+ "*secret*": "deny",
150
+ "*token*": "deny"
151
+ }
152
+ },
153
+ "plugin": [
154
+ "@tarquinen/opencode-dcp@latest",
155
+ "@franlol/opencode-md-table-formatter@0.0.3",
156
+ "openslimedit@latest"
157
+ ],
158
+ "provider": {
159
+ "github-copilot": {
160
+ "models": {
161
+ "claude-haiku-4.5": {
162
+ "attachment": true,
163
+ "limit": {
164
+ "context": 200000,
165
+ "output": 64000
166
+ },
167
+ "options": {
168
+ "thinking_budget": 10000,
169
+ "type": "enabled"
170
+ },
171
+ "reasoning": true,
172
+ "temperature": true,
173
+ "tool_call": true,
174
+ "variants": {
175
+ "high": {
176
+ "options": {
177
+ "thinking_budget": 8000,
178
+ "type": "enabled"
179
+ }
180
+ },
181
+ "max": {
182
+ "options": {
183
+ "thinking_budget": 16000,
184
+ "type": "enabled"
185
+ }
186
+ }
187
+ }
188
+ },
189
+ "claude-opus-4.5": {
190
+ "attachment": true,
191
+ "limit": {
192
+ "context": 200000,
193
+ "output": 64000
194
+ },
195
+ "options": {
196
+ "thinking_budget": 10000
197
+ },
198
+ "reasoning": true,
199
+ "temperature": true,
200
+ "tool_call": true,
201
+ "variants": {
202
+ "high": {
203
+ "options": {
204
+ "thinking_budget": 8000
205
+ }
206
+ },
207
+ "max": {
208
+ "options": {
209
+ "thinking_budget": 16000
210
+ }
211
+ }
212
+ }
213
+ },
214
+ "claude-opus-4.6": {
215
+ "attachment": true,
216
+ "limit": {
217
+ "context": 200000,
218
+ "output": 64000
219
+ },
220
+ "options": {
221
+ "thinking": {
222
+ "budget_tokens": 16000,
223
+ "type": "enabled"
224
+ }
225
+ },
226
+ "reasoning": true,
227
+ "temperature": true,
228
+ "tool_call": true,
229
+ "variants": {
230
+ "adaptive": {
231
+ "options": {
232
+ "max_tokens": 16000,
233
+ "output_config": {
234
+ "effort": "max"
235
+ },
236
+ "thinking": {
237
+ "type": "adaptive"
238
+ }
239
+ }
240
+ },
241
+ "high": {
242
+ "options": {
243
+ "thinking": {
244
+ "budget_tokens": 24000,
245
+ "type": "enabled"
246
+ }
247
+ }
248
+ },
249
+ "max": {
250
+ "options": {
251
+ "thinking": {
252
+ "budget_tokens": 32000,
253
+ "type": "enabled"
254
+ }
255
+ }
256
+ }
257
+ }
258
+ },
259
+ "claude-sonnet-4": {
260
+ "attachment": true,
261
+ "limit": {
262
+ "context": 200000,
263
+ "output": 64000
264
+ },
265
+ "options": {
266
+ "thinking_budget": 10000
267
+ },
268
+ "reasoning": true,
269
+ "temperature": true,
270
+ "tool_call": true
271
+ },
272
+ "claude-sonnet-4.5": {
273
+ "attachment": true,
274
+ "limit": {
275
+ "context": 200000,
276
+ "output": 64000
277
+ },
278
+ "options": {
279
+ "thinking_budget": 10000
280
+ },
281
+ "reasoning": true,
282
+ "temperature": true,
283
+ "tool_call": true,
284
+ "variants": {
285
+ "high": {
286
+ "options": {
287
+ "thinking_budget": 8000
288
+ }
289
+ },
290
+ "max": {
291
+ "options": {
292
+ "thinking_budget": 16000
293
+ }
294
+ }
295
+ }
296
+ },
297
+ "claude-sonnet-4.6": {
298
+ "attachment": true,
299
+ "limit": {
300
+ "context": 200000,
301
+ "output": 64000
302
+ },
303
+ "options": {
304
+ "thinking": {
305
+ "budget_tokens": 16000,
306
+ "type": "enabled"
307
+ }
308
+ },
309
+ "reasoning": true,
310
+ "temperature": true,
311
+ "tool_call": true,
312
+ "variants": {
313
+ "adaptive": {
314
+ "options": {
315
+ "max_tokens": 16000,
316
+ "output_config": {
317
+ "effort": "max"
318
+ },
319
+ "thinking": {
320
+ "type": "adaptive"
321
+ }
322
+ }
323
+ },
324
+ "high": {
325
+ "options": {
326
+ "thinking": {
327
+ "budget_tokens": 16000,
328
+ "type": "enabled"
329
+ }
330
+ }
331
+ },
332
+ "max": {
333
+ "options": {
334
+ "thinking": {
335
+ "budget_tokens": 32000,
336
+ "type": "enabled"
337
+ }
338
+ }
339
+ }
340
+ }
341
+ },
342
+ "gemini-2.5-pro": {
343
+ "attachment": true,
344
+ "limit": {
345
+ "context": 173000,
346
+ "output": 64000
347
+ },
348
+ "reasoning": true,
349
+ "temperature": true,
350
+ "tool_call": true
351
+ },
352
+ "gemini-3-flash-preview": {
353
+ "attachment": true,
354
+ "limit": {
355
+ "context": 173000,
356
+ "output": 64000
357
+ },
358
+ "reasoning": true,
359
+ "temperature": true,
360
+ "tool_call": true
361
+ },
362
+ "gemini-3-pro-preview": {
363
+ "attachment": true,
364
+ "limit": {
365
+ "context": 173000,
366
+ "output": 64000
367
+ },
368
+ "reasoning": true,
369
+ "temperature": true,
370
+ "tool_call": true
371
+ },
372
+ "gemini-3.1-pro-preview": {
373
+ "attachment": true,
374
+ "limit": {
375
+ "context": 173000,
376
+ "output": 64000
377
+ },
378
+ "reasoning": true,
379
+ "temperature": true,
380
+ "tool_call": true
381
+ },
382
+ "gpt-5.1": {
383
+ "attachment": true,
384
+ "limit": {
385
+ "context": 192000,
386
+ "output": 128000
387
+ },
388
+ "options": {
389
+ "reasoningEffort": "medium",
390
+ "reasoningSummary": "auto"
391
+ },
392
+ "reasoning": true,
393
+ "temperature": true,
394
+ "tool_call": true
395
+ },
396
+ "gpt-5.1-codex": {
397
+ "attachment": true,
398
+ "limit": {
399
+ "context": 256000,
400
+ "output": 128000
401
+ },
402
+ "options": {
403
+ "reasoningEffort": "medium",
404
+ "reasoningSummary": "auto"
405
+ },
406
+ "reasoning": true,
407
+ "temperature": true,
408
+ "tool_call": true
409
+ },
410
+ "gpt-5.1-codex-max": {
411
+ "attachment": true,
412
+ "limit": {
413
+ "context": 256000,
414
+ "output": 128000
415
+ },
416
+ "options": {
417
+ "reasoningEffort": "medium",
418
+ "reasoningSummary": "auto"
419
+ },
420
+ "reasoning": true,
421
+ "temperature": true,
422
+ "tool_call": true
423
+ },
424
+ "gpt-5.1-codex-mini": {
425
+ "attachment": true,
426
+ "limit": {
427
+ "context": 256000,
428
+ "output": 128000
429
+ },
430
+ "options": {
431
+ "reasoningEffort": "medium",
432
+ "reasoningSummary": "auto"
433
+ },
434
+ "reasoning": true,
435
+ "temperature": true,
436
+ "tool_call": true
437
+ },
438
+ "gpt-5.2": {
439
+ "attachment": true,
440
+ "limit": {
441
+ "context": 192000,
442
+ "output": 128000
443
+ },
444
+ "options": {
445
+ "reasoningEffort": "medium",
446
+ "reasoningSummary": "auto",
447
+ "textVerbosity": "medium"
448
+ },
449
+ "reasoning": true,
450
+ "temperature": true,
451
+ "tool_call": true,
452
+ "variants": {
453
+ "high": {
454
+ "include": ["reasoning.encrypted_content"],
455
+ "reasoningEffort": "high",
456
+ "reasoningSummary": "auto"
457
+ },
458
+ "low": {
459
+ "reasoningEffort": "low",
460
+ "reasoningSummary": "auto"
461
+ },
462
+ "medium": {
463
+ "reasoningEffort": "medium",
464
+ "reasoningSummary": "auto"
465
+ }
466
+ }
467
+ },
468
+ "gpt-5.2-codex": {
469
+ "attachment": true,
470
+ "limit": {
471
+ "context": 400000,
472
+ "output": 128000
473
+ },
474
+ "options": {
475
+ "reasoningEffort": "medium",
476
+ "reasoningSummary": "auto",
477
+ "textVerbosity": "medium"
478
+ },
479
+ "reasoning": true,
480
+ "temperature": true,
481
+ "tool_call": true,
482
+ "variants": {
483
+ "fast": {
484
+ "disabled": true
485
+ },
486
+ "high": {
487
+ "include": ["reasoning.encrypted_content"],
488
+ "reasoningEffort": "high",
489
+ "reasoningSummary": "auto",
490
+ "textVerbosity": "medium"
491
+ },
492
+ "low": {
493
+ "reasoningEffort": "low",
494
+ "reasoningSummary": "auto"
495
+ },
496
+ "medium": {
497
+ "reasoningEffort": "medium",
498
+ "reasoningSummary": "auto",
499
+ "textVerbosity": "medium"
500
+ }
501
+ }
502
+ },
503
+ "gpt-5.3-codex": {
504
+ "attachment": true,
505
+ "limit": {
506
+ "context": 400000,
507
+ "output": 128000
508
+ },
509
+ "name": "Gpt 5 3 Codex",
510
+ "options": {
511
+ "reasoningEffort": "medium",
512
+ "reasoningSummary": "auto",
513
+ "textVerbosity": "medium"
514
+ },
515
+ "reasoning": true,
516
+ "temperature": true,
517
+ "tool_call": true,
518
+ "variants": {
519
+ "fast": {
520
+ "disabled": true
521
+ },
522
+ "high": {
523
+ "include": ["reasoning.encrypted_content"],
524
+ "reasoningEffort": "high",
525
+ "reasoningSummary": "auto",
526
+ "textVerbosity": "medium"
527
+ },
528
+ "low": {
529
+ "reasoningEffort": "low",
530
+ "reasoningSummary": "auto"
531
+ },
532
+ "medium": {
533
+ "reasoningEffort": "medium",
534
+ "reasoningSummary": "auto",
535
+ "textVerbosity": "medium"
536
+ }
537
+ }
538
+ },
539
+ "gpt-5.4": {
540
+ "attachment": true,
541
+ "limit": {
542
+ "context": 400000,
543
+ "output": 128000
544
+ },
545
+ "modalities": {
546
+ "input": ["text", "image"],
547
+ "output": ["text"]
548
+ },
549
+ "options": {
550
+ "reasoningEffort": "medium",
551
+ "reasoningSummary": "auto",
552
+ "textVerbosity": "medium"
553
+ },
554
+ "reasoning": true,
555
+ "temperature": true,
556
+ "tool_call": true,
557
+ "variants": {
558
+ "high": {
559
+ "include": ["reasoning.encrypted_content"],
560
+ "reasoningEffort": "high",
561
+ "reasoningSummary": "auto"
562
+ },
563
+ "low": {
564
+ "reasoningEffort": "low",
565
+ "reasoningSummary": "auto"
566
+ },
567
+ "medium": {
568
+ "reasoningEffort": "medium",
569
+ "reasoningSummary": "auto"
570
+ }
571
+ }
572
+ },
573
+ "grok-code-fast": {
574
+ "attachment": true,
575
+ "limit": {
576
+ "context": 173000,
577
+ "output": 64000
578
+ },
579
+ "reasoning": true,
580
+ "temperature": true,
581
+ "tool_call": true
582
+ },
583
+ "grok-code-fast-1": {
584
+ "attachment": true,
585
+ "limit": {
586
+ "context": 173000,
587
+ "output": 64000
588
+ },
589
+ "reasoning": true,
590
+ "temperature": true,
591
+ "tool_call": true
592
+ }
593
+ },
594
+ "options": {
595
+ "timeout": 600000
596
+ }
597
+ },
598
+ "kimi-for-coding": {
599
+ "models": {
600
+ "k2p5": {
601
+ "limit": {
602
+ "context": 262144,
603
+ "output": 32768
604
+ },
605
+ "options": {
606
+ "interleaved": {
607
+ "field": "reasoning_content"
608
+ },
609
+ "thinking": {
610
+ "budgetTokens": 8192,
611
+ "reasoning_effort": "high",
612
+ "type": "enabled"
613
+ }
614
+ },
615
+ "reasoning": true,
616
+ "temperature": true,
617
+ "tool_call": true,
618
+ "variants": {
619
+ "high": {
620
+ "interleaved": {
621
+ "field": "reasoning_content"
622
+ },
623
+ "options": {
624
+ "reasoning_effort": "high",
625
+ "thinkingBudget": 16384,
626
+ "type": "enabled"
627
+ }
628
+ },
629
+ "max": {
630
+ "interleaved": {
631
+ "field": "reasoning_content"
632
+ },
633
+ "options": {
634
+ "reasoning_effort": "high",
635
+ "thinkingBudget": 32768,
636
+ "type": "enabled"
637
+ }
638
+ }
639
+ }
640
+ }
641
+ }
642
+ },
643
+ "modal": {
644
+ "models": {
645
+ "zai-org/GLM-5-FP8": {
646
+ "modalities": {
647
+ "input": ["text", "image", "pdf"],
648
+ "output": ["text"]
649
+ },
650
+ "name": "GLM-5",
651
+ "options": {
652
+ "maxOutputTokens": 131072,
653
+ "reasoningEffort": "high",
654
+ "reasoningSummary": "true",
655
+ "temperature": 1,
656
+ "thinking": {
657
+ "type": "enabled"
658
+ },
659
+ "top_k": 40,
660
+ "top_p": 0.95
661
+ },
662
+ "reasoning": true
663
+ }
664
+ },
665
+ "name": "Modal",
666
+ "options": {
667
+ "apiKey": "{env:MODAL_API_KEY}",
668
+ "baseURL": "https://api.us-west-2.modal.direct/v1"
669
+ }
670
+ },
671
+ "openai": {
672
+ "models": {
673
+ "gpt-5.2": {
674
+ "variants": {
675
+ "fast": {
676
+ "disabled": true
677
+ },
678
+ "high": {
679
+ "include": ["reasoning.encrypted_content"],
680
+ "reasoningEffort": "high",
681
+ "reasoningSummary": "auto",
682
+ "textVerbosity": "low"
683
+ },
684
+ "medium": {
685
+ "include": ["reasoning.encrypted_content"],
686
+ "reasoningEffort": "medium",
687
+ "reasoningSummary": "auto",
688
+ "textVerbosity": "low"
689
+ }
690
+ }
691
+ },
692
+ "gpt-5.2-codex": {
693
+ "variants": {
694
+ "fast": {
695
+ "disabled": true
696
+ },
697
+ "high": {
698
+ "include": ["reasoning.encrypted_content"],
699
+ "reasoningEffort": "high",
700
+ "reasoningSummary": "auto",
701
+ "textVerbosity": "low"
702
+ },
703
+ "medium": {
704
+ "include": ["reasoning.encrypted_content"],
705
+ "reasoningEffort": "medium",
706
+ "reasoningSummary": "auto",
707
+ "textVerbosity": "low"
708
+ },
709
+ "xhigh": {
710
+ "include": ["reasoning.encrypted_content"],
711
+ "reasoningEffort": "xhigh",
712
+ "reasoningSummary": "auto",
713
+ "textVerbosity": "low"
714
+ }
715
+ }
716
+ },
717
+ "gpt-5.3-codex": {
718
+ "variants": {
719
+ "fast": {
720
+ "disabled": true
721
+ },
722
+ "high": {
723
+ "include": ["reasoning.encrypted_content"],
724
+ "reasoningEffort": "high",
725
+ "reasoningSummary": "auto",
726
+ "textVerbosity": "low"
727
+ },
728
+ "medium": {
729
+ "include": ["reasoning.encrypted_content"],
730
+ "reasoningEffort": "medium",
731
+ "reasoningSummary": "auto",
732
+ "textVerbosity": "low"
733
+ },
734
+ "xhigh": {
735
+ "include": ["reasoning.encrypted_content"],
736
+ "reasoningEffort": "xhigh",
737
+ "reasoningSummary": "auto",
738
+ "textVerbosity": "low"
739
+ }
740
+ }
741
+ },
742
+ "gpt-5.4": {
743
+ "attachment": true,
744
+ "limit": {
745
+ "context": 400000,
746
+ "output": 128000
747
+ },
748
+ "modalities": {
749
+ "input": ["text", "image"],
750
+ "output": ["text"]
751
+ },
752
+ "options": {
753
+ "reasoningEffort": "medium",
754
+ "reasoningSummary": "auto",
755
+ "textVerbosity": "medium"
756
+ },
757
+ "reasoning": true,
758
+ "temperature": true,
759
+ "tool_call": true,
760
+ "variants": {
761
+ "high": {
762
+ "include": ["reasoning.encrypted_content"],
763
+ "reasoningEffort": "high",
764
+ "reasoningSummary": "auto"
765
+ },
766
+ "low": {
767
+ "reasoningEffort": "low",
768
+ "reasoningSummary": "auto"
769
+ },
770
+ "medium": {
771
+ "reasoningEffort": "medium",
772
+ "reasoningSummary": "auto"
773
+ }
774
+ }
775
+ }
776
+ }
777
+ },
778
+ "opencode": {
779
+ "models": {
780
+ "big-pickle": {
781
+ "options": {
782
+ "reasoningEffort": "high",
783
+ "temperature": 1,
784
+ "top_k": 40,
785
+ "top_p": 0.95
786
+ },
787
+ "reasoning": true
788
+ }
789
+ }
790
+ },
791
+ "proxypal": {
792
+ "models": {
793
+ "claude-haiku-4-5": {
794
+ "limit": {
795
+ "context": 200000,
796
+ "output": 64000
797
+ },
798
+ "modalities": {
799
+ "input": ["text", "image", "pdf"],
800
+ "output": ["text"]
801
+ },
802
+ "name": "Claude Haiku 4 5"
803
+ },
804
+ "claude-haiku-4-5-20251001": {
805
+ "limit": {
806
+ "context": 200000,
807
+ "output": 64000
808
+ },
809
+ "modalities": {
810
+ "input": ["text", "image", "pdf"],
811
+ "output": ["text"]
812
+ },
813
+ "name": "Claude Haiku 4 5 20251001"
814
+ },
815
+ "claude-opus-4-6-thinking": {
816
+ "limit": {
817
+ "context": 200000,
818
+ "output": 64000
819
+ },
820
+ "modalities": {
821
+ "input": ["text", "image", "pdf"],
822
+ "output": ["text"]
823
+ },
824
+ "name": "Claude Opus 4 6 Thinking",
825
+ "options": {
826
+ "thinking": {
827
+ "budgetTokens": 8192,
828
+ "type": "enabled"
829
+ }
830
+ },
831
+ "reasoning": true,
832
+ "variants": {
833
+ "low": {
834
+ "thinkingConfig": {
835
+ "thinkingBudget": 8192
836
+ }
837
+ },
838
+ "max": {
839
+ "thinkingConfig": {
840
+ "thinkingBudget": 32768
841
+ }
842
+ }
843
+ }
844
+ },
845
+ "claude-opus-4.6": {
846
+ "limit": {
847
+ "context": 200000,
848
+ "output": 64000
849
+ },
850
+ "modalities": {
851
+ "input": ["text", "image", "pdf"],
852
+ "output": ["text"]
853
+ },
854
+ "name": "Claude Opus 4 6"
855
+ },
856
+ "claude-sonnet-4": {
857
+ "limit": {
858
+ "context": 200000,
859
+ "output": 64000
860
+ },
861
+ "modalities": {
862
+ "input": ["text", "image", "pdf"],
863
+ "output": ["text"]
864
+ },
865
+ "name": "Claude Sonnet 4"
866
+ },
867
+ "claude-sonnet-4-20250514": {
868
+ "limit": {
869
+ "context": 200000,
870
+ "output": 64000
871
+ },
872
+ "modalities": {
873
+ "input": ["text", "image", "pdf"],
874
+ "output": ["text"]
875
+ },
876
+ "name": "Claude Sonnet 4 20250514"
877
+ },
878
+ "claude-sonnet-4-5": {
879
+ "limit": {
880
+ "context": 200000,
881
+ "output": 64000
882
+ },
883
+ "modalities": {
884
+ "input": ["text", "image", "pdf"],
885
+ "output": ["text"]
886
+ },
887
+ "name": "Claude Sonnet 4 5"
888
+ },
889
+ "claude-sonnet-4-5-20250929": {
890
+ "limit": {
891
+ "context": 200000,
892
+ "output": 64000
893
+ },
894
+ "modalities": {
895
+ "input": ["text", "image", "pdf"],
896
+ "output": ["text"]
897
+ },
898
+ "name": "Claude Sonnet 4 5 20250929"
899
+ },
900
+ "claude-sonnet-4-6": {
901
+ "limit": {
902
+ "context": 200000,
903
+ "output": 64000
904
+ },
905
+ "modalities": {
906
+ "input": ["text", "image", "pdf"],
907
+ "output": ["text"]
908
+ },
909
+ "name": "Claude Sonnet 4 6"
910
+ },
911
+ "gemini-2.5-flash": {
912
+ "limit": {
913
+ "context": 1000000,
914
+ "output": 65536
915
+ },
916
+ "modalities": {
917
+ "input": ["text", "image", "pdf"],
918
+ "output": ["text"]
919
+ },
920
+ "name": "Gemini 2 5 Flash"
921
+ },
922
+ "gemini-2.5-flash-lite": {
923
+ "limit": {
924
+ "context": 1000000,
925
+ "output": 65536
926
+ },
927
+ "modalities": {
928
+ "input": ["text", "image", "pdf"],
929
+ "output": ["text"]
930
+ },
931
+ "name": "Gemini 2 5 Flash Lite"
932
+ },
933
+ "gemini-2.5-pro": {
934
+ "limit": {
935
+ "context": 1000000,
936
+ "output": 65536
937
+ },
938
+ "modalities": {
939
+ "input": ["text", "image", "pdf"],
940
+ "output": ["text"]
941
+ },
942
+ "name": "Gemini 2 5 Pro"
943
+ },
944
+ "gemini-3-flash": {
945
+ "limit": {
946
+ "context": 1000000,
947
+ "output": 65536
948
+ },
949
+ "modalities": {
950
+ "input": ["text", "image", "pdf"],
951
+ "output": ["text"]
952
+ },
953
+ "name": "Gemini 3 Flash",
954
+ "options": {
955
+ "generationConfig": {
956
+ "thinkingConfig": {
957
+ "includeThoughts": true,
958
+ "thinkingLevel": "medium"
959
+ }
960
+ }
961
+ },
962
+ "reasoning": true,
963
+ "variants": {
964
+ "high": {
965
+ "thinkingLevel": "high"
966
+ },
967
+ "low": {
968
+ "thinkingLevel": "low"
969
+ },
970
+ "medium": {
971
+ "thinkingLevel": "medium"
972
+ }
973
+ }
974
+ },
975
+ "gemini-3-flash-preview": {
976
+ "limit": {
977
+ "context": 1000000,
978
+ "output": 65536
979
+ },
980
+ "modalities": {
981
+ "input": ["text", "image", "pdf"],
982
+ "output": ["text"]
983
+ },
984
+ "name": "Gemini 3 Flash Preview",
985
+ "options": {
986
+ "generationConfig": {
987
+ "thinkingConfig": {
988
+ "includeThoughts": true,
989
+ "thinkingLevel": "medium"
990
+ }
991
+ }
992
+ },
993
+ "reasoning": true,
994
+ "variants": {
995
+ "high": {
996
+ "thinkingLevel": "high"
997
+ },
998
+ "low": {
999
+ "thinkingLevel": "low"
1000
+ },
1001
+ "medium": {
1002
+ "thinkingLevel": "medium"
1003
+ }
1004
+ }
1005
+ },
1006
+ "gemini-3-pro-high": {
1007
+ "limit": {
1008
+ "context": 1000000,
1009
+ "output": 65536
1010
+ },
1011
+ "modalities": {
1012
+ "input": ["text", "image", "pdf"],
1013
+ "output": ["text"]
1014
+ },
1015
+ "name": "Gemini 3 Pro High",
1016
+ "options": {
1017
+ "generationConfig": {
1018
+ "thinkingConfig": {
1019
+ "includeThoughts": true,
1020
+ "thinkingLevel": "medium"
1021
+ }
1022
+ }
1023
+ },
1024
+ "reasoning": true,
1025
+ "variants": {
1026
+ "high": {
1027
+ "thinkingLevel": "high"
1028
+ },
1029
+ "low": {
1030
+ "thinkingLevel": "low"
1031
+ },
1032
+ "medium": {
1033
+ "thinkingLevel": "medium"
1034
+ }
1035
+ }
1036
+ },
1037
+ "gemini-3-pro-low": {
1038
+ "limit": {
1039
+ "context": 1000000,
1040
+ "output": 65536
1041
+ },
1042
+ "modalities": {
1043
+ "input": ["text", "image", "pdf"],
1044
+ "output": ["text"]
1045
+ },
1046
+ "name": "Gemini 3 Pro Low",
1047
+ "options": {
1048
+ "generationConfig": {
1049
+ "thinkingConfig": {
1050
+ "includeThoughts": true,
1051
+ "thinkingLevel": "medium"
1052
+ }
1053
+ }
1054
+ },
1055
+ "reasoning": true,
1056
+ "variants": {
1057
+ "high": {
1058
+ "thinkingLevel": "high"
1059
+ },
1060
+ "low": {
1061
+ "thinkingLevel": "low"
1062
+ },
1063
+ "medium": {
1064
+ "thinkingLevel": "medium"
1065
+ }
1066
+ }
1067
+ },
1068
+ "gemini-3-pro-preview": {
1069
+ "limit": {
1070
+ "context": 1000000,
1071
+ "output": 65536
1072
+ },
1073
+ "modalities": {
1074
+ "input": ["text", "image", "pdf"],
1075
+ "output": ["text"]
1076
+ },
1077
+ "name": "Gemini 3 Pro Preview",
1078
+ "options": {
1079
+ "generationConfig": {
1080
+ "thinkingConfig": {
1081
+ "includeThoughts": true,
1082
+ "thinkingLevel": "medium"
1083
+ }
1084
+ }
1085
+ },
1086
+ "reasoning": true,
1087
+ "variants": {
1088
+ "high": {
1089
+ "thinkingLevel": "high"
1090
+ },
1091
+ "low": {
1092
+ "thinkingLevel": "low"
1093
+ },
1094
+ "medium": {
1095
+ "thinkingLevel": "medium"
1096
+ }
1097
+ }
1098
+ },
1099
+ "gemini-3.1-flash-image": {
1100
+ "limit": {
1101
+ "context": 1000000,
1102
+ "output": 65536
1103
+ },
1104
+ "name": "Gemini 3 1 Flash Image"
1105
+ },
1106
+ "gemini-3.1-flash-lite-preview": {
1107
+ "limit": {
1108
+ "context": 1000000,
1109
+ "output": 65536
1110
+ },
1111
+ "modalities": {
1112
+ "input": ["text", "image", "pdf"],
1113
+ "output": ["text"]
1114
+ },
1115
+ "name": "Gemini 3 1 Flash Lite Preview",
1116
+ "options": {
1117
+ "generationConfig": {
1118
+ "thinkingConfig": {
1119
+ "includeThoughts": true,
1120
+ "thinkingLevel": "medium"
1121
+ }
1122
+ }
1123
+ },
1124
+ "reasoning": true,
1125
+ "variants": {
1126
+ "high": {
1127
+ "thinkingLevel": "high"
1128
+ },
1129
+ "low": {
1130
+ "thinkingLevel": "low"
1131
+ },
1132
+ "medium": {
1133
+ "thinkingLevel": "medium"
1134
+ }
1135
+ }
1136
+ },
1137
+ "gemini-3.1-pro-high": {
1138
+ "limit": {
1139
+ "context": 1000000,
1140
+ "output": 65536
1141
+ },
1142
+ "modalities": {
1143
+ "input": ["text", "image", "pdf"],
1144
+ "output": ["text"]
1145
+ },
1146
+ "name": "Gemini 3 1 Pro High",
1147
+ "options": {
1148
+ "generationConfig": {
1149
+ "thinkingConfig": {
1150
+ "includeThoughts": true,
1151
+ "thinkingLevel": "medium"
1152
+ }
1153
+ }
1154
+ },
1155
+ "reasoning": true,
1156
+ "variants": {
1157
+ "high": {
1158
+ "thinkingLevel": "high"
1159
+ },
1160
+ "low": {
1161
+ "thinkingLevel": "low"
1162
+ },
1163
+ "medium": {
1164
+ "thinkingLevel": "medium"
1165
+ }
1166
+ }
1167
+ },
1168
+ "gemini-3.1-pro-low": {
1169
+ "limit": {
1170
+ "context": 1000000,
1171
+ "output": 65536
1172
+ },
1173
+ "modalities": {
1174
+ "input": ["text", "image", "pdf"],
1175
+ "output": ["text"]
1176
+ },
1177
+ "name": "Gemini 3 1 Pro Low",
1178
+ "options": {
1179
+ "generationConfig": {
1180
+ "thinkingConfig": {
1181
+ "includeThoughts": true,
1182
+ "thinkingLevel": "medium"
1183
+ }
1184
+ }
1185
+ },
1186
+ "reasoning": true,
1187
+ "variants": {
1188
+ "high": {
1189
+ "thinkingLevel": "high"
1190
+ },
1191
+ "low": {
1192
+ "thinkingLevel": "low"
1193
+ },
1194
+ "medium": {
1195
+ "thinkingLevel": "medium"
1196
+ }
1197
+ }
1198
+ },
1199
+ "gemini-3.1-pro-preview": {
1200
+ "limit": {
1201
+ "context": 1000000,
1202
+ "output": 65536
1203
+ },
1204
+ "modalities": {
1205
+ "input": ["text", "image", "pdf"],
1206
+ "output": ["text"]
1207
+ },
1208
+ "name": "Gemini 3 1 Pro Preview",
1209
+ "options": {
1210
+ "generationConfig": {
1211
+ "thinkingConfig": {
1212
+ "includeThoughts": true,
1213
+ "thinkingLevel": "medium"
1214
+ }
1215
+ }
1216
+ },
1217
+ "reasoning": true,
1218
+ "variants": {
1219
+ "high": {
1220
+ "thinkingLevel": "high"
1221
+ },
1222
+ "low": {
1223
+ "thinkingLevel": "low"
1224
+ },
1225
+ "medium": {
1226
+ "thinkingLevel": "medium"
1227
+ }
1228
+ }
1229
+ },
1230
+ "glm-4.5": {
1231
+ "limit": {
1232
+ "context": 128000,
1233
+ "output": 16384
1234
+ },
1235
+ "name": "Glm 4 5"
1236
+ },
1237
+ "glm-4.5-air": {
1238
+ "limit": {
1239
+ "context": 128000,
1240
+ "output": 16384
1241
+ },
1242
+ "name": "Glm 4 5 Air"
1243
+ },
1244
+ "glm-4.6": {
1245
+ "limit": {
1246
+ "context": 128000,
1247
+ "output": 16384
1248
+ },
1249
+ "name": "Glm 4 6"
1250
+ },
1251
+ "glm-4.7": {
1252
+ "limit": {
1253
+ "context": 128000,
1254
+ "output": 16384
1255
+ },
1256
+ "name": "Glm 4 7"
1257
+ },
1258
+ "gpt-5": {
1259
+ "limit": {
1260
+ "context": 400000,
1261
+ "output": 32768
1262
+ },
1263
+ "modalities": {
1264
+ "input": ["text", "image", "pdf"],
1265
+ "output": ["text"]
1266
+ },
1267
+ "name": "Gpt 5",
1268
+ "options": {
1269
+ "reasoningEffort": "medium"
1270
+ },
1271
+ "reasoning": true
1272
+ },
1273
+ "gpt-5-codex": {
1274
+ "limit": {
1275
+ "context": 400000,
1276
+ "output": 32768
1277
+ },
1278
+ "modalities": {
1279
+ "input": ["text", "image", "pdf"],
1280
+ "output": ["text"]
1281
+ },
1282
+ "name": "Gpt 5 Codex",
1283
+ "options": {
1284
+ "reasoningEffort": "medium"
1285
+ },
1286
+ "reasoning": true
1287
+ },
1288
+ "gpt-5-codex-mini": {
1289
+ "limit": {
1290
+ "context": 400000,
1291
+ "output": 32768
1292
+ },
1293
+ "modalities": {
1294
+ "input": ["text", "image", "pdf"],
1295
+ "output": ["text"]
1296
+ },
1297
+ "name": "Gpt 5 Codex Mini",
1298
+ "options": {
1299
+ "reasoningEffort": "medium"
1300
+ },
1301
+ "reasoning": true
1302
+ },
1303
+ "gpt-5.1": {
1304
+ "limit": {
1305
+ "context": 400000,
1306
+ "output": 32768
1307
+ },
1308
+ "modalities": {
1309
+ "input": ["text", "image", "pdf"],
1310
+ "output": ["text"]
1311
+ },
1312
+ "name": "Gpt 5 1",
1313
+ "options": {
1314
+ "reasoningEffort": "medium"
1315
+ },
1316
+ "reasoning": true
1317
+ },
1318
+ "gpt-5.1-codex": {
1319
+ "limit": {
1320
+ "context": 400000,
1321
+ "output": 32768
1322
+ },
1323
+ "modalities": {
1324
+ "input": ["text", "image", "pdf"],
1325
+ "output": ["text"]
1326
+ },
1327
+ "name": "Gpt 5 1 Codex",
1328
+ "options": {
1329
+ "reasoningEffort": "medium"
1330
+ },
1331
+ "reasoning": true
1332
+ },
1333
+ "gpt-5.1-codex-max": {
1334
+ "limit": {
1335
+ "context": 400000,
1336
+ "output": 32768
1337
+ },
1338
+ "modalities": {
1339
+ "input": ["text", "image", "pdf"],
1340
+ "output": ["text"]
1341
+ },
1342
+ "name": "Gpt 5 1 Codex Max",
1343
+ "options": {
1344
+ "reasoningEffort": "medium"
1345
+ },
1346
+ "reasoning": true
1347
+ },
1348
+ "gpt-5.1-codex-mini": {
1349
+ "limit": {
1350
+ "context": 400000,
1351
+ "output": 32768
1352
+ },
1353
+ "modalities": {
1354
+ "input": ["text", "image", "pdf"],
1355
+ "output": ["text"]
1356
+ },
1357
+ "name": "Gpt 5 1 Codex Mini",
1358
+ "options": {
1359
+ "reasoningEffort": "medium"
1360
+ },
1361
+ "reasoning": true
1362
+ },
1363
+ "gpt-5.2": {
1364
+ "limit": {
1365
+ "context": 400000,
1366
+ "output": 32768
1367
+ },
1368
+ "modalities": {
1369
+ "input": ["text", "image", "pdf"],
1370
+ "output": ["text"]
1371
+ },
1372
+ "name": "Gpt 5 2",
1373
+ "options": {
1374
+ "reasoningEffort": "medium"
1375
+ },
1376
+ "reasoning": true
1377
+ },
1378
+ "gpt-5.2-codex": {
1379
+ "limit": {
1380
+ "context": 400000,
1381
+ "output": 32768
1382
+ },
1383
+ "modalities": {
1384
+ "input": ["text", "image", "pdf"],
1385
+ "output": ["text"]
1386
+ },
1387
+ "name": "Gpt 5 2 Codex",
1388
+ "options": {
1389
+ "reasoningEffort": "medium"
1390
+ },
1391
+ "reasoning": true
1392
+ },
1393
+ "gpt-5.3-codex": {
1394
+ "limit": {
1395
+ "context": 400000,
1396
+ "output": 32768
1397
+ },
1398
+ "modalities": {
1399
+ "input": ["text", "image", "pdf"],
1400
+ "output": ["text"]
1401
+ },
1402
+ "name": "Gpt 5 3 Codex",
1403
+ "options": {
1404
+ "reasoningEffort": "medium"
1405
+ },
1406
+ "reasoning": true
1407
+ },
1408
+ "gpt-5.4": {
1409
+ "limit": {
1410
+ "context": 400000,
1411
+ "output": 32768
1412
+ },
1413
+ "modalities": {
1414
+ "input": ["text", "image", "pdf"],
1415
+ "output": ["text"]
1416
+ },
1417
+ "name": "Gpt 5 4",
1418
+ "options": {
1419
+ "reasoningEffort": "medium"
1420
+ },
1421
+ "reasoning": true
1422
+ },
1423
+ "gpt-5.4-mini": {
1424
+ "limit": {
1425
+ "context": 400000,
1426
+ "output": 32768
1427
+ },
1428
+ "modalities": {
1429
+ "input": ["text", "image", "pdf"],
1430
+ "output": ["text"]
1431
+ },
1432
+ "name": "Gpt 5 4 Mini",
1433
+ "options": {
1434
+ "reasoningEffort": "medium"
1435
+ },
1436
+ "reasoning": true
1437
+ },
1438
+ "gpt-oss-120b-medium": {
1439
+ "limit": {
1440
+ "context": 128000,
1441
+ "output": 16384
1442
+ },
1443
+ "name": "Gpt Oss 120b Medium"
1444
+ },
1445
+ "kimi-k2": {
1446
+ "limit": {
1447
+ "context": 128000,
1448
+ "output": 16384
1449
+ },
1450
+ "name": "Kimi K2"
1451
+ },
1452
+ "kimi-k2-thinking": {
1453
+ "limit": {
1454
+ "context": 128000,
1455
+ "output": 16384
1456
+ },
1457
+ "name": "Kimi K2 Thinking",
1458
+ "options": {
1459
+ "reasoningEffort": "high"
1460
+ },
1461
+ "reasoning": true
1462
+ },
1463
+ "kimi-k2.5": {
1464
+ "limit": {
1465
+ "context": 128000,
1466
+ "output": 16384
1467
+ },
1468
+ "name": "Kimi K2 5"
1469
+ },
1470
+ "kiro-auto": {
1471
+ "limit": {
1472
+ "context": 128000,
1473
+ "output": 16384
1474
+ },
1475
+ "name": "Kiro Auto"
1476
+ },
1477
+ "kiro-claude-haiku-4-5": {
1478
+ "limit": {
1479
+ "context": 200000,
1480
+ "output": 64000
1481
+ },
1482
+ "name": "Kiro Claude Haiku 4 5"
1483
+ },
1484
+ "kiro-claude-haiku-4-5-agentic": {
1485
+ "limit": {
1486
+ "context": 200000,
1487
+ "output": 64000
1488
+ },
1489
+ "name": "Kiro Claude Haiku 4 5 Agentic"
1490
+ },
1491
+ "kiro-claude-sonnet-4": {
1492
+ "limit": {
1493
+ "context": 200000,
1494
+ "output": 64000
1495
+ },
1496
+ "name": "Kiro Claude Sonnet 4"
1497
+ },
1498
+ "kiro-claude-sonnet-4-5": {
1499
+ "limit": {
1500
+ "context": 200000,
1501
+ "output": 64000
1502
+ },
1503
+ "name": "Kiro Claude Sonnet 4 5"
1504
+ },
1505
+ "kiro-claude-sonnet-4-5-agentic": {
1506
+ "limit": {
1507
+ "context": 200000,
1508
+ "output": 64000
1509
+ },
1510
+ "name": "Kiro Claude Sonnet 4 5 Agentic"
1511
+ },
1512
+ "kiro-claude-sonnet-4-agentic": {
1513
+ "limit": {
1514
+ "context": 200000,
1515
+ "output": 64000
1516
+ },
1517
+ "name": "Kiro Claude Sonnet 4 Agentic"
1518
+ },
1519
+ "kiro-deepseek-3-2": {
1520
+ "limit": {
1521
+ "context": 128000,
1522
+ "output": 8192
1523
+ },
1524
+ "name": "Kiro Deepseek 3 2"
1525
+ },
1526
+ "kiro-deepseek-3-2-agentic": {
1527
+ "limit": {
1528
+ "context": 128000,
1529
+ "output": 8192
1530
+ },
1531
+ "name": "Kiro Deepseek 3 2 Agentic"
1532
+ },
1533
+ "kiro-minimax-m2-1": {
1534
+ "limit": {
1535
+ "context": 128000,
1536
+ "output": 16384
1537
+ },
1538
+ "name": "Kiro Minimax M2 1"
1539
+ },
1540
+ "kiro-minimax-m2-1-agentic": {
1541
+ "limit": {
1542
+ "context": 128000,
1543
+ "output": 16384
1544
+ },
1545
+ "name": "Kiro Minimax M2 1 Agentic"
1546
+ },
1547
+ "kiro-minimax-m2-5": {
1548
+ "limit": {
1549
+ "context": 128000,
1550
+ "output": 16384
1551
+ },
1552
+ "name": "Kiro Minimax M2 5"
1553
+ },
1554
+ "kiro-minimax-m2-5-agentic": {
1555
+ "limit": {
1556
+ "context": 128000,
1557
+ "output": 16384
1558
+ },
1559
+ "name": "Kiro Minimax M2 5 Agentic"
1560
+ },
1561
+ "kiro-qwen3-coder-next": {
1562
+ "limit": {
1563
+ "context": 1000000,
1564
+ "output": 65536
1565
+ },
1566
+ "name": "Kiro Qwen3 Coder Next"
1567
+ },
1568
+ "kiro-qwen3-coder-next-agentic": {
1569
+ "limit": {
1570
+ "context": 1000000,
1571
+ "output": 65536
1572
+ },
1573
+ "name": "Kiro Qwen3 Coder Next Agentic"
1574
+ }
1575
+ },
1576
+ "name": "ProxyPal",
1577
+ "npm": "@ai-sdk/anthropic",
1578
+ "options": {
1579
+ "apiKey": "proxypal-local",
1580
+ "baseURL": "http://127.0.0.1:8317/v1",
1581
+ "includeUsage": true
1582
+ }
1583
+ },
1584
+ "zai-coding-plan": {
1585
+ "models": {
1586
+ "glm-4.6": {
1587
+ "limit": {
1588
+ "context": 128000,
1589
+ "output": 16384
1590
+ },
1591
+ "options": {
1592
+ "temperature": 1,
1593
+ "thinking": {
1594
+ "type": "enabled"
1595
+ }
1596
+ },
1597
+ "reasoning": true,
1598
+ "temperature": true,
1599
+ "tool_call": true
1600
+ },
1601
+ "glm-4.7": {
1602
+ "id": "glm-4.7",
1603
+ "interleaved": true,
1604
+ "limit": {
1605
+ "context": 200000,
1606
+ "output": 128000
1607
+ },
1608
+ "name": "GLM-4.7",
1609
+ "options": {
1610
+ "temperature": 1,
1611
+ "thinking": {
1612
+ "type": "enabled"
1613
+ }
1614
+ },
1615
+ "reasoning": true
1616
+ },
1617
+ "glm-5": {
1618
+ "name": "GLM-5",
1619
+ "options": {
1620
+ "maxOutputTokens": 131072,
1621
+ "reasoningEffort": "high",
1622
+ "reasoningSummary": "true",
1623
+ "temperature": 1,
1624
+ "thinking": {
1625
+ "type": "enabled"
1626
+ },
1627
+ "top_k": 40,
1628
+ "top_p": 0.95
1629
+ },
1630
+ "reasoning": true
1631
+ }
1632
+ },
1633
+ "name": "Z.AI Coding Plan"
1634
+ }
1635
+ },
1636
+ "share": "manual",
1637
+ "small_model": "opencode/gpt-5-nano",
1638
+ "watcher": {
1639
+ "ignore": [
1640
+ "node_modules/**",
1641
+ ".git/**",
1642
+ "dist/**",
1643
+ "build/**",
1644
+ "*.log",
1645
+ ".DS_Store"
1646
+ ]
1647
+ }
1648
+ }