@takeshape/cli 11.79.3 → 11.80.2
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 +15 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -205121,7 +205121,7 @@ var engines = {
|
|
|
205121
205121
|
};
|
|
205122
205122
|
var package_default = {
|
|
205123
205123
|
name: "@takeshape/cli",
|
|
205124
|
-
version: "11.
|
|
205124
|
+
version: "11.80.2",
|
|
205125
205125
|
description: "TakeShape CLI",
|
|
205126
205126
|
homepage: "https://www.takeshape.io",
|
|
205127
205127
|
repository: {
|
|
@@ -220633,6 +220633,16 @@ var experimental_default = {
|
|
|
220633
220633
|
},
|
|
220634
220634
|
additionalProperties: false
|
|
220635
220635
|
},
|
|
220636
|
+
toolMap: {
|
|
220637
|
+
title: "Tool Map",
|
|
220638
|
+
type: "object",
|
|
220639
|
+
patternProperties: {
|
|
220640
|
+
"^[0-9A-Za-z_]+$": {
|
|
220641
|
+
$ref: "#/definitions/agentToolConfig"
|
|
220642
|
+
}
|
|
220643
|
+
},
|
|
220644
|
+
additionalProperties: false
|
|
220645
|
+
},
|
|
220636
220646
|
aiExperimental: {
|
|
220637
220647
|
title: "AI Experimental",
|
|
220638
220648
|
type: "object",
|
|
@@ -220644,6 +220654,10 @@ var experimental_default = {
|
|
|
220644
220654
|
guards: {
|
|
220645
220655
|
$ref: "#/definitions/guardMap",
|
|
220646
220656
|
description: "A Guard is a configuration for an AI guardrail that can check inputs and outputs and provide safety and compliance."
|
|
220657
|
+
},
|
|
220658
|
+
tools: {
|
|
220659
|
+
$ref: "#/definitions/toolMap",
|
|
220660
|
+
description: "A Tool is a configuration for an AI tool which can query or mutate data."
|
|
220647
220661
|
}
|
|
220648
220662
|
},
|
|
220649
220663
|
additionalProperties: false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/cli",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.80.2",
|
|
4
4
|
"description": "TakeShape CLI",
|
|
5
5
|
"homepage": "https://www.takeshape.io",
|
|
6
6
|
"repository": {
|
|
@@ -70,11 +70,11 @@
|
|
|
70
70
|
"stream-to-promise": "^2.2.0",
|
|
71
71
|
"tmp": "^0.0.33",
|
|
72
72
|
"unzipper": "^0.10.11",
|
|
73
|
-
"@takeshape/branches": "11.
|
|
74
|
-
"@takeshape/
|
|
75
|
-
"@takeshape/streams": "11.
|
|
76
|
-
"@takeshape/util": "11.
|
|
77
|
-
"@takeshape/
|
|
73
|
+
"@takeshape/branches": "11.80.2",
|
|
74
|
+
"@takeshape/schema": "11.80.2",
|
|
75
|
+
"@takeshape/streams": "11.80.2",
|
|
76
|
+
"@takeshape/util": "11.80.2",
|
|
77
|
+
"@takeshape/ssg": "11.80.2"
|
|
78
78
|
},
|
|
79
79
|
"engines": {
|
|
80
80
|
"node": ">=20"
|