opencodekit 0.12.3 → 0.12.5

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