Stats
Actions
Tags
From cmux-using
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" ]; 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 tanaka-yui/yui-cc-plugins --plugin cmux-using