@agimon-ai/doompi-loop 0.0.1-alpha.39 → 0.0.1-alpha.40
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @agimon-ai/doompi-loop
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Send a prompt now, then repeat it at a bounded interval for the current session.
|
|
4
4
|
|
|
5
5
|
Part of the [DoomPi distribution](https://www.npmjs.com/package/@agimon-ai/doompi).
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agimon-ai/doompi-loop",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.40",
|
|
4
4
|
"description": "Session-scoped recurring prompt scheduler and loop controls for Pi coding agents.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@deepseek-ai/cordis": "4.0.1",
|
|
59
|
-
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.
|
|
60
|
-
"@agimon-ai/doompi-
|
|
61
|
-
"@agimon-ai/doompi-
|
|
59
|
+
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.40",
|
|
60
|
+
"@agimon-ai/doompi-ui": "0.0.1-alpha.40",
|
|
61
|
+
"@agimon-ai/doompi-web-contracts": "0.0.1-alpha.3"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@earendil-works/pi-coding-agent": "0.84.3",
|