@townco/cli 0.1.84 → 0.1.85

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.
@@ -122,7 +122,6 @@ function CreateApp({ name: initialName, model: initialModel, tools: initialTools
122
122
  type: "tool_response",
123
123
  setting: {
124
124
  maxTokensSize: 20000,
125
- responseTruncationThreshold: 80,
126
125
  },
127
126
  callback: "tool_response_compactor",
128
127
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@townco/cli",
3
- "version": "0.1.84",
3
+ "version": "0.1.85",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "town": "./dist/index.js"
@@ -15,7 +15,7 @@
15
15
  "build": "tsgo"
16
16
  },
17
17
  "devDependencies": {
18
- "@townco/tsconfig": "0.1.76",
18
+ "@townco/tsconfig": "0.1.77",
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.84",
29
- "@townco/core": "0.0.57",
30
- "@townco/debugger": "0.1.34",
31
- "@townco/env": "0.1.29",
32
- "@townco/secret": "0.1.79",
33
- "@townco/ui": "0.1.79",
28
+ "@townco/agent": "0.1.85",
29
+ "@townco/core": "0.0.58",
30
+ "@townco/debugger": "0.1.35",
31
+ "@townco/env": "0.1.30",
32
+ "@townco/secret": "0.1.80",
33
+ "@townco/ui": "0.1.80",
34
34
  "@trpc/client": "^11.7.2",
35
35
  "archiver": "^7.0.1",
36
36
  "eventsource": "^4.1.0",