{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Framework\/Controller.php",
"offset": 310,
"limit": 20
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/DTO\/SessionStatsDTO.php",
"content": " return $this->title ?? 'Chat vom ' . $this->createdAt->format('d.m.Y H:i');\n }\n\n \/**\n * Check if session is active (has recent activity).\n *\/\n public function isRecentlyActive(int $hoursThreshold = 24): bool\n {\n $threshold = new \\DateTimeImmutable(\"-{$hoursThreshold} hours\");\n\n return $this->lastActivity > $threshold;\n }\n}\n",
"numLines": 14,
"startLine": 110,
"totalLines": 123
}
}
}