vibebuddy 0.3.0 → 0.3.1

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/package.json +1 -1
  2. package/src/bin.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibebuddy",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Your agent's busy. Come hang out. — tiny social hangout for vibe coders, MCP-native.",
5
5
  "type": "module",
6
6
  "bin": {
package/src/bin.js CHANGED
@@ -159,7 +159,7 @@ async function cmdInit(flags) {
159
159
  (entry.hooks ?? []).some(
160
160
  (h) => typeof h.command === 'string' && h.command.endsWith(`hook.mjs" ${ev}`)
161
161
  );
162
- for (const ev of ['SessionStart', 'PostToolUse', 'Stop', 'SessionEnd', 'Notification']) {
162
+ for (const ev of ['SessionStart', 'UserPromptSubmit', 'PostToolUse', 'Stop', 'SessionEnd', 'Notification']) {
163
163
  settings.hooks[ev] ??= [];
164
164
  if (settings.hooks[ev].some((e) => isOurs(e, ev))) continue;
165
165
  settings.hooks[ev].push({