Stats
Actions
Tags
From using-cmux
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
Where this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
if [ -n "$CMUX_SURFACE_ID" ] && [ -z "$CMUX_NO_RENAME_TAB" ]; then REF=$(cmux identify | jq -r '.caller.surface_ref'); NUM=$(echo "$REF" | cut -d: -f2); cmux rename-tab --surface "$REF" "[$NUM] Claude Code"; finpx claudepluginhub hummer98/using-cmux --plugin using-cmux