{
"event": "PreToolUse",
"tool_name": "Grep",
"tool_input": {
"pattern": "availableCollections|collections",
"path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content\/show.php",
"output_mode": "content",
"-C": 3,
"-n": true
}
}
{
"tool_response": {
"mode": "content",
"numFiles": 0,
"filenames": [],
"content": "1-<?php\n2-ob_start();\n3-$orderModel = $order['model'] ?? 'claude-sonnet-4-20250514';\n4:$orderCollections = json_decode($order['collections'] ?? '[\"documents\"]', true) ?: ['documents'];\n5-$orderContextLimit = (int) ($order['context_limit'] ?? 5);\n6-?>\n7-\n--\n56- <?php endforeach; ?>\n57- <\/select>\n58- <select name=\"collection\" class=\"form-select--inline\">\n59: <?php foreach ($availableCollections ?? ['documents'] as $coll): ?>\n60- <option value=\"<?= htmlspecialchars($coll) ?>\" <?= in_array($coll, $orderCollections) ? 'selected' : '' ?>><?= htmlspecialchars($coll) ?><\/option>\n61- <?php endforeach; ?>\n62- <\/select>",
"numLines": 15
}
}