opencodekit 0.12.6 → 0.12.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/dist/index.js +5 -17
  2. package/dist/template/.opencode/agent/build.md +32 -21
  3. package/dist/template/.opencode/agent/explore.md +27 -16
  4. package/dist/template/.opencode/agent/planner.md +103 -63
  5. package/dist/template/.opencode/agent/review.md +31 -23
  6. package/dist/template/.opencode/agent/rush.md +27 -19
  7. package/dist/template/.opencode/agent/scout.md +27 -19
  8. package/dist/template/.opencode/agent/vision.md +29 -19
  9. package/dist/template/.opencode/command/accessibility-check.md +1 -0
  10. package/dist/template/.opencode/command/analyze-mockup.md +1 -0
  11. package/dist/template/.opencode/command/analyze-project.md +2 -1
  12. package/dist/template/.opencode/command/brainstorm.md +2 -1
  13. package/dist/template/.opencode/command/design-audit.md +1 -0
  14. package/dist/template/.opencode/command/finish.md +39 -4
  15. package/dist/template/.opencode/command/implement.md +26 -6
  16. package/dist/template/.opencode/command/init.md +1 -0
  17. package/dist/template/.opencode/command/pr.md +28 -1
  18. package/dist/template/.opencode/command/research-ui.md +1 -0
  19. package/dist/template/.opencode/command/research.md +1 -0
  20. package/dist/template/.opencode/command/review-codebase.md +1 -0
  21. package/dist/template/.opencode/command/status.md +3 -2
  22. package/dist/template/.opencode/command/summarize.md +2 -1
  23. package/dist/template/.opencode/command/ui-review.md +1 -0
  24. package/dist/template/.opencode/memory/project/architecture.md +59 -6
  25. package/dist/template/.opencode/memory/project/commands.md +20 -164
  26. package/dist/template/.opencode/memory/user.md +24 -7
  27. package/dist/template/.opencode/opencode.json +496 -496
  28. package/dist/template/.opencode/package.json +1 -1
  29. package/dist/template/.opencode/skill/condition-based-waiting/example.ts +71 -65
  30. package/dist/template/.opencode/tool/memory-read.ts +57 -57
  31. package/dist/template/.opencode/tool/memory-update.ts +53 -53
  32. package/dist/template/.opencode/tsconfig.json +19 -19
  33. package/package.json +4 -16
  34. package/dist/template/.opencode/command.backup/analyze-project.md +0 -465
  35. package/dist/template/.opencode/command.backup/finish.md +0 -167
  36. package/dist/template/.opencode/command.backup/implement.md +0 -143
  37. package/dist/template/.opencode/command.backup/pr.md +0 -252
  38. package/dist/template/.opencode/command.backup/status.md +0 -376
  39. package/dist/template/.opencode/lib/lsp/client.ts +0 -614
  40. package/dist/template/.opencode/lib/lsp/config.ts +0 -199
  41. package/dist/template/.opencode/lib/lsp/constants.ts +0 -339
  42. package/dist/template/.opencode/lib/lsp/types.ts +0 -138
  43. package/dist/template/.opencode/lib/lsp/utils.ts +0 -190
  44. package/dist/template/.opencode/memory/project/SHELL_OUTPUT_MIGRATION_PLAN.md +0 -551
@@ -1,498 +1,498 @@
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.5"
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
- "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": "proxypal/gemini-3-flash-preview"
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
- "cat *": "allow",
107
- "git branch *": "allow",
108
- "git commit *": "ask",
109
- "git diff *": "allow",
110
- "git log *": "allow",
111
- "git push *": "ask",
112
- "git rebase *": "ask",
113
- "git reset *": "ask",
114
- "git status *": "allow",
115
- "ls *": "allow",
116
- "npm *": "allow",
117
- "npx *": "allow",
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
- },
250
- "gemini-3-pro-image-preview": {
251
- "limit": {
252
- "context": 880964,
253
- "output": 65536
254
- },
255
- "name": "Gemini 3 Pro Image Preview"
256
- },
257
- "gemini-3-pro-preview": {
258
- "limit": {
259
- "context": 880964,
260
- "output": 65536
261
- },
262
- "name": "Gemini 3 Pro Preview"
263
- },
264
- "gemini-claude-opus-4-5-thinking": {
265
- "limit": {
266
- "context": 168000,
267
- "output": 64000
268
- },
269
- "name": "Gemini Claude Opus 4 5 Thinking",
270
- "options": {
271
- "thinking": {
272
- "budgetTokens": 32768,
273
- "type": "enabled"
274
- }
275
- },
276
- "reasoning": true
277
- },
278
- "gemini-claude-sonnet-4-5": {
279
- "limit": {
280
- "context": 168000,
281
- "output": 64000
282
- },
283
- "name": "Gemini Claude Sonnet 4 5"
284
- },
285
- "gemini-claude-sonnet-4-5-thinking": {
286
- "limit": {
287
- "context": 168000,
288
- "output": 64000
289
- },
290
- "name": "Gemini Claude Sonnet 4 5 Thinking",
291
- "options": {
292
- "thinking": {
293
- "budgetTokens": 32768,
294
- "type": "enabled"
295
- }
296
- },
297
- "reasoning": true
298
- },
299
- "glm-4.5": {
300
- "limit": {
301
- "context": 107520,
302
- "output": 16384
303
- },
304
- "name": "Glm 4 5"
305
- },
306
- "glm-4.5-air": {
307
- "limit": {
308
- "context": 107520,
309
- "output": 16384
310
- },
311
- "name": "Glm 4 5 Air"
312
- },
313
- "glm-4.6": {
314
- "limit": {
315
- "context": 107520,
316
- "output": 16384
317
- },
318
- "name": "Glm 4 6"
319
- },
320
- "glm-4.7": {
321
- "limit": {
322
- "context": 107520,
323
- "output": 16384
324
- },
325
- "name": "Glm 4 7"
326
- },
327
- "gpt-5": {
328
- "limit": {
329
- "context": 336000,
330
- "output": 32768
331
- },
332
- "name": "Gpt 5",
333
- "options": {
334
- "reasoningEffort": "medium"
335
- },
336
- "reasoning": true
337
- },
338
- "gpt-5-codex": {
339
- "limit": {
340
- "context": 336000,
341
- "output": 32768
342
- },
343
- "name": "Gpt 5 Codex",
344
- "options": {
345
- "reasoningEffort": "medium"
346
- },
347
- "reasoning": true
348
- },
349
- "gpt-5-codex-mini": {
350
- "limit": {
351
- "context": 336000,
352
- "output": 32768
353
- },
354
- "name": "Gpt 5 Codex Mini",
355
- "options": {
356
- "reasoningEffort": "medium"
357
- },
358
- "reasoning": true
359
- },
360
- "gpt-5.1": {
361
- "limit": {
362
- "context": 336000,
363
- "output": 32768
364
- },
365
- "name": "Gpt 5 1",
366
- "options": {
367
- "reasoningEffort": "medium"
368
- },
369
- "reasoning": true
370
- },
371
- "gpt-5.1-codex": {
372
- "limit": {
373
- "context": 336000,
374
- "output": 32768
375
- },
376
- "name": "Gpt 5 1 Codex",
377
- "options": {
378
- "reasoningEffort": "medium"
379
- },
380
- "reasoning": true
381
- },
382
- "gpt-5.1-codex-max": {
383
- "limit": {
384
- "context": 336000,
385
- "output": 32768
386
- },
387
- "name": "Gpt 5 1 Codex Max",
388
- "options": {
389
- "reasoningEffort": "medium"
390
- },
391
- "reasoning": true
392
- },
393
- "gpt-5.1-codex-mini": {
394
- "limit": {
395
- "context": 336000,
396
- "output": 32768
397
- },
398
- "name": "Gpt 5 1 Codex Mini",
399
- "options": {
400
- "reasoningEffort": "medium"
401
- },
402
- "reasoning": true
403
- },
404
- "gpt-5.2": {
405
- "limit": {
406
- "context": 336000,
407
- "output": 32768
408
- },
409
- "name": "Gpt 5 2",
410
- "options": {
411
- "reasoningEffort": "medium"
412
- },
413
- "reasoning": true
414
- },
415
- "gpt-5.2-codex": {
416
- "limit": {
417
- "context": 336000,
418
- "output": 32768
419
- },
420
- "name": "Gpt 5 2 Codex",
421
- "options": {
422
- "reasoningEffort": "medium"
423
- },
424
- "reasoning": true
425
- },
426
- "gpt-oss-120b-medium": {
427
- "limit": {
428
- "context": 107520,
429
- "output": 16384
430
- },
431
- "name": "Gpt Oss 120b Medium"
432
- }
433
- },
434
- "name": "ProxyPal",
435
- "npm": "@ai-sdk/anthropic",
436
- "options": {
437
- "apiKey": "proxypal-local",
438
- "baseURL": "http://127.0.0.1:8317/v1",
439
- "includeUsage": true
440
- }
441
- },
442
- "zai-coding-plan": {
443
- "models": {
444
- "glm-4.6": {
445
- "limit": {
446
- "context": 128000,
447
- "output": 16384
448
- },
449
- "options": {
450
- "temperature": 1,
451
- "thinking": {
452
- "type": "enabled"
453
- }
454
- },
455
- "reasoning": true,
456
- "temperature": true,
457
- "tool_call": true
458
- },
459
- "glm-4.7": {
460
- "id": "glm-4.7",
461
- "interleaved": true,
462
- "limit": {
463
- "context": 200000,
464
- "output": 128000
465
- },
466
- "name": "GLM-4.7",
467
- "options": {
468
- "temperature": 1,
469
- "thinking": {
470
- "type": "enabled"
471
- }
472
- },
473
- "reasoning": true
474
- }
475
- },
476
- "name": "Z.AI Coding Plan"
477
- }
478
- },
479
- "share": "manual",
480
- "small_model": "opencode/gpt-5-nano",
481
- "tui": {
482
- "diff_style": "auto",
483
- "scroll_acceleration": {
484
- "enabled": true
485
- },
486
- "scroll_speed": 3
487
- },
488
- "watcher": {
489
- "ignore": [
490
- "node_modules/**",
491
- ".git/**",
492
- "dist/**",
493
- "build/**",
494
- "*.log",
495
- ".DS_Store"
496
- ]
497
- }
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.5"
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
+ "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": "zai-coding-plan/glm-4.7"
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
+ "cat *": "allow",
107
+ "git branch *": "allow",
108
+ "git commit *": "ask",
109
+ "git diff *": "allow",
110
+ "git log *": "allow",
111
+ "git push *": "ask",
112
+ "git rebase *": "ask",
113
+ "git reset *": "ask",
114
+ "git status *": "allow",
115
+ "ls *": "allow",
116
+ "npm *": "allow",
117
+ "npx *": "allow",
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
+ },
250
+ "gemini-3-pro-image-preview": {
251
+ "limit": {
252
+ "context": 880964,
253
+ "output": 65536
254
+ },
255
+ "name": "Gemini 3 Pro Image Preview"
256
+ },
257
+ "gemini-3-pro-preview": {
258
+ "limit": {
259
+ "context": 880964,
260
+ "output": 65536
261
+ },
262
+ "name": "Gemini 3 Pro Preview"
263
+ },
264
+ "gemini-claude-opus-4-5-thinking": {
265
+ "limit": {
266
+ "context": 168000,
267
+ "output": 64000
268
+ },
269
+ "name": "Gemini Claude Opus 4 5 Thinking",
270
+ "options": {
271
+ "thinking": {
272
+ "budgetTokens": 32768,
273
+ "type": "enabled"
274
+ }
275
+ },
276
+ "reasoning": true
277
+ },
278
+ "gemini-claude-sonnet-4-5": {
279
+ "limit": {
280
+ "context": 168000,
281
+ "output": 64000
282
+ },
283
+ "name": "Gemini Claude Sonnet 4 5"
284
+ },
285
+ "gemini-claude-sonnet-4-5-thinking": {
286
+ "limit": {
287
+ "context": 168000,
288
+ "output": 64000
289
+ },
290
+ "name": "Gemini Claude Sonnet 4 5 Thinking",
291
+ "options": {
292
+ "thinking": {
293
+ "budgetTokens": 32768,
294
+ "type": "enabled"
295
+ }
296
+ },
297
+ "reasoning": true
298
+ },
299
+ "glm-4.5": {
300
+ "limit": {
301
+ "context": 107520,
302
+ "output": 16384
303
+ },
304
+ "name": "Glm 4 5"
305
+ },
306
+ "glm-4.5-air": {
307
+ "limit": {
308
+ "context": 107520,
309
+ "output": 16384
310
+ },
311
+ "name": "Glm 4 5 Air"
312
+ },
313
+ "glm-4.6": {
314
+ "limit": {
315
+ "context": 107520,
316
+ "output": 16384
317
+ },
318
+ "name": "Glm 4 6"
319
+ },
320
+ "glm-4.7": {
321
+ "limit": {
322
+ "context": 107520,
323
+ "output": 16384
324
+ },
325
+ "name": "Glm 4 7"
326
+ },
327
+ "gpt-5": {
328
+ "limit": {
329
+ "context": 336000,
330
+ "output": 32768
331
+ },
332
+ "name": "Gpt 5",
333
+ "options": {
334
+ "reasoningEffort": "medium"
335
+ },
336
+ "reasoning": true
337
+ },
338
+ "gpt-5-codex": {
339
+ "limit": {
340
+ "context": 336000,
341
+ "output": 32768
342
+ },
343
+ "name": "Gpt 5 Codex",
344
+ "options": {
345
+ "reasoningEffort": "medium"
346
+ },
347
+ "reasoning": true
348
+ },
349
+ "gpt-5-codex-mini": {
350
+ "limit": {
351
+ "context": 336000,
352
+ "output": 32768
353
+ },
354
+ "name": "Gpt 5 Codex Mini",
355
+ "options": {
356
+ "reasoningEffort": "medium"
357
+ },
358
+ "reasoning": true
359
+ },
360
+ "gpt-5.1": {
361
+ "limit": {
362
+ "context": 336000,
363
+ "output": 32768
364
+ },
365
+ "name": "Gpt 5 1",
366
+ "options": {
367
+ "reasoningEffort": "medium"
368
+ },
369
+ "reasoning": true
370
+ },
371
+ "gpt-5.1-codex": {
372
+ "limit": {
373
+ "context": 336000,
374
+ "output": 32768
375
+ },
376
+ "name": "Gpt 5 1 Codex",
377
+ "options": {
378
+ "reasoningEffort": "medium"
379
+ },
380
+ "reasoning": true
381
+ },
382
+ "gpt-5.1-codex-max": {
383
+ "limit": {
384
+ "context": 336000,
385
+ "output": 32768
386
+ },
387
+ "name": "Gpt 5 1 Codex Max",
388
+ "options": {
389
+ "reasoningEffort": "medium"
390
+ },
391
+ "reasoning": true
392
+ },
393
+ "gpt-5.1-codex-mini": {
394
+ "limit": {
395
+ "context": 336000,
396
+ "output": 32768
397
+ },
398
+ "name": "Gpt 5 1 Codex Mini",
399
+ "options": {
400
+ "reasoningEffort": "medium"
401
+ },
402
+ "reasoning": true
403
+ },
404
+ "gpt-5.2": {
405
+ "limit": {
406
+ "context": 336000,
407
+ "output": 32768
408
+ },
409
+ "name": "Gpt 5 2",
410
+ "options": {
411
+ "reasoningEffort": "medium"
412
+ },
413
+ "reasoning": true
414
+ },
415
+ "gpt-5.2-codex": {
416
+ "limit": {
417
+ "context": 336000,
418
+ "output": 32768
419
+ },
420
+ "name": "Gpt 5 2 Codex",
421
+ "options": {
422
+ "reasoningEffort": "medium"
423
+ },
424
+ "reasoning": true
425
+ },
426
+ "gpt-oss-120b-medium": {
427
+ "limit": {
428
+ "context": 107520,
429
+ "output": 16384
430
+ },
431
+ "name": "Gpt Oss 120b Medium"
432
+ }
433
+ },
434
+ "name": "ProxyPal",
435
+ "npm": "@ai-sdk/anthropic",
436
+ "options": {
437
+ "apiKey": "proxypal-local",
438
+ "baseURL": "http://127.0.0.1:8317/v1",
439
+ "includeUsage": true
440
+ }
441
+ },
442
+ "zai-coding-plan": {
443
+ "models": {
444
+ "glm-4.6": {
445
+ "limit": {
446
+ "context": 128000,
447
+ "output": 16384
448
+ },
449
+ "options": {
450
+ "temperature": 1,
451
+ "thinking": {
452
+ "type": "enabled"
453
+ }
454
+ },
455
+ "reasoning": true,
456
+ "temperature": true,
457
+ "tool_call": true
458
+ },
459
+ "glm-4.7": {
460
+ "id": "glm-4.7",
461
+ "interleaved": true,
462
+ "limit": {
463
+ "context": 200000,
464
+ "output": 128000
465
+ },
466
+ "name": "GLM-4.7",
467
+ "options": {
468
+ "temperature": 1,
469
+ "thinking": {
470
+ "type": "enabled"
471
+ }
472
+ },
473
+ "reasoning": true
474
+ }
475
+ },
476
+ "name": "Z.AI Coding Plan"
477
+ }
478
+ },
479
+ "share": "manual",
480
+ "small_model": "opencode/gpt-5-nano",
481
+ "tui": {
482
+ "diff_style": "auto",
483
+ "scroll_acceleration": {
484
+ "enabled": true
485
+ },
486
+ "scroll_speed": 3
487
+ },
488
+ "watcher": {
489
+ "ignore": [
490
+ "node_modules/**",
491
+ ".git/**",
492
+ "dist/**",
493
+ "build/**",
494
+ "*.log",
495
+ ".DS_Store"
496
+ ]
497
+ }
498
498
  }