{
"event": "PreToolUse",
"tool_name": "Grep",
"tool_input": {
"pattern": "stepTypes\\[.*\\]\\[|label|description|phase",
"path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content-pipeline\/show.php",
"output_mode": "content",
"-n": true
}
}
{
"tool_response": {
"mode": "content",
"numFiles": 0,
"filenames": [],
"content": "19: <span class=\"config-list__label\">Quelle:<\/span>\n30: <span class=\"config-list__label\">Dateitypen:<\/span>\n58: $meta = $stepTypes[$step['step_type']] ?? ['label' => $step['step_type'], 'description' => '', 'phase' => '-', 'storage' => null];\n83: <strong><?= $meta['label'] ?><\/strong>\n85: <small><?= $meta['description'] ?><\/small>\n87: <td><?= $meta['phase'] ?><\/td>\n105: <optgroup label=\"Ollama (lokal)\">\n106: <?php foreach ($ollamaModels as $modelId => $label): ?>\n107: <option value=\"<?= htmlspecialchars($modelId) ?>\" <?= $selected === $modelId ? 'selected' : '' ?>><?= htmlspecialchars($label) ?><\/option>\n112: <optgroup label=\"Anthropic\">\n113: <?php foreach ($anthropicModels as $modelId => $label): ?>\n114: <option value=\"<?= htmlspecialchars($modelId) ?>\" <?= $selected === $modelId ? 'selected' : '' ?>><?= htmlspecialchars($label) ?><\/option>\n213:.config-list__label {",
"numLines": 13
}
}