@townco/cli 0.1.79 → 0.1.80

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.
@@ -115,6 +115,14 @@ function CreateApp({ name: initialName, model: initialModel, tools: initialTools
115
115
  },
116
116
  callback: "compaction_tool",
117
117
  },
118
+ {
119
+ type: "tool_response",
120
+ setting: {
121
+ maxContextThreshold: 80,
122
+ responseTruncationThreshold: 80,
123
+ },
124
+ callback: "tool_response_compactor",
125
+ },
118
126
  ],
119
127
  };
120
128
  // Create agent in project
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@townco/cli",
3
- "version": "0.1.79",
3
+ "version": "0.1.80",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "town": "./dist/index.js"
@@ -15,7 +15,7 @@
15
15
  "build": "tsc"
16
16
  },
17
17
  "devDependencies": {
18
- "@townco/tsconfig": "0.1.71",
18
+ "@townco/tsconfig": "0.1.72",
19
19
  "@types/archiver": "^7.0.0",
20
20
  "@types/bun": "^1.3.1",
21
21
  "@types/ignore-walk": "^4.0.3",
@@ -25,12 +25,12 @@
25
25
  "dependencies": {
26
26
  "@optique/core": "^0.6.2",
27
27
  "@optique/run": "^0.6.2",
28
- "@townco/agent": "0.1.79",
29
- "@townco/core": "0.0.52",
30
- "@townco/debugger": "0.1.29",
31
- "@townco/env": "0.1.24",
32
- "@townco/secret": "0.1.74",
33
- "@townco/ui": "0.1.74",
28
+ "@townco/agent": "0.1.80",
29
+ "@townco/core": "0.0.53",
30
+ "@townco/debugger": "0.1.30",
31
+ "@townco/env": "0.1.25",
32
+ "@townco/secret": "0.1.75",
33
+ "@townco/ui": "0.1.75",
34
34
  "@trpc/client": "^11.7.2",
35
35
  "@types/inquirer": "^9.0.9",
36
36
  "@types/ws": "^8.5.13",