@agimon-ai/doompi-notification 0.0.1-alpha.20 → 0.0.1-alpha.22

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 +9 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -51,10 +51,15 @@ subagent child, it does not install that wrapper and Pi's original `ui.notify` b
51
51
 
52
52
  ## Browser delivery
53
53
 
54
- `doompi-web` shows only entries received by a currently open page. Every connected page receives live
55
- notification entries for every attached session, not only the focused session. Permission is requested
56
- only when the user clicks **allow notifications** in web settings. There is no service worker, Web Push,
57
- replay, or durable notification queue, so a closed or disconnected page receives nothing later.
54
+ `doompi-web` shows full notification text only for entries received by a currently open page. Every connected
55
+ page receives live notification entries for every attached session, not only the focused session. Permission
56
+ is requested only from an explicit settings action.
57
+
58
+ A paired installed PWA may also opt into live Web Push while closed. That payload is fixed generic copy with
59
+ `TTL: 0`; it contains no session, prompt, response, or file data. The host keeps subscriptions only in memory,
60
+ so there is no durable database, outbox, replay, or delivery of historical entries. The open app re-registers
61
+ a browser-held subscription after a host restart. Device revocation or expiry, remote shutdown, browser
62
+ disable, and expired provider endpoints remove the live subscription.
58
63
 
59
64
  ## The shell title
60
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agimon-ai/doompi-notification",
3
- "version": "0.0.1-alpha.20",
3
+ "version": "0.0.1-alpha.22",
4
4
  "description": "Desktop notifications and an animated shell-tab title for DoomPi sessions.",
5
5
  "keywords": [
6
6
  "ai",
@@ -55,16 +55,16 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "@deepseek-ai/cordis": "4.0.1",
58
- "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.42"
58
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.44"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@earendil-works/pi-coding-agent": "0.84.4",
62
- "@types/node": "26.2.0",
62
+ "@types/node": "26.4.0",
63
63
  "@vitest/coverage-v8": "4.1.11",
64
64
  "tsdown": "0.22.14",
65
65
  "typescript": "7.0.2",
66
66
  "vitest": "4.1.11",
67
- "@agimon-ai/vibe-lint-plugin-doom-extension": "0.0.1-alpha.40"
67
+ "@agimon-ai/vibe-lint-plugin-doom-extension": "0.0.1-alpha.42"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@earendil-works/pi-coding-agent": "0.84.4"