openkitt 0.3.11 → 0.3.12
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/cli.js +8 -5
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2915,7 +2915,10 @@ var init_config = __esm(() => {
|
|
|
2915
2915
|
"claude-opus-4-20250514": "claude-opus-4-5",
|
|
2916
2916
|
"claude-haiku-4-20250514": "claude-3-5-haiku-20241022",
|
|
2917
2917
|
"gpt-4o": "gpt-4.1",
|
|
2918
|
-
"o4-mini": "gpt-4.1"
|
|
2918
|
+
"o4-mini": "gpt-4.1",
|
|
2919
|
+
"claude-sonnet-4-5": "claude-sonnet-4.5",
|
|
2920
|
+
"claude-haiku-4-5": "claude-haiku-4.5",
|
|
2921
|
+
"claude-opus-4-5": "claude-opus-4.5"
|
|
2919
2922
|
};
|
|
2920
2923
|
});
|
|
2921
2924
|
|
|
@@ -265178,10 +265181,10 @@ var MODEL_OPTIONS = {
|
|
|
265178
265181
|
]
|
|
265179
265182
|
};
|
|
265180
265183
|
var COPILOT_MODEL_OPTIONS = [
|
|
265181
|
-
{ value: "claude-sonnet-4
|
|
265184
|
+
{ value: "claude-sonnet-4.5", label: "claude-sonnet-4.5 (recommended — Claude via Copilot)" },
|
|
265182
265185
|
{ value: "claude-sonnet-4", label: "claude-sonnet-4 (Claude Sonnet 4 via Copilot)" },
|
|
265183
|
-
{ value: "claude-haiku-4
|
|
265184
|
-
{ value: "claude-opus-4
|
|
265186
|
+
{ value: "claude-haiku-4.5", label: "claude-haiku-4.5 (fast & cheap — Claude via Copilot)" },
|
|
265187
|
+
{ value: "claude-opus-4.5", label: "claude-opus-4.5 (most capable — Claude via Copilot)" },
|
|
265185
265188
|
{ value: "gpt-4.1", label: "gpt-4.1 (GPT-4.1 via Copilot)" },
|
|
265186
265189
|
{ value: "gemini-2.5-pro", label: "gemini-2.5-pro (Gemini 2.5 Pro via Copilot)" }
|
|
265187
265190
|
];
|
|
@@ -266094,7 +266097,7 @@ async function helpCommand(_context, _args) {
|
|
|
266094
266097
|
// package.json
|
|
266095
266098
|
var package_default = {
|
|
266096
266099
|
name: "openkitt",
|
|
266097
|
-
version: "0.3.
|
|
266100
|
+
version: "0.3.12",
|
|
266098
266101
|
description: "AI-powered monorepo scaffolding CLI",
|
|
266099
266102
|
keywords: [
|
|
266100
266103
|
"cli",
|