@trygocode/notify 0.1.5 → 0.1.6

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.
@@ -257,7 +257,7 @@ export async function writeClaudeConfig(runtime, opts) {
257
257
  runtime: name,
258
258
  written,
259
259
  skipped: false,
260
- detail: "merged Stop/Notification/SubagentStop hooks + MCP entry; wrote skill",
260
+ detail: "merged Stop/Notification hooks + MCP entry; wrote skill",
261
261
  };
262
262
  }
263
263
  catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trygocode/notify",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Free phone notifications for any coding agent (Cursor, Claude Code, OpenCode, Ralph/Homer) via the GoCode app.",
5
5
  "license": "MIT",
6
6
  "type": "module",