opencodekit 0.17.8 → 0.17.9
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
|
@@ -759,7 +759,7 @@ var cac = (name = "") => new CAC(name);
|
|
|
759
759
|
// package.json
|
|
760
760
|
var package_default = {
|
|
761
761
|
name: "opencodekit",
|
|
762
|
-
version: "0.17.
|
|
762
|
+
version: "0.17.9",
|
|
763
763
|
description: "CLI tool for bootstrapping and managing OpenCodeKit projects",
|
|
764
764
|
keywords: ["agents", "cli", "mcp", "opencode", "opencodekit", "template"],
|
|
765
765
|
license: "MIT",
|
|
@@ -794,16 +794,16 @@ var package_default = {
|
|
|
794
794
|
"format:check": "oxfmt --check"
|
|
795
795
|
},
|
|
796
796
|
dependencies: {
|
|
797
|
-
"@ai-sdk/provider": "^3.0.
|
|
798
|
-
"@ai-sdk/provider-utils": "^4.0.
|
|
797
|
+
"@ai-sdk/provider": "^3.0.8",
|
|
798
|
+
"@ai-sdk/provider-utils": "^4.0.15",
|
|
799
799
|
"@clack/prompts": "^0.7.0",
|
|
800
|
-
"@opencode-ai/plugin": "^1.
|
|
801
|
-
"@opentui/core": "^0.1.
|
|
802
|
-
"@opentui/solid": "^0.1.
|
|
800
|
+
"@opencode-ai/plugin": "^1.2.6",
|
|
801
|
+
"@opentui/core": "^0.1.80",
|
|
802
|
+
"@opentui/solid": "^0.1.80",
|
|
803
803
|
cac: "^6.7.14",
|
|
804
804
|
"cli-table3": "^0.6.5",
|
|
805
805
|
diff: "^8.0.3",
|
|
806
|
-
ora: "^9.
|
|
806
|
+
ora: "^9.3.0",
|
|
807
807
|
picocolors: "^1.1.1",
|
|
808
808
|
"solid-js": "1.9.9",
|
|
809
809
|
zod: "^3.25.76"
|
|
@@ -812,9 +812,9 @@ var package_default = {
|
|
|
812
812
|
"@biomejs/biome": "^1.9.4",
|
|
813
813
|
"@types/bun": "latest",
|
|
814
814
|
"@types/diff": "^8.0.0",
|
|
815
|
-
"@types/node": "^22.19.
|
|
815
|
+
"@types/node": "^22.19.11",
|
|
816
816
|
oxfmt: "^0.23.0",
|
|
817
|
-
oxlint: "^1.
|
|
817
|
+
oxlint: "^1.48.0",
|
|
818
818
|
typescript: "^5.9.3"
|
|
819
819
|
},
|
|
820
820
|
engines: {
|
|
@@ -9263,12 +9263,12 @@ var MODEL_PRESETS = {
|
|
|
9263
9263
|
build: "github-copilot/claude-opus-4.6",
|
|
9264
9264
|
plan: "openai/gpt-5.3-codex",
|
|
9265
9265
|
review: "openai/gpt-5.3-codex",
|
|
9266
|
-
explore: "
|
|
9266
|
+
explore: "proxypal/gemini-3-flash",
|
|
9267
9267
|
general: "github-copilot/gpt-5.2-codex",
|
|
9268
|
-
looker: "
|
|
9269
|
-
vision: "
|
|
9270
|
-
scout: "
|
|
9271
|
-
painter: "
|
|
9268
|
+
looker: "proxypal/gemini-3-flash",
|
|
9269
|
+
vision: "proxypal/gemini-3-pro-high",
|
|
9270
|
+
scout: "proxypal/claude-sonnet-4-6",
|
|
9271
|
+
painter: "proxypal/gemini-3-pro-image"
|
|
9272
9272
|
}
|
|
9273
9273
|
}
|
|
9274
9274
|
};
|
|
@@ -153,34 +153,6 @@
|
|
|
153
153
|
"openslimedit@latest"
|
|
154
154
|
],
|
|
155
155
|
"provider": {
|
|
156
|
-
"modal": {
|
|
157
|
-
"options": {
|
|
158
|
-
"baseURL": "https://api.us-west-2.modal.direct/v1",
|
|
159
|
-
"apiKey": "{env:MODAL_API_KEY}"
|
|
160
|
-
},
|
|
161
|
-
"name": "Modal",
|
|
162
|
-
"models": {
|
|
163
|
-
"zai-org/GLM-5-FP8": {
|
|
164
|
-
"name": "GLM-5",
|
|
165
|
-
"reasoning": true,
|
|
166
|
-
"options": {
|
|
167
|
-
"reasoningEffort": "high",
|
|
168
|
-
"reasoningSummary": "true",
|
|
169
|
-
"temperature": 1,
|
|
170
|
-
"top_k": 40,
|
|
171
|
-
"top_p": 0.95,
|
|
172
|
-
"maxOutputTokens": 131072,
|
|
173
|
-
"thinking": {
|
|
174
|
-
"type": "enabled"
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
"modalities": {
|
|
178
|
-
"input": ["text", "image", "pdf"],
|
|
179
|
-
"output": ["text"]
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
156
|
"github-copilot": {
|
|
185
157
|
"models": {
|
|
186
158
|
"claude-haiku-4.5": {
|
|
@@ -246,13 +218,13 @@
|
|
|
246
218
|
"variants": {
|
|
247
219
|
"adaptive": {
|
|
248
220
|
"options": {
|
|
221
|
+
"max_tokens": 16000,
|
|
249
222
|
"output_config": {
|
|
250
223
|
"effort": "max"
|
|
251
224
|
},
|
|
252
225
|
"thinking": {
|
|
253
226
|
"type": "adaptive"
|
|
254
|
-
}
|
|
255
|
-
"max_tokens": 64000
|
|
227
|
+
}
|
|
256
228
|
}
|
|
257
229
|
},
|
|
258
230
|
"high": {
|
|
@@ -273,6 +245,51 @@
|
|
|
273
245
|
}
|
|
274
246
|
}
|
|
275
247
|
},
|
|
248
|
+
"claude-sonnet-4.6": {
|
|
249
|
+
"attachment": true,
|
|
250
|
+
"limit": {
|
|
251
|
+
"context": 128000,
|
|
252
|
+
"output": 32000
|
|
253
|
+
},
|
|
254
|
+
"options": {
|
|
255
|
+
"thinking": {
|
|
256
|
+
"budget_tokens": 16000,
|
|
257
|
+
"type": "enabled"
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
"reasoning": true,
|
|
261
|
+
"temperature": true,
|
|
262
|
+
"tool_call": true,
|
|
263
|
+
"variants": {
|
|
264
|
+
"adaptive": {
|
|
265
|
+
"options": {
|
|
266
|
+
"max_tokens": 16000,
|
|
267
|
+
"output_config": {
|
|
268
|
+
"effort": "max"
|
|
269
|
+
},
|
|
270
|
+
"thinking": {
|
|
271
|
+
"type": "adaptive"
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
"high": {
|
|
276
|
+
"options": {
|
|
277
|
+
"thinking": {
|
|
278
|
+
"budget_tokens": 16000,
|
|
279
|
+
"type": "enabled"
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"max": {
|
|
284
|
+
"options": {
|
|
285
|
+
"thinking": {
|
|
286
|
+
"budget_tokens": 32000,
|
|
287
|
+
"type": "enabled"
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
},
|
|
276
293
|
"claude-sonnet-4.5": {
|
|
277
294
|
"attachment": true,
|
|
278
295
|
"options": {
|
|
@@ -401,6 +418,34 @@
|
|
|
401
418
|
}
|
|
402
419
|
}
|
|
403
420
|
},
|
|
421
|
+
"modal": {
|
|
422
|
+
"models": {
|
|
423
|
+
"zai-org/GLM-5-FP8": {
|
|
424
|
+
"modalities": {
|
|
425
|
+
"input": ["text", "image", "pdf"],
|
|
426
|
+
"output": ["text"]
|
|
427
|
+
},
|
|
428
|
+
"name": "GLM-5",
|
|
429
|
+
"options": {
|
|
430
|
+
"maxOutputTokens": 131072,
|
|
431
|
+
"reasoningEffort": "high",
|
|
432
|
+
"reasoningSummary": "true",
|
|
433
|
+
"temperature": 1,
|
|
434
|
+
"thinking": {
|
|
435
|
+
"type": "enabled"
|
|
436
|
+
},
|
|
437
|
+
"top_k": 40,
|
|
438
|
+
"top_p": 0.95
|
|
439
|
+
},
|
|
440
|
+
"reasoning": true
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
"name": "Modal",
|
|
444
|
+
"options": {
|
|
445
|
+
"apiKey": "{env:MODAL_API_KEY}",
|
|
446
|
+
"baseURL": "https://api.us-west-2.modal.direct/v1"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
404
449
|
"openai": {
|
|
405
450
|
"models": {
|
|
406
451
|
"gpt-5.2": {
|
|
@@ -499,31 +544,19 @@
|
|
|
499
544
|
},
|
|
500
545
|
"proxypal": {
|
|
501
546
|
"models": {
|
|
502
|
-
"claude-
|
|
547
|
+
"claude-haiku-4-5": {
|
|
503
548
|
"limit": {
|
|
504
549
|
"context": 200000,
|
|
505
550
|
"output": 64000
|
|
506
551
|
},
|
|
507
|
-
"name": "Claude
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
552
|
+
"name": "Claude Haiku 4 5"
|
|
553
|
+
},
|
|
554
|
+
"claude-haiku-4-5-20251001": {
|
|
555
|
+
"limit": {
|
|
556
|
+
"context": 200000,
|
|
557
|
+
"output": 64000
|
|
513
558
|
},
|
|
514
|
-
"
|
|
515
|
-
"variants": {
|
|
516
|
-
"low": {
|
|
517
|
-
"thinkingConfig": {
|
|
518
|
-
"thinkingBudget": 8192
|
|
519
|
-
}
|
|
520
|
-
},
|
|
521
|
-
"max": {
|
|
522
|
-
"thinkingConfig": {
|
|
523
|
-
"thinkingBudget": 32768
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
}
|
|
559
|
+
"name": "Claude Haiku 4 5 20251001"
|
|
527
560
|
},
|
|
528
561
|
"claude-opus-4-6-thinking": {
|
|
529
562
|
"limit": {
|
|
@@ -551,6 +584,20 @@
|
|
|
551
584
|
}
|
|
552
585
|
}
|
|
553
586
|
},
|
|
587
|
+
"claude-sonnet-4": {
|
|
588
|
+
"limit": {
|
|
589
|
+
"context": 200000,
|
|
590
|
+
"output": 64000
|
|
591
|
+
},
|
|
592
|
+
"name": "Claude Sonnet 4"
|
|
593
|
+
},
|
|
594
|
+
"claude-sonnet-4-20250514": {
|
|
595
|
+
"limit": {
|
|
596
|
+
"context": 200000,
|
|
597
|
+
"output": 64000
|
|
598
|
+
},
|
|
599
|
+
"name": "Claude Sonnet 4 20250514"
|
|
600
|
+
},
|
|
554
601
|
"claude-sonnet-4-5": {
|
|
555
602
|
"limit": {
|
|
556
603
|
"context": 200000,
|
|
@@ -558,6 +605,13 @@
|
|
|
558
605
|
},
|
|
559
606
|
"name": "Claude Sonnet 4 5"
|
|
560
607
|
},
|
|
608
|
+
"claude-sonnet-4-5-20250929": {
|
|
609
|
+
"limit": {
|
|
610
|
+
"context": 200000,
|
|
611
|
+
"output": 64000
|
|
612
|
+
},
|
|
613
|
+
"name": "Claude Sonnet 4 5 20250929"
|
|
614
|
+
},
|
|
561
615
|
"claude-sonnet-4-5-thinking": {
|
|
562
616
|
"limit": {
|
|
563
617
|
"context": 200000,
|
|
@@ -584,6 +638,13 @@
|
|
|
584
638
|
}
|
|
585
639
|
}
|
|
586
640
|
},
|
|
641
|
+
"claude-sonnet-4-6": {
|
|
642
|
+
"limit": {
|
|
643
|
+
"context": 200000,
|
|
644
|
+
"output": 64000
|
|
645
|
+
},
|
|
646
|
+
"name": "Claude Sonnet 4 6"
|
|
647
|
+
},
|
|
587
648
|
"gemini-2.5-flash": {
|
|
588
649
|
"limit": {
|
|
589
650
|
"context": 1000000,
|
|
@@ -886,6 +947,17 @@
|
|
|
886
947
|
},
|
|
887
948
|
"reasoning": true
|
|
888
949
|
},
|
|
950
|
+
"gpt-5.3-codex-spark": {
|
|
951
|
+
"limit": {
|
|
952
|
+
"context": 400000,
|
|
953
|
+
"output": 32768
|
|
954
|
+
},
|
|
955
|
+
"name": "Gpt 5 3 Codex Spark",
|
|
956
|
+
"options": {
|
|
957
|
+
"reasoningEffort": "medium"
|
|
958
|
+
},
|
|
959
|
+
"reasoning": true
|
|
960
|
+
},
|
|
889
961
|
"gpt-oss-120b-medium": {
|
|
890
962
|
"limit": {
|
|
891
963
|
"context": 128000,
|
|
@@ -967,12 +1039,61 @@
|
|
|
967
1039
|
},
|
|
968
1040
|
"name": "Kiro Claude Sonnet 4 Agentic"
|
|
969
1041
|
},
|
|
1042
|
+
"kiro-deepseek-3-2": {
|
|
1043
|
+
"limit": {
|
|
1044
|
+
"context": 128000,
|
|
1045
|
+
"output": 8192
|
|
1046
|
+
},
|
|
1047
|
+
"name": "Kiro Deepseek 3 2"
|
|
1048
|
+
},
|
|
1049
|
+
"kiro-deepseek-3-2-agentic": {
|
|
1050
|
+
"limit": {
|
|
1051
|
+
"context": 128000,
|
|
1052
|
+
"output": 8192
|
|
1053
|
+
},
|
|
1054
|
+
"name": "Kiro Deepseek 3 2 Agentic"
|
|
1055
|
+
},
|
|
1056
|
+
"kiro-minimax-m2-1": {
|
|
1057
|
+
"limit": {
|
|
1058
|
+
"context": 128000,
|
|
1059
|
+
"output": 16384
|
|
1060
|
+
},
|
|
1061
|
+
"name": "Kiro Minimax M2 1"
|
|
1062
|
+
},
|
|
1063
|
+
"kiro-minimax-m2-1-agentic": {
|
|
1064
|
+
"limit": {
|
|
1065
|
+
"context": 128000,
|
|
1066
|
+
"output": 16384
|
|
1067
|
+
},
|
|
1068
|
+
"name": "Kiro Minimax M2 1 Agentic"
|
|
1069
|
+
},
|
|
1070
|
+
"kiro-qwen3-coder-next": {
|
|
1071
|
+
"limit": {
|
|
1072
|
+
"context": 1000000,
|
|
1073
|
+
"output": 65536
|
|
1074
|
+
},
|
|
1075
|
+
"name": "Kiro Qwen3 Coder Next"
|
|
1076
|
+
},
|
|
1077
|
+
"kiro-qwen3-coder-next-agentic": {
|
|
1078
|
+
"limit": {
|
|
1079
|
+
"context": 1000000,
|
|
1080
|
+
"output": 65536
|
|
1081
|
+
},
|
|
1082
|
+
"name": "Kiro Qwen3 Coder Next Agentic"
|
|
1083
|
+
},
|
|
970
1084
|
"tab_flash_lite_preview": {
|
|
971
1085
|
"limit": {
|
|
972
1086
|
"context": 128000,
|
|
973
1087
|
"output": 16384
|
|
974
1088
|
},
|
|
975
1089
|
"name": "Tab_flash_lite_preview"
|
|
1090
|
+
},
|
|
1091
|
+
"tab_jump_flash_lite_preview": {
|
|
1092
|
+
"limit": {
|
|
1093
|
+
"context": 128000,
|
|
1094
|
+
"output": 16384
|
|
1095
|
+
},
|
|
1096
|
+
"name": "Tab_jump_flash_lite_preview"
|
|
976
1097
|
}
|
|
977
1098
|
},
|
|
978
1099
|
"name": "ProxyPal",
|
|
@@ -1018,18 +1139,18 @@
|
|
|
1018
1139
|
},
|
|
1019
1140
|
"glm-5": {
|
|
1020
1141
|
"name": "GLM-5",
|
|
1021
|
-
"reasoning": true,
|
|
1022
1142
|
"options": {
|
|
1143
|
+
"maxOutputTokens": 131072,
|
|
1023
1144
|
"reasoningEffort": "high",
|
|
1024
1145
|
"reasoningSummary": "true",
|
|
1025
1146
|
"temperature": 1,
|
|
1026
|
-
"top_k": 40,
|
|
1027
|
-
"top_p": 0.95,
|
|
1028
|
-
"maxOutputTokens": 131072,
|
|
1029
1147
|
"thinking": {
|
|
1030
1148
|
"type": "enabled"
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1149
|
+
},
|
|
1150
|
+
"top_k": 40,
|
|
1151
|
+
"top_p": 0.95
|
|
1152
|
+
},
|
|
1153
|
+
"reasoning": true
|
|
1033
1154
|
}
|
|
1034
1155
|
},
|
|
1035
1156
|
"name": "Z.AI Coding Plan"
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
"type-check": "tsc --noEmit"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@opencode-ai/plugin": "1.2.
|
|
14
|
+
"@opencode-ai/plugin": "1.2.6"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@types/node": "^25.
|
|
18
|
-
"bun-types": "^1.3.
|
|
17
|
+
"@types/node": "^25.3.0",
|
|
18
|
+
"bun-types": "^1.3.9",
|
|
19
19
|
"typescript": "^5.9.3"
|
|
20
20
|
}
|
|
21
21
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencodekit",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.9",
|
|
4
4
|
"description": "CLI tool for bootstrapping and managing OpenCodeKit projects",
|
|
5
5
|
"keywords": ["agents", "cli", "mcp", "opencode", "opencodekit", "template"],
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
"format:check": "oxfmt --check"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@ai-sdk/provider": "^3.0.
|
|
39
|
-
"@ai-sdk/provider-utils": "^4.0.
|
|
38
|
+
"@ai-sdk/provider": "^3.0.8",
|
|
39
|
+
"@ai-sdk/provider-utils": "^4.0.15",
|
|
40
40
|
"@clack/prompts": "^0.7.0",
|
|
41
|
-
"@opencode-ai/plugin": "^1.
|
|
42
|
-
"@opentui/core": "^0.1.
|
|
43
|
-
"@opentui/solid": "^0.1.
|
|
41
|
+
"@opencode-ai/plugin": "^1.2.6",
|
|
42
|
+
"@opentui/core": "^0.1.80",
|
|
43
|
+
"@opentui/solid": "^0.1.80",
|
|
44
44
|
"cac": "^6.7.14",
|
|
45
45
|
"cli-table3": "^0.6.5",
|
|
46
46
|
"diff": "^8.0.3",
|
|
47
|
-
"ora": "^9.
|
|
47
|
+
"ora": "^9.3.0",
|
|
48
48
|
"picocolors": "^1.1.1",
|
|
49
49
|
"solid-js": "1.9.9",
|
|
50
50
|
"zod": "^3.25.76"
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"@biomejs/biome": "^1.9.4",
|
|
54
54
|
"@types/bun": "latest",
|
|
55
55
|
"@types/diff": "^8.0.0",
|
|
56
|
-
"@types/node": "^22.19.
|
|
56
|
+
"@types/node": "^22.19.11",
|
|
57
57
|
"oxfmt": "^0.23.0",
|
|
58
|
-
"oxlint": "^1.
|
|
58
|
+
"oxlint": "^1.48.0",
|
|
59
59
|
"typescript": "^5.9.3"
|
|
60
60
|
},
|
|
61
61
|
"engines": {
|