You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/warp/scripts/legacy/on-session-start.sh
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,5 @@ if [ "$TERM_PROGRAM" = "WarpTerminal" ]; then
11
11
}
12
12
EOF
13
13
else
14
-
# Not running in Warp - suggest installing
15
-
cat << 'EOF'
16
-
{
17
-
"systemMessage": "ℹ️ Warp plugin installed but you're not running in Warp terminal. Install Warp (https://warp.dev) to get native notifications when Claude completes tasks or needs input."
"ℹ️ Warp plugin installed but you're not running in Warp terminal. Install Warp (https://warp.dev) to get native notifications when Claude completes tasks or needs input." \
223
-
"$SYS_MSG"
224
-
225
218
echo""
226
219
echo"--- Modern-only hooks exit silently without protocol version ---"
0 commit comments