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