@agimon-ai/doompi 0.0.1-alpha.55 → 0.0.1-alpha.56

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 +18 -17
package/README.md CHANGED
@@ -50,7 +50,7 @@ releases.
50
50
 
51
51
  - Node.js 22.19.0 or newer
52
52
  - macOS or Linux on arm64 or x64 for the bundled Runner backend
53
- - Pi 0.84.4 and Pi TUI 0.84.4 for packages that declare them as peer requirements
53
+ - Pi 0.85.0 and Pi TUI 0.85.0 for packages that declare them as peer requirements
54
54
 
55
55
  ## Try DoomPi without replacing your Pi setup
56
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agimon-ai/doompi",
3
- "version": "0.0.1-alpha.55",
3
+ "version": "0.0.1-alpha.56",
4
4
  "description": "Opinionated, composable Pi distribution for scoped agent tools, skills, MCP servers, and developer workflows.",
5
5
  "keywords": [
6
6
  "ai",
@@ -311,7 +311,8 @@
311
311
  },
312
312
  "dependencies": {
313
313
  "@deepseek-ai/cordis": "4.0.1",
314
- "@earendil-works/pi-coding-agent": "0.84.4",
314
+ "@earendil-works/pi-coding-agent": "0.85.0",
315
+ "@earendil-works/pi-server": "0.85.0",
315
316
  "cross-spawn": "7.0.6",
316
317
  "gpt-tokenizer": "4.0.0",
317
318
  "minimatch": "10.2.6",
@@ -319,30 +320,30 @@
319
320
  "rolldown": "1.2.6",
320
321
  "typebox": "1.3.19",
321
322
  "yaml": "2.9.0",
322
- "@agimon-ai/doompi-autostop": "0.0.1-alpha.32",
323
- "@agimon-ai/doompi-config": "0.0.1-alpha.54",
324
- "@agimon-ai/doompi-domain": "0.0.1-alpha.33",
325
- "@agimon-ai/doompi-cache": "0.0.1-alpha.21",
326
- "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.54",
327
- "@agimon-ai/doompi-major-mode": "0.0.1-alpha.33",
328
- "@agimon-ai/doompi-notification": "0.0.1-alpha.32",
329
- "@agimon-ai/doompi-profile": "0.0.1-alpha.33",
330
- "@agimon-ai/doompi-skill": "0.0.1-alpha.33",
331
- "@agimon-ai/doompi-telemetry": "0.0.1-alpha.54",
332
- "@agimon-ai/doompi-ui": "0.0.1-alpha.55"
323
+ "@agimon-ai/doompi-autostop": "0.0.1-alpha.33",
324
+ "@agimon-ai/doompi-cache": "0.0.1-alpha.22",
325
+ "@agimon-ai/doompi-config": "0.0.1-alpha.55",
326
+ "@agimon-ai/doompi-domain": "0.0.1-alpha.34",
327
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.55",
328
+ "@agimon-ai/doompi-major-mode": "0.0.1-alpha.34",
329
+ "@agimon-ai/doompi-notification": "0.0.1-alpha.33",
330
+ "@agimon-ai/doompi-profile": "0.0.1-alpha.34",
331
+ "@agimon-ai/doompi-skill": "0.0.1-alpha.34",
332
+ "@agimon-ai/doompi-telemetry": "0.0.1-alpha.55",
333
+ "@agimon-ai/doompi-ui": "0.0.1-alpha.56"
333
334
  },
334
335
  "devDependencies": {
335
- "@earendil-works/pi-ai": "0.84.4",
336
- "@earendil-works/pi-tui": "0.84.4",
336
+ "@earendil-works/pi-ai": "0.85.0",
337
+ "@earendil-works/pi-tui": "0.85.0",
337
338
  "@types/cross-spawn": "6.0.6",
338
339
  "@types/node": "26.4.0",
339
340
  "@vitest/coverage-v8": "4.1.11",
340
341
  "typescript": "7.0.2",
341
342
  "vitest": "4.1.11",
342
- "@agimon-ai/doompi-runner": "0.0.1-alpha.55"
343
+ "@agimon-ai/doompi-runner": "0.0.1-alpha.56"
343
344
  },
344
345
  "peerDependencies": {
345
- "@earendil-works/pi-tui": "0.84.4"
346
+ "@earendil-works/pi-tui": "0.85.0"
346
347
  },
347
348
  "peerDependenciesMeta": {
348
349
  "@earendil-works/pi-tui": {