opencodekit 0.3.2 → 0.3.3

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