@fastagent/cli 0.5.0 → 0.5.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.
@@ -17,9 +17,12 @@
17
17
  "acp": {
18
18
  "workspaceId": "workspace-dev",
19
19
  "workspacePath": "/abs/workspace",
20
- "maxTurns": 100,
20
+ "maxTurns": 100
21
+ },
22
+ "engine": {
21
23
  "autoCompaction": true,
22
- "compactionThreshold": 120000
24
+ "modelContextWindow": 300000,
25
+ "autoCompactionTokenLimit": 280000
23
26
  },
24
27
  "imGateway": {
25
28
  "agentId": "agent-weixin-dev",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastagent/cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "fastagent": "cli.js"