@takeshape/cli 12.1.6 → 12.2.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.
Files changed (2) hide show
  1. package/dist/index.cjs +5 -2
  2. package/package.json +6 -6
package/dist/index.cjs CHANGED
@@ -204230,7 +204230,7 @@ var import_meow = __toESM(require_meow(), 1);
204230
204230
  // package.json
204231
204231
  var package_default = {
204232
204232
  name: "@takeshape/cli",
204233
- version: "12.1.6",
204233
+ version: "12.2.1",
204234
204234
  description: "TakeShape CLI",
204235
204235
  homepage: "https://www.takeshape.io",
204236
204236
  type: "module",
@@ -229874,7 +229874,10 @@ var v3_65_0_default = {
229874
229874
  description: "Maximal number of automatic roundtrips for tool calls."
229875
229875
  },
229876
229876
  promptCaching: {
229877
- $ref: "#/definitions/promptCaching"
229877
+ type: "boolean",
229878
+ default: false,
229879
+ title: "Prompt Caching",
229880
+ description: "Enable prompt caching for supported providers (e.g., Anthropic). Reduces token costs by caching system messages, tools, and conversation history."
229878
229881
  },
229879
229882
  structuredOutputs: {
229880
229883
  type: "boolean",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/cli",
3
- "version": "12.1.6",
3
+ "version": "12.2.1",
4
4
  "description": "TakeShape CLI",
5
5
  "homepage": "https://www.takeshape.io",
6
6
  "type": "module",
@@ -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": "12.1.6",
74
- "@takeshape/schema": "12.1.6",
75
- "@takeshape/util": "12.1.6",
76
- "@takeshape/ssg": "12.1.6",
77
- "@takeshape/streams": "12.1.6"
73
+ "@takeshape/branches": "12.2.1",
74
+ "@takeshape/schema": "12.2.1",
75
+ "@takeshape/util": "12.2.1",
76
+ "@takeshape/streams": "12.2.1",
77
+ "@takeshape/ssg": "12.2.1"
78
78
  },
79
79
  "engines": {
80
80
  "node": ">=24"