pi-invisible-continue 0.3.1 → 0.3.2
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.
- package/README.md +6 -0
- package/package.json +3 -3
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-invisible-continue",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "Invisible session continuation for pi
|
|
3
|
+
"version": "0.3.2",
|
|
4
|
+
"description": "Invisible session continuation for pi \u2014 resume the agentic loop without sending ANY prompt the LLM can see",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Tom X Nguyen",
|
|
7
7
|
"license": "MIT",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@earendil-works/pi-agent-core": "^0.79.1",
|
|
42
|
-
"@earendil-works/pi-coding-agent": "0.
|
|
42
|
+
"@earendil-works/pi-coding-agent": "0.79.4",
|
|
43
43
|
"@types/node": "25.9.1",
|
|
44
44
|
"@vitest/coverage-v8": "4.1.7",
|
|
45
45
|
"knip": "6.14.1",
|