mirror of
https://github.com/nodnarbnitram/claude-code-extensions.git
synced 2026-09-14 18:36:21 +08:00
dcfd28f9e5
Add optional --cache-only flag to allow SessionStart events to cache the transcript path without sending Slack notifications. Changes: - Added --cache-only command-line argument - SessionStart always caches transcript path - With --cache-only: exits after caching (no notification) - Without --cache-only: continues to send SessionStart notification - Updated settings.json to use --cache-only by default - Removed --event-emoji from Stop/SubagentStop (not needed) - Updated documentation with SessionStart example and flag description Benefits: - Flexible control over SessionStart notifications - Maintains workaround for stale transcript path bug - Users can opt-in to SessionStart notifications by removing flag - Cleaner configuration (removed redundant emoji flags)