{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "# Erstelle Test-Order\nCSRF=$(curl -s -c \/tmp\/cookies.txt -b \/tmp\/cookies.txt \"https:\/\/dev.campus.systemische-tools.de\/content\/new\" | grep -oP 'name=\"_csrf_token\" value=\"\\K[^\"]+')\n\n# Starte Generierung\ncurl -s -c \/tmp\/cookies.txt -b \/tmp\/cookies.txt \\\n -X POST \\\n -d \"_csrf_token=$CSRF&title=Test%3A+Live-Log&briefing=Kurzer+Test&model=ollama:mistral:latest&collection=documents&context_limit=3&action=generate\" \\\n -w \"\\nRedirect: %{redirect_url}\\n\" \\\n -o \/dev\/null \\\n \"https:\/\/dev.campus.systemische-tools.de\/content\" 2>&1",
"description": "Create test order with generation"
}
}
{
"tool_response": {
"stdout": "Redirect: https:\/\/dev.campus.systemische-tools.de\/content\/30",
"stderr": "",
"interrupted": false,
"isImage": false
}
}