opencodekit 0.21.3 → 0.21.4

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
@@ -20,7 +20,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
20
20
 
21
21
  //#endregion
22
22
  //#region package.json
23
- var version = "0.21.3";
23
+ var version = "0.21.4";
24
24
 
25
25
  //#endregion
26
26
  //#region src/utils/license.ts
@@ -1,10 +1,10 @@
1
1
  {
2
- "version": "0.21.3",
3
- "createdAt": "2026-04-24T17:41:33.566Z",
2
+ "version": "0.21.4",
3
+ "createdAt": "2026-04-24T19:36:42.411Z",
4
4
  "files": {
5
5
  ".env.example": "eed235067006ee00d43985ceb0fa54e9f1e788e7a300ff4cd537e9bd22e3d2bf",
6
6
  ".gitignore": "663a068e76d264d0bc6740f5450b6c4193c7b41ecf5e0dc222485b8a17404d95",
7
- ".version": "99d6fe89199821776bd07b79d45864a9a134b81b9e2f532f9f243ae53e65d34b",
7
+ ".version": "9ff6bcbac6c0f72e9f996eeab3ddbbed93685b3502bf4dcd3683e30ca45e77eb",
8
8
  "AGENTS.md": "cfed920ffd1c026ec8e79c79e1cdd094a7c9843d5f2cc9b3267e698a098950c4",
9
9
  "AGENT_ALIGNMENT.md": "c7520b8a0c7b4793b1473cb7e4fafb5aea530b95ff1e9d3bc9ca3735bfed5e33",
10
10
  "README.md": "a45287b0c39deace57ec5703d479851b8c38b72cb95256ae33b88ad80d4b1994",
@@ -72,10 +72,10 @@
72
72
  "memory/research/opencode-mcp-bug-report.md": "3104c0e549097bdbc4229493e78ba4beb69284a8e40fd63325787fad99b75478",
73
73
  "memory/research/openspec-analysis.md": "64c35d8f5a35be36f798929cc916f3c185661ced02431cd232727a50ff4269a5",
74
74
  "memory/session-context.md": "f27e447ac0c2977f000b8bf7ffa9b4817381879eed6671999c7de516fafc6a91",
75
- "memory.db": "7ee766b9148fd9890f6f61e117d9cdd3e001d3514b3a6c4904a969eef7f4aeb2",
76
- "memory.db-shm": "46cc445350eb5b7294060daa2f486b4a9ccae108737689f2982cd9426a6cedb6",
77
- "memory.db-wal": "44488c3d48ff88ddd187a5a0d4bc2a8a398a78ed73fdfe082a8cc686efab6d12",
78
- "opencode.json": "076e86ffe6efaf813e53a095b097a8662c1e9de25dca32005fa91df4b37012fc",
75
+ "memory.db": "926f8ccaa5ec2aef3b728d5f76957c0c50adbd89f19232928450f0c5fd445fdb",
76
+ "memory.db-shm": "7e8e3a82bc1a6e68246938dc901973a3da706b648dae3b526dc5973c16bebe43",
77
+ "memory.db-wal": "62e5640770cd1f15a14e492c65da0a85c1aa0db453b9c14c3a53ca21ac619f2d",
78
+ "opencode.json": "7f217641b5347eb5b80dc06a5dea6d664471921bb0149cbdba6a88f824da82b1",
79
79
  "opencode.json.tui-migration.bak": "61ccb1a419e93d2f85632366f9d5be4766e30fc0dc326a95e8738a384e2afcd7",
80
80
  "opencodex-fast.jsonc": "4a30c9be3f878a9b2ecf59f5e0ada934c9d7e390f09c232597a46d5b4e929a50",
81
81
  "package-lock.json": "8457da842dc35edbb2a71c217c53548164f1a2b6b82defe572ab3f26b4a2e283",
@@ -86,7 +86,7 @@
86
86
  "plans/1770013678126-witty-planet.md": "3b41b60586795fa210489651806ca0da6ad477b59a62028c88bd3bfbdc6cb067",
87
87
  "plans/1770112267595-shiny-rocket.md": "ef042ac60c05e81ab72c91fbcc7d3de8e1951d7f8bebe5d3c2654d4997c966a6",
88
88
  "plans/swarm-protocol.md": "59d85529895fbacb7154fed23f456425e538193f3edc92cdd13b1cdc278c8ad0",
89
- "plugin/README.md": "0568aa1cfce171d207d8d6ead8adf3acda4834157bc74f4d0a3701c885fee837",
89
+ "plugin/README.md": "c09fe21f725b6808e114630872caeef13dd71473724c4da705b20783e283cd00",
90
90
  "plugin/copilot-auth.ts": "389a5f2506b713b6255c3bf92431b795334e3538f0f76925b0b1a4f397b604d0",
91
91
  "plugin/lib/capture.ts": "88c941a7debe4cc7198dd2be246c5f4f78d4479dacd80ec675e8875e6205849b",
92
92
  "plugin/lib/compact.ts": "fe8a2bee9e5ce55880f7314ab0e695f7cc9a63ed55c605ee13e6553583455337",
@@ -1 +1 @@
1
- 0.21.3
1
+ 0.21.4
Binary file
@@ -3,14 +3,14 @@
3
3
  "agent": {
4
4
  "build": {
5
5
  "description": "Primary development agent with full codebase access",
6
- "model": "openai/gpt-5.5"
6
+ "model": "github-copilot/gpt-5.5"
7
7
  },
8
8
  "compaction": {
9
9
  "description": "Session summarizer for context continuity across compactions"
10
10
  },
11
11
  "explore": {
12
12
  "description": "Fast codebase search specialist",
13
- "model": "github-copilot/claude-haiku-4.5"
13
+ "model": "github-copilot/gpt-5.4-mini"
14
14
  },
15
15
  "general": {
16
16
  "description": "General-purpose subagent for fast, well-defined tasks; delegates complexity quickly",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "scout": {
32
32
  "description": "External research specialist for library docs and patterns",
33
- "model": "github-copilot/claude-sonnet-4.6"
33
+ "model": "github-copilot/gpt-5.4"
34
34
  },
35
35
  "vision": {
36
36
  "description": "Visual content specialist for multimodal analysis and UI/UX guidance",
@@ -44,65 +44,26 @@
44
44
  },
45
45
  "formatter": {
46
46
  "biome": {
47
- "command": [
48
- "npx",
49
- "@biomejs/biome",
50
- "check",
51
- "--write",
52
- "$FILE"
53
- ],
54
- "extensions": [
55
- ".js",
56
- ".jsx",
57
- ".ts",
58
- ".tsx",
59
- ".json",
60
- ".jsonc"
61
- ]
47
+ "command": ["npx", "@biomejs/biome", "check", "--write", "$FILE"],
48
+ "extensions": [".js", ".jsx", ".ts", ".tsx", ".json", ".jsonc"]
62
49
  },
63
50
  "cargo-fmt": {
64
- "command": [
65
- "cargo",
66
- "fmt",
67
- "--",
68
- "$FILE"
69
- ],
70
- "extensions": [
71
- ".rs"
72
- ]
51
+ "command": ["cargo", "fmt", "--", "$FILE"],
52
+ "extensions": [".rs"]
73
53
  },
74
54
  "java-formatter": {
75
- "command": [
76
- "google-java-format",
77
- "--replace",
78
- "$FILE"
79
- ],
55
+ "command": ["google-java-format", "--replace", "$FILE"],
80
56
  "environment": {
81
57
  "JAVA_HOME": "{env:JAVA_HOME}"
82
58
  },
83
- "extensions": [
84
- ".java"
85
- ]
59
+ "extensions": [".java"]
86
60
  },
87
61
  "laravel-pint": {
88
- "command": [
89
- "npx",
90
- "laravel-pint",
91
- "--preset",
92
- "psr12",
93
- "$FILE"
94
- ],
95
- "extensions": [
96
- ".php"
97
- ]
62
+ "command": ["npx", "laravel-pint", "--preset", "psr12", "$FILE"],
63
+ "extensions": [".php"]
98
64
  },
99
65
  "oxfmt": {
100
- "command": [
101
- "npx",
102
- "oxfmt",
103
- "--write",
104
- "$FILE"
105
- ],
66
+ "command": ["npx", "oxfmt", "--write", "$FILE"],
106
67
  "extensions": [
107
68
  ".js",
108
69
  ".jsx",
@@ -133,23 +94,13 @@
133
94
  },
134
95
  "mcp": {
135
96
  "figma-mcp-go": {
136
- "command": [
137
- "npx",
138
- "-y",
139
- "@vkhanhqui/figma-mcp-go@latest"
140
- ],
97
+ "command": ["npx", "-y", "@vkhanhqui/figma-mcp-go@latest"],
141
98
  "enabled": false,
142
99
  "timeout": 120000,
143
100
  "type": "local"
144
101
  },
145
102
  "tilth": {
146
- "command": [
147
- "npx",
148
- "-y",
149
- "tilth",
150
- "--mcp",
151
- "--edit"
152
- ],
103
+ "command": ["npx", "-y", "tilth", "--mcp", "--edit"],
153
104
  "enabled": true,
154
105
  "environment": {
155
106
  "TILTH_THREADS": "8"
@@ -158,15 +109,13 @@
158
109
  "type": "local"
159
110
  },
160
111
  "webclaw": {
161
- "command": [
162
- "webclaw-mcp"
163
- ],
112
+ "command": ["webclaw-mcp"],
164
113
  "enabled": true,
165
114
  "timeout": 120000,
166
115
  "type": "local"
167
116
  }
168
117
  },
169
- "model": "github-copilot/gpt-5.4",
118
+ "model": "github-copilot/gpt-5.5",
170
119
  "permission": {
171
120
  "bash": {
172
121
  "*": "allow",
@@ -308,36 +257,6 @@
308
257
  }
309
258
  }
310
259
  },
311
- "claude-sonnet-4": {
312
- "attachment": true,
313
- "limit": {
314
- "context": 216000,
315
- "output": 16000
316
- },
317
- "options": {
318
- "reasoningEffort": "medium"
319
- },
320
- "reasoning": true,
321
- "temperature": true,
322
- "tool_call": true,
323
- "variants": {
324
- "high": {
325
- "options": {
326
- "reasoningEffort": "high"
327
- }
328
- },
329
- "low": {
330
- "options": {
331
- "reasoningEffort": "low"
332
- }
333
- },
334
- "medium": {
335
- "options": {
336
- "reasoningEffort": "medium"
337
- }
338
- }
339
- }
340
- },
341
260
  "claude-sonnet-4.5": {
342
261
  "attachment": true,
343
262
  "limit": {
@@ -438,65 +357,6 @@
438
357
  "temperature": true,
439
358
  "tool_call": true
440
359
  },
441
- "gpt-5.1": {
442
- "attachment": true,
443
- "limit": {
444
- "context": 192000,
445
- "output": 128000
446
- },
447
- "options": {
448
- "reasoningEffort": "medium",
449
- "reasoningSummary": "auto"
450
- },
451
- "reasoning": true,
452
- "temperature": true,
453
- "tool_call": true
454
- },
455
- "gpt-5.1-codex": {
456
- "attachment": true,
457
- "limit": {
458
- "context": 256000,
459
- "input": 256000,
460
- "output": 128000
461
- },
462
- "options": {
463
- "reasoningEffort": "medium",
464
- "reasoningSummary": "auto"
465
- },
466
- "reasoning": true,
467
- "temperature": true,
468
- "tool_call": true
469
- },
470
- "gpt-5.1-codex-max": {
471
- "attachment": true,
472
- "limit": {
473
- "context": 256000,
474
- "input": 256000,
475
- "output": 128000
476
- },
477
- "options": {
478
- "reasoningEffort": "medium",
479
- "reasoningSummary": "auto"
480
- },
481
- "reasoning": true,
482
- "temperature": true,
483
- "tool_call": true
484
- },
485
- "gpt-5.1-codex-mini": {
486
- "attachment": true,
487
- "limit": {
488
- "context": 256000,
489
- "input": 256000,
490
- "output": 128000
491
- },
492
- "options": {
493
- "reasoningEffort": "medium",
494
- "reasoningSummary": "auto"
495
- },
496
- "reasoning": true,
497
- "temperature": true,
498
- "tool_call": true
499
- },
500
360
  "gpt-5.2": {
501
361
  "attachment": true,
502
362
  "limit": {
@@ -512,10 +372,13 @@
512
372
  "temperature": true,
513
373
  "tool_call": true,
514
374
  "variants": {
375
+ "xhigh": {
376
+ "include": ["reasoning.encrypted_content"],
377
+ "reasoningEffort": "xhigh",
378
+ "reasoningSummary": "auto"
379
+ },
515
380
  "high": {
516
- "include": [
517
- "reasoning.encrypted_content"
518
- ],
381
+ "include": ["reasoning.encrypted_content"],
519
382
  "reasoningEffort": "high",
520
383
  "reasoningSummary": "auto"
521
384
  },
@@ -548,10 +411,13 @@
548
411
  "fast": {
549
412
  "disabled": true
550
413
  },
414
+ "xhigh": {
415
+ "include": ["reasoning.encrypted_content"],
416
+ "reasoningEffort": "xhigh",
417
+ "reasoningSummary": "auto"
418
+ },
551
419
  "high": {
552
- "include": [
553
- "reasoning.encrypted_content"
554
- ],
420
+ "include": ["reasoning.encrypted_content"],
555
421
  "reasoningEffort": "high",
556
422
  "reasoningSummary": "auto",
557
423
  "textVerbosity": "medium"
@@ -587,10 +453,13 @@
587
453
  "fast": {
588
454
  "disabled": true
589
455
  },
456
+ "xhigh": {
457
+ "include": ["reasoning.encrypted_content"],
458
+ "reasoningEffort": "xhigh",
459
+ "reasoningSummary": "auto"
460
+ },
590
461
  "high": {
591
- "include": [
592
- "reasoning.encrypted_content"
593
- ],
462
+ "include": ["reasoning.encrypted_content"],
594
463
  "reasoningEffort": "high",
595
464
  "reasoningSummary": "auto",
596
465
  "textVerbosity": "medium"
@@ -606,6 +475,46 @@
606
475
  }
607
476
  }
608
477
  },
478
+ "gpt-5.4-mini": {
479
+ "attachment": true,
480
+ "limit": {
481
+ "context": 400000,
482
+ "input": 400000,
483
+ "output": 128000
484
+ },
485
+ "modalities": {
486
+ "input": ["text", "image"],
487
+ "output": ["text"]
488
+ },
489
+ "options": {
490
+ "reasoningEffort": "low",
491
+ "reasoningSummary": "auto",
492
+ "textVerbosity": "medium"
493
+ },
494
+ "reasoning": true,
495
+ "temperature": true,
496
+ "tool_call": true,
497
+ "variants": {
498
+ "xhigh": {
499
+ "include": ["reasoning.encrypted_content"],
500
+ "reasoningEffort": "xhigh",
501
+ "reasoningSummary": "auto"
502
+ },
503
+ "high": {
504
+ "include": ["reasoning.encrypted_content"],
505
+ "reasoningEffort": "high",
506
+ "reasoningSummary": "auto"
507
+ },
508
+ "low": {
509
+ "reasoningEffort": "low",
510
+ "reasoningSummary": "auto"
511
+ },
512
+ "medium": {
513
+ "reasoningEffort": "medium",
514
+ "reasoningSummary": "auto"
515
+ }
516
+ }
517
+ },
609
518
  "gpt-5.4": {
610
519
  "attachment": true,
611
520
  "limit": {
@@ -614,13 +523,49 @@
614
523
  "output": 128000
615
524
  },
616
525
  "modalities": {
617
- "input": [
618
- "text",
619
- "image"
620
- ],
621
- "output": [
622
- "text"
623
- ]
526
+ "input": ["text", "image"],
527
+ "output": ["text"]
528
+ },
529
+ "options": {
530
+ "reasoningEffort": "low",
531
+ "reasoningSummary": "auto",
532
+ "textVerbosity": "medium"
533
+ },
534
+ "reasoning": true,
535
+ "temperature": true,
536
+ "tool_call": true,
537
+ "variants": {
538
+ "xhigh": {
539
+ "include": ["reasoning.encrypted_content"],
540
+ "reasoningEffort": "xhigh",
541
+ "reasoningSummary": "auto"
542
+ },
543
+ "high": {
544
+ "include": ["reasoning.encrypted_content"],
545
+ "reasoningEffort": "high",
546
+ "reasoningSummary": "auto"
547
+ },
548
+ "low": {
549
+ "reasoningEffort": "low",
550
+ "reasoningSummary": "auto"
551
+ },
552
+ "medium": {
553
+ "reasoningEffort": "medium",
554
+ "reasoningSummary": "auto"
555
+ }
556
+ }
557
+ },
558
+ "gpt-5.5": {
559
+ "name": "GPT-5.5",
560
+ "attachment": true,
561
+ "limit": {
562
+ "context": 400000,
563
+ "input": 400000,
564
+ "output": 128000
565
+ },
566
+ "modalities": {
567
+ "input": ["text", "image"],
568
+ "output": ["text"]
624
569
  },
625
570
  "options": {
626
571
  "reasoningEffort": "medium",
@@ -631,10 +576,13 @@
631
576
  "temperature": true,
632
577
  "tool_call": true,
633
578
  "variants": {
579
+ "xhigh": {
580
+ "include": ["reasoning.encrypted_content"],
581
+ "reasoningEffort": "xhigh",
582
+ "reasoningSummary": "auto"
583
+ },
634
584
  "high": {
635
- "include": [
636
- "reasoning.encrypted_content"
637
- ],
585
+ "include": ["reasoning.encrypted_content"],
638
586
  "reasoningEffort": "high",
639
587
  "reasoningSummary": "auto"
640
588
  },
@@ -737,14 +685,8 @@
737
685
  "models": {
738
686
  "zai-org/GLM-5-FP8": {
739
687
  "modalities": {
740
- "input": [
741
- "text",
742
- "image",
743
- "pdf"
744
- ],
745
- "output": [
746
- "text"
747
- ]
688
+ "input": ["text", "image", "pdf"],
689
+ "output": ["text"]
748
690
  },
749
691
  "name": "GLM-5",
750
692
  "options": {
@@ -775,17 +717,13 @@
775
717
  "disabled": true
776
718
  },
777
719
  "high": {
778
- "include": [
779
- "reasoning.encrypted_content"
780
- ],
720
+ "include": ["reasoning.encrypted_content"],
781
721
  "reasoningEffort": "high",
782
722
  "reasoningSummary": "auto",
783
723
  "textVerbosity": "low"
784
724
  },
785
725
  "medium": {
786
- "include": [
787
- "reasoning.encrypted_content"
788
- ],
726
+ "include": ["reasoning.encrypted_content"],
789
727
  "reasoningEffort": "medium",
790
728
  "reasoningSummary": "auto",
791
729
  "textVerbosity": "low"
@@ -798,25 +736,19 @@
798
736
  "disabled": true
799
737
  },
800
738
  "high": {
801
- "include": [
802
- "reasoning.encrypted_content"
803
- ],
739
+ "include": ["reasoning.encrypted_content"],
804
740
  "reasoningEffort": "high",
805
741
  "reasoningSummary": "auto",
806
742
  "textVerbosity": "low"
807
743
  },
808
744
  "medium": {
809
- "include": [
810
- "reasoning.encrypted_content"
811
- ],
745
+ "include": ["reasoning.encrypted_content"],
812
746
  "reasoningEffort": "medium",
813
747
  "reasoningSummary": "auto",
814
748
  "textVerbosity": "low"
815
749
  },
816
750
  "xhigh": {
817
- "include": [
818
- "reasoning.encrypted_content"
819
- ],
751
+ "include": ["reasoning.encrypted_content"],
820
752
  "reasoningEffort": "xhigh",
821
753
  "reasoningSummary": "auto",
822
754
  "textVerbosity": "low"
@@ -829,25 +761,19 @@
829
761
  "disabled": true
830
762
  },
831
763
  "high": {
832
- "include": [
833
- "reasoning.encrypted_content"
834
- ],
764
+ "include": ["reasoning.encrypted_content"],
835
765
  "reasoningEffort": "high",
836
766
  "reasoningSummary": "auto",
837
767
  "textVerbosity": "low"
838
768
  },
839
769
  "medium": {
840
- "include": [
841
- "reasoning.encrypted_content"
842
- ],
770
+ "include": ["reasoning.encrypted_content"],
843
771
  "reasoningEffort": "medium",
844
772
  "reasoningSummary": "auto",
845
773
  "textVerbosity": "low"
846
774
  },
847
775
  "xhigh": {
848
- "include": [
849
- "reasoning.encrypted_content"
850
- ],
776
+ "include": ["reasoning.encrypted_content"],
851
777
  "reasoningEffort": "xhigh",
852
778
  "reasoningSummary": "auto",
853
779
  "textVerbosity": "low"
@@ -861,13 +787,8 @@
861
787
  "output": 128000
862
788
  },
863
789
  "modalities": {
864
- "input": [
865
- "text",
866
- "image"
867
- ],
868
- "output": [
869
- "text"
870
- ]
790
+ "input": ["text", "image"],
791
+ "output": ["text"]
871
792
  },
872
793
  "options": {
873
794
  "reasoningEffort": "medium",
@@ -879,9 +800,7 @@
879
800
  "tool_call": true,
880
801
  "variants": {
881
802
  "high": {
882
- "include": [
883
- "reasoning.encrypted_content"
884
- ],
803
+ "include": ["reasoning.encrypted_content"],
885
804
  "reasoningEffort": "high",
886
805
  "reasoningSummary": "auto"
887
806
  },
@@ -918,14 +837,8 @@
918
837
  "output": 64000
919
838
  },
920
839
  "modalities": {
921
- "input": [
922
- "text",
923
- "image",
924
- "pdf"
925
- ],
926
- "output": [
927
- "text"
928
- ]
840
+ "input": ["text", "image", "pdf"],
841
+ "output": ["text"]
929
842
  },
930
843
  "name": "Claude Opus 4 6"
931
844
  },
@@ -970,14 +883,8 @@
970
883
  "output": 32768
971
884
  },
972
885
  "modalities": {
973
- "input": [
974
- "text",
975
- "image",
976
- "pdf"
977
- ],
978
- "output": [
979
- "text"
980
- ]
886
+ "input": ["text", "image", "pdf"],
887
+ "output": ["text"]
981
888
  },
982
889
  "name": "Gpt 5",
983
890
  "options": {
@@ -991,14 +898,8 @@
991
898
  "output": 32768
992
899
  },
993
900
  "modalities": {
994
- "input": [
995
- "text",
996
- "image",
997
- "pdf"
998
- ],
999
- "output": [
1000
- "text"
1001
- ]
901
+ "input": ["text", "image", "pdf"],
902
+ "output": ["text"]
1002
903
  },
1003
904
  "name": "Gpt 5 Codex",
1004
905
  "options": {
@@ -1012,14 +913,8 @@
1012
913
  "output": 32768
1013
914
  },
1014
915
  "modalities": {
1015
- "input": [
1016
- "text",
1017
- "image",
1018
- "pdf"
1019
- ],
1020
- "output": [
1021
- "text"
1022
- ]
916
+ "input": ["text", "image", "pdf"],
917
+ "output": ["text"]
1023
918
  },
1024
919
  "name": "Gpt 5 Codex Mini",
1025
920
  "options": {
@@ -1033,14 +928,8 @@
1033
928
  "output": 32768
1034
929
  },
1035
930
  "modalities": {
1036
- "input": [
1037
- "text",
1038
- "image",
1039
- "pdf"
1040
- ],
1041
- "output": [
1042
- "text"
1043
- ]
931
+ "input": ["text", "image", "pdf"],
932
+ "output": ["text"]
1044
933
  },
1045
934
  "name": "Gpt 5 1",
1046
935
  "options": {
@@ -1054,14 +943,8 @@
1054
943
  "output": 32768
1055
944
  },
1056
945
  "modalities": {
1057
- "input": [
1058
- "text",
1059
- "image",
1060
- "pdf"
1061
- ],
1062
- "output": [
1063
- "text"
1064
- ]
946
+ "input": ["text", "image", "pdf"],
947
+ "output": ["text"]
1065
948
  },
1066
949
  "name": "Gpt 5 1 Codex",
1067
950
  "options": {
@@ -1075,14 +958,8 @@
1075
958
  "output": 32768
1076
959
  },
1077
960
  "modalities": {
1078
- "input": [
1079
- "text",
1080
- "image",
1081
- "pdf"
1082
- ],
1083
- "output": [
1084
- "text"
1085
- ]
961
+ "input": ["text", "image", "pdf"],
962
+ "output": ["text"]
1086
963
  },
1087
964
  "name": "Gpt 5 1 Codex Max",
1088
965
  "options": {
@@ -1096,14 +973,8 @@
1096
973
  "output": 32768
1097
974
  },
1098
975
  "modalities": {
1099
- "input": [
1100
- "text",
1101
- "image",
1102
- "pdf"
1103
- ],
1104
- "output": [
1105
- "text"
1106
- ]
976
+ "input": ["text", "image", "pdf"],
977
+ "output": ["text"]
1107
978
  },
1108
979
  "name": "Gpt 5 1 Codex Mini",
1109
980
  "options": {
@@ -1117,14 +988,8 @@
1117
988
  "output": 32768
1118
989
  },
1119
990
  "modalities": {
1120
- "input": [
1121
- "text",
1122
- "image",
1123
- "pdf"
1124
- ],
1125
- "output": [
1126
- "text"
1127
- ]
991
+ "input": ["text", "image", "pdf"],
992
+ "output": ["text"]
1128
993
  },
1129
994
  "name": "Gpt 5 2",
1130
995
  "options": {
@@ -1138,14 +1003,8 @@
1138
1003
  "output": 32768
1139
1004
  },
1140
1005
  "modalities": {
1141
- "input": [
1142
- "text",
1143
- "image",
1144
- "pdf"
1145
- ],
1146
- "output": [
1147
- "text"
1148
- ]
1006
+ "input": ["text", "image", "pdf"],
1007
+ "output": ["text"]
1149
1008
  },
1150
1009
  "name": "Gpt 5 2 Codex",
1151
1010
  "options": {
@@ -1159,14 +1018,8 @@
1159
1018
  "output": 32768
1160
1019
  },
1161
1020
  "modalities": {
1162
- "input": [
1163
- "text",
1164
- "image",
1165
- "pdf"
1166
- ],
1167
- "output": [
1168
- "text"
1169
- ]
1021
+ "input": ["text", "image", "pdf"],
1022
+ "output": ["text"]
1170
1023
  },
1171
1024
  "name": "Gpt 5 3 Codex",
1172
1025
  "options": {
@@ -1180,14 +1033,8 @@
1180
1033
  "output": 32768
1181
1034
  },
1182
1035
  "modalities": {
1183
- "input": [
1184
- "text",
1185
- "image",
1186
- "pdf"
1187
- ],
1188
- "output": [
1189
- "text"
1190
- ]
1036
+ "input": ["text", "image", "pdf"],
1037
+ "output": ["text"]
1191
1038
  },
1192
1039
  "name": "Gpt 5 3 Codex Spark",
1193
1040
  "options": {
@@ -1201,14 +1048,8 @@
1201
1048
  "output": 128000
1202
1049
  },
1203
1050
  "modalities": {
1204
- "input": [
1205
- "text",
1206
- "image",
1207
- "pdf"
1208
- ],
1209
- "output": [
1210
- "text"
1211
- ]
1051
+ "input": ["text", "image", "pdf"],
1052
+ "output": ["text"]
1212
1053
  },
1213
1054
  "name": "Gpt 5 4",
1214
1055
  "options": {
@@ -1222,14 +1063,8 @@
1222
1063
  "output": 32768
1223
1064
  },
1224
1065
  "modalities": {
1225
- "input": [
1226
- "text",
1227
- "image",
1228
- "pdf"
1229
- ],
1230
- "output": [
1231
- "text"
1232
- ]
1066
+ "input": ["text", "image", "pdf"],
1067
+ "output": ["text"]
1233
1068
  },
1234
1069
  "name": "Gpt 5 4 Mini",
1235
1070
  "options": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencodekit",
3
- "version": "0.21.3",
3
+ "version": "0.21.4",
4
4
  "description": "CLI tool for bootstrapping and managing OpenCodeKit projects",
5
5
  "keywords": [
6
6
  "agents",