opencodekit 0.13.0 → 0.13.2

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,559 +1,525 @@
1
1
  {
2
- "$schema": "https://opencode.ai/config.json",
3
- "agent": {
4
- "build": {
5
- "description": "Primary development agent with full codebase access",
6
- "model": "proxypal/gemini-claude-opus-4-5-thinking"
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
- "disable": true
17
- },
18
- "plan": {
19
- "disable": true
20
- },
21
- "planner": {
22
- "description": "Strategic planning agent for architecture and design",
23
- "model": "proxypal/gpt-5.1"
24
- },
25
- "review": {
26
- "description": "Code review, debugging, and security audit specialist",
27
- "model": "proxypal/gemini-claude-opus-4-5-thinking"
28
- },
29
- "rush": {
30
- "description": "Fast primary agent for small, well-defined tasks",
31
- "model": "zai-coding-plan/glm-4.7"
32
- },
33
- "scout": {
34
- "description": "External research specialist for library docs and patterns",
35
- "model": "proxypal/gemini-claude-sonnet-4-5"
36
- },
37
- "vision": {
38
- "description": "Visual content specialist for multimodal analysis and UI/UX guidance",
39
- "model": "proxypal/gemini-3-pro-preview"
40
- }
41
- },
42
- "autoupdate": false,
43
- "compaction": {
44
- "auto": true,
45
- "prune": true
46
- },
47
- "experimental": {
48
- "batch_tool": true,
49
- "chatMaxRetries": 2,
50
- "continue_loop_on_deny": false,
51
- "lsp": true,
52
- "primary_tools": [
53
- "edit",
54
- "write",
55
- "bash"
56
- ]
57
- },
58
- "formatter": {
59
- "biome": {
60
- "command": [
61
- "npx",
62
- "@biomejs/biome",
63
- "check",
64
- "--write",
65
- "$FILE"
66
- ],
67
- "extensions": [
68
- ".js",
69
- ".jsx",
70
- ".ts",
71
- ".tsx",
72
- ".json",
73
- ".jsonc"
74
- ]
75
- },
76
- "cargo-fmt": {
77
- "command": [
78
- "cargo",
79
- "fmt",
80
- "--",
81
- "$FILE"
82
- ],
83
- "extensions": [
84
- ".rs"
85
- ]
86
- },
87
- "java-formatter": {
88
- "command": [
89
- "google-java-format",
90
- "--replace",
91
- "$FILE"
92
- ],
93
- "environment": {
94
- "JAVA_HOME": "{env:JAVA_HOME}"
95
- },
96
- "extensions": [
97
- ".java"
98
- ]
99
- },
100
- "prettier": {
101
- "command": [
102
- "npx",
103
- "prettier",
104
- "--write",
105
- "$FILE"
106
- ],
107
- "extensions": [
108
- ".html",
109
- ".css",
110
- ".scss",
111
- ".sass",
112
- ".md",
113
- ".yaml",
114
- ".yml"
115
- ]
116
- }
117
- },
118
- "instructions": [
119
- ".opencode/memory/user.md",
120
- ".opencode/memory/project/*.md"
121
- ],
122
- "keybinds": {
123
- "command_list": ";",
124
- "leader": "`",
125
- "session_child_cycle": "ctrl+alt+right",
126
- "session_child_cycle_reverse": "ctrl+alt+left",
127
- "session_compact": "ctrl+k"
128
- },
129
- "mcp": {
130
- "context7": {
131
- "command": [
132
- "npx",
133
- "-y",
134
- "@upstash/context7-mcp",
135
- "--api-key",
136
- "{env:CONTEXT7_API_KEY}"
137
- ],
138
- "enabled": true,
139
- "type": "local"
140
- },
141
- "gh_grep": {
142
- "enabled": true,
143
- "type": "remote",
144
- "url": "https://mcp.grep.app"
145
- }
146
- },
147
- "model": "github-copilot/claude-haiku-4.5",
148
- "permission": {
149
- "bash": {
150
- "*": "allow",
151
- "cat *": "allow",
152
- "git branch *": "allow",
153
- "git commit *": "ask",
154
- "git diff *": "allow",
155
- "git log *": "allow",
156
- "git push *": "ask",
157
- "git rebase *": "ask",
158
- "git reset *": "ask",
159
- "git status *": "allow",
160
- "ls *": "allow",
161
- "npm *": "allow",
162
- "npx *": "allow",
163
- "rm *": "deny",
164
- "rm -rf *": "deny",
165
- "sudo *": "deny"
166
- },
167
- "doom_loop": "ask",
168
- "edit": "allow",
169
- "external_directory": "ask",
170
- "read": {
171
- "*": "allow",
172
- "*.env": "deny",
173
- "*.env.*": "deny",
174
- "*.env.example": "allow"
175
- }
176
- },
177
- "plugin": [
178
- "@tarquinen/opencode-dcp@latest",
179
- "@franlol/opencode-md-table-formatter@0.0.3"
180
- ],
181
- "provider": {
182
- "github-copilot": {
183
- "models": {
184
- "claude-haiku-4.5": {
185
- "attachment": true,
186
- "options": {
187
- "thinking": {
188
- "budgetTokens": 16000,
189
- "type": "enabled"
190
- }
191
- },
192
- "reasoning": true,
193
- "temperature": true,
194
- "tool_call": true
195
- },
196
- "claude-opus-4.5": {
197
- "attachment": true,
198
- "options": {
199
- "thinking": {
200
- "budgetTokens": 32000,
201
- "type": "enabled"
202
- }
203
- },
204
- "reasoning": true,
205
- "temperature": true,
206
- "tool_call": true
207
- },
208
- "claude-sonnet-4.5": {
209
- "attachment": true,
210
- "options": {
211
- "thinking": {
212
- "budgetTokens": 16000,
213
- "type": "enabled"
214
- }
215
- },
216
- "reasoning": true,
217
- "temperature": true,
218
- "tool_call": true
219
- },
220
- "gpt-5.1": {
221
- "attachment": true,
222
- "options": {
223
- "reasoning": {
224
- "effort": "high"
225
- }
226
- },
227
- "reasoning": true,
228
- "temperature": true,
229
- "tool_call": true
230
- },
231
- "gpt-5.1-codex": {
232
- "attachment": true,
233
- "options": {
234
- "reasoning": {
235
- "effort": "high"
236
- }
237
- },
238
- "reasoning": true,
239
- "temperature": true,
240
- "tool_call": true
241
- }
242
- },
243
- "npm": "@ai-sdk/anthropic"
244
- },
245
- "opencode": {
246
- "models": {
247
- "big-pickle": {
248
- "options": {
249
- "reasoningEffort": "high",
250
- "temperature": 1,
251
- "top_k": 40,
252
- "top_p": 0.95
253
- },
254
- "reasoning": true
255
- }
256
- }
257
- },
258
- "proxypal": {
259
- "models": {
260
- "gemini-2.5-computer-use-preview-10-2025": {
261
- "limit": {
262
- "context": 880964,
263
- "output": 65536
264
- },
265
- "name": "Gemini 2 5 Computer Use Preview 10 2025"
266
- },
267
- "gemini-2.5-flash": {
268
- "limit": {
269
- "context": 880964,
270
- "output": 65536
271
- },
272
- "name": "Gemini 2 5 Flash"
273
- },
274
- "gemini-2.5-flash-lite": {
275
- "limit": {
276
- "context": 880964,
277
- "output": 65536
278
- },
279
- "name": "Gemini 2 5 Flash Lite"
280
- },
281
- "gemini-2.5-pro": {
282
- "limit": {
283
- "context": 880964,
284
- "output": 65536
285
- },
286
- "name": "Gemini 2 5 Pro"
287
- },
288
- "gemini-3-flash-preview": {
289
- "limit": {
290
- "context": 880964,
291
- "output": 65536
292
- },
293
- "name": "Gemini 3 Flash Preview",
294
- "options": {
295
- "generationConfig": {
296
- "thinkingConfig": {
297
- "thinkingLevel": "HIGH",
298
- "includeThoughts": true
299
- }
300
- }
301
- }
302
- },
303
- "gemini-3-pro-image-preview": {
304
- "limit": {
305
- "context": 880964,
306
- "output": 65536
307
- },
308
- "name": "Gemini 3 Pro Image Preview"
309
- },
310
- "gemini-3-pro-preview": {
311
- "limit": {
312
- "context": 880964,
313
- "output": 65536
314
- },
315
- "name": "Gemini 3 Pro Preview",
316
- "options": {
317
- "generationConfig": {
318
- "thinkingConfig": {
319
- "thinkingLevel": "HIGH",
320
- "includeThoughts": true
321
- }
322
- }
323
- }
324
- },
325
- "gemini-claude-opus-4-5-thinking": {
326
- "limit": {
327
- "context": 168000,
328
- "output": 64000
329
- },
330
- "name": "Gemini Claude Opus 4 5 Thinking",
331
- "options": {
332
- "thinking": {
333
- "budgetTokens": 32768,
334
- "type": "enabled"
335
- }
336
- },
337
- "reasoning": true
338
- },
339
- "gemini-claude-sonnet-4-5": {
340
- "limit": {
341
- "context": 168000,
342
- "output": 64000
343
- },
344
- "name": "Gemini Claude Sonnet 4 5"
345
- },
346
- "gemini-claude-sonnet-4-5-thinking": {
347
- "limit": {
348
- "context": 168000,
349
- "output": 64000
350
- },
351
- "name": "Gemini Claude Sonnet 4 5 Thinking",
352
- "options": {
353
- "thinking": {
354
- "budgetTokens": 32768,
355
- "type": "enabled"
356
- }
357
- },
358
- "reasoning": true
359
- },
360
- "glm-4.5": {
361
- "limit": {
362
- "context": 107520,
363
- "output": 16384
364
- },
365
- "name": "Glm 4 5"
366
- },
367
- "glm-4.5-air": {
368
- "limit": {
369
- "context": 107520,
370
- "output": 16384
371
- },
372
- "name": "Glm 4 5 Air"
373
- },
374
- "glm-4.6": {
375
- "limit": {
376
- "context": 107520,
377
- "output": 16384
378
- },
379
- "name": "Glm 4 6"
380
- },
381
- "glm-4.7": {
382
- "limit": {
383
- "context": 107520,
384
- "output": 16384
385
- },
386
- "name": "Glm 4 7"
387
- },
388
- "gpt-5": {
389
- "limit": {
390
- "context": 336000,
391
- "output": 32768
392
- },
393
- "name": "Gpt 5",
394
- "options": {
395
- "reasoningEffort": "medium"
396
- },
397
- "reasoning": true
398
- },
399
- "gpt-5-codex": {
400
- "limit": {
401
- "context": 336000,
402
- "output": 32768
403
- },
404
- "name": "Gpt 5 Codex",
405
- "options": {
406
- "reasoningEffort": "medium"
407
- },
408
- "reasoning": true
409
- },
410
- "gpt-5-codex-mini": {
411
- "limit": {
412
- "context": 336000,
413
- "output": 32768
414
- },
415
- "name": "Gpt 5 Codex Mini",
416
- "options": {
417
- "reasoningEffort": "medium"
418
- },
419
- "reasoning": true
420
- },
421
- "gpt-5.1": {
422
- "limit": {
423
- "context": 336000,
424
- "output": 32768
425
- },
426
- "name": "Gpt 5 1",
427
- "options": {
428
- "reasoningEffort": "medium"
429
- },
430
- "reasoning": true
431
- },
432
- "gpt-5.1-codex": {
433
- "limit": {
434
- "context": 336000,
435
- "output": 32768
436
- },
437
- "name": "Gpt 5 1 Codex",
438
- "options": {
439
- "reasoningEffort": "medium"
440
- },
441
- "reasoning": true
442
- },
443
- "gpt-5.1-codex-max": {
444
- "limit": {
445
- "context": 336000,
446
- "output": 32768
447
- },
448
- "name": "Gpt 5 1 Codex Max",
449
- "options": {
450
- "reasoningEffort": "medium"
451
- },
452
- "reasoning": true
453
- },
454
- "gpt-5.1-codex-mini": {
455
- "limit": {
456
- "context": 336000,
457
- "output": 32768
458
- },
459
- "name": "Gpt 5 1 Codex Mini",
460
- "options": {
461
- "reasoningEffort": "medium"
462
- },
463
- "reasoning": true
464
- },
465
- "gpt-5.2": {
466
- "limit": {
467
- "context": 336000,
468
- "output": 32768
469
- },
470
- "name": "Gpt 5 2",
471
- "options": {
472
- "reasoningEffort": "medium"
473
- },
474
- "reasoning": true
475
- },
476
- "gpt-5.2-codex": {
477
- "limit": {
478
- "context": 336000,
479
- "output": 32768
480
- },
481
- "name": "Gpt 5 2 Codex",
482
- "options": {
483
- "reasoningEffort": "medium"
484
- },
485
- "reasoning": true
486
- },
487
- "gpt-oss-120b-medium": {
488
- "limit": {
489
- "context": 107520,
490
- "output": 16384
491
- },
492
- "name": "Gpt Oss 120b Medium"
493
- }
494
- },
495
- "name": "ProxyPal",
496
- "npm": "@ai-sdk/anthropic",
497
- "options": {
498
- "apiKey": "proxypal-local",
499
- "baseURL": "http://127.0.0.1:8317/v1",
500
- "includeUsage": true
501
- }
502
- },
503
- "zai-coding-plan": {
504
- "models": {
505
- "glm-4.6": {
506
- "limit": {
507
- "context": 128000,
508
- "output": 16384
509
- },
510
- "options": {
511
- "temperature": 1,
512
- "thinking": {
513
- "type": "enabled"
514
- }
515
- },
516
- "reasoning": true,
517
- "temperature": true,
518
- "tool_call": true
519
- },
520
- "glm-4.7": {
521
- "id": "glm-4.7",
522
- "interleaved": true,
523
- "limit": {
524
- "context": 200000,
525
- "output": 128000
526
- },
527
- "name": "GLM-4.7",
528
- "options": {
529
- "temperature": 1,
530
- "thinking": {
531
- "type": "enabled"
532
- }
533
- },
534
- "reasoning": true
535
- }
536
- },
537
- "name": "Z.AI Coding Plan"
538
- }
539
- },
540
- "share": "manual",
541
- "small_model": "opencode/gpt-5-nano",
542
- "tui": {
543
- "diff_style": "auto",
544
- "scroll_acceleration": {
545
- "enabled": true
546
- },
547
- "scroll_speed": 3
548
- },
549
- "watcher": {
550
- "ignore": [
551
- "node_modules/**",
552
- ".git/**",
553
- "dist/**",
554
- "build/**",
555
- "*.log",
556
- ".DS_Store"
557
- ]
558
- }
2
+ "$schema": "https://opencode.ai/config.json",
3
+ "agent": {
4
+ "build": {
5
+ "description": "Primary development agent with full codebase access",
6
+ "model": "proxypal/gemini-claude-opus-4-5-thinking"
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
+ "disable": true
17
+ },
18
+ "plan": {
19
+ "disable": true
20
+ },
21
+ "planner": {
22
+ "description": "Strategic planning agent for architecture and design",
23
+ "model": "proxypal/gpt-5.1"
24
+ },
25
+ "review": {
26
+ "description": "Code review, debugging, and security audit specialist",
27
+ "model": "proxypal/gemini-claude-opus-4-5-thinking"
28
+ },
29
+ "rush": {
30
+ "description": "Fast primary agent for small, well-defined tasks",
31
+ "model": "zai-coding-plan/glm-4.7"
32
+ },
33
+ "scout": {
34
+ "description": "External research specialist for library docs and patterns",
35
+ "model": "proxypal/gemini-claude-sonnet-4-5"
36
+ },
37
+ "vision": {
38
+ "description": "Visual content specialist for multimodal analysis and UI/UX guidance",
39
+ "model": "proxypal/gemini-3-pro-preview"
40
+ }
41
+ },
42
+ "autoupdate": false,
43
+ "compaction": {
44
+ "auto": true,
45
+ "prune": true
46
+ },
47
+ "experimental": {
48
+ "batch_tool": true,
49
+ "chatMaxRetries": 2,
50
+ "continue_loop_on_deny": false,
51
+ "lsp": true,
52
+ "primary_tools": ["edit", "write", "bash"]
53
+ },
54
+ "formatter": {
55
+ "biome": {
56
+ "command": ["npx", "@biomejs/biome", "check", "--write", "$FILE"],
57
+ "extensions": [".js", ".jsx", ".ts", ".tsx", ".json", ".jsonc"]
58
+ },
59
+ "cargo-fmt": {
60
+ "command": ["cargo", "fmt", "--", "$FILE"],
61
+ "extensions": [".rs"]
62
+ },
63
+ "java-formatter": {
64
+ "command": ["google-java-format", "--replace", "$FILE"],
65
+ "environment": {
66
+ "JAVA_HOME": "{env:JAVA_HOME}"
67
+ },
68
+ "extensions": [".java"]
69
+ },
70
+ "prettier": {
71
+ "command": ["npx", "prettier", "--write", "$FILE"],
72
+ "extensions": [".html", ".css", ".scss", ".sass", ".md", ".yaml", ".yml"]
73
+ }
74
+ },
75
+ "instructions": [".opencode/memory/user.md", ".opencode/memory/project/*.md"],
76
+ "keybinds": {
77
+ "command_list": ";",
78
+ "leader": "`",
79
+ "session_child_cycle": "ctrl+alt+right",
80
+ "session_child_cycle_reverse": "ctrl+alt+left",
81
+ "session_compact": "ctrl+k"
82
+ },
83
+ "mcp": {
84
+ "context7": {
85
+ "command": [
86
+ "npx",
87
+ "-y",
88
+ "@upstash/context7-mcp",
89
+ "--api-key",
90
+ "{env:CONTEXT7_API_KEY}"
91
+ ],
92
+ "enabled": true,
93
+ "type": "local"
94
+ },
95
+ "gh_grep": {
96
+ "enabled": true,
97
+ "type": "remote",
98
+ "url": "https://mcp.grep.app"
99
+ }
100
+ },
101
+ "model": "github-copilot/claude-haiku-4.5",
102
+ "permission": {
103
+ "bash": {
104
+ "*": "allow",
105
+ "cat *": "allow",
106
+ "git branch *": "allow",
107
+ "git commit *": "ask",
108
+ "git diff *": "allow",
109
+ "git log *": "allow",
110
+ "git push *": "ask",
111
+ "git rebase *": "ask",
112
+ "git reset *": "ask",
113
+ "git status *": "allow",
114
+ "ls *": "allow",
115
+ "npm *": "allow",
116
+ "npx *": "allow",
117
+ "rm *": "deny",
118
+ "rm -rf *": "deny",
119
+ "sudo *": "deny"
120
+ },
121
+ "doom_loop": "ask",
122
+ "edit": "allow",
123
+ "external_directory": "ask",
124
+ "read": {
125
+ "*": "allow",
126
+ "*.env": "deny",
127
+ "*.env.*": "deny",
128
+ "*.env.example": "allow"
129
+ }
130
+ },
131
+ "plugin": [
132
+ "@tarquinen/opencode-dcp@latest",
133
+ "@franlol/opencode-md-table-formatter@0.0.3"
134
+ ],
135
+ "provider": {
136
+ "github-copilot": {
137
+ "models": {
138
+ "claude-haiku-4.5": {
139
+ "attachment": true,
140
+ "options": {
141
+ "thinking": {
142
+ "budgetTokens": 16000,
143
+ "type": "enabled"
144
+ }
145
+ },
146
+ "reasoning": true,
147
+ "temperature": true,
148
+ "tool_call": true
149
+ },
150
+ "claude-opus-4.5": {
151
+ "attachment": true,
152
+ "options": {
153
+ "thinking": {
154
+ "budgetTokens": 32000,
155
+ "type": "enabled"
156
+ }
157
+ },
158
+ "reasoning": true,
159
+ "temperature": true,
160
+ "tool_call": true
161
+ },
162
+ "claude-sonnet-4.5": {
163
+ "attachment": true,
164
+ "options": {
165
+ "thinking": {
166
+ "budgetTokens": 16000,
167
+ "type": "enabled"
168
+ }
169
+ },
170
+ "reasoning": true,
171
+ "temperature": true,
172
+ "tool_call": true
173
+ },
174
+ "gpt-5.1": {
175
+ "attachment": true,
176
+ "options": {
177
+ "reasoning": {
178
+ "effort": "high"
179
+ }
180
+ },
181
+ "reasoning": true,
182
+ "temperature": true,
183
+ "tool_call": true
184
+ },
185
+ "gpt-5.1-codex": {
186
+ "attachment": true,
187
+ "options": {
188
+ "reasoning": {
189
+ "effort": "high"
190
+ }
191
+ },
192
+ "reasoning": true,
193
+ "temperature": true,
194
+ "tool_call": true
195
+ }
196
+ },
197
+ "npm": "@ai-sdk/anthropic"
198
+ },
199
+ "opencode": {
200
+ "models": {
201
+ "big-pickle": {
202
+ "options": {
203
+ "reasoningEffort": "high",
204
+ "temperature": 1,
205
+ "top_k": 40,
206
+ "top_p": 0.95
207
+ },
208
+ "reasoning": true
209
+ }
210
+ }
211
+ },
212
+ "proxypal": {
213
+ "models": {
214
+ "gemini-2.5-computer-use-preview-10-2025": {
215
+ "limit": {
216
+ "context": 880964,
217
+ "output": 65536
218
+ },
219
+ "name": "Gemini 2 5 Computer Use Preview 10 2025"
220
+ },
221
+ "gemini-2.5-flash": {
222
+ "limit": {
223
+ "context": 880964,
224
+ "output": 65536
225
+ },
226
+ "name": "Gemini 2 5 Flash"
227
+ },
228
+ "gemini-2.5-flash-lite": {
229
+ "limit": {
230
+ "context": 880964,
231
+ "output": 65536
232
+ },
233
+ "name": "Gemini 2 5 Flash Lite"
234
+ },
235
+ "gemini-2.5-pro": {
236
+ "limit": {
237
+ "context": 880964,
238
+ "output": 65536
239
+ },
240
+ "name": "Gemini 2 5 Pro"
241
+ },
242
+ "gemini-3-flash-preview": {
243
+ "limit": {
244
+ "context": 880964,
245
+ "output": 65536
246
+ },
247
+ "name": "Gemini 3 Flash Preview",
248
+ "options": {
249
+ "generationConfig": {
250
+ "thinkingConfig": {
251
+ "thinkingLevel": "HIGH",
252
+ "includeThoughts": true
253
+ }
254
+ }
255
+ }
256
+ },
257
+ "gemini-3-pro-image-preview": {
258
+ "limit": {
259
+ "context": 880964,
260
+ "output": 65536
261
+ },
262
+ "name": "Gemini 3 Pro Image Preview"
263
+ },
264
+ "gemini-3-pro-preview": {
265
+ "limit": {
266
+ "context": 880964,
267
+ "output": 65536
268
+ },
269
+ "name": "Gemini 3 Pro Preview",
270
+ "options": {
271
+ "generationConfig": {
272
+ "thinkingConfig": {
273
+ "thinkingLevel": "HIGH",
274
+ "includeThoughts": true
275
+ }
276
+ }
277
+ }
278
+ },
279
+ "gemini-claude-opus-4-5-thinking": {
280
+ "limit": {
281
+ "context": 168000,
282
+ "output": 64000
283
+ },
284
+ "name": "Gemini Claude Opus 4 5 Thinking",
285
+ "options": {
286
+ "thinking": {
287
+ "budgetTokens": 32768,
288
+ "type": "enabled"
289
+ }
290
+ },
291
+ "reasoning": true,
292
+ "modalities": {
293
+ "input": ["text", "image", "pdf"],
294
+ "output": ["text"]
295
+ }
296
+ },
297
+ "gemini-claude-sonnet-4-5": {
298
+ "limit": {
299
+ "context": 168000,
300
+ "output": 64000
301
+ },
302
+ "name": "Gemini Claude Sonnet 4 5",
303
+ "modalities": {
304
+ "input": ["text", "image", "pdf"],
305
+ "output": ["text"]
306
+ }
307
+ },
308
+ "gemini-claude-sonnet-4-5-thinking": {
309
+ "limit": {
310
+ "context": 168000,
311
+ "output": 64000
312
+ },
313
+ "name": "Gemini Claude Sonnet 4 5 Thinking",
314
+ "options": {
315
+ "thinking": {
316
+ "budgetTokens": 32768,
317
+ "type": "enabled"
318
+ }
319
+ },
320
+ "reasoning": true,
321
+ "modalities": {
322
+ "input": ["text", "image", "pdf"],
323
+ "output": ["text"]
324
+ }
325
+ },
326
+ "glm-4.5": {
327
+ "limit": {
328
+ "context": 107520,
329
+ "output": 16384
330
+ },
331
+ "name": "Glm 4 5"
332
+ },
333
+ "glm-4.5-air": {
334
+ "limit": {
335
+ "context": 107520,
336
+ "output": 16384
337
+ },
338
+ "name": "Glm 4 5 Air"
339
+ },
340
+ "glm-4.6": {
341
+ "limit": {
342
+ "context": 107520,
343
+ "output": 16384
344
+ },
345
+ "name": "Glm 4 6"
346
+ },
347
+ "glm-4.7": {
348
+ "limit": {
349
+ "context": 107520,
350
+ "output": 16384
351
+ },
352
+ "name": "Glm 4 7"
353
+ },
354
+ "gpt-5": {
355
+ "limit": {
356
+ "context": 336000,
357
+ "output": 32768
358
+ },
359
+ "name": "Gpt 5",
360
+ "options": {
361
+ "reasoningEffort": "medium"
362
+ },
363
+ "reasoning": true
364
+ },
365
+ "gpt-5-codex": {
366
+ "limit": {
367
+ "context": 336000,
368
+ "output": 32768
369
+ },
370
+ "name": "Gpt 5 Codex",
371
+ "options": {
372
+ "reasoningEffort": "medium"
373
+ },
374
+ "reasoning": true
375
+ },
376
+ "gpt-5-codex-mini": {
377
+ "limit": {
378
+ "context": 336000,
379
+ "output": 32768
380
+ },
381
+ "name": "Gpt 5 Codex Mini",
382
+ "options": {
383
+ "reasoningEffort": "medium"
384
+ },
385
+ "reasoning": true
386
+ },
387
+ "gpt-5.1": {
388
+ "limit": {
389
+ "context": 336000,
390
+ "output": 32768
391
+ },
392
+ "name": "Gpt 5 1",
393
+ "options": {
394
+ "reasoningEffort": "medium"
395
+ },
396
+ "reasoning": true
397
+ },
398
+ "gpt-5.1-codex": {
399
+ "limit": {
400
+ "context": 336000,
401
+ "output": 32768
402
+ },
403
+ "name": "Gpt 5 1 Codex",
404
+ "options": {
405
+ "reasoningEffort": "medium"
406
+ },
407
+ "reasoning": true
408
+ },
409
+ "gpt-5.1-codex-max": {
410
+ "limit": {
411
+ "context": 336000,
412
+ "output": 32768
413
+ },
414
+ "name": "Gpt 5 1 Codex Max",
415
+ "options": {
416
+ "reasoningEffort": "medium"
417
+ },
418
+ "reasoning": true
419
+ },
420
+ "gpt-5.1-codex-mini": {
421
+ "limit": {
422
+ "context": 336000,
423
+ "output": 32768
424
+ },
425
+ "name": "Gpt 5 1 Codex Mini",
426
+ "options": {
427
+ "reasoningEffort": "medium"
428
+ },
429
+ "reasoning": true
430
+ },
431
+ "gpt-5.2": {
432
+ "limit": {
433
+ "context": 336000,
434
+ "output": 32768
435
+ },
436
+ "name": "Gpt 5 2",
437
+ "options": {
438
+ "reasoningEffort": "medium"
439
+ },
440
+ "reasoning": true
441
+ },
442
+ "gpt-5.2-codex": {
443
+ "limit": {
444
+ "context": 336000,
445
+ "output": 32768
446
+ },
447
+ "name": "Gpt 5 2 Codex",
448
+ "options": {
449
+ "reasoningEffort": "medium"
450
+ },
451
+ "reasoning": true
452
+ },
453
+ "gpt-oss-120b-medium": {
454
+ "limit": {
455
+ "context": 107520,
456
+ "output": 16384
457
+ },
458
+ "name": "Gpt Oss 120b Medium"
459
+ }
460
+ },
461
+ "name": "ProxyPal",
462
+ "npm": "@ai-sdk/anthropic",
463
+ "options": {
464
+ "apiKey": "proxypal-local",
465
+ "baseURL": "http://127.0.0.1:8317/v1",
466
+ "includeUsage": true
467
+ }
468
+ },
469
+ "zai-coding-plan": {
470
+ "models": {
471
+ "glm-4.6": {
472
+ "limit": {
473
+ "context": 128000,
474
+ "output": 16384
475
+ },
476
+ "options": {
477
+ "temperature": 1,
478
+ "thinking": {
479
+ "type": "enabled"
480
+ }
481
+ },
482
+ "reasoning": true,
483
+ "temperature": true,
484
+ "tool_call": true
485
+ },
486
+ "glm-4.7": {
487
+ "id": "glm-4.7",
488
+ "interleaved": true,
489
+ "limit": {
490
+ "context": 200000,
491
+ "output": 128000
492
+ },
493
+ "name": "GLM-4.7",
494
+ "options": {
495
+ "temperature": 1,
496
+ "thinking": {
497
+ "type": "enabled"
498
+ }
499
+ },
500
+ "reasoning": true
501
+ }
502
+ },
503
+ "name": "Z.AI Coding Plan"
504
+ }
505
+ },
506
+ "share": "manual",
507
+ "small_model": "opencode/gpt-5-nano",
508
+ "tui": {
509
+ "diff_style": "auto",
510
+ "scroll_acceleration": {
511
+ "enabled": true
512
+ },
513
+ "scroll_speed": 3
514
+ },
515
+ "watcher": {
516
+ "ignore": [
517
+ "node_modules/**",
518
+ ".git/**",
519
+ "dist/**",
520
+ "build/**",
521
+ "*.log",
522
+ ".DS_Store"
523
+ ]
524
+ }
559
525
  }