chore: bump version to 6.0.2

Updated user message hook with Claude-Mem community discussion link.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Alex Newman
2025-11-14 15:43:55 -05:00
parent e8e7fc81af
commit 9fb7383ab3
6 changed files with 13 additions and 9 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ try {
"\n\n📝 Claude-Mem Context Loaded\n" +
" ️ Note: This appears as stderr but is informational only\n\n" +
output +
`\n\n📺 Watch live in browser http://localhost:${port}/ (New! v5.1)\n`
"\n\n💬 New! Connect with Claude-Mem\nhttps://github.com/thedotmack/claude-mem/discussions/110\n" +
`\n📺 Watch live in browser http://localhost:${port}/\n`
);
} catch (error) {