Stats
Actions
Tags
From cmux-integration
Runs a notification script on Claude Code stop and notification events, and a context setup script on session start. Executes bash commands.
3 events · 4 hooks
Where this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
[ -n "$CMUX_WORKSPACE_ID" ] && cmux set-status agent "Idle" --icon circle --color "#6b7280" && cmux clear-progress5ms[ -n "$CMUX_WORKSPACE_ID" ] && cmux notify '${notificationText}'[ -n "$CMUX_WORKSPACE_ID" ] && cat ${CLAUDE_PLUGIN_ROOT}/rules/cmux-integration.md || echo 'Not running inside cmux — skipping cmux integration'[ -n "$CMUX_WORKSPACE_ID" ] && cmux set-status agent "Active" --icon bolt --color "#22c55e"5msnpx claudepluginhub kylejameswalker/cc-cmux-plugin --plugin cmux-integration