opencodekit 0.19.2 → 0.19.4

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