@agimon-ai/doompi-loop 0.0.1-alpha.40 → 0.0.1-alpha.42

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 +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -12,7 +12,7 @@ prompt belongs to the current session.
12
12
  ## Requirements
13
13
 
14
14
  - Node.js 22.19.0 or newer
15
- - Pi 0.84.3 and Pi TUI 0.84.3
15
+ - Pi 0.84.4 and Pi TUI 0.84.4
16
16
 
17
17
  ## Install
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agimon-ai/doompi-loop",
3
- "version": "0.0.1-alpha.40",
3
+ "version": "0.0.1-alpha.42",
4
4
  "description": "Session-scoped recurring prompt scheduler and loop controls for Pi coding agents.",
5
5
  "keywords": [
6
6
  "ai",
@@ -56,13 +56,13 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@deepseek-ai/cordis": "4.0.1",
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"
59
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.42",
60
+ "@agimon-ai/doompi-ui": "0.0.1-alpha.42",
61
+ "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.5"
62
62
  },
63
63
  "devDependencies": {
64
- "@earendil-works/pi-coding-agent": "0.84.3",
65
- "@earendil-works/pi-tui": "0.84.3",
64
+ "@earendil-works/pi-coding-agent": "0.84.4",
65
+ "@earendil-works/pi-tui": "0.84.4",
66
66
  "@types/node": "26.2.0",
67
67
  "@vitest/coverage-v8": "4.1.11",
68
68
  "tsdown": "0.22.14",
@@ -70,8 +70,8 @@
70
70
  "vitest": "4.1.11"
71
71
  },
72
72
  "peerDependencies": {
73
- "@earendil-works/pi-coding-agent": "0.84.3",
74
- "@earendil-works/pi-tui": "0.84.3"
73
+ "@earendil-works/pi-coding-agent": "0.84.4",
74
+ "@earendil-works/pi-tui": "0.84.4"
75
75
  },
76
76
  "peerDependenciesMeta": {
77
77
  "@earendil-works/pi-coding-agent": {