-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "utm-auto-compact",
"version": "0.4.0",
"description": "Automatically trigger DSH context compaction at an absolute surface-token threshold (unlike the default 0.8 window ratio): retry loop until under maxTokens, per-agent cooldown, idle grace, dry-run, subagent exclusion, mid-turn compaction at step boundaries (agent/pre-step), leveled diagnostics, optional /auto-compact status command.",
"type": "module",
"main": "index.js",
"exports": {
".": "./index.js"
},
"files": [
"index.js",
"test"
],
"scripts": {
"test": "node test/run-tests.mjs"
},
"dependencies": {},
"peerDependencies": {
"@deepseek-ai/dsh-compaction": "^0.1.0-rc.7",
"@deepseek-ai/dsh-agent-presets": "^0.1.0-rc.7",
"zod": "^4"
},
"keywords": [
"dsh",
"cordis",
"plugin",
"compaction",
"context"
],
"repository": {
"type": "git",
"url": "https://github.com/subfocusx/utm-auto-compact.git"
},
"homepage": "https://github.com/subfocusx/utm-auto-compact",
"bugs": {
"url": "https://github.com/subfocusx/utm-auto-compact/issues"
},
"license": "MIT"
}