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
"systemMessage": "🔔 Warp plugin active. You'll receive native Warp notifications when tasks complete or input is needed."
24
+
"systemMessage": "🔔 Warp plugin v${PLUGIN_VERSION}active. You'll receive native Warp notifications when tasks complete or input is needed."
11
25
}
12
26
EOF
13
27
else
14
28
# Not running in Warp - suggest installing
15
-
cat <<'EOF'
29
+
cat <<EOF
16
30
{
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."
31
+
"systemMessage": "ℹ️ Warp plugin v${PLUGIN_VERSION}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."
0 commit comments