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