claudekit-cli 3.40.3-dev.3 → 3.41.0-dev.1
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
|
@@ -14880,7 +14880,7 @@ var init_ck_config = __esm(() => {
|
|
|
14880
14880
|
"gemini-3-flash": "gemini-3-flash-preview",
|
|
14881
14881
|
"gemini-3-pro": "gemini-3-pro-preview"
|
|
14882
14882
|
};
|
|
14883
|
-
GeminiModelSchema = exports_external.
|
|
14883
|
+
GeminiModelSchema = exports_external.string().default("gemini-3-flash-preview");
|
|
14884
14884
|
StatuslineModeSchema = exports_external.enum(["full", "compact", "minimal", "none"]);
|
|
14885
14885
|
StatuslineSectionIdSchema = exports_external.enum([
|
|
14886
14886
|
"model",
|
|
@@ -15193,6 +15193,7 @@ __export(exports_types, {
|
|
|
15193
15193
|
GitHubReleaseAssetSchema: () => GitHubReleaseAssetSchema,
|
|
15194
15194
|
GitHubError: () => GitHubError,
|
|
15195
15195
|
GeminiModelSchema: () => GeminiModelSchema,
|
|
15196
|
+
GEMINI_MODEL_VALUES: () => GEMINI_MODEL_VALUES,
|
|
15196
15197
|
FrameworkSchema: () => FrameworkSchema,
|
|
15197
15198
|
FoldersConfigSchema: () => FoldersConfigSchema,
|
|
15198
15199
|
ExtractionError: () => ExtractionError,
|
|
@@ -57632,7 +57633,7 @@ var package_default;
|
|
|
57632
57633
|
var init_package = __esm(() => {
|
|
57633
57634
|
package_default = {
|
|
57634
57635
|
name: "claudekit-cli",
|
|
57635
|
-
version: "3.
|
|
57636
|
+
version: "3.41.0-dev.1",
|
|
57636
57637
|
description: "CLI tool for bootstrapping and updating ClaudeKit projects",
|
|
57637
57638
|
type: "module",
|
|
57638
57639
|
repository: {
|