agent-noti 1.4.1 → 1.4.2

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/bin/cli.mjs +1 -1
  2. package/package.json +1 -1
package/bin/cli.mjs CHANGED
@@ -103,7 +103,7 @@ function buildClaudeHooks() {
103
103
  return {
104
104
  Stop: [{ hooks: [idle], metadata: { id: HOOK_ID } }],
105
105
  PermissionRequest: [{ hooks: [input], metadata: { id: HOOK_ID } }],
106
- PromptSubmit: [{ hooks: [stamp], metadata: { id: HOOK_ID } }],
106
+ UserPromptSubmit: [{ hooks: [stamp], metadata: { id: HOOK_ID } }],
107
107
  };
108
108
  }
109
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-noti",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Audio notifications for Claude Code & Codex — customizable sound themes",
5
5
  "bin": {
6
6
  "agent-noti": "./bin/cli.mjs"