@agimon-ai/doompi-notification 0.0.1-alpha.6 → 0.0.1-alpha.7

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 +5 -5
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -8,11 +8,11 @@ what the session is doing at a glance, and the desktop says when the agent has s
8
8
 
9
9
  ## What it does
10
10
 
11
- | Surface | Behaviour |
12
- | ---------------- | ----------------------------------------------------------------------------------------------------- |
13
- | Shell tab title | `π - <session or first prompt> - <repository>`, with a braille spinner while the agent works |
14
- | Desktop, mid-run | one notification per dialog the agent opens on its own initiative, and per `ask_user_question` prompt |
15
- | Desktop, at rest | one notification when a run settles with nothing queued behind it |
11
+ | Surface | Behavior |
12
+ | ---------------- | -------------------------------------------------------------------------------------------- |
13
+ | Shell tab title | `π - <session or first prompt> - <repository>`, with a braille spinner while the agent works |
14
+ | Desktop, mid-run | one notification for each agent-initiated dialog and each `ask_user_question` prompt |
15
+ | Desktop, at rest | one notification when a run settles with nothing queued behind it |
16
16
 
17
17
  Notifications go to `cmux notify` first, because it routes them back to the window the session
18
18
  lives in. On macOS a missing `cmux` falls back to `osascript`. Any other host stays silent rather
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agimon-ai/doompi-notification",
3
- "version": "0.0.1-alpha.6",
3
+ "version": "0.0.1-alpha.7",
4
4
  "description": "Desktop notifications and an animated shell-tab title for DoomPi sessions.",
5
5
  "keywords": [
6
6
  "ai",
@@ -47,16 +47,16 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@deepseek-ai/cordis": "4.0.1",
50
- "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.28"
50
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.29"
51
51
  },
52
52
  "devDependencies": {
53
- "@agimon-ai/vibe-lint-plugin-doom-extension": "0.0.1-alpha.26",
54
53
  "@earendil-works/pi-coding-agent": "0.84.2",
55
54
  "@types/node": "26.2.0",
56
55
  "@vitest/coverage-v8": "4.1.11",
57
56
  "tsdown": "0.22.14",
58
57
  "typescript": "7.0.2",
59
- "vitest": "4.1.11"
58
+ "vitest": "4.1.11",
59
+ "@agimon-ai/vibe-lint-plugin-doom-extension": "0.0.1-alpha.27"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "@earendil-works/pi-coding-agent": "0.84.2"