{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "echo \"=== CHAT ===\" && curl -sL \"https:\/\/dev.campus.systemische-tools.de\/chat\" 2>&1 | grep -A1 \"checkbox-group collections-select\" | head -10 && echo -e \"\\n=== CONTENT\/NEW ===\" && curl -s \"https:\/\/dev.campus.systemische-tools.de\/content\/new\" 2>&1 | grep -A1 \"checkbox-group collections-select\" | head -10",
"description": "Compare both pages"
}
}
{
"tool_response": {
"stdout": "=== CHAT ===\n <div class=\"checkbox-group collections-select\">\n <label class=\"checkbox-label\" title=\"6 Dokumente\">\n\n=== CONTENT\/NEW ===\n <div class=\"checkbox-group collections-select\">\n <label class=\"checkbox-label\" title=\"6 Dokumente\">",
"stderr": "",
"interrupted": false,
"isImage": false
}
}