@henryqw/pi-auto-compact 1.1.3 → 1.1.5

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/README.md +6 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  Compact context before it hits the configured threshold, then resume the current task.
4
4
 
5
+ ## Why
6
+
7
+ - **Created for**: Compacting session context automatically before it reaches the configured threshold.
8
+ - **Advantage**: Triggers early, uses a dedicated model, and resumes the interrupted task without manual intervention.
9
+
5
10
  ## Install
6
11
 
7
12
  ```bash
@@ -9,7 +14,7 @@ pi install npm:@henryqw/pi-task-models
9
14
  pi install npm:@henryqw/pi-auto-compact
10
15
  ```
11
16
 
12
- Requires Pi Coding Agent 0.84.2+.
17
+ Requires Pi Coding Agent 0.84.3+.
13
18
 
14
19
  ## With
15
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-auto-compact",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "Proactively compact Pi context at a configurable threshold and resume the current task.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -25,7 +25,7 @@
25
25
  "pack:check": "npm pack --dry-run"
26
26
  },
27
27
  "peerDependencies": {
28
- "@earendil-works/pi-coding-agent": "^0.84.2"
28
+ "@earendil-works/pi-coding-agent": "^0.84.3"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",
@@ -44,6 +44,6 @@
44
44
  ]
45
45
  },
46
46
  "dependencies": {
47
- "@henryqw/pi-task-models": "^0.7.0"
47
+ "@henryqw/pi-task-models": "^1.0.0"
48
48
  }
49
49
  }