opencodekit 0.15.6 → 0.15.8

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,631 +1,706 @@
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.1-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/grok-code"
14
- },
15
- "general": {
16
- "description": "General-purpose subagent for fast, well-defined tasks; delegates complexity quickly",
17
- "model": "opencode/glm-4.7-free"
18
- },
19
- "looker": {
20
- "description": "Media extraction specialist for images, PDFs, diagrams",
21
- "model": "opencode/gpt-5-nano"
22
- },
23
- "plan": {
24
- "description": "Primary planning agent for architecture and multi-phase execution",
25
- "model": "opencode/minimax-m2.1-free"
26
- },
27
- "review": {
28
- "description": "Code review, debugging, and security audit specialist",
29
- "model": "opencode/minimax-m2.1-free"
30
- },
31
- "scout": {
32
- "description": "External research specialist for library docs and patterns",
33
- "model": "opencode/big-pickle"
34
- },
35
- "vision": {
36
- "description": "Visual content specialist for multimodal analysis and UI/UX guidance",
37
- "model": "opencode/gpt-5-nano"
38
- }
39
- },
40
- "autoupdate": false,
41
- "compaction": {
42
- "auto": true,
43
- "prune": true
44
- },
45
- "experimental": {
46
- "batch_tool": true,
47
- "chatMaxRetries": 2,
48
- "continue_loop_on_deny": false,
49
- "lsp": true,
50
- "primary_tools": ["edit", "write", "bash"]
51
- },
52
- "formatter": {
53
- "biome": {
54
- "command": ["npx", "@biomejs/biome", "check", "--write", "$FILE"],
55
- "extensions": [".js", ".jsx", ".ts", ".tsx", ".json", ".jsonc"]
56
- },
57
- "cargo-fmt": {
58
- "command": ["cargo", "fmt", "--", "$FILE"],
59
- "extensions": [".rs"]
60
- },
61
- "java-formatter": {
62
- "command": ["google-java-format", "--replace", "$FILE"],
63
- "environment": {
64
- "JAVA_HOME": "{env:JAVA_HOME}"
65
- },
66
- "extensions": [".java"]
67
- },
68
- "oxfmt": {
69
- "command": ["npx", "oxfmt", "--write", "$FILE"],
70
- "extensions": [
71
- ".js",
72
- ".jsx",
73
- ".ts",
74
- ".tsx",
75
- ".json",
76
- ".jsonc",
77
- ".html",
78
- ".css",
79
- ".scss",
80
- ".sass",
81
- ".md",
82
- ".mdx",
83
- ".yaml",
84
- ".yml"
85
- ]
86
- }
87
- },
88
- "instructions": [
89
- ".opencode/memory/user.md",
90
- ".opencode/memory/project/*.md",
91
- ".opencode/memory/observations/*.md"
92
- ],
93
- "keybinds": {
94
- "command_list": ";",
95
- "leader": "`",
96
- "session_child_cycle": "ctrl+alt+right",
97
- "session_child_cycle_reverse": "ctrl+alt+left",
98
- "session_compact": "ctrl+k"
99
- },
100
- "mcp": {
101
- "context7": {
102
- "command": [
103
- "npx",
104
- "-y",
105
- "@upstash/context7-mcp",
106
- "--api-key",
107
- "{env:CONTEXT7_API_KEY}"
108
- ],
109
- "enabled": true,
110
- "type": "local"
111
- },
112
- "gh_grep": {
113
- "enabled": true,
114
- "type": "remote",
115
- "url": "https://mcp.grep.app"
116
- }
117
- },
118
- "model": "opencode/minimax-m2.1-free",
119
- "permission": {
120
- "bash": {
121
- "*": "allow",
122
- "cat *": "allow",
123
- "git branch *": "allow",
124
- "git commit *": "ask",
125
- "git diff *": "allow",
126
- "git log *": "allow",
127
- "git push *": "ask",
128
- "git rebase *": "ask",
129
- "git reset *": "ask",
130
- "git status *": "allow",
131
- "ls *": "allow",
132
- "npm *": "allow",
133
- "npx *": "allow",
134
- "rm *": "deny",
135
- "rm -rf *": "deny",
136
- "sudo *": "deny"
137
- },
138
- "doom_loop": "ask",
139
- "edit": "allow",
140
- "external_directory": "ask",
141
- "question": "allow",
142
- "read": {
143
- "*": "allow",
144
- "*.env": "deny",
145
- "*.env.*": "deny",
146
- "*.env.example": "allow"
147
- }
148
- },
149
- "plugin": [
150
- "@tarquinen/opencode-dcp@latest",
151
- "@franlol/opencode-md-table-formatter@0.0.3",
152
- "opencode-copilot-auth@0.0.11"
153
- ],
154
- "provider": {
155
- "github-copilot": {
156
- "models": {
157
- "claude-haiku-4.5": {
158
- "attachment": true,
159
- "options": {
160
- "thinking": {
161
- "budgetTokens": 16000,
162
- "type": "enabled"
163
- }
164
- },
165
- "reasoning": true,
166
- "temperature": true,
167
- "tool_call": true
168
- },
169
- "claude-opus-4.5": {
170
- "attachment": true,
171
- "options": {
172
- "thinking": {
173
- "budgetTokens": 32000,
174
- "type": "enabled"
175
- }
176
- },
177
- "reasoning": true,
178
- "temperature": true,
179
- "tool_call": true
180
- },
181
- "claude-sonnet-4.5": {
182
- "attachment": true,
183
- "options": {
184
- "thinking": {
185
- "budgetTokens": 16000,
186
- "type": "enabled"
187
- }
188
- },
189
- "reasoning": true,
190
- "temperature": true,
191
- "tool_call": true
192
- },
193
- "gpt-5.1": {
194
- "attachment": true,
195
- "options": {
196
- "reasoning": {
197
- "effort": "high"
198
- }
199
- },
200
- "reasoning": true,
201
- "temperature": true,
202
- "tool_call": true
203
- },
204
- "gpt-5.1-codex": {
205
- "attachment": true,
206
- "options": {
207
- "reasoning": {
208
- "effort": "high"
209
- }
210
- },
211
- "reasoning": true,
212
- "temperature": true,
213
- "tool_call": true
214
- }
215
- },
216
- "npm": "@ai-sdk/anthropic"
217
- },
218
- "openai": {
219
- "models": {
220
- "gpt-5": {
221
- "variants": {
222
- "fast": {
223
- "disabled": true
224
- },
225
- "high": {
226
- "include": ["reasoning.encrypted_content"],
227
- "reasoningEffort": "high",
228
- "reasoningSummary": "auto",
229
- "textVerbosity": "low"
230
- },
231
- "medium": {
232
- "include": ["reasoning.encrypted_content"],
233
- "reasoningEffort": "medium",
234
- "reasoningSummary": "auto",
235
- "textVerbosity": "low"
236
- }
237
- }
238
- },
239
- "gpt-5-codex": {
240
- "variants": {
241
- "fast": {
242
- "disabled": true
243
- },
244
- "high": {
245
- "include": ["reasoning.encrypted_content"],
246
- "reasoningEffort": "high",
247
- "reasoningSummary": "auto",
248
- "textVerbosity": "low"
249
- },
250
- "medium": {
251
- "include": ["reasoning.encrypted_content"],
252
- "reasoningEffort": "medium",
253
- "reasoningSummary": "auto",
254
- "textVerbosity": "low"
255
- }
256
- }
257
- }
258
- }
259
- },
260
- "opencode": {
261
- "models": {
262
- "big-pickle": {
263
- "options": {
264
- "reasoningEffort": "high",
265
- "temperature": 1,
266
- "top_k": 40,
267
- "top_p": 0.95
268
- },
269
- "reasoning": true
270
- }
271
- }
272
- },
273
- "proxypal": {
274
- "models": {
275
- "gemini-2.5-computer-use-preview-10-2025": {
276
- "limit": {
277
- "context": 880964,
278
- "output": 65536
279
- },
280
- "name": "Gemini 2 5 Computer Use Preview 10 2025",
281
- "modalities": {
282
- "input": ["text", "image", "pdf"],
283
- "output": ["text"]
284
- }
285
- },
286
- "gemini-2.5-flash": {
287
- "limit": {
288
- "context": 880964,
289
- "output": 65536
290
- },
291
- "name": "Gemini 2 5 Flash",
292
- "modalities": {
293
- "input": ["text", "image", "pdf"],
294
- "output": ["text"]
295
- }
296
- },
297
- "gemini-2.5-flash-lite": {
298
- "limit": {
299
- "context": 880964,
300
- "output": 65536
301
- },
302
- "name": "Gemini 2 5 Flash Lite",
303
- "modalities": {
304
- "input": ["text", "image", "pdf"],
305
- "output": ["text"]
306
- }
307
- },
308
- "gemini-2.5-pro": {
309
- "limit": {
310
- "context": 880964,
311
- "output": 65536
312
- },
313
- "name": "Gemini 2 5 Pro",
314
- "modalities": {
315
- "input": ["text", "image", "pdf"],
316
- "output": ["text"]
317
- }
318
- },
319
- "gemini-3-flash-preview": {
320
- "limit": {
321
- "context": 880964,
322
- "output": 65536
323
- },
324
- "name": "Gemini 3 Flash Preview",
325
- "modalities": {
326
- "input": ["text", "image", "pdf"],
327
- "output": ["text"]
328
- },
329
- "variants": {
330
- "low": {
331
- "thinkingLevel": "low"
332
- },
333
- "medium": {
334
- "thinkingLevel": "medium"
335
- },
336
- "high": {
337
- "thinkingLevel": "high"
338
- }
339
- },
340
- "reasoning": true
341
- },
342
- "gemini-3-pro-image-preview": {
343
- "limit": {
344
- "context": 880964,
345
- "output": 65536
346
- },
347
- "name": "Gemini 3 Pro Image Preview",
348
- "modalities": {
349
- "input": ["text", "image", "pdf"],
350
- "output": ["text"]
351
- }
352
- },
353
- "gemini-3-pro-preview": {
354
- "limit": {
355
- "context": 880964,
356
- "output": 65536
357
- },
358
- "name": "Gemini 3 Pro Preview",
359
- "modalities": {
360
- "input": ["text", "image", "pdf"],
361
- "output": ["text"]
362
- },
363
- "variants": {
364
- "low": {
365
- "thinkingLevel": "low"
366
- },
367
- "high": {
368
- "thinkingLevel": "high"
369
- }
370
- },
371
- "reasoning": true
372
- },
373
- "gemini-claude-opus-4-5-thinking": {
374
- "limit": {
375
- "context": 168000,
376
- "output": 64000
377
- },
378
- "modalities": {
379
- "input": ["text", "image", "pdf"],
380
- "output": ["text"]
381
- },
382
- "name": "Gemini Claude Opus 4 5 Thinking",
383
- "variants": {
384
- "low": {
385
- "thinkingConfig": {
386
- "thinkingBudget": 8192
387
- }
388
- },
389
- "max": {
390
- "thinkingConfig": {
391
- "thinkingBudget": 32768
392
- }
393
- }
394
- },
395
- "reasoning": true
396
- },
397
- "gemini-claude-sonnet-4-5": {
398
- "limit": {
399
- "context": 168000,
400
- "output": 64000
401
- },
402
- "modalities": {
403
- "input": ["text", "image", "pdf"],
404
- "output": ["text"]
405
- },
406
- "name": "Gemini Claude Sonnet 4 5"
407
- },
408
- "gemini-claude-sonnet-4-5-thinking": {
409
- "limit": {
410
- "context": 168000,
411
- "output": 64000
412
- },
413
- "modalities": {
414
- "input": ["text", "image", "pdf"],
415
- "output": ["text"]
416
- },
417
- "name": "Gemini Claude Sonnet 4 5 Thinking",
418
- "variants": {
419
- "low": {
420
- "thinkingConfig": {
421
- "thinkingBudget": 8192
422
- }
423
- },
424
- "max": {
425
- "thinkingConfig": {
426
- "thinkingBudget": 32768
427
- }
428
- }
429
- },
430
- "reasoning": true
431
- },
432
- "glm-4.5": {
433
- "limit": {
434
- "context": 107520,
435
- "output": 16384
436
- },
437
- "name": "Glm 4 5"
438
- },
439
- "glm-4.5-air": {
440
- "limit": {
441
- "context": 107520,
442
- "output": 16384
443
- },
444
- "name": "Glm 4 5 Air"
445
- },
446
- "glm-4.6": {
447
- "limit": {
448
- "context": 107520,
449
- "output": 16384
450
- },
451
- "name": "Glm 4 6"
452
- },
453
- "glm-4.7": {
454
- "limit": {
455
- "context": 107520,
456
- "output": 16384
457
- },
458
- "name": "Glm 4 7"
459
- },
460
- "gpt-5": {
461
- "limit": {
462
- "context": 336000,
463
- "output": 32768
464
- },
465
- "name": "Gpt 5",
466
- "options": {
467
- "reasoningEffort": "medium"
468
- },
469
- "reasoning": true
470
- },
471
- "gpt-5-codex": {
472
- "limit": {
473
- "context": 336000,
474
- "output": 32768
475
- },
476
- "name": "Gpt 5 Codex",
477
- "options": {
478
- "reasoningEffort": "medium"
479
- },
480
- "reasoning": true
481
- },
482
- "gpt-5-codex-mini": {
483
- "limit": {
484
- "context": 336000,
485
- "output": 32768
486
- },
487
- "name": "Gpt 5 Codex Mini",
488
- "options": {
489
- "reasoningEffort": "medium"
490
- },
491
- "reasoning": true
492
- },
493
- "gpt-5.1": {
494
- "limit": {
495
- "context": 336000,
496
- "output": 32768
497
- },
498
- "name": "Gpt 5 1",
499
- "options": {
500
- "reasoningEffort": "medium"
501
- },
502
- "reasoning": true
503
- },
504
- "gpt-5.1-codex": {
505
- "limit": {
506
- "context": 336000,
507
- "output": 32768
508
- },
509
- "name": "Gpt 5 1 Codex",
510
- "options": {
511
- "reasoningEffort": "medium"
512
- },
513
- "reasoning": true
514
- },
515
- "gpt-5.1-codex-max": {
516
- "limit": {
517
- "context": 336000,
518
- "output": 32768
519
- },
520
- "name": "Gpt 5 1 Codex Max",
521
- "options": {
522
- "reasoningEffort": "medium"
523
- },
524
- "reasoning": true
525
- },
526
- "gpt-5.1-codex-mini": {
527
- "limit": {
528
- "context": 336000,
529
- "output": 32768
530
- },
531
- "name": "Gpt 5 1 Codex Mini",
532
- "options": {
533
- "reasoningEffort": "medium"
534
- },
535
- "reasoning": true
536
- },
537
- "gpt-5.2": {
538
- "limit": {
539
- "context": 336000,
540
- "output": 32768
541
- },
542
- "name": "Gpt 5 2",
543
- "options": {
544
- "reasoningEffort": "medium"
545
- },
546
- "reasoning": true
547
- },
548
- "gpt-5.2-codex": {
549
- "limit": {
550
- "context": 336000,
551
- "output": 32768
552
- },
553
- "name": "Gpt 5 2 Codex",
554
- "options": {
555
- "reasoningEffort": "medium"
556
- },
557
- "reasoning": true
558
- },
559
- "gpt-oss-120b-medium": {
560
- "limit": {
561
- "context": 107520,
562
- "output": 16384
563
- },
564
- "name": "Gpt Oss 120b Medium"
565
- }
566
- },
567
- "name": "ProxyPal",
568
- "npm": "@ai-sdk/anthropic",
569
- "options": {
570
- "apiKey": "proxypal-local",
571
- "baseURL": "http://127.0.0.1:8317/v1",
572
- "includeUsage": true
573
- }
574
- },
575
- "zai-coding-plan": {
576
- "models": {
577
- "glm-4.6": {
578
- "limit": {
579
- "context": 128000,
580
- "output": 16384
581
- },
582
- "options": {
583
- "temperature": 1,
584
- "thinking": {
585
- "type": "enabled"
586
- }
587
- },
588
- "reasoning": true,
589
- "temperature": true,
590
- "tool_call": true
591
- },
592
- "glm-4.7": {
593
- "id": "glm-4.7",
594
- "interleaved": true,
595
- "limit": {
596
- "context": 200000,
597
- "output": 128000
598
- },
599
- "name": "GLM-4.7",
600
- "options": {
601
- "temperature": 1,
602
- "thinking": {
603
- "type": "enabled"
604
- }
605
- },
606
- "reasoning": true
607
- }
608
- },
609
- "name": "Z.AI Coding Plan"
610
- }
611
- },
612
- "share": "manual",
613
- "small_model": "opencode/gpt-5-nano",
614
- "tui": {
615
- "diff_style": "auto",
616
- "scroll_acceleration": {
617
- "enabled": true
618
- },
619
- "scroll_speed": 3
620
- },
621
- "watcher": {
622
- "ignore": [
623
- "node_modules/**",
624
- ".git/**",
625
- "dist/**",
626
- "build/**",
627
- "*.log",
628
- ".DS_Store"
629
- ]
630
- }
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.1-free"
7
+ },
8
+ "compaction": {
9
+ "description": "Session summarizer for context continuity across compactions",
10
+ "model": "opencode/minimax-m2.1-free"
11
+ },
12
+ "explore": {
13
+ "description": "Fast codebase search specialist",
14
+ "model": "opencode/grok-code"
15
+ },
16
+ "general": {
17
+ "description": "General-purpose subagent for fast, well-defined tasks; delegates complexity quickly",
18
+ "model": "opencode/glm-4.7-free"
19
+ },
20
+ "looker": {
21
+ "description": "Media extraction specialist for images, PDFs, diagrams",
22
+ "model": "opencode/gpt-5-nano"
23
+ },
24
+ "plan": {
25
+ "description": "Primary planning agent for architecture and multi-phase execution",
26
+ "model": "opencode/minimax-m2.1-free"
27
+ },
28
+ "review": {
29
+ "description": "Code review, debugging, and security audit specialist",
30
+ "model": "opencode/minimax-m2.1-free"
31
+ },
32
+ "scout": {
33
+ "description": "External research specialist for library docs and patterns",
34
+ "model": "opencode/big-pickle"
35
+ },
36
+ "vision": {
37
+ "description": "Visual content specialist for multimodal analysis and UI/UX guidance",
38
+ "model": "opencode/gpt-5-nano"
39
+ }
40
+ },
41
+ "autoupdate": false,
42
+ "compaction": {
43
+ "auto": true,
44
+ "prune": true
45
+ },
46
+ "experimental": {},
47
+ "formatter": {
48
+ "biome": {
49
+ "command": ["npx", "@biomejs/biome", "check", "--write", "$FILE"],
50
+ "extensions": [".js", ".jsx", ".ts", ".tsx", ".json", ".jsonc"]
51
+ },
52
+ "cargo-fmt": {
53
+ "command": ["cargo", "fmt", "--", "$FILE"],
54
+ "extensions": [".rs"]
55
+ },
56
+ "java-formatter": {
57
+ "command": ["google-java-format", "--replace", "$FILE"],
58
+ "environment": {
59
+ "JAVA_HOME": "{env:JAVA_HOME}"
60
+ },
61
+ "extensions": [".java"]
62
+ },
63
+ "oxfmt": {
64
+ "command": ["npx", "oxfmt", "--write", "$FILE"],
65
+ "extensions": [
66
+ ".js",
67
+ ".jsx",
68
+ ".ts",
69
+ ".tsx",
70
+ ".json",
71
+ ".jsonc",
72
+ ".html",
73
+ ".css",
74
+ ".scss",
75
+ ".sass",
76
+ ".md",
77
+ ".mdx",
78
+ ".yaml",
79
+ ".yml"
80
+ ]
81
+ },
82
+ "laravel-pint": {
83
+ "command": ["npx", "laravel-pint", "--preset", "psr12", "$FILE"],
84
+ "extensions": [".php"]
85
+ }
86
+ },
87
+ "instructions": [".opencode/memory/user.md", ".opencode/memory/project/*.md"],
88
+ "keybinds": {
89
+ "command_list": ";",
90
+ "leader": "`",
91
+ "session_child_cycle": "ctrl+alt+right",
92
+ "session_child_cycle_reverse": "ctrl+alt+left",
93
+ "session_compact": "ctrl+k"
94
+ },
95
+ "mcp": {
96
+ "context7": {
97
+ "command": [
98
+ "npx",
99
+ "-y",
100
+ "@upstash/context7-mcp",
101
+ "--api-key",
102
+ "{env:CONTEXT7_API_KEY}"
103
+ ],
104
+ "enabled": true,
105
+ "type": "local"
106
+ },
107
+ "gh_grep": {
108
+ "enabled": true,
109
+ "type": "remote",
110
+ "url": "https://mcp.grep.app"
111
+ },
112
+ "stitch": {
113
+ "enabled": false,
114
+ "type": "remote",
115
+ "url": "https://stitch.googleapis.com/mcp",
116
+ "oauth": false,
117
+ "headers": {
118
+ "Authorization": "Bearer {env:STITCH_ACCESS_TOKEN}",
119
+ "X-Goog-User-Project": "{env:GOOGLE_CLOUD_PROJECT}"
120
+ }
121
+ }
122
+ },
123
+ "model": "opencode/minimax-m2.1-free",
124
+ "permission": {
125
+ "bash": {
126
+ "*": "allow",
127
+ "cat *": "allow",
128
+ "git branch *": "allow",
129
+ "git commit *": "ask",
130
+ "git diff *": "allow",
131
+ "git log *": "allow",
132
+ "git push *": "ask",
133
+ "git rebase *": "ask",
134
+ "git reset *": "ask",
135
+ "git status *": "allow",
136
+ "ls *": "allow",
137
+ "npm *": "allow",
138
+ "npx *": "allow",
139
+ "rm *": "deny",
140
+ "rm -rf *": "deny",
141
+ "sudo *": "deny"
142
+ },
143
+ "doom_loop": "ask",
144
+ "edit": "allow",
145
+ "external_directory": "ask",
146
+ "question": "allow",
147
+ "read": {
148
+ "*": "allow",
149
+ "*.env": "deny",
150
+ "*.env.*": "deny",
151
+ "*.env.example": "allow"
152
+ }
153
+ },
154
+ "plugin": [
155
+ "@tarquinen/opencode-dcp@latest",
156
+ "@franlol/opencode-md-table-formatter@0.0.3"
157
+ ],
158
+ "provider": {
159
+ "github-copilot": {
160
+ "models": {
161
+ "claude-opus-4.5": {
162
+ "attachment": true,
163
+ "reasoning": true,
164
+ "temperature": true,
165
+ "tool_call": true,
166
+ "variants": {
167
+ "high": {
168
+ "options": {
169
+ "thinking": {
170
+ "budgetTokens": 32000,
171
+ "type": "enabled"
172
+ }
173
+ }
174
+ },
175
+ "medium": {
176
+ "options": {
177
+ "thinking": {
178
+ "budgetTokens": 16000,
179
+ "type": "enabled"
180
+ }
181
+ }
182
+ }
183
+ }
184
+ },
185
+ "claude-sonnet-4.5": {
186
+ "attachment": true,
187
+ "reasoning": true,
188
+ "temperature": true,
189
+ "tool_call": true,
190
+ "variants": {
191
+ "high": {
192
+ "options": {
193
+ "thinking": {
194
+ "budgetTokens": 16000,
195
+ "type": "enabled"
196
+ }
197
+ }
198
+ },
199
+ "medium": {
200
+ "options": {
201
+ "thinking": {
202
+ "budgetTokens": 8000,
203
+ "type": "enabled"
204
+ }
205
+ }
206
+ }
207
+ }
208
+ },
209
+ "claude-haiku-4.5": {
210
+ "attachment": true,
211
+ "reasoning": true,
212
+ "temperature": true,
213
+ "tool_call": true,
214
+ "variants": {
215
+ "high": {
216
+ "options": {
217
+ "thinking": {
218
+ "budgetTokens": 32000,
219
+ "type": "enabled"
220
+ }
221
+ }
222
+ },
223
+ "medium": {
224
+ "options": {
225
+ "thinking": {
226
+ "budgetTokens": 16000,
227
+ "type": "enabled"
228
+ }
229
+ }
230
+ }
231
+ }
232
+ },
233
+ "gpt-5-mini": {
234
+ "attachment": true,
235
+ "reasoning": true,
236
+ "temperature": true,
237
+ "tool_call": true,
238
+ "variants": {
239
+ "high": {
240
+ "options": {
241
+ "reasoning": {
242
+ "effort": "high"
243
+ }
244
+ }
245
+ },
246
+ "medium": {
247
+ "options": {
248
+ "reasoning": {
249
+ "effort": "medium"
250
+ }
251
+ }
252
+ },
253
+ "low": {
254
+ "options": {
255
+ "reasoning": {
256
+ "effort": "low"
257
+ }
258
+ }
259
+ }
260
+ }
261
+ },
262
+ "gpt-5.2-codex": {
263
+ "attachment": true,
264
+ "reasoning": true,
265
+ "temperature": true,
266
+ "tool_call": true,
267
+ "variants": {
268
+ "high": {
269
+ "options": {
270
+ "reasoning": {
271
+ "effort": "high"
272
+ }
273
+ }
274
+ },
275
+ "medium": {
276
+ "options": {
277
+ "reasoning": {
278
+ "effort": "medium"
279
+ }
280
+ }
281
+ },
282
+ "low": {
283
+ "options": {
284
+ "reasoning": {
285
+ "effort": "low"
286
+ }
287
+ }
288
+ }
289
+ }
290
+ }
291
+ }
292
+ },
293
+ "openai": {
294
+ "models": {
295
+ "gpt-5.2": {
296
+ "variants": {
297
+ "fast": {
298
+ "disabled": true
299
+ },
300
+ "high": {
301
+ "include": ["reasoning.encrypted_content"],
302
+ "reasoningEffort": "high",
303
+ "reasoningSummary": "auto",
304
+ "textVerbosity": "low"
305
+ },
306
+ "medium": {
307
+ "include": ["reasoning.encrypted_content"],
308
+ "reasoningEffort": "medium",
309
+ "reasoningSummary": "auto",
310
+ "textVerbosity": "low"
311
+ }
312
+ }
313
+ },
314
+ "gpt-5.2-codex": {
315
+ "variants": {
316
+ "fast": {
317
+ "disabled": true
318
+ },
319
+ "high": {
320
+ "include": ["reasoning.encrypted_content"],
321
+ "reasoningEffort": "high",
322
+ "reasoningSummary": "auto",
323
+ "textVerbosity": "low"
324
+ },
325
+ "medium": {
326
+ "include": ["reasoning.encrypted_content"],
327
+ "reasoningEffort": "medium",
328
+ "reasoningSummary": "auto",
329
+ "textVerbosity": "low"
330
+ }
331
+ }
332
+ }
333
+ }
334
+ },
335
+ "opencode": {
336
+ "models": {
337
+ "big-pickle": {
338
+ "options": {
339
+ "reasoningEffort": "high",
340
+ "temperature": 1,
341
+ "top_k": 40,
342
+ "top_p": 0.95
343
+ },
344
+ "reasoning": true
345
+ }
346
+ }
347
+ },
348
+ "proxypal": {
349
+ "models": {
350
+ "gemini-2.5-computer-use-preview-10-2025": {
351
+ "limit": {
352
+ "context": 880964,
353
+ "output": 65536
354
+ },
355
+ "name": "Gemini 2 5 Computer Use Preview 10 2025",
356
+ "modalities": {
357
+ "input": ["text", "image", "pdf"],
358
+ "output": ["text"]
359
+ }
360
+ },
361
+ "gemini-2.5-flash": {
362
+ "limit": {
363
+ "context": 880964,
364
+ "output": 65536
365
+ },
366
+ "name": "Gemini 2 5 Flash",
367
+ "modalities": {
368
+ "input": ["text", "image", "pdf"],
369
+ "output": ["text"]
370
+ }
371
+ },
372
+ "gemini-2.5-flash-lite": {
373
+ "limit": {
374
+ "context": 880964,
375
+ "output": 65536
376
+ },
377
+ "name": "Gemini 2 5 Flash Lite",
378
+ "modalities": {
379
+ "input": ["text", "image", "pdf"],
380
+ "output": ["text"]
381
+ }
382
+ },
383
+ "gemini-2.5-pro": {
384
+ "limit": {
385
+ "context": 880964,
386
+ "output": 65536
387
+ },
388
+ "name": "Gemini 2 5 Pro",
389
+ "modalities": {
390
+ "input": ["text", "image", "pdf"],
391
+ "output": ["text"]
392
+ }
393
+ },
394
+ "gemini-3-flash-preview": {
395
+ "limit": {
396
+ "context": 880964,
397
+ "output": 65536
398
+ },
399
+ "name": "Gemini 3 Flash Preview",
400
+ "modalities": {
401
+ "input": ["text", "image", "pdf"],
402
+ "output": ["text"]
403
+ },
404
+ "variants": {
405
+ "low": {
406
+ "thinkingLevel": "low"
407
+ },
408
+ "medium": {
409
+ "thinkingLevel": "medium"
410
+ },
411
+ "high": {
412
+ "thinkingLevel": "high"
413
+ }
414
+ },
415
+ "reasoning": true
416
+ },
417
+ "gemini-3-pro-image-preview": {
418
+ "limit": {
419
+ "context": 880964,
420
+ "output": 65536
421
+ },
422
+ "name": "Gemini 3 Pro Image Preview",
423
+ "modalities": {
424
+ "input": ["text", "image", "pdf"],
425
+ "output": ["text"]
426
+ }
427
+ },
428
+ "gemini-3-pro-preview": {
429
+ "limit": {
430
+ "context": 880964,
431
+ "output": 65536
432
+ },
433
+ "name": "Gemini 3 Pro Preview",
434
+ "modalities": {
435
+ "input": ["text", "image", "pdf"],
436
+ "output": ["text"]
437
+ },
438
+ "variants": {
439
+ "low": {
440
+ "thinkingLevel": "low"
441
+ },
442
+ "high": {
443
+ "thinkingLevel": "high"
444
+ }
445
+ },
446
+ "reasoning": true
447
+ },
448
+ "gemini-claude-opus-4-5-thinking": {
449
+ "limit": {
450
+ "context": 168000,
451
+ "output": 64000
452
+ },
453
+ "modalities": {
454
+ "input": ["text", "image", "pdf"],
455
+ "output": ["text"]
456
+ },
457
+ "name": "Gemini Claude Opus 4 5 Thinking",
458
+ "variants": {
459
+ "low": {
460
+ "thinkingConfig": {
461
+ "thinkingBudget": 8192
462
+ }
463
+ },
464
+ "max": {
465
+ "thinkingConfig": {
466
+ "thinkingBudget": 32768
467
+ }
468
+ }
469
+ },
470
+ "reasoning": true
471
+ },
472
+ "gemini-claude-sonnet-4-5": {
473
+ "limit": {
474
+ "context": 168000,
475
+ "output": 64000
476
+ },
477
+ "modalities": {
478
+ "input": ["text", "image", "pdf"],
479
+ "output": ["text"]
480
+ },
481
+ "name": "Gemini Claude Sonnet 4 5"
482
+ },
483
+ "gemini-claude-sonnet-4-5-thinking": {
484
+ "limit": {
485
+ "context": 168000,
486
+ "output": 64000
487
+ },
488
+ "modalities": {
489
+ "input": ["text", "image", "pdf"],
490
+ "output": ["text"]
491
+ },
492
+ "name": "Gemini Claude Sonnet 4 5 Thinking",
493
+ "variants": {
494
+ "low": {
495
+ "thinkingConfig": {
496
+ "thinkingBudget": 8192
497
+ }
498
+ },
499
+ "max": {
500
+ "thinkingConfig": {
501
+ "thinkingBudget": 32768
502
+ }
503
+ }
504
+ },
505
+ "reasoning": true
506
+ },
507
+ "glm-4.5": {
508
+ "limit": {
509
+ "context": 107520,
510
+ "output": 16384
511
+ },
512
+ "name": "Glm 4 5"
513
+ },
514
+ "glm-4.5-air": {
515
+ "limit": {
516
+ "context": 107520,
517
+ "output": 16384
518
+ },
519
+ "name": "Glm 4 5 Air"
520
+ },
521
+ "glm-4.6": {
522
+ "limit": {
523
+ "context": 107520,
524
+ "output": 16384
525
+ },
526
+ "name": "Glm 4 6"
527
+ },
528
+ "glm-4.7": {
529
+ "limit": {
530
+ "context": 107520,
531
+ "output": 16384
532
+ },
533
+ "name": "Glm 4 7"
534
+ },
535
+ "gpt-5": {
536
+ "limit": {
537
+ "context": 336000,
538
+ "output": 32768
539
+ },
540
+ "name": "Gpt 5",
541
+ "options": {
542
+ "reasoningEffort": "medium"
543
+ },
544
+ "reasoning": true
545
+ },
546
+ "gpt-5-codex": {
547
+ "limit": {
548
+ "context": 336000,
549
+ "output": 32768
550
+ },
551
+ "name": "Gpt 5 Codex",
552
+ "options": {
553
+ "reasoningEffort": "medium"
554
+ },
555
+ "reasoning": true
556
+ },
557
+ "gpt-5-codex-mini": {
558
+ "limit": {
559
+ "context": 336000,
560
+ "output": 32768
561
+ },
562
+ "name": "Gpt 5 Codex Mini",
563
+ "options": {
564
+ "reasoningEffort": "medium"
565
+ },
566
+ "reasoning": true
567
+ },
568
+ "gpt-5.1": {
569
+ "limit": {
570
+ "context": 336000,
571
+ "output": 32768
572
+ },
573
+ "name": "Gpt 5 1",
574
+ "options": {
575
+ "reasoningEffort": "medium"
576
+ },
577
+ "reasoning": true
578
+ },
579
+ "gpt-5.1-codex": {
580
+ "limit": {
581
+ "context": 336000,
582
+ "output": 32768
583
+ },
584
+ "name": "Gpt 5 1 Codex",
585
+ "options": {
586
+ "reasoningEffort": "medium"
587
+ },
588
+ "reasoning": true
589
+ },
590
+ "gpt-5.1-codex-max": {
591
+ "limit": {
592
+ "context": 336000,
593
+ "output": 32768
594
+ },
595
+ "name": "Gpt 5 1 Codex Max",
596
+ "options": {
597
+ "reasoningEffort": "medium"
598
+ },
599
+ "reasoning": true
600
+ },
601
+ "gpt-5.1-codex-mini": {
602
+ "limit": {
603
+ "context": 336000,
604
+ "output": 32768
605
+ },
606
+ "name": "Gpt 5 1 Codex Mini",
607
+ "options": {
608
+ "reasoningEffort": "medium"
609
+ },
610
+ "reasoning": true
611
+ },
612
+ "gpt-5.2": {
613
+ "limit": {
614
+ "context": 336000,
615
+ "output": 32768
616
+ },
617
+ "name": "Gpt 5 2",
618
+ "options": {
619
+ "reasoningEffort": "medium"
620
+ },
621
+ "reasoning": true
622
+ },
623
+ "gpt-5.2-codex": {
624
+ "limit": {
625
+ "context": 336000,
626
+ "output": 32768
627
+ },
628
+ "name": "Gpt 5 2 Codex",
629
+ "options": {
630
+ "reasoningEffort": "medium"
631
+ },
632
+ "reasoning": true
633
+ },
634
+ "gpt-oss-120b-medium": {
635
+ "limit": {
636
+ "context": 107520,
637
+ "output": 16384
638
+ },
639
+ "name": "Gpt Oss 120b Medium"
640
+ }
641
+ },
642
+ "name": "ProxyPal",
643
+ "npm": "@ai-sdk/anthropic",
644
+ "options": {
645
+ "apiKey": "proxypal-local",
646
+ "baseURL": "http://127.0.0.1:8317/v1",
647
+ "includeUsage": true
648
+ }
649
+ },
650
+ "zai-coding-plan": {
651
+ "models": {
652
+ "glm-4.6": {
653
+ "limit": {
654
+ "context": 128000,
655
+ "output": 16384
656
+ },
657
+ "options": {
658
+ "temperature": 1,
659
+ "thinking": {
660
+ "type": "enabled"
661
+ }
662
+ },
663
+ "reasoning": true,
664
+ "temperature": true,
665
+ "tool_call": true
666
+ },
667
+ "glm-4.7": {
668
+ "id": "glm-4.7",
669
+ "interleaved": true,
670
+ "limit": {
671
+ "context": 200000,
672
+ "output": 128000
673
+ },
674
+ "name": "GLM-4.7",
675
+ "options": {
676
+ "temperature": 1,
677
+ "thinking": {
678
+ "type": "enabled"
679
+ }
680
+ },
681
+ "reasoning": true
682
+ }
683
+ },
684
+ "name": "Z.AI Coding Plan"
685
+ }
686
+ },
687
+ "share": "manual",
688
+ "small_model": "opencode/gpt-5-nano",
689
+ "tui": {
690
+ "diff_style": "auto",
691
+ "scroll_acceleration": {
692
+ "enabled": true
693
+ },
694
+ "scroll_speed": 3
695
+ },
696
+ "watcher": {
697
+ "ignore": [
698
+ "node_modules/**",
699
+ ".git/**",
700
+ "dist/**",
701
+ "build/**",
702
+ "*.log",
703
+ ".DS_Store"
704
+ ]
705
+ }
631
706
  }