@takeshape/cli 11.121.0 → 11.121.6
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 +2 -14
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -206930,7 +206930,7 @@ var engines = {
|
|
|
206930
206930
|
};
|
|
206931
206931
|
var package_default = {
|
|
206932
206932
|
name: "@takeshape/cli",
|
|
206933
|
-
version: "11.121.
|
|
206933
|
+
version: "11.121.6",
|
|
206934
206934
|
description: "TakeShape CLI",
|
|
206935
206935
|
homepage: "https://www.takeshape.io",
|
|
206936
206936
|
repository: {
|
|
@@ -217394,14 +217394,6 @@ var schema3 = {
|
|
|
217394
217394
|
type: "object",
|
|
217395
217395
|
description: "Memory associated with the agent session, which can be used to store stateful information."
|
|
217396
217396
|
},
|
|
217397
|
-
stateOutputs: {
|
|
217398
|
-
type: "object",
|
|
217399
|
-
description: "Outputs from the states in the agent session, keyed by state ID."
|
|
217400
|
-
},
|
|
217401
|
-
currentValue: {
|
|
217402
|
-
type: "object",
|
|
217403
|
-
description: "The current value of the agent session, which may be updated as the session progresses."
|
|
217404
|
-
},
|
|
217405
217397
|
hasAgentHistory: {
|
|
217406
217398
|
type: "boolean",
|
|
217407
217399
|
description: "Indicates whether the agent session has an associated history of agent responses."
|
|
@@ -217420,7 +217412,6 @@ var schema3 = {
|
|
|
217420
217412
|
"currentStateId",
|
|
217421
217413
|
"chatSessionIds",
|
|
217422
217414
|
"sessionMemory",
|
|
217423
|
-
"stateOutputs",
|
|
217424
217415
|
"projectId",
|
|
217425
217416
|
"schemaId",
|
|
217426
217417
|
"schemaHash"
|
|
@@ -217436,7 +217427,7 @@ var schema4 = {
|
|
|
217436
217427
|
properties: {
|
|
217437
217428
|
...(0, import_omit.default)(schema3.properties, ["projectId", "schemaId"])
|
|
217438
217429
|
},
|
|
217439
|
-
required: ["id", "agentName", "done", "currentStateId", "chatSessionIds", "sessionMemory"
|
|
217430
|
+
required: ["id", "agentName", "done", "currentStateId", "chatSessionIds", "sessionMemory"],
|
|
217440
217431
|
additionalProperties: false
|
|
217441
217432
|
};
|
|
217442
217433
|
var validate4 = createTypedValidator(schema4);
|
|
@@ -217737,7 +217728,6 @@ var schema9 = {
|
|
|
217737
217728
|
"currentStateId",
|
|
217738
217729
|
"chatSessionIds",
|
|
217739
217730
|
"sessionMemory",
|
|
217740
|
-
"stateOutputs",
|
|
217741
217731
|
"agentHistory",
|
|
217742
217732
|
"messages"
|
|
217743
217733
|
],
|
|
@@ -403714,10 +403704,8 @@ function validateAST(options2, rootNode) {
|
|
|
403714
403704
|
return validate24(rootNode, void 0, void 0);
|
|
403715
403705
|
}
|
|
403716
403706
|
var contextKeys = [
|
|
403717
|
-
"previousStateOutput",
|
|
403718
403707
|
"currentStateId",
|
|
403719
403708
|
"previousStateId",
|
|
403720
|
-
"stateOutputs",
|
|
403721
403709
|
"currentStateOutput",
|
|
403722
403710
|
"sessionMemory",
|
|
403723
403711
|
"claims",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/cli",
|
|
3
|
-
"version": "11.121.
|
|
3
|
+
"version": "11.121.6",
|
|
4
4
|
"description": "TakeShape CLI",
|
|
5
5
|
"homepage": "https://www.takeshape.io",
|
|
6
6
|
"repository": {
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"stream-to-promise": "2.2.0",
|
|
70
70
|
"tmp": "0.0.33",
|
|
71
71
|
"unzipper": "0.10.11",
|
|
72
|
-
"@takeshape/branches": "11.121.
|
|
73
|
-
"@takeshape/schema": "11.121.
|
|
74
|
-
"@takeshape/ssg": "11.121.
|
|
75
|
-
"@takeshape/
|
|
76
|
-
"@takeshape/
|
|
72
|
+
"@takeshape/branches": "11.121.6",
|
|
73
|
+
"@takeshape/schema": "11.121.6",
|
|
74
|
+
"@takeshape/ssg": "11.121.6",
|
|
75
|
+
"@takeshape/streams": "11.121.6",
|
|
76
|
+
"@takeshape/util": "11.121.6"
|
|
77
77
|
},
|
|
78
78
|
"engines": {
|
|
79
79
|
"node": ">=22"
|