@runtypelabs/cli 2.22.16 → 2.22.17
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 +0 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -37645,9 +37645,6 @@ var DEFAULT_MODELS_FOR_NEW_ACCOUNTS = [
|
|
|
37645
37645
|
var DEFAULT_MODEL_ID = DEFAULT_MODELS_FOR_NEW_ACCOUNTS.find((m2) => m2.isDefault)?.modelId ?? "kimi-k2.6";
|
|
37646
37646
|
var userProfileFeaturesSchema = external_exports.object({
|
|
37647
37647
|
enableAgentSkills: external_exports.boolean(),
|
|
37648
|
-
// Routed model id the product generator dispatches with. Driven by the
|
|
37649
|
-
// `product-generator-model` string flag; defaults to `kimi-k2.6`.
|
|
37650
|
-
productGeneratorModel: external_exports.string(),
|
|
37651
37648
|
// Gates the WebMCP-powered dashboard assistant (copilot panel + chat
|
|
37652
37649
|
// proxy). Driven by the `enable-dashboard-assistant` boolean flag.
|
|
37653
37650
|
enableDashboardAssistant: external_exports.boolean(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runtypelabs/cli",
|
|
3
|
-
"version": "2.22.
|
|
3
|
+
"version": "2.22.17",
|
|
4
4
|
"description": "Command-line interface for Runtype AI platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"rosie-skills": "0.8.1",
|
|
25
25
|
"yaml": "^2.9.0",
|
|
26
26
|
"@runtypelabs/ink-components": "0.3.4",
|
|
27
|
-
"@runtypelabs/sdk": "5.3.
|
|
27
|
+
"@runtypelabs/sdk": "5.3.1",
|
|
28
28
|
"@runtypelabs/terminal-animations": "0.2.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"tsx": "^4.7.1",
|
|
40
40
|
"typescript": "^6.0.3",
|
|
41
41
|
"vitest": "^4.1.0",
|
|
42
|
-
"@runtypelabs/shared": "1.42.
|
|
42
|
+
"@runtypelabs/shared": "1.42.3"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">=22.0.0"
|