opencodekit 0.17.5 → 0.17.7

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,1056 +1,1060 @@
1
1
  {
2
- "$schema": "https://opencode.ai/config.json",
3
- "agent": {
4
- "build": {
5
- "description": "Primary development agent with full codebase access",
6
- "model": "opencode/minimax-m2.5-free"
7
- },
8
- "compaction": {
9
- "description": "Session summarizer for context continuity across compactions"
10
- },
11
- "explore": {
12
- "description": "Fast codebase search specialist",
13
- "model": "opencode/minimax-m2.5-free"
14
- },
15
- "general": {
16
- "description": "General-purpose subagent for fast, well-defined tasks; delegates complexity quickly",
17
- "model": "opencode/minimax-m2.5-free"
18
- },
19
- "looker": {
20
- "description": "Media extraction specialist for images, PDFs, diagrams",
21
- "model": "proxypal/gemini-3-flash"
22
- },
23
- "painter": {
24
- "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",
25
- "model": "proxypal/gemini-3-pro-image"
26
- },
27
- "plan": {
28
- "description": "Primary planning agent for architecture and multi-phase execution",
29
- "model": "openai/gpt-5.3-codex"
30
- },
31
- "review": {
32
- "description": "Code review, debugging, and security audit specialist",
33
- "model": "openai/gpt-5.3-codex"
34
- },
35
- "scout": {
36
- "description": "External research specialist for library docs and patterns",
37
- "model": "opencode/kimi-k2.5-free"
38
- },
39
- "vision": {
40
- "description": "Visual content specialist for multimodal analysis and UI/UX guidance",
41
- "model": "proxypal/gemini-3-pro-high"
42
- }
43
- },
44
- "autoupdate": false,
45
- "formatter": {
46
- "biome": {
47
- "command": ["npx", "@biomejs/biome", "check", "--write", "$FILE"],
48
- "extensions": [".js", ".jsx", ".ts", ".tsx", ".json", ".jsonc"]
49
- },
50
- "cargo-fmt": {
51
- "command": ["cargo", "fmt", "--", "$FILE"],
52
- "extensions": [".rs"]
53
- },
54
- "java-formatter": {
55
- "command": ["google-java-format", "--replace", "$FILE"],
56
- "environment": {
57
- "JAVA_HOME": "{env:JAVA_HOME}"
58
- },
59
- "extensions": [".java"]
60
- },
61
- "laravel-pint": {
62
- "command": ["npx", "laravel-pint", "--preset", "psr12", "$FILE"],
63
- "extensions": [".php"]
64
- },
65
- "oxfmt": {
66
- "command": ["npx", "oxfmt", "--write", "$FILE"],
67
- "extensions": [
68
- ".js",
69
- ".jsx",
70
- ".ts",
71
- ".tsx",
72
- ".json",
73
- ".jsonc",
74
- ".html",
75
- ".css",
76
- ".scss",
77
- ".sass",
78
- ".md",
79
- ".mdx",
80
- ".yaml",
81
- ".yml"
82
- ]
83
- }
84
- },
85
- "instructions": [
86
- ".opencode/memory/project/user.md",
87
- ".opencode/memory/project/tech-stack.md",
88
- ".opencode/memory/project/project.md",
89
- ".opencode/memory/project/roadmap.md",
90
- ".opencode/memory/project/state.md"
91
- ],
92
- "keybinds": {
93
- "command_list": ";",
94
- "leader": "`",
95
- "session_child_cycle": "ctrl+alt+right",
96
- "session_child_cycle_reverse": "ctrl+alt+left",
97
- "session_compact": "ctrl+k"
98
- },
99
- "mcp": {
100
- "stitch": {
101
- "enabled": false,
102
- "headers": {
103
- "Authorization": "Bearer {env:STITCH_ACCESS_TOKEN}",
104
- "X-Goog-User-Project": "{env:GOOGLE_CLOUD_PROJECT}"
105
- },
106
- "oauth": false,
107
- "type": "remote",
108
- "url": "https://stitch.googleapis.com/mcp"
109
- }
110
- },
111
- "model": "opencode/kimi-k2.5-free",
112
- "permission": {
113
- "bash": {
114
- "*": "allow",
115
- "cat *": "allow",
116
- "git branch *": "allow",
117
- "git checkout *": "ask",
118
- "git clean *": "ask",
119
- "git commit *": "ask",
120
- "git diff *": "allow",
121
- "git log *": "allow",
122
- "git merge *": "ask",
123
- "git push *": "ask",
124
- "git rebase *": "ask",
125
- "git reset *": "ask",
126
- "git status *": "allow",
127
- "ls *": "allow",
128
- "npm *": "allow",
129
- "npm publish *": "ask",
130
- "npm run db:push*": "ask",
131
- "npm run db:reset*": "deny",
132
- "npx *": "allow",
133
- "rm *": "deny",
134
- "rm -rf *": "deny",
135
- "sudo *": "deny"
136
- },
137
- "doom_loop": "ask",
138
- "edit": "allow",
139
- "external_directory": "ask",
140
- "question": "allow",
141
- "read": {
142
- "*": "allow",
143
- "*.env": "deny",
144
- "*.env.*": "deny",
145
- "*.env.example": "allow",
146
- "*.key": "deny",
147
- "*.pem": "deny",
148
- "*credentials*": "deny",
149
- "*password*": "deny",
150
- "*secret*": "deny",
151
- "*token*": "deny"
152
- }
153
- },
154
- "plugin": [
155
- "@tarquinen/opencode-dcp@latest",
156
- "@franlol/opencode-md-table-formatter@0.0.3"
157
- ],
158
- "provider": {
159
- "modal": {
160
- "options": {
161
- "baseURL": "https://api.us-west-2.modal.direct/v1",
162
- "apiKey": "{env:MODAL_API_KEY}"
163
- },
164
- "name": "Modal",
165
- "models": {
166
- "zai-org/GLM-5-FP8": {
167
- "name": "GLM-5",
168
- "reasoning": true,
169
- "options": {
170
- "reasoningEffort": "high",
171
- "reasoningSummary": "true",
172
- "temperature": 1,
173
- "top_k": 40,
174
- "top_p": 0.95,
175
- "maxOutputTokens": 131072,
176
- "thinking": {
177
- "type": "enabled"
178
- }
179
- }
180
- }
181
- }
182
- },
183
- "github-copilot": {
184
- "models": {
185
- "claude-haiku-4.5": {
186
- "attachment": true,
187
- "options": {
188
- "thinking_budget": 10000,
189
- "type": "enabled"
190
- },
191
- "reasoning": true,
192
- "temperature": true,
193
- "tool_call": true,
194
- "variants": {
195
- "high": {
196
- "options": {
197
- "thinking_budget": 8000,
198
- "type": "enabled"
199
- }
200
- },
201
- "max": {
202
- "options": {
203
- "thinking_budget": 16000,
204
- "type": "enabled"
205
- }
206
- }
207
- }
208
- },
209
- "claude-opus-4.5": {
210
- "attachment": true,
211
- "options": {
212
- "thinking_budget": 10000
213
- },
214
- "reasoning": true,
215
- "temperature": true,
216
- "tool_call": true,
217
- "variants": {
218
- "high": {
219
- "options": {
220
- "thinking_budget": 8000
221
- }
222
- },
223
- "max": {
224
- "options": {
225
- "thinking_budget": 16000
226
- }
227
- }
228
- }
229
- },
230
- "claude-opus-4.6": {
231
- "attachment": true,
232
- "limit": {
233
- "context": 128000,
234
- "output": 64000
235
- },
236
- "options": {
237
- "thinking": {
238
- "budget_tokens": 16000,
239
- "type": "enabled"
240
- }
241
- },
242
- "reasoning": true,
243
- "temperature": true,
244
- "tool_call": true,
245
- "variants": {
246
- "adaptive": {
247
- "options": {
248
- "output_config": {
249
- "effort": "max"
250
- },
251
- "thinking": {
252
- "type": "adaptive"
253
- },
254
- "max_tokens": 64000
255
- }
256
- },
257
- "high": {
258
- "options": {
259
- "thinking": {
260
- "budget_tokens": 24000,
261
- "type": "enabled"
262
- }
263
- }
264
- },
265
- "max": {
266
- "options": {
267
- "thinking": {
268
- "budget_tokens": 32000,
269
- "type": "enabled"
270
- }
271
- }
272
- }
273
- }
274
- },
275
- "claude-sonnet-4.5": {
276
- "attachment": true,
277
- "options": {
278
- "thinking_budget": 10000
279
- },
280
- "reasoning": true,
281
- "temperature": true,
282
- "tool_call": true,
283
- "variants": {
284
- "high": {
285
- "options": {
286
- "thinking_budget": 8000
287
- }
288
- },
289
- "max": {
290
- "options": {
291
- "thinking_budget": 16000
292
- }
293
- }
294
- }
295
- },
296
- "gpt-5.2": {
297
- "attachment": true,
298
- "options": {
299
- "reasoningEffort": "medium",
300
- "reasoningSummary": "auto",
301
- "textVerbosity": "medium"
302
- },
303
- "reasoning": true,
304
- "temperature": true,
305
- "tool_call": true,
306
- "variants": {
307
- "high": {
308
- "include": ["reasoning.encrypted_content"],
309
- "reasoningEffort": "high",
310
- "reasoningSummary": "auto"
311
- },
312
- "low": {
313
- "reasoningEffort": "low",
314
- "reasoningSummary": "auto"
315
- },
316
- "medium": {
317
- "reasoningEffort": "medium",
318
- "reasoningSummary": "auto"
319
- }
320
- }
321
- },
322
- "gpt-5.2-codex": {
323
- "attachment": true,
324
- "options": {
325
- "reasoningEffort": "medium",
326
- "reasoningSummary": "auto",
327
- "textVerbosity": "medium"
328
- },
329
- "reasoning": true,
330
- "temperature": true,
331
- "tool_call": true,
332
- "variants": {
333
- "fast": {
334
- "disabled": true
335
- },
336
- "high": {
337
- "include": ["reasoning.encrypted_content"],
338
- "reasoningEffort": "high",
339
- "reasoningSummary": "auto",
340
- "textVerbosity": "medium"
341
- },
342
- "low": {
343
- "reasoningEffort": "low",
344
- "reasoningSummary": "auto"
345
- },
346
- "medium": {
347
- "reasoningEffort": "medium",
348
- "reasoningSummary": "auto",
349
- "textVerbosity": "medium"
350
- }
351
- }
352
- }
353
- },
354
- "options": {
355
- "timeout": 600000
356
- }
357
- },
358
- "kimi-for-coding": {
359
- "models": {
360
- "k2p5": {
361
- "limit": {
362
- "context": 262144,
363
- "output": 32768
364
- },
365
- "options": {
366
- "interleaved": {
367
- "field": "reasoning_content"
368
- },
369
- "thinking": {
370
- "budgetTokens": 8192,
371
- "reasoning_effort": "high",
372
- "type": "enabled"
373
- }
374
- },
375
- "reasoning": true,
376
- "temperature": true,
377
- "tool_call": true,
378
- "variants": {
379
- "high": {
380
- "interleaved": {
381
- "field": "reasoning_content"
382
- },
383
- "options": {
384
- "reasoning_effort": "high",
385
- "thinkingBudget": 16384,
386
- "type": "enabled"
387
- }
388
- },
389
- "max": {
390
- "interleaved": {
391
- "field": "reasoning_content"
392
- },
393
- "options": {
394
- "reasoning_effort": "high",
395
- "thinkingBudget": 32768,
396
- "type": "enabled"
397
- }
398
- }
399
- }
400
- }
401
- }
402
- },
403
- "openai": {
404
- "models": {
405
- "gpt-5.2": {
406
- "variants": {
407
- "fast": {
408
- "disabled": true
409
- },
410
- "high": {
411
- "include": ["reasoning.encrypted_content"],
412
- "reasoningEffort": "high",
413
- "reasoningSummary": "auto",
414
- "textVerbosity": "low"
415
- },
416
- "medium": {
417
- "include": ["reasoning.encrypted_content"],
418
- "reasoningEffort": "medium",
419
- "reasoningSummary": "auto",
420
- "textVerbosity": "low"
421
- }
422
- }
423
- },
424
- "gpt-5.2-codex": {
425
- "variants": {
426
- "fast": {
427
- "disabled": true
428
- },
429
- "high": {
430
- "include": ["reasoning.encrypted_content"],
431
- "reasoningEffort": "high",
432
- "reasoningSummary": "auto",
433
- "textVerbosity": "low"
434
- },
435
- "medium": {
436
- "include": ["reasoning.encrypted_content"],
437
- "reasoningEffort": "medium",
438
- "reasoningSummary": "auto",
439
- "textVerbosity": "low"
440
- }
441
- }
442
- }
443
- }
444
- },
445
- "opencode": {
446
- "models": {
447
- "big-pickle": {
448
- "options": {
449
- "reasoningEffort": "high",
450
- "temperature": 1,
451
- "top_k": 40,
452
- "top_p": 0.95
453
- },
454
- "reasoning": true
455
- },
456
- "kimi-k2.5-free": {
457
- "limit": {
458
- "context": 262144,
459
- "output": 32768
460
- },
461
- "options": {
462
- "interleaved": {
463
- "field": "reasoning_content"
464
- },
465
- "thinking": {
466
- "budgetTokens": 8192,
467
- "reasoning_effort": "high",
468
- "type": "enabled"
469
- }
470
- },
471
- "reasoning": true,
472
- "temperature": true,
473
- "tool_call": true,
474
- "variants": {
475
- "high": {
476
- "interleaved": {
477
- "field": "reasoning_content"
478
- },
479
- "options": {
480
- "reasoning_effort": "high",
481
- "thinkingBudget": 16384,
482
- "type": "enabled"
483
- }
484
- },
485
- "max": {
486
- "interleaved": {
487
- "field": "reasoning_content"
488
- },
489
- "options": {
490
- "reasoning_effort": "high",
491
- "thinkingBudget": 32768,
492
- "type": "enabled"
493
- }
494
- }
495
- }
496
- }
497
- }
498
- },
499
- "proxypal": {
500
- "models": {
501
- "claude-opus-4-5-thinking": {
502
- "limit": {
503
- "context": 200000,
504
- "output": 64000
505
- },
506
- "name": "Claude Opus 4 5 Thinking",
507
- "options": {
508
- "thinking": {
509
- "budgetTokens": 8192,
510
- "type": "enabled"
511
- }
512
- },
513
- "reasoning": true,
514
- "variants": {
515
- "low": {
516
- "thinkingConfig": {
517
- "thinkingBudget": 8192
518
- }
519
- },
520
- "max": {
521
- "thinkingConfig": {
522
- "thinkingBudget": 32768
523
- }
524
- }
525
- }
526
- },
527
- "claude-opus-4-6-thinking": {
528
- "limit": {
529
- "context": 200000,
530
- "output": 64000
531
- },
532
- "name": "Claude Opus 4 6 Thinking",
533
- "options": {
534
- "thinking": {
535
- "budgetTokens": 8192,
536
- "type": "enabled"
537
- }
538
- },
539
- "reasoning": true,
540
- "variants": {
541
- "low": {
542
- "thinkingConfig": {
543
- "thinkingBudget": 8192
544
- }
545
- },
546
- "max": {
547
- "thinkingConfig": {
548
- "thinkingBudget": 32768
549
- }
550
- }
551
- }
552
- },
553
- "claude-sonnet-4-5": {
554
- "limit": {
555
- "context": 200000,
556
- "output": 64000
557
- },
558
- "name": "Claude Sonnet 4 5"
559
- },
560
- "claude-sonnet-4-5-thinking": {
561
- "limit": {
562
- "context": 200000,
563
- "output": 64000
564
- },
565
- "name": "Claude Sonnet 4 5 Thinking",
566
- "options": {
567
- "thinking": {
568
- "budgetTokens": 8192,
569
- "type": "enabled"
570
- }
571
- },
572
- "reasoning": true,
573
- "variants": {
574
- "low": {
575
- "thinkingConfig": {
576
- "thinkingBudget": 8192
577
- }
578
- },
579
- "max": {
580
- "thinkingConfig": {
581
- "thinkingBudget": 32768
582
- }
583
- }
584
- }
585
- },
586
- "gemini-2.5-flash": {
587
- "limit": {
588
- "context": 1000000,
589
- "output": 65536
590
- },
591
- "modalities": {
592
- "input": ["text", "image", "pdf"],
593
- "output": ["text"]
594
- },
595
- "name": "Gemini 2 5 Flash"
596
- },
597
- "gemini-2.5-flash-lite": {
598
- "limit": {
599
- "context": 1000000,
600
- "output": 65536
601
- },
602
- "modalities": {
603
- "input": ["text", "image", "pdf"],
604
- "output": ["text"]
605
- },
606
- "name": "Gemini 2 5 Flash Lite"
607
- },
608
- "gemini-2.5-pro": {
609
- "limit": {
610
- "context": 1000000,
611
- "output": 65536
612
- },
613
- "modalities": {
614
- "input": ["text", "image", "pdf"],
615
- "output": ["text"]
616
- },
617
- "name": "Gemini 2 5 Pro"
618
- },
619
- "gemini-3-flash": {
620
- "limit": {
621
- "context": 1000000,
622
- "output": 65536
623
- },
624
- "modalities": {
625
- "input": ["text", "image", "pdf"],
626
- "output": ["text"]
627
- },
628
- "name": "Gemini 3 Flash",
629
- "options": {
630
- "generationConfig": {
631
- "thinkingConfig": {
632
- "includeThoughts": true,
633
- "thinkingLevel": "medium"
634
- }
635
- }
636
- },
637
- "reasoning": true,
638
- "variants": {
639
- "high": {
640
- "thinkingLevel": "high"
641
- },
642
- "low": {
643
- "thinkingLevel": "low"
644
- },
645
- "medium": {
646
- "thinkingLevel": "medium"
647
- }
648
- }
649
- },
650
- "gemini-3-flash-preview": {
651
- "limit": {
652
- "context": 1000000,
653
- "output": 65536
654
- },
655
- "modalities": {
656
- "input": ["text", "image", "pdf"],
657
- "output": ["text"]
658
- },
659
- "name": "Gemini 3 Flash Preview",
660
- "options": {
661
- "generationConfig": {
662
- "thinkingConfig": {
663
- "includeThoughts": true,
664
- "thinkingLevel": "medium"
665
- }
666
- }
667
- },
668
- "reasoning": true,
669
- "variants": {
670
- "high": {
671
- "thinkingLevel": "high"
672
- },
673
- "low": {
674
- "thinkingLevel": "low"
675
- },
676
- "medium": {
677
- "thinkingLevel": "medium"
678
- }
679
- }
680
- },
681
- "gemini-3-pro-high": {
682
- "limit": {
683
- "context": 1000000,
684
- "output": 65536
685
- },
686
- "modalities": {
687
- "input": ["text", "image", "pdf"],
688
- "output": ["text"]
689
- },
690
- "name": "Gemini 3 Pro High",
691
- "options": {
692
- "generationConfig": {
693
- "thinkingConfig": {
694
- "includeThoughts": true,
695
- "thinkingLevel": "medium"
696
- }
697
- }
698
- },
699
- "reasoning": true,
700
- "variants": {
701
- "high": {
702
- "thinkingLevel": "high"
703
- },
704
- "low": {
705
- "thinkingLevel": "low"
706
- },
707
- "medium": {
708
- "thinkingLevel": "medium"
709
- }
710
- }
711
- },
712
- "gemini-3-pro-image": {
713
- "limit": {
714
- "context": 1000000,
715
- "output": 65536
716
- },
717
- "name": "Gemini 3 Pro Image"
718
- },
719
- "gemini-3-pro-preview": {
720
- "limit": {
721
- "context": 1000000,
722
- "output": 65536
723
- },
724
- "modalities": {
725
- "input": ["text", "image", "pdf"],
726
- "output": ["text"]
727
- },
728
- "name": "Gemini 3 Pro Preview",
729
- "options": {
730
- "generationConfig": {
731
- "thinkingConfig": {
732
- "includeThoughts": true,
733
- "thinkingLevel": "medium"
734
- }
735
- }
736
- },
737
- "reasoning": true,
738
- "variants": {
739
- "high": {
740
- "thinkingLevel": "high"
741
- },
742
- "low": {
743
- "thinkingLevel": "low"
744
- },
745
- "medium": {
746
- "thinkingLevel": "medium"
747
- }
748
- }
749
- },
750
- "glm-4.5": {
751
- "limit": {
752
- "context": 128000,
753
- "output": 16384
754
- },
755
- "name": "Glm 4 5"
756
- },
757
- "glm-4.5-air": {
758
- "limit": {
759
- "context": 128000,
760
- "output": 16384
761
- },
762
- "name": "Glm 4 5 Air"
763
- },
764
- "glm-4.6": {
765
- "limit": {
766
- "context": 128000,
767
- "output": 16384
768
- },
769
- "name": "Glm 4 6"
770
- },
771
- "glm-4.7": {
772
- "limit": {
773
- "context": 128000,
774
- "output": 16384
775
- },
776
- "name": "Glm 4 7"
777
- },
778
- "gpt-5": {
779
- "limit": {
780
- "context": 400000,
781
- "output": 32768
782
- },
783
- "name": "Gpt 5",
784
- "options": {
785
- "reasoningEffort": "medium"
786
- },
787
- "reasoning": true
788
- },
789
- "gpt-5-codex": {
790
- "limit": {
791
- "context": 400000,
792
- "output": 32768
793
- },
794
- "name": "Gpt 5 Codex",
795
- "options": {
796
- "reasoningEffort": "medium"
797
- },
798
- "reasoning": true
799
- },
800
- "gpt-5-codex-mini": {
801
- "limit": {
802
- "context": 400000,
803
- "output": 32768
804
- },
805
- "name": "Gpt 5 Codex Mini",
806
- "options": {
807
- "reasoningEffort": "medium"
808
- },
809
- "reasoning": true
810
- },
811
- "gpt-5.1": {
812
- "limit": {
813
- "context": 400000,
814
- "output": 32768
815
- },
816
- "name": "Gpt 5 1",
817
- "options": {
818
- "reasoningEffort": "medium"
819
- },
820
- "reasoning": true
821
- },
822
- "gpt-5.1-codex": {
823
- "limit": {
824
- "context": 400000,
825
- "output": 32768
826
- },
827
- "name": "Gpt 5 1 Codex",
828
- "options": {
829
- "reasoningEffort": "medium"
830
- },
831
- "reasoning": true
832
- },
833
- "gpt-5.1-codex-max": {
834
- "limit": {
835
- "context": 400000,
836
- "output": 32768
837
- },
838
- "name": "Gpt 5 1 Codex Max",
839
- "options": {
840
- "reasoningEffort": "medium"
841
- },
842
- "reasoning": true
843
- },
844
- "gpt-5.1-codex-mini": {
845
- "limit": {
846
- "context": 400000,
847
- "output": 32768
848
- },
849
- "name": "Gpt 5 1 Codex Mini",
850
- "options": {
851
- "reasoningEffort": "medium"
852
- },
853
- "reasoning": true
854
- },
855
- "gpt-5.2": {
856
- "limit": {
857
- "context": 400000,
858
- "output": 32768
859
- },
860
- "name": "Gpt 5 2",
861
- "options": {
862
- "reasoningEffort": "medium"
863
- },
864
- "reasoning": true
865
- },
866
- "gpt-5.2-codex": {
867
- "limit": {
868
- "context": 400000,
869
- "output": 32768
870
- },
871
- "name": "Gpt 5 2 Codex",
872
- "options": {
873
- "reasoningEffort": "medium"
874
- },
875
- "reasoning": true
876
- },
877
- "gpt-5.3-codex": {
878
- "limit": {
879
- "context": 400000,
880
- "output": 32768
881
- },
882
- "name": "Gpt 5 3 Codex",
883
- "options": {
884
- "reasoningEffort": "medium"
885
- },
886
- "reasoning": true
887
- },
888
- "gpt-oss-120b-medium": {
889
- "limit": {
890
- "context": 128000,
891
- "output": 16384
892
- },
893
- "name": "Gpt Oss 120b Medium"
894
- },
895
- "kimi-k2": {
896
- "limit": {
897
- "context": 128000,
898
- "output": 16384
899
- },
900
- "name": "Kimi K2"
901
- },
902
- "kimi-k2-thinking": {
903
- "limit": {
904
- "context": 128000,
905
- "output": 16384
906
- },
907
- "name": "Kimi K2 Thinking",
908
- "options": {
909
- "reasoningEffort": "high"
910
- },
911
- "reasoning": true
912
- },
913
- "kimi-k2.5": {
914
- "limit": {
915
- "context": 128000,
916
- "output": 16384
917
- },
918
- "name": "Kimi K2 5"
919
- },
920
- "kiro-auto": {
921
- "limit": {
922
- "context": 128000,
923
- "output": 16384
924
- },
925
- "name": "Kiro Auto"
926
- },
927
- "kiro-claude-haiku-4-5": {
928
- "limit": {
929
- "context": 200000,
930
- "output": 64000
931
- },
932
- "name": "Kiro Claude Haiku 4 5"
933
- },
934
- "kiro-claude-haiku-4-5-agentic": {
935
- "limit": {
936
- "context": 200000,
937
- "output": 64000
938
- },
939
- "name": "Kiro Claude Haiku 4 5 Agentic"
940
- },
941
- "kiro-claude-sonnet-4": {
942
- "limit": {
943
- "context": 200000,
944
- "output": 64000
945
- },
946
- "name": "Kiro Claude Sonnet 4"
947
- },
948
- "kiro-claude-sonnet-4-5": {
949
- "limit": {
950
- "context": 200000,
951
- "output": 64000
952
- },
953
- "name": "Kiro Claude Sonnet 4 5"
954
- },
955
- "kiro-claude-sonnet-4-5-agentic": {
956
- "limit": {
957
- "context": 200000,
958
- "output": 64000
959
- },
960
- "name": "Kiro Claude Sonnet 4 5 Agentic"
961
- },
962
- "kiro-claude-sonnet-4-agentic": {
963
- "limit": {
964
- "context": 200000,
965
- "output": 64000
966
- },
967
- "name": "Kiro Claude Sonnet 4 Agentic"
968
- },
969
- "tab_flash_lite_preview": {
970
- "limit": {
971
- "context": 128000,
972
- "output": 16384
973
- },
974
- "name": "Tab_flash_lite_preview"
975
- }
976
- },
977
- "name": "ProxyPal",
978
- "npm": "@ai-sdk/anthropic",
979
- "options": {
980
- "apiKey": "proxypal-local",
981
- "baseURL": "http://127.0.0.1:8317/v1",
982
- "includeUsage": true
983
- }
984
- },
985
- "zai-coding-plan": {
986
- "models": {
987
- "glm-4.6": {
988
- "limit": {
989
- "context": 128000,
990
- "output": 16384
991
- },
992
- "options": {
993
- "temperature": 1,
994
- "thinking": {
995
- "type": "enabled"
996
- }
997
- },
998
- "reasoning": true,
999
- "temperature": true,
1000
- "tool_call": true
1001
- },
1002
- "glm-4.7": {
1003
- "id": "glm-4.7",
1004
- "interleaved": true,
1005
- "limit": {
1006
- "context": 200000,
1007
- "output": 128000
1008
- },
1009
- "name": "GLM-4.7",
1010
- "options": {
1011
- "temperature": 1,
1012
- "thinking": {
1013
- "type": "enabled"
1014
- }
1015
- },
1016
- "reasoning": true
1017
- },
1018
- "glm-5": {
1019
- "name": "GLM-5",
1020
- "reasoning": true,
1021
- "options": {
1022
- "reasoningEffort": "high",
1023
- "reasoningSummary": "true",
1024
- "temperature": 1,
1025
- "top_k": 40,
1026
- "top_p": 0.95,
1027
- "maxOutputTokens": 131072,
1028
- "thinking": {
1029
- "type": "enabled"
1030
- }
1031
- }
1032
- }
1033
- },
1034
- "name": "Z.AI Coding Plan"
1035
- }
1036
- },
1037
- "share": "manual",
1038
- "small_model": "opencode/gpt-5-nano",
1039
- "tui": {
1040
- "diff_style": "auto",
1041
- "scroll_acceleration": {
1042
- "enabled": true
1043
- },
1044
- "scroll_speed": 3
1045
- },
1046
- "watcher": {
1047
- "ignore": [
1048
- "node_modules/**",
1049
- ".git/**",
1050
- "dist/**",
1051
- "build/**",
1052
- "*.log",
1053
- ".DS_Store"
1054
- ]
1055
- }
2
+ "$schema": "https://opencode.ai/config.json",
3
+ "agent": {
4
+ "build": {
5
+ "description": "Primary development agent with full codebase access",
6
+ "model": "opencode/minimax-m2.5-free"
7
+ },
8
+ "compaction": {
9
+ "description": "Session summarizer for context continuity across compactions"
10
+ },
11
+ "explore": {
12
+ "description": "Fast codebase search specialist",
13
+ "model": "opencode/minimax-m2.5-free"
14
+ },
15
+ "general": {
16
+ "description": "General-purpose subagent for fast, well-defined tasks; delegates complexity quickly",
17
+ "model": "opencode/minimax-m2.5-free"
18
+ },
19
+ "looker": {
20
+ "description": "Media extraction specialist for images, PDFs, diagrams",
21
+ "model": "proxypal/gemini-3-flash"
22
+ },
23
+ "painter": {
24
+ "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",
25
+ "model": "proxypal/gemini-3-pro-image"
26
+ },
27
+ "plan": {
28
+ "description": "Primary planning agent for architecture and multi-phase execution",
29
+ "model": "openai/gpt-5.3-codex"
30
+ },
31
+ "review": {
32
+ "description": "Code review, debugging, and security audit specialist",
33
+ "model": "openai/gpt-5.3-codex"
34
+ },
35
+ "scout": {
36
+ "description": "External research specialist for library docs and patterns",
37
+ "model": "opencode/kimi-k2.5-free"
38
+ },
39
+ "vision": {
40
+ "description": "Visual content specialist for multimodal analysis and UI/UX guidance",
41
+ "model": "proxypal/gemini-3-pro-high"
42
+ }
43
+ },
44
+ "autoupdate": false,
45
+ "formatter": {
46
+ "biome": {
47
+ "command": ["npx", "@biomejs/biome", "check", "--write", "$FILE"],
48
+ "extensions": [".js", ".jsx", ".ts", ".tsx", ".json", ".jsonc"]
49
+ },
50
+ "cargo-fmt": {
51
+ "command": ["cargo", "fmt", "--", "$FILE"],
52
+ "extensions": [".rs"]
53
+ },
54
+ "java-formatter": {
55
+ "command": ["google-java-format", "--replace", "$FILE"],
56
+ "environment": {
57
+ "JAVA_HOME": "{env:JAVA_HOME}"
58
+ },
59
+ "extensions": [".java"]
60
+ },
61
+ "laravel-pint": {
62
+ "command": ["npx", "laravel-pint", "--preset", "psr12", "$FILE"],
63
+ "extensions": [".php"]
64
+ },
65
+ "oxfmt": {
66
+ "command": ["npx", "oxfmt", "--write", "$FILE"],
67
+ "extensions": [
68
+ ".js",
69
+ ".jsx",
70
+ ".ts",
71
+ ".tsx",
72
+ ".json",
73
+ ".jsonc",
74
+ ".html",
75
+ ".css",
76
+ ".scss",
77
+ ".sass",
78
+ ".md",
79
+ ".mdx",
80
+ ".yaml",
81
+ ".yml"
82
+ ]
83
+ }
84
+ },
85
+ "instructions": [
86
+ ".opencode/memory/project/user.md",
87
+ ".opencode/memory/project/tech-stack.md",
88
+ ".opencode/memory/project/project.md",
89
+ ".opencode/memory/project/roadmap.md",
90
+ ".opencode/memory/project/state.md"
91
+ ],
92
+ "keybinds": {
93
+ "command_list": ";",
94
+ "leader": "`",
95
+ "session_child_cycle": "ctrl+alt+right",
96
+ "session_child_cycle_reverse": "ctrl+alt+left",
97
+ "session_compact": "ctrl+k"
98
+ },
99
+ "mcp": {
100
+ "stitch": {
101
+ "enabled": false,
102
+ "headers": {
103
+ "Authorization": "Bearer {env:STITCH_ACCESS_TOKEN}",
104
+ "X-Goog-User-Project": "{env:GOOGLE_CLOUD_PROJECT}"
105
+ },
106
+ "oauth": false,
107
+ "type": "remote",
108
+ "url": "https://stitch.googleapis.com/mcp"
109
+ }
110
+ },
111
+ "model": "opencode/kimi-k2.5-free",
112
+ "permission": {
113
+ "bash": {
114
+ "*": "allow",
115
+ "cat *": "allow",
116
+ "git branch *": "allow",
117
+ "git checkout *": "ask",
118
+ "git clean *": "ask",
119
+ "git commit *": "ask",
120
+ "git diff *": "allow",
121
+ "git log *": "allow",
122
+ "git merge *": "ask",
123
+ "git push *": "ask",
124
+ "git rebase *": "ask",
125
+ "git reset *": "ask",
126
+ "git status *": "allow",
127
+ "ls *": "allow",
128
+ "npm *": "allow",
129
+ "npm publish *": "ask",
130
+ "npm run db:push*": "ask",
131
+ "npm run db:reset*": "deny",
132
+ "npx *": "allow",
133
+ "rm *": "deny",
134
+ "rm -rf *": "deny",
135
+ "sudo *": "deny"
136
+ },
137
+ "doom_loop": "ask",
138
+ "edit": "allow",
139
+ "external_directory": "ask",
140
+ "question": "allow",
141
+ "read": {
142
+ "*": "allow",
143
+ "*.env": "deny",
144
+ "*.env.*": "deny",
145
+ "*.env.example": "allow",
146
+ "*.key": "deny",
147
+ "*.pem": "deny",
148
+ "*credentials*": "deny",
149
+ "*password*": "deny",
150
+ "*secret*": "deny",
151
+ "*token*": "deny"
152
+ }
153
+ },
154
+ "plugin": [
155
+ "@tarquinen/opencode-dcp@latest",
156
+ "@franlol/opencode-md-table-formatter@0.0.3"
157
+ ],
158
+ "provider": {
159
+ "modal": {
160
+ "options": {
161
+ "baseURL": "https://api.us-west-2.modal.direct/v1",
162
+ "apiKey": "{env:MODAL_API_KEY}"
163
+ },
164
+ "name": "Modal",
165
+ "models": {
166
+ "zai-org/GLM-5-FP8": {
167
+ "name": "GLM-5",
168
+ "reasoning": true,
169
+ "options": {
170
+ "reasoningEffort": "high",
171
+ "reasoningSummary": "true",
172
+ "temperature": 1,
173
+ "top_k": 40,
174
+ "top_p": 0.95,
175
+ "maxOutputTokens": 131072,
176
+ "thinking": {
177
+ "type": "enabled"
178
+ }
179
+ },
180
+ "modalities": {
181
+ "input": ["text", "image", "pdf"],
182
+ "output": ["text"]
183
+ }
184
+ }
185
+ }
186
+ },
187
+ "github-copilot": {
188
+ "models": {
189
+ "claude-haiku-4.5": {
190
+ "attachment": true,
191
+ "options": {
192
+ "thinking_budget": 10000,
193
+ "type": "enabled"
194
+ },
195
+ "reasoning": true,
196
+ "temperature": true,
197
+ "tool_call": true,
198
+ "variants": {
199
+ "high": {
200
+ "options": {
201
+ "thinking_budget": 8000,
202
+ "type": "enabled"
203
+ }
204
+ },
205
+ "max": {
206
+ "options": {
207
+ "thinking_budget": 16000,
208
+ "type": "enabled"
209
+ }
210
+ }
211
+ }
212
+ },
213
+ "claude-opus-4.5": {
214
+ "attachment": true,
215
+ "options": {
216
+ "thinking_budget": 10000
217
+ },
218
+ "reasoning": true,
219
+ "temperature": true,
220
+ "tool_call": true,
221
+ "variants": {
222
+ "high": {
223
+ "options": {
224
+ "thinking_budget": 8000
225
+ }
226
+ },
227
+ "max": {
228
+ "options": {
229
+ "thinking_budget": 16000
230
+ }
231
+ }
232
+ }
233
+ },
234
+ "claude-opus-4.6": {
235
+ "attachment": true,
236
+ "limit": {
237
+ "context": 128000,
238
+ "output": 64000
239
+ },
240
+ "options": {
241
+ "thinking": {
242
+ "budget_tokens": 16000,
243
+ "type": "enabled"
244
+ }
245
+ },
246
+ "reasoning": true,
247
+ "temperature": true,
248
+ "tool_call": true,
249
+ "variants": {
250
+ "adaptive": {
251
+ "options": {
252
+ "output_config": {
253
+ "effort": "max"
254
+ },
255
+ "thinking": {
256
+ "type": "adaptive"
257
+ },
258
+ "max_tokens": 64000
259
+ }
260
+ },
261
+ "high": {
262
+ "options": {
263
+ "thinking": {
264
+ "budget_tokens": 24000,
265
+ "type": "enabled"
266
+ }
267
+ }
268
+ },
269
+ "max": {
270
+ "options": {
271
+ "thinking": {
272
+ "budget_tokens": 32000,
273
+ "type": "enabled"
274
+ }
275
+ }
276
+ }
277
+ }
278
+ },
279
+ "claude-sonnet-4.5": {
280
+ "attachment": true,
281
+ "options": {
282
+ "thinking_budget": 10000
283
+ },
284
+ "reasoning": true,
285
+ "temperature": true,
286
+ "tool_call": true,
287
+ "variants": {
288
+ "high": {
289
+ "options": {
290
+ "thinking_budget": 8000
291
+ }
292
+ },
293
+ "max": {
294
+ "options": {
295
+ "thinking_budget": 16000
296
+ }
297
+ }
298
+ }
299
+ },
300
+ "gpt-5.2": {
301
+ "attachment": true,
302
+ "options": {
303
+ "reasoningEffort": "medium",
304
+ "reasoningSummary": "auto",
305
+ "textVerbosity": "medium"
306
+ },
307
+ "reasoning": true,
308
+ "temperature": true,
309
+ "tool_call": true,
310
+ "variants": {
311
+ "high": {
312
+ "include": ["reasoning.encrypted_content"],
313
+ "reasoningEffort": "high",
314
+ "reasoningSummary": "auto"
315
+ },
316
+ "low": {
317
+ "reasoningEffort": "low",
318
+ "reasoningSummary": "auto"
319
+ },
320
+ "medium": {
321
+ "reasoningEffort": "medium",
322
+ "reasoningSummary": "auto"
323
+ }
324
+ }
325
+ },
326
+ "gpt-5.2-codex": {
327
+ "attachment": true,
328
+ "options": {
329
+ "reasoningEffort": "medium",
330
+ "reasoningSummary": "auto",
331
+ "textVerbosity": "medium"
332
+ },
333
+ "reasoning": true,
334
+ "temperature": true,
335
+ "tool_call": true,
336
+ "variants": {
337
+ "fast": {
338
+ "disabled": true
339
+ },
340
+ "high": {
341
+ "include": ["reasoning.encrypted_content"],
342
+ "reasoningEffort": "high",
343
+ "reasoningSummary": "auto",
344
+ "textVerbosity": "medium"
345
+ },
346
+ "low": {
347
+ "reasoningEffort": "low",
348
+ "reasoningSummary": "auto"
349
+ },
350
+ "medium": {
351
+ "reasoningEffort": "medium",
352
+ "reasoningSummary": "auto",
353
+ "textVerbosity": "medium"
354
+ }
355
+ }
356
+ }
357
+ },
358
+ "options": {
359
+ "timeout": 600000
360
+ }
361
+ },
362
+ "kimi-for-coding": {
363
+ "models": {
364
+ "k2p5": {
365
+ "limit": {
366
+ "context": 262144,
367
+ "output": 32768
368
+ },
369
+ "options": {
370
+ "interleaved": {
371
+ "field": "reasoning_content"
372
+ },
373
+ "thinking": {
374
+ "budgetTokens": 8192,
375
+ "reasoning_effort": "high",
376
+ "type": "enabled"
377
+ }
378
+ },
379
+ "reasoning": true,
380
+ "temperature": true,
381
+ "tool_call": true,
382
+ "variants": {
383
+ "high": {
384
+ "interleaved": {
385
+ "field": "reasoning_content"
386
+ },
387
+ "options": {
388
+ "reasoning_effort": "high",
389
+ "thinkingBudget": 16384,
390
+ "type": "enabled"
391
+ }
392
+ },
393
+ "max": {
394
+ "interleaved": {
395
+ "field": "reasoning_content"
396
+ },
397
+ "options": {
398
+ "reasoning_effort": "high",
399
+ "thinkingBudget": 32768,
400
+ "type": "enabled"
401
+ }
402
+ }
403
+ }
404
+ }
405
+ }
406
+ },
407
+ "openai": {
408
+ "models": {
409
+ "gpt-5.2": {
410
+ "variants": {
411
+ "fast": {
412
+ "disabled": true
413
+ },
414
+ "high": {
415
+ "include": ["reasoning.encrypted_content"],
416
+ "reasoningEffort": "high",
417
+ "reasoningSummary": "auto",
418
+ "textVerbosity": "low"
419
+ },
420
+ "medium": {
421
+ "include": ["reasoning.encrypted_content"],
422
+ "reasoningEffort": "medium",
423
+ "reasoningSummary": "auto",
424
+ "textVerbosity": "low"
425
+ }
426
+ }
427
+ },
428
+ "gpt-5.2-codex": {
429
+ "variants": {
430
+ "fast": {
431
+ "disabled": true
432
+ },
433
+ "high": {
434
+ "include": ["reasoning.encrypted_content"],
435
+ "reasoningEffort": "high",
436
+ "reasoningSummary": "auto",
437
+ "textVerbosity": "low"
438
+ },
439
+ "medium": {
440
+ "include": ["reasoning.encrypted_content"],
441
+ "reasoningEffort": "medium",
442
+ "reasoningSummary": "auto",
443
+ "textVerbosity": "low"
444
+ }
445
+ }
446
+ }
447
+ }
448
+ },
449
+ "opencode": {
450
+ "models": {
451
+ "big-pickle": {
452
+ "options": {
453
+ "reasoningEffort": "high",
454
+ "temperature": 1,
455
+ "top_k": 40,
456
+ "top_p": 0.95
457
+ },
458
+ "reasoning": true
459
+ },
460
+ "kimi-k2.5-free": {
461
+ "limit": {
462
+ "context": 262144,
463
+ "output": 32768
464
+ },
465
+ "options": {
466
+ "interleaved": {
467
+ "field": "reasoning_content"
468
+ },
469
+ "thinking": {
470
+ "budgetTokens": 8192,
471
+ "reasoning_effort": "high",
472
+ "type": "enabled"
473
+ }
474
+ },
475
+ "reasoning": true,
476
+ "temperature": true,
477
+ "tool_call": true,
478
+ "variants": {
479
+ "high": {
480
+ "interleaved": {
481
+ "field": "reasoning_content"
482
+ },
483
+ "options": {
484
+ "reasoning_effort": "high",
485
+ "thinkingBudget": 16384,
486
+ "type": "enabled"
487
+ }
488
+ },
489
+ "max": {
490
+ "interleaved": {
491
+ "field": "reasoning_content"
492
+ },
493
+ "options": {
494
+ "reasoning_effort": "high",
495
+ "thinkingBudget": 32768,
496
+ "type": "enabled"
497
+ }
498
+ }
499
+ }
500
+ }
501
+ }
502
+ },
503
+ "proxypal": {
504
+ "models": {
505
+ "claude-opus-4-5-thinking": {
506
+ "limit": {
507
+ "context": 200000,
508
+ "output": 64000
509
+ },
510
+ "name": "Claude Opus 4 5 Thinking",
511
+ "options": {
512
+ "thinking": {
513
+ "budgetTokens": 8192,
514
+ "type": "enabled"
515
+ }
516
+ },
517
+ "reasoning": true,
518
+ "variants": {
519
+ "low": {
520
+ "thinkingConfig": {
521
+ "thinkingBudget": 8192
522
+ }
523
+ },
524
+ "max": {
525
+ "thinkingConfig": {
526
+ "thinkingBudget": 32768
527
+ }
528
+ }
529
+ }
530
+ },
531
+ "claude-opus-4-6-thinking": {
532
+ "limit": {
533
+ "context": 200000,
534
+ "output": 64000
535
+ },
536
+ "name": "Claude Opus 4 6 Thinking",
537
+ "options": {
538
+ "thinking": {
539
+ "budgetTokens": 8192,
540
+ "type": "enabled"
541
+ }
542
+ },
543
+ "reasoning": true,
544
+ "variants": {
545
+ "low": {
546
+ "thinkingConfig": {
547
+ "thinkingBudget": 8192
548
+ }
549
+ },
550
+ "max": {
551
+ "thinkingConfig": {
552
+ "thinkingBudget": 32768
553
+ }
554
+ }
555
+ }
556
+ },
557
+ "claude-sonnet-4-5": {
558
+ "limit": {
559
+ "context": 200000,
560
+ "output": 64000
561
+ },
562
+ "name": "Claude Sonnet 4 5"
563
+ },
564
+ "claude-sonnet-4-5-thinking": {
565
+ "limit": {
566
+ "context": 200000,
567
+ "output": 64000
568
+ },
569
+ "name": "Claude Sonnet 4 5 Thinking",
570
+ "options": {
571
+ "thinking": {
572
+ "budgetTokens": 8192,
573
+ "type": "enabled"
574
+ }
575
+ },
576
+ "reasoning": true,
577
+ "variants": {
578
+ "low": {
579
+ "thinkingConfig": {
580
+ "thinkingBudget": 8192
581
+ }
582
+ },
583
+ "max": {
584
+ "thinkingConfig": {
585
+ "thinkingBudget": 32768
586
+ }
587
+ }
588
+ }
589
+ },
590
+ "gemini-2.5-flash": {
591
+ "limit": {
592
+ "context": 1000000,
593
+ "output": 65536
594
+ },
595
+ "modalities": {
596
+ "input": ["text", "image", "pdf"],
597
+ "output": ["text"]
598
+ },
599
+ "name": "Gemini 2 5 Flash"
600
+ },
601
+ "gemini-2.5-flash-lite": {
602
+ "limit": {
603
+ "context": 1000000,
604
+ "output": 65536
605
+ },
606
+ "modalities": {
607
+ "input": ["text", "image", "pdf"],
608
+ "output": ["text"]
609
+ },
610
+ "name": "Gemini 2 5 Flash Lite"
611
+ },
612
+ "gemini-2.5-pro": {
613
+ "limit": {
614
+ "context": 1000000,
615
+ "output": 65536
616
+ },
617
+ "modalities": {
618
+ "input": ["text", "image", "pdf"],
619
+ "output": ["text"]
620
+ },
621
+ "name": "Gemini 2 5 Pro"
622
+ },
623
+ "gemini-3-flash": {
624
+ "limit": {
625
+ "context": 1000000,
626
+ "output": 65536
627
+ },
628
+ "modalities": {
629
+ "input": ["text", "image", "pdf"],
630
+ "output": ["text"]
631
+ },
632
+ "name": "Gemini 3 Flash",
633
+ "options": {
634
+ "generationConfig": {
635
+ "thinkingConfig": {
636
+ "includeThoughts": true,
637
+ "thinkingLevel": "medium"
638
+ }
639
+ }
640
+ },
641
+ "reasoning": true,
642
+ "variants": {
643
+ "high": {
644
+ "thinkingLevel": "high"
645
+ },
646
+ "low": {
647
+ "thinkingLevel": "low"
648
+ },
649
+ "medium": {
650
+ "thinkingLevel": "medium"
651
+ }
652
+ }
653
+ },
654
+ "gemini-3-flash-preview": {
655
+ "limit": {
656
+ "context": 1000000,
657
+ "output": 65536
658
+ },
659
+ "modalities": {
660
+ "input": ["text", "image", "pdf"],
661
+ "output": ["text"]
662
+ },
663
+ "name": "Gemini 3 Flash Preview",
664
+ "options": {
665
+ "generationConfig": {
666
+ "thinkingConfig": {
667
+ "includeThoughts": true,
668
+ "thinkingLevel": "medium"
669
+ }
670
+ }
671
+ },
672
+ "reasoning": true,
673
+ "variants": {
674
+ "high": {
675
+ "thinkingLevel": "high"
676
+ },
677
+ "low": {
678
+ "thinkingLevel": "low"
679
+ },
680
+ "medium": {
681
+ "thinkingLevel": "medium"
682
+ }
683
+ }
684
+ },
685
+ "gemini-3-pro-high": {
686
+ "limit": {
687
+ "context": 1000000,
688
+ "output": 65536
689
+ },
690
+ "modalities": {
691
+ "input": ["text", "image", "pdf"],
692
+ "output": ["text"]
693
+ },
694
+ "name": "Gemini 3 Pro High",
695
+ "options": {
696
+ "generationConfig": {
697
+ "thinkingConfig": {
698
+ "includeThoughts": true,
699
+ "thinkingLevel": "medium"
700
+ }
701
+ }
702
+ },
703
+ "reasoning": true,
704
+ "variants": {
705
+ "high": {
706
+ "thinkingLevel": "high"
707
+ },
708
+ "low": {
709
+ "thinkingLevel": "low"
710
+ },
711
+ "medium": {
712
+ "thinkingLevel": "medium"
713
+ }
714
+ }
715
+ },
716
+ "gemini-3-pro-image": {
717
+ "limit": {
718
+ "context": 1000000,
719
+ "output": 65536
720
+ },
721
+ "name": "Gemini 3 Pro Image"
722
+ },
723
+ "gemini-3-pro-preview": {
724
+ "limit": {
725
+ "context": 1000000,
726
+ "output": 65536
727
+ },
728
+ "modalities": {
729
+ "input": ["text", "image", "pdf"],
730
+ "output": ["text"]
731
+ },
732
+ "name": "Gemini 3 Pro Preview",
733
+ "options": {
734
+ "generationConfig": {
735
+ "thinkingConfig": {
736
+ "includeThoughts": true,
737
+ "thinkingLevel": "medium"
738
+ }
739
+ }
740
+ },
741
+ "reasoning": true,
742
+ "variants": {
743
+ "high": {
744
+ "thinkingLevel": "high"
745
+ },
746
+ "low": {
747
+ "thinkingLevel": "low"
748
+ },
749
+ "medium": {
750
+ "thinkingLevel": "medium"
751
+ }
752
+ }
753
+ },
754
+ "glm-4.5": {
755
+ "limit": {
756
+ "context": 128000,
757
+ "output": 16384
758
+ },
759
+ "name": "Glm 4 5"
760
+ },
761
+ "glm-4.5-air": {
762
+ "limit": {
763
+ "context": 128000,
764
+ "output": 16384
765
+ },
766
+ "name": "Glm 4 5 Air"
767
+ },
768
+ "glm-4.6": {
769
+ "limit": {
770
+ "context": 128000,
771
+ "output": 16384
772
+ },
773
+ "name": "Glm 4 6"
774
+ },
775
+ "glm-4.7": {
776
+ "limit": {
777
+ "context": 128000,
778
+ "output": 16384
779
+ },
780
+ "name": "Glm 4 7"
781
+ },
782
+ "gpt-5": {
783
+ "limit": {
784
+ "context": 400000,
785
+ "output": 32768
786
+ },
787
+ "name": "Gpt 5",
788
+ "options": {
789
+ "reasoningEffort": "medium"
790
+ },
791
+ "reasoning": true
792
+ },
793
+ "gpt-5-codex": {
794
+ "limit": {
795
+ "context": 400000,
796
+ "output": 32768
797
+ },
798
+ "name": "Gpt 5 Codex",
799
+ "options": {
800
+ "reasoningEffort": "medium"
801
+ },
802
+ "reasoning": true
803
+ },
804
+ "gpt-5-codex-mini": {
805
+ "limit": {
806
+ "context": 400000,
807
+ "output": 32768
808
+ },
809
+ "name": "Gpt 5 Codex Mini",
810
+ "options": {
811
+ "reasoningEffort": "medium"
812
+ },
813
+ "reasoning": true
814
+ },
815
+ "gpt-5.1": {
816
+ "limit": {
817
+ "context": 400000,
818
+ "output": 32768
819
+ },
820
+ "name": "Gpt 5 1",
821
+ "options": {
822
+ "reasoningEffort": "medium"
823
+ },
824
+ "reasoning": true
825
+ },
826
+ "gpt-5.1-codex": {
827
+ "limit": {
828
+ "context": 400000,
829
+ "output": 32768
830
+ },
831
+ "name": "Gpt 5 1 Codex",
832
+ "options": {
833
+ "reasoningEffort": "medium"
834
+ },
835
+ "reasoning": true
836
+ },
837
+ "gpt-5.1-codex-max": {
838
+ "limit": {
839
+ "context": 400000,
840
+ "output": 32768
841
+ },
842
+ "name": "Gpt 5 1 Codex Max",
843
+ "options": {
844
+ "reasoningEffort": "medium"
845
+ },
846
+ "reasoning": true
847
+ },
848
+ "gpt-5.1-codex-mini": {
849
+ "limit": {
850
+ "context": 400000,
851
+ "output": 32768
852
+ },
853
+ "name": "Gpt 5 1 Codex Mini",
854
+ "options": {
855
+ "reasoningEffort": "medium"
856
+ },
857
+ "reasoning": true
858
+ },
859
+ "gpt-5.2": {
860
+ "limit": {
861
+ "context": 400000,
862
+ "output": 32768
863
+ },
864
+ "name": "Gpt 5 2",
865
+ "options": {
866
+ "reasoningEffort": "medium"
867
+ },
868
+ "reasoning": true
869
+ },
870
+ "gpt-5.2-codex": {
871
+ "limit": {
872
+ "context": 400000,
873
+ "output": 32768
874
+ },
875
+ "name": "Gpt 5 2 Codex",
876
+ "options": {
877
+ "reasoningEffort": "medium"
878
+ },
879
+ "reasoning": true
880
+ },
881
+ "gpt-5.3-codex": {
882
+ "limit": {
883
+ "context": 400000,
884
+ "output": 32768
885
+ },
886
+ "name": "Gpt 5 3 Codex",
887
+ "options": {
888
+ "reasoningEffort": "medium"
889
+ },
890
+ "reasoning": true
891
+ },
892
+ "gpt-oss-120b-medium": {
893
+ "limit": {
894
+ "context": 128000,
895
+ "output": 16384
896
+ },
897
+ "name": "Gpt Oss 120b Medium"
898
+ },
899
+ "kimi-k2": {
900
+ "limit": {
901
+ "context": 128000,
902
+ "output": 16384
903
+ },
904
+ "name": "Kimi K2"
905
+ },
906
+ "kimi-k2-thinking": {
907
+ "limit": {
908
+ "context": 128000,
909
+ "output": 16384
910
+ },
911
+ "name": "Kimi K2 Thinking",
912
+ "options": {
913
+ "reasoningEffort": "high"
914
+ },
915
+ "reasoning": true
916
+ },
917
+ "kimi-k2.5": {
918
+ "limit": {
919
+ "context": 128000,
920
+ "output": 16384
921
+ },
922
+ "name": "Kimi K2 5"
923
+ },
924
+ "kiro-auto": {
925
+ "limit": {
926
+ "context": 128000,
927
+ "output": 16384
928
+ },
929
+ "name": "Kiro Auto"
930
+ },
931
+ "kiro-claude-haiku-4-5": {
932
+ "limit": {
933
+ "context": 200000,
934
+ "output": 64000
935
+ },
936
+ "name": "Kiro Claude Haiku 4 5"
937
+ },
938
+ "kiro-claude-haiku-4-5-agentic": {
939
+ "limit": {
940
+ "context": 200000,
941
+ "output": 64000
942
+ },
943
+ "name": "Kiro Claude Haiku 4 5 Agentic"
944
+ },
945
+ "kiro-claude-sonnet-4": {
946
+ "limit": {
947
+ "context": 200000,
948
+ "output": 64000
949
+ },
950
+ "name": "Kiro Claude Sonnet 4"
951
+ },
952
+ "kiro-claude-sonnet-4-5": {
953
+ "limit": {
954
+ "context": 200000,
955
+ "output": 64000
956
+ },
957
+ "name": "Kiro Claude Sonnet 4 5"
958
+ },
959
+ "kiro-claude-sonnet-4-5-agentic": {
960
+ "limit": {
961
+ "context": 200000,
962
+ "output": 64000
963
+ },
964
+ "name": "Kiro Claude Sonnet 4 5 Agentic"
965
+ },
966
+ "kiro-claude-sonnet-4-agentic": {
967
+ "limit": {
968
+ "context": 200000,
969
+ "output": 64000
970
+ },
971
+ "name": "Kiro Claude Sonnet 4 Agentic"
972
+ },
973
+ "tab_flash_lite_preview": {
974
+ "limit": {
975
+ "context": 128000,
976
+ "output": 16384
977
+ },
978
+ "name": "Tab_flash_lite_preview"
979
+ }
980
+ },
981
+ "name": "ProxyPal",
982
+ "npm": "@ai-sdk/anthropic",
983
+ "options": {
984
+ "apiKey": "proxypal-local",
985
+ "baseURL": "http://127.0.0.1:8317/v1",
986
+ "includeUsage": true
987
+ }
988
+ },
989
+ "zai-coding-plan": {
990
+ "models": {
991
+ "glm-4.6": {
992
+ "limit": {
993
+ "context": 128000,
994
+ "output": 16384
995
+ },
996
+ "options": {
997
+ "temperature": 1,
998
+ "thinking": {
999
+ "type": "enabled"
1000
+ }
1001
+ },
1002
+ "reasoning": true,
1003
+ "temperature": true,
1004
+ "tool_call": true
1005
+ },
1006
+ "glm-4.7": {
1007
+ "id": "glm-4.7",
1008
+ "interleaved": true,
1009
+ "limit": {
1010
+ "context": 200000,
1011
+ "output": 128000
1012
+ },
1013
+ "name": "GLM-4.7",
1014
+ "options": {
1015
+ "temperature": 1,
1016
+ "thinking": {
1017
+ "type": "enabled"
1018
+ }
1019
+ },
1020
+ "reasoning": true
1021
+ },
1022
+ "glm-5": {
1023
+ "name": "GLM-5",
1024
+ "reasoning": true,
1025
+ "options": {
1026
+ "reasoningEffort": "high",
1027
+ "reasoningSummary": "true",
1028
+ "temperature": 1,
1029
+ "top_k": 40,
1030
+ "top_p": 0.95,
1031
+ "maxOutputTokens": 131072,
1032
+ "thinking": {
1033
+ "type": "enabled"
1034
+ }
1035
+ }
1036
+ }
1037
+ },
1038
+ "name": "Z.AI Coding Plan"
1039
+ }
1040
+ },
1041
+ "share": "manual",
1042
+ "small_model": "opencode/gpt-5-nano",
1043
+ "tui": {
1044
+ "diff_style": "auto",
1045
+ "scroll_acceleration": {
1046
+ "enabled": true
1047
+ },
1048
+ "scroll_speed": 3
1049
+ },
1050
+ "watcher": {
1051
+ "ignore": [
1052
+ "node_modules/**",
1053
+ ".git/**",
1054
+ "dist/**",
1055
+ "build/**",
1056
+ "*.log",
1057
+ ".DS_Store"
1058
+ ]
1059
+ }
1056
1060
  }