Vercel Deployment Monitor
Settings statusline 372
npx claude-code-templates@latest --setting statusline/vercel-deployment-monitor Content
JSON
{
"description": "Real-time Vercel deployment monitor with clickable deploy link. Shows build stat..."
"statusLine": {
"type": "command"
"command": "bash -c 'input=$(cat); DIR=$(echo "$input" | jq -r ".workspace.current_dir"); DE..."
}
}