opencodekit 0.6.7 → 0.8.0

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 +654 -651
  2. package/dist/template/.opencode/AGENTS.md +97 -13
  3. package/dist/template/.opencode/README.md +18 -16
  4. package/dist/template/.opencode/command/accessibility-check.md +1 -1
  5. package/dist/template/.opencode/command/analyze-mockup.md +1 -1
  6. package/dist/template/.opencode/command/analyze-project.md +11 -9
  7. package/dist/template/.opencode/command/brainstorm.md +1 -1
  8. package/dist/template/.opencode/command/commit.md +1 -1
  9. package/dist/template/.opencode/command/create.md +16 -2
  10. package/dist/template/.opencode/command/design-audit.md +1 -1
  11. package/dist/template/.opencode/command/design.md +1 -1
  12. package/dist/template/.opencode/command/finish.md +20 -8
  13. package/dist/template/.opencode/command/fix-ci.md +14 -9
  14. package/dist/template/.opencode/command/fix-types.md +6 -11
  15. package/dist/template/.opencode/command/fix-ui.md +1 -1
  16. package/dist/template/.opencode/command/fix.md +1 -1
  17. package/dist/template/.opencode/command/handoff.md +8 -6
  18. package/dist/template/.opencode/command/implement.md +33 -3
  19. package/dist/template/.opencode/command/import-plan.md +27 -14
  20. package/dist/template/.opencode/command/integration-test.md +7 -3
  21. package/dist/template/.opencode/command/issue.md +10 -9
  22. package/dist/template/.opencode/command/new-feature.md +6 -6
  23. package/dist/template/.opencode/command/plan.md +5 -5
  24. package/dist/template/.opencode/command/pr.md +4 -4
  25. package/dist/template/.opencode/command/research-and-implement.md +2 -2
  26. package/dist/template/.opencode/command/research-ui.md +1 -1
  27. package/dist/template/.opencode/command/research.md +3 -5
  28. package/dist/template/.opencode/command/resume.md +4 -2
  29. package/dist/template/.opencode/command/revert-feature.md +7 -7
  30. package/dist/template/.opencode/command/review-codebase.md +1 -1
  31. package/dist/template/.opencode/command/skill-create.md +4 -4
  32. package/dist/template/.opencode/command/skill-optimize.md +4 -4
  33. package/dist/template/.opencode/command/status.md +4 -4
  34. package/dist/template/.opencode/command/ui-review.md +2 -2
  35. package/dist/template/.opencode/dcp.jsonc +20 -2
  36. package/dist/template/.opencode/opencode.json +496 -491
  37. package/dist/template/.opencode/package.json +20 -20
  38. package/dist/template/.opencode/plugin/beads.ts +667 -0
  39. package/dist/template/.opencode/plugin/compaction.ts +80 -0
  40. package/dist/template/.opencode/skill/beads/SKILL.md +419 -0
  41. package/dist/template/.opencode/skill/beads/references/BOUNDARIES.md +218 -0
  42. package/dist/template/.opencode/skill/beads/references/DEPENDENCIES.md +130 -0
  43. package/dist/template/.opencode/skill/beads/references/RESUMABILITY.md +180 -0
  44. package/dist/template/.opencode/skill/beads/references/WORKFLOWS.md +222 -0
  45. package/dist/template/.opencode/skill/brainstorming/SKILL.md +2 -2
  46. package/dist/template/.opencode/skill/executing-plans/SKILL.md +1 -1
  47. package/dist/template/.opencode/skill/sharing-skills/SKILL.md +13 -4
  48. package/dist/template/.opencode/skill/subagent-driven-development/SKILL.md +1 -1
  49. package/dist/template/.opencode/skill/systematic-debugging/SKILL.md +2 -2
  50. package/dist/template/.opencode/skill/using-git-worktrees/SKILL.md +27 -18
  51. package/dist/template/.opencode/skill/{using-superpowers → using-skills}/SKILL.md +6 -3
  52. package/dist/template/.opencode/skill/writing-plans/SKILL.md +3 -3
  53. package/dist/template/.opencode/skill/writing-skills/SKILL.md +2 -2
  54. package/package.json +2 -1
  55. package/dist/template/.opencode/memory/handoffs/2025-12-27T103000Z.md +0 -76
  56. package/dist/template/.opencode/plugin/skill.ts +0 -275
  57. package/dist/template/.opencode/skill/systematic-debugging/CREATION-LOG.md +0 -119
  58. package/dist/template/.opencode/skill/systematic-debugging/test-academic.md +0 -14
  59. package/dist/template/.opencode/skill/systematic-debugging/test-pressure-1.md +0 -58
  60. package/dist/template/.opencode/skill/systematic-debugging/test-pressure-2.md +0 -68
  61. package/dist/template/.opencode/skill/systematic-debugging/test-pressure-3.md +0 -69
  62. package/dist/template/.opencode/skill/testing-skills-with-subagents/examples/CLAUDE_MD_TESTING.md +0 -189
@@ -1,493 +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
- "model": "proxypal/gemini-3-flash-preview",
10
- "prompt": "You are summarizing a coding session for context continuity.\n\n## Output Structure\n\nUse these sections:\n\n### COMPLETED\n- What was done (with file paths)\n- Bead IDs closed and why\n\n### IN PROGRESS\n- Current task and bead ID (if any)\n- Files being modified (exact paths)\n- Current todo state (preserve TodoWrite items)\n\n### NEXT\n- What needs to be done next\n- Blockers or pending decisions\n\n### CONSTRAINTS\n- User preferences that must persist\n- Rules or requirements stated by user\n- Technical decisions and rationale\n\n### PERSIST TO MEMORY\n- Gotchas discovered → suggest for project/gotchas.md\n- Commands learned → suggest for project/commands.md\n- Patterns observed → suggest for project/conventions.md\n\n## Rules\n\n- PRESERVE: Bead IDs, todo items, file paths, line numbers, user constraints\n- DROP: Failed attempts, superseded info, verbose tool outputs, exploration dead-ends\n- Be concise but complete - this summary replaces the full conversation\n- Include enough context that a new session can continue seamlessly"
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-claude-opus-4-5-thinking"
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": ["edit", "write", "bash", "prune"]
48
- },
49
- "formatter": {
50
- "biome": {
51
- "command": ["npx", "@biomejs/biome", "check", "--write", "$FILE"],
52
- "extensions": [".js", ".jsx", ".ts", ".tsx", ".json", ".jsonc"]
53
- },
54
- "java-formatter": {
55
- "command": ["google-java-format", "--replace", "$FILE"],
56
- "environment": {
57
- "JAVA_HOME": "{env:JAVA_HOME}"
58
- },
59
- "extensions": [".java"]
60
- },
61
- "prettier": {
62
- "command": ["npx", "prettier", "--write", "$FILE"],
63
- "extensions": [".html", ".css", ".scss", ".sass", ".md", ".yaml", ".yml"]
64
- }
65
- },
66
- "instructions": [".opencode/memory/user.md", ".opencode/memory/project/*.md"],
67
- "keybinds": {
68
- "command_list": ";",
69
- "leader": "`",
70
- "session_child_cycle": "ctrl+alt+right",
71
- "session_child_cycle_reverse": "ctrl+alt+left",
72
- "session_compact": "ctrl+k"
73
- },
74
- "mcp": {
75
- "Framelink MCP for Figma": {
76
- "command": [
77
- "npx",
78
- "-y",
79
- "figma-developer-mcp",
80
- "--figma-api-key={env:FIGMA_API_KEY}",
81
- "--stdio"
82
- ],
83
- "enabled": false,
84
- "type": "local"
85
- },
86
- "context7": {
87
- "command": [
88
- "npx",
89
- "-y",
90
- "@upstash/context7-mcp",
91
- "--api-key",
92
- "{env:CONTEXT7_API_KEY}"
93
- ],
94
- "enabled": true,
95
- "type": "local"
96
- },
97
- "gh_grep": {
98
- "enabled": true,
99
- "type": "remote",
100
- "url": "https://mcp.grep.app"
101
- },
102
- "gkg": {
103
- "enabled": true,
104
- "type": "remote",
105
- "url": "http://localhost:27495/mcp"
106
- },
107
- "playwright": {
108
- "command": ["npx", "@playwright/mcp@latest"],
109
- "enabled": false,
110
- "type": "local"
111
- }
112
- },
113
- "model": "github-copilot/claude-haiku-4.5",
114
- "permission": {
115
- "bash": {
116
- "git commit *": "ask",
117
- "git push *": "ask",
118
- "rm *": "ask",
119
- "rm -rf *": "ask"
120
- },
121
- "doom_loop": "ask",
122
- "edit": "allow",
123
- "external_directory": "allow"
124
- },
125
- "plugin": [
126
- "opencode-gemini-auth",
127
- "@tarquinen/opencode-dcp@latest",
128
- "@franlol/opencode-md-table-formatter@0.0.3",
129
- "./plugin/skill.ts",
130
- "./plugin/handoff.ts"
131
- ],
132
- "provider": {
133
- "github-copilot": {
134
- "models": {
135
- "claude-haiku-4.5": {
136
- "attachment": true,
137
- "options": {
138
- "thinking": {
139
- "budgetTokens": 16000,
140
- "type": "enabled"
141
- }
142
- },
143
- "reasoning": true,
144
- "temperature": true,
145
- "tool_call": true
146
- },
147
- "claude-opus-4.5": {
148
- "attachment": true,
149
- "options": {
150
- "thinking": {
151
- "budgetTokens": 32000,
152
- "type": "enabled"
153
- }
154
- },
155
- "reasoning": true,
156
- "temperature": true,
157
- "tool_call": true
158
- },
159
- "claude-sonnet-4.5": {
160
- "attachment": true,
161
- "options": {
162
- "thinking": {
163
- "budgetTokens": 16000,
164
- "type": "enabled"
165
- }
166
- },
167
- "reasoning": true,
168
- "temperature": true,
169
- "tool_call": true
170
- },
171
- "gpt-5.1": {
172
- "attachment": true,
173
- "options": {
174
- "reasoning": {
175
- "effort": "high"
176
- }
177
- },
178
- "reasoning": true,
179
- "temperature": true,
180
- "tool_call": true
181
- },
182
- "gpt-5.1-codex": {
183
- "attachment": true,
184
- "options": {
185
- "reasoning": {
186
- "effort": "high"
187
- }
188
- },
189
- "reasoning": true,
190
- "temperature": true,
191
- "tool_call": true
192
- }
193
- },
194
- "npm": "@ai-sdk/anthropic"
195
- },
196
- "opencode": {
197
- "models": {
198
- "big-pickle": {
199
- "options": {
200
- "reasoningEffort": "high",
201
- "temperature": 1,
202
- "top_k": 40,
203
- "top_p": 0.95
204
- },
205
- "reasoning": true
206
- }
207
- }
208
- },
209
- "proxypal": {
210
- "models": {
211
- "gemini-2.5-computer-use-preview-10-2025": {
212
- "limit": {
213
- "context": 880964,
214
- "output": 65536
215
- },
216
- "name": "Gemini 2 5 Computer Use Preview 10 2025"
217
- },
218
- "gemini-2.5-flash": {
219
- "limit": {
220
- "context": 880964,
221
- "output": 65536
222
- },
223
- "name": "Gemini 2 5 Flash"
224
- },
225
- "gemini-2.5-flash-lite": {
226
- "limit": {
227
- "context": 880964,
228
- "output": 65536
229
- },
230
- "name": "Gemini 2 5 Flash Lite"
231
- },
232
- "gemini-2.5-pro": {
233
- "limit": {
234
- "context": 880964,
235
- "output": 65536
236
- },
237
- "name": "Gemini 2 5 Pro"
238
- },
239
- "gemini-3-flash-preview": {
240
- "limit": {
241
- "context": 880964,
242
- "output": 65536
243
- },
244
- "name": "Gemini 3 Flash Preview"
245
- },
246
- "gemini-3-pro-image-preview": {
247
- "limit": {
248
- "context": 880964,
249
- "output": 65536
250
- },
251
- "name": "Gemini 3 Pro Image Preview"
252
- },
253
- "gemini-3-pro-preview": {
254
- "limit": {
255
- "context": 880964,
256
- "output": 65536
257
- },
258
- "name": "Gemini 3 Pro Preview"
259
- },
260
- "gemini-claude-opus-4-5-thinking": {
261
- "limit": {
262
- "context": 168000,
263
- "output": 64000
264
- },
265
- "name": "Gemini Claude Opus 4 5 Thinking",
266
- "options": {
267
- "thinking": {
268
- "budgetTokens": 32768,
269
- "type": "enabled"
270
- }
271
- },
272
- "reasoning": true
273
- },
274
- "gemini-claude-sonnet-4-5": {
275
- "limit": {
276
- "context": 168000,
277
- "output": 64000
278
- },
279
- "name": "Gemini Claude Sonnet 4 5"
280
- },
281
- "gemini-claude-sonnet-4-5-thinking": {
282
- "limit": {
283
- "context": 168000,
284
- "output": 64000
285
- },
286
- "name": "Gemini Claude Sonnet 4 5 Thinking",
287
- "options": {
288
- "thinking": {
289
- "budgetTokens": 32768,
290
- "type": "enabled"
291
- }
292
- },
293
- "reasoning": true
294
- },
295
- "glm-4.6": {
296
- "limit": {
297
- "context": 107520,
298
- "output": 16384
299
- },
300
- "name": "Glm 4 6"
301
- },
302
- "glm-4.7": {
303
- "limit": {
304
- "context": 107520,
305
- "output": 16384
306
- },
307
- "name": "Glm 4 7"
308
- },
309
- "gpt-5": {
310
- "limit": {
311
- "context": 336000,
312
- "output": 32768
313
- },
314
- "name": "Gpt 5",
315
- "options": {
316
- "reasoningEffort": "medium"
317
- },
318
- "reasoning": true
319
- },
320
- "gpt-5-codex": {
321
- "limit": {
322
- "context": 336000,
323
- "output": 32768
324
- },
325
- "name": "Gpt 5 Codex",
326
- "options": {
327
- "reasoningEffort": "medium"
328
- },
329
- "reasoning": true
330
- },
331
- "gpt-5-codex-mini": {
332
- "limit": {
333
- "context": 336000,
334
- "output": 32768
335
- },
336
- "name": "Gpt 5 Codex Mini",
337
- "options": {
338
- "reasoningEffort": "medium"
339
- },
340
- "reasoning": true
341
- },
342
- "gpt-5.1": {
343
- "limit": {
344
- "context": 336000,
345
- "output": 32768
346
- },
347
- "name": "Gpt 5 1",
348
- "options": {
349
- "reasoningEffort": "medium"
350
- },
351
- "reasoning": true
352
- },
353
- "gpt-5.1-codex": {
354
- "limit": {
355
- "context": 336000,
356
- "output": 32768
357
- },
358
- "name": "Gpt 5 1 Codex",
359
- "options": {
360
- "reasoningEffort": "medium"
361
- },
362
- "reasoning": true
363
- },
364
- "gpt-5.1-codex-max": {
365
- "limit": {
366
- "context": 336000,
367
- "output": 32768
368
- },
369
- "name": "Gpt 5 1 Codex Max",
370
- "options": {
371
- "reasoningEffort": "medium"
372
- },
373
- "reasoning": true
374
- },
375
- "gpt-5.1-codex-mini": {
376
- "limit": {
377
- "context": 336000,
378
- "output": 32768
379
- },
380
- "name": "Gpt 5 1 Codex Mini",
381
- "options": {
382
- "reasoningEffort": "medium"
383
- },
384
- "reasoning": true
385
- },
386
- "gpt-5.2": {
387
- "limit": {
388
- "context": 336000,
389
- "output": 32768
390
- },
391
- "name": "Gpt 5 2",
392
- "options": {
393
- "reasoningEffort": "medium"
394
- },
395
- "reasoning": true
396
- },
397
- "gpt-5.2-codex": {
398
- "limit": {
399
- "context": 336000,
400
- "output": 32768
401
- },
402
- "name": "Gpt 5 2 Codex",
403
- "options": {
404
- "reasoningEffort": "medium"
405
- },
406
- "reasoning": true
407
- },
408
- "gpt-oss-120b-medium": {
409
- "limit": {
410
- "context": 107520,
411
- "output": 16384
412
- },
413
- "name": "Gpt Oss 120b Medium"
414
- }
415
- },
416
- "name": "ProxyPal",
417
- "npm": "@ai-sdk/anthropic",
418
- "options": {
419
- "apiKey": "proxypal-local",
420
- "baseURL": "http://127.0.0.1:8317/v1",
421
- "includeUsage": true
422
- }
423
- },
424
- "zai-coding-plan": {
425
- "models": {
426
- "glm-4.6": {
427
- "attachment": true,
428
- "limit": {
429
- "context": 128000,
430
- "output": 16384
431
- },
432
- "options": {
433
- "temperature": 1,
434
- "thinking": {
435
- "type": "enabled"
436
- }
437
- },
438
- "reasoning": true,
439
- "temperature": true,
440
- "tool_call": true
441
- },
442
- "glm-4.7": {
443
- "id": "glm-4.7",
444
- "interleaved": true,
445
- "limit": {
446
- "context": 200000,
447
- "output": 128000
448
- },
449
- "name": "GLM-4.7",
450
- "options": {
451
- "temperature": 1,
452
- "thinking": {
453
- "type": "enabled"
454
- }
455
- },
456
- "reasoning": true
457
- }
458
- },
459
- "name": "Z.AI Coding Plan",
460
- "npm": "@ai-sdk/openai-compatible",
461
- "options": {
462
- "apiKey": "{env:ZAI_API_KEY}",
463
- "baseURL": "https://api.z.ai/api/paas/v4"
464
- }
465
- }
466
- },
467
- "share": "manual",
468
- "small_model": "opencode/gpt-5-nano",
469
- "theme": "system",
470
- "tools": {
471
- "context7*": true,
472
- "gh_grep*": true,
473
- "gkg*": true
474
- },
475
- "tui": {
476
- "diff_style": "auto",
477
- "scroll_acceleration": {
478
- "enabled": true
479
- },
480
- "scroll_speed": 3
481
- },
482
- "watcher": {
483
- "ignore": [
484
- "node_modules/**",
485
- ".git/**",
486
- "dist/**",
487
- "build/**",
488
- "*.log",
489
- ".DS_Store"
490
- ]
491
- }
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": "proxypal/gemini-3-flash-preview"
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": "proxypal/gemini-claude-opus-4-5-thinking"
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": ["edit", "write", "bash", "prune"]
48
+ },
49
+ "formatter": {
50
+ "biome": {
51
+ "command": ["npx", "@biomejs/biome", "check", "--write", "$FILE"],
52
+ "extensions": [".js", ".jsx", ".ts", ".tsx", ".json", ".jsonc"]
53
+ },
54
+ "java-formatter": {
55
+ "command": ["google-java-format", "--replace", "$FILE"],
56
+ "environment": {
57
+ "JAVA_HOME": "{env:JAVA_HOME}"
58
+ },
59
+ "extensions": [".java"]
60
+ },
61
+ "prettier": {
62
+ "command": ["npx", "prettier", "--write", "$FILE"],
63
+ "extensions": [".html", ".css", ".scss", ".sass", ".md", ".yaml", ".yml"]
64
+ }
65
+ },
66
+ "instructions": [".opencode/memory/user.md", ".opencode/memory/project/*.md"],
67
+ "keybinds": {
68
+ "command_list": ";",
69
+ "leader": "`",
70
+ "session_child_cycle": "ctrl+alt+right",
71
+ "session_child_cycle_reverse": "ctrl+alt+left",
72
+ "session_compact": "ctrl+k"
73
+ },
74
+ "mcp": {
75
+ "Framelink MCP for Figma": {
76
+ "command": [
77
+ "npx",
78
+ "-y",
79
+ "figma-developer-mcp",
80
+ "--figma-api-key={env:FIGMA_API_KEY}",
81
+ "--stdio"
82
+ ],
83
+ "enabled": false,
84
+ "type": "local"
85
+ },
86
+ "context7": {
87
+ "command": [
88
+ "npx",
89
+ "-y",
90
+ "@upstash/context7-mcp",
91
+ "--api-key",
92
+ "{env:CONTEXT7_API_KEY}"
93
+ ],
94
+ "enabled": true,
95
+ "type": "local"
96
+ },
97
+ "gh_grep": {
98
+ "enabled": true,
99
+ "type": "remote",
100
+ "url": "https://mcp.grep.app"
101
+ },
102
+ "gkg": {
103
+ "enabled": true,
104
+ "type": "remote",
105
+ "url": "http://localhost:27495/mcp"
106
+ },
107
+ "playwright": {
108
+ "command": ["npx", "@playwright/mcp@latest"],
109
+ "enabled": false,
110
+ "type": "local"
111
+ }
112
+ },
113
+ "model": "github-copilot/claude-haiku-4.5",
114
+ "permission": {
115
+ "bash": {
116
+ "git commit *": "ask",
117
+ "git push *": "ask",
118
+ "rm *": "ask",
119
+ "rm -rf *": "ask"
120
+ },
121
+ "doom_loop": "ask",
122
+ "edit": "allow",
123
+ "external_directory": "allow"
124
+ },
125
+ "plugin": [
126
+ "@tarquinen/opencode-dcp@latest",
127
+ "@franlol/opencode-md-table-formatter@0.0.3"
128
+ ],
129
+ "provider": {
130
+ "github-copilot": {
131
+ "models": {
132
+ "claude-haiku-4.5": {
133
+ "attachment": true,
134
+ "options": {
135
+ "thinking": {
136
+ "budgetTokens": 16000,
137
+ "type": "enabled"
138
+ }
139
+ },
140
+ "reasoning": true,
141
+ "temperature": true,
142
+ "tool_call": true
143
+ },
144
+ "claude-opus-4.5": {
145
+ "attachment": true,
146
+ "options": {
147
+ "thinking": {
148
+ "budgetTokens": 32000,
149
+ "type": "enabled"
150
+ }
151
+ },
152
+ "reasoning": true,
153
+ "temperature": true,
154
+ "tool_call": true
155
+ },
156
+ "claude-sonnet-4.5": {
157
+ "attachment": true,
158
+ "options": {
159
+ "thinking": {
160
+ "budgetTokens": 16000,
161
+ "type": "enabled"
162
+ }
163
+ },
164
+ "reasoning": true,
165
+ "temperature": true,
166
+ "tool_call": true
167
+ },
168
+ "gpt-5.1": {
169
+ "attachment": true,
170
+ "options": {
171
+ "reasoning": {
172
+ "effort": "high"
173
+ }
174
+ },
175
+ "reasoning": true,
176
+ "temperature": true,
177
+ "tool_call": true
178
+ },
179
+ "gpt-5.1-codex": {
180
+ "attachment": true,
181
+ "options": {
182
+ "reasoning": {
183
+ "effort": "high"
184
+ }
185
+ },
186
+ "reasoning": true,
187
+ "temperature": true,
188
+ "tool_call": true
189
+ }
190
+ },
191
+ "npm": "@ai-sdk/anthropic"
192
+ },
193
+ "opencode": {
194
+ "models": {
195
+ "big-pickle": {
196
+ "options": {
197
+ "reasoningEffort": "high",
198
+ "temperature": 1,
199
+ "top_k": 40,
200
+ "top_p": 0.95
201
+ },
202
+ "reasoning": true
203
+ }
204
+ }
205
+ },
206
+ "proxypal": {
207
+ "models": {
208
+ "gemini-2.5-computer-use-preview-10-2025": {
209
+ "limit": {
210
+ "context": 880964,
211
+ "output": 65536
212
+ },
213
+ "name": "Gemini 2 5 Computer Use Preview 10 2025"
214
+ },
215
+ "gemini-2.5-flash": {
216
+ "limit": {
217
+ "context": 880964,
218
+ "output": 65536
219
+ },
220
+ "name": "Gemini 2 5 Flash"
221
+ },
222
+ "gemini-2.5-flash-lite": {
223
+ "limit": {
224
+ "context": 880964,
225
+ "output": 65536
226
+ },
227
+ "name": "Gemini 2 5 Flash Lite"
228
+ },
229
+ "gemini-2.5-pro": {
230
+ "limit": {
231
+ "context": 880964,
232
+ "output": 65536
233
+ },
234
+ "name": "Gemini 2 5 Pro"
235
+ },
236
+ "gemini-3-flash-preview": {
237
+ "limit": {
238
+ "context": 880964,
239
+ "output": 65536
240
+ },
241
+ "name": "Gemini 3 Flash Preview"
242
+ },
243
+ "gemini-3-pro-image-preview": {
244
+ "limit": {
245
+ "context": 880964,
246
+ "output": 65536
247
+ },
248
+ "name": "Gemini 3 Pro Image Preview"
249
+ },
250
+ "gemini-3-pro-preview": {
251
+ "limit": {
252
+ "context": 880964,
253
+ "output": 65536
254
+ },
255
+ "name": "Gemini 3 Pro Preview"
256
+ },
257
+ "gemini-claude-opus-4-5-thinking": {
258
+ "limit": {
259
+ "context": 168000,
260
+ "output": 64000
261
+ },
262
+ "name": "Gemini Claude Opus 4 5 Thinking",
263
+ "options": {
264
+ "thinking": {
265
+ "budgetTokens": 32768,
266
+ "type": "enabled"
267
+ }
268
+ },
269
+ "reasoning": true
270
+ },
271
+ "gemini-claude-sonnet-4-5": {
272
+ "limit": {
273
+ "context": 168000,
274
+ "output": 64000
275
+ },
276
+ "name": "Gemini Claude Sonnet 4 5"
277
+ },
278
+ "gemini-claude-sonnet-4-5-thinking": {
279
+ "limit": {
280
+ "context": 168000,
281
+ "output": 64000
282
+ },
283
+ "name": "Gemini Claude Sonnet 4 5 Thinking",
284
+ "options": {
285
+ "thinking": {
286
+ "budgetTokens": 32768,
287
+ "type": "enabled"
288
+ }
289
+ },
290
+ "reasoning": true
291
+ },
292
+ "glm-4.5": {
293
+ "limit": {
294
+ "context": 107520,
295
+ "output": 16384
296
+ },
297
+ "name": "Glm 4 5"
298
+ },
299
+ "glm-4.5-air": {
300
+ "limit": {
301
+ "context": 107520,
302
+ "output": 16384
303
+ },
304
+ "name": "Glm 4 5 Air"
305
+ },
306
+ "glm-4.6": {
307
+ "limit": {
308
+ "context": 107520,
309
+ "output": 16384
310
+ },
311
+ "name": "Glm 4 6"
312
+ },
313
+ "glm-4.7": {
314
+ "limit": {
315
+ "context": 107520,
316
+ "output": 16384
317
+ },
318
+ "name": "Glm 4 7"
319
+ },
320
+ "gpt-5": {
321
+ "limit": {
322
+ "context": 336000,
323
+ "output": 32768
324
+ },
325
+ "name": "Gpt 5",
326
+ "options": {
327
+ "reasoningEffort": "medium"
328
+ },
329
+ "reasoning": true
330
+ },
331
+ "gpt-5-codex": {
332
+ "limit": {
333
+ "context": 336000,
334
+ "output": 32768
335
+ },
336
+ "name": "Gpt 5 Codex",
337
+ "options": {
338
+ "reasoningEffort": "medium"
339
+ },
340
+ "reasoning": true
341
+ },
342
+ "gpt-5-codex-mini": {
343
+ "limit": {
344
+ "context": 336000,
345
+ "output": 32768
346
+ },
347
+ "name": "Gpt 5 Codex Mini",
348
+ "options": {
349
+ "reasoningEffort": "medium"
350
+ },
351
+ "reasoning": true
352
+ },
353
+ "gpt-5.1": {
354
+ "limit": {
355
+ "context": 336000,
356
+ "output": 32768
357
+ },
358
+ "name": "Gpt 5 1",
359
+ "options": {
360
+ "reasoningEffort": "medium"
361
+ },
362
+ "reasoning": true
363
+ },
364
+ "gpt-5.1-codex": {
365
+ "limit": {
366
+ "context": 336000,
367
+ "output": 32768
368
+ },
369
+ "name": "Gpt 5 1 Codex",
370
+ "options": {
371
+ "reasoningEffort": "medium"
372
+ },
373
+ "reasoning": true
374
+ },
375
+ "gpt-5.1-codex-max": {
376
+ "limit": {
377
+ "context": 336000,
378
+ "output": 32768
379
+ },
380
+ "name": "Gpt 5 1 Codex Max",
381
+ "options": {
382
+ "reasoningEffort": "medium"
383
+ },
384
+ "reasoning": true
385
+ },
386
+ "gpt-5.1-codex-mini": {
387
+ "limit": {
388
+ "context": 336000,
389
+ "output": 32768
390
+ },
391
+ "name": "Gpt 5 1 Codex Mini",
392
+ "options": {
393
+ "reasoningEffort": "medium"
394
+ },
395
+ "reasoning": true
396
+ },
397
+ "gpt-5.2": {
398
+ "limit": {
399
+ "context": 336000,
400
+ "output": 32768
401
+ },
402
+ "name": "Gpt 5 2",
403
+ "options": {
404
+ "reasoningEffort": "medium"
405
+ },
406
+ "reasoning": true
407
+ },
408
+ "gpt-5.2-codex": {
409
+ "limit": {
410
+ "context": 336000,
411
+ "output": 32768
412
+ },
413
+ "name": "Gpt 5 2 Codex",
414
+ "options": {
415
+ "reasoningEffort": "medium"
416
+ },
417
+ "reasoning": true
418
+ },
419
+ "gpt-oss-120b-medium": {
420
+ "limit": {
421
+ "context": 107520,
422
+ "output": 16384
423
+ },
424
+ "name": "Gpt Oss 120b Medium"
425
+ }
426
+ },
427
+ "name": "ProxyPal",
428
+ "npm": "@ai-sdk/anthropic",
429
+ "options": {
430
+ "apiKey": "proxypal-local",
431
+ "baseURL": "http://127.0.0.1:8317/v1",
432
+ "includeUsage": true
433
+ }
434
+ },
435
+ "zai-coding-plan": {
436
+ "models": {
437
+ "glm-4.6": {
438
+ "limit": {
439
+ "context": 128000,
440
+ "output": 16384
441
+ },
442
+ "options": {
443
+ "temperature": 1,
444
+ "thinking": {
445
+ "type": "enabled"
446
+ }
447
+ },
448
+ "reasoning": true,
449
+ "temperature": true,
450
+ "tool_call": true
451
+ },
452
+ "glm-4.7": {
453
+ "id": "glm-4.7",
454
+ "interleaved": true,
455
+ "limit": {
456
+ "context": 200000,
457
+ "output": 128000
458
+ },
459
+ "name": "GLM-4.7",
460
+ "options": {
461
+ "temperature": 1,
462
+ "thinking": {
463
+ "type": "enabled"
464
+ }
465
+ },
466
+ "reasoning": true
467
+ }
468
+ },
469
+ "name": "Z.AI Coding Plan"
470
+ }
471
+ },
472
+ "share": "manual",
473
+ "small_model": "opencode/gpt-5-nano",
474
+ "theme": "system",
475
+ "tools": {
476
+ "beads-village*": false,
477
+ "context7*": true,
478
+ "gh_grep*": true,
479
+ "gkg*": true
480
+ },
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
+ }
492
498
  }
493
-