{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/tools\/ki-tasks\/cli.php",
"offset": 155,
"limit": 20
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/tools\/ki-tasks\/cli.php",
"content": "\n $this->output(sprintf(\n \"%-5s %-35s %-12s %-12s %s\",\n 'ID', 'Titel', 'Typ', 'Status', 'Erstellt'\n ));\n $this->output(str_repeat('-', 85));\n\n foreach ($tasks as $task) {\n $this->output(sprintf(\n \"%-5d %-35s %-12s %-12s %s\",\n $task->getId(),\n mb_substr($task->getTitle(), 0, 33) . (mb_strlen($task->getTitle()) > 33 ? '..' : ''),\n $task->getType(),\n $task->getStatus()->value,\n $task->getCreatedAt()->format('Y-m-d H:i')\n ));\n }\n\n return 0;\n }",
"numLines": 20,
"startLine": 155,
"totalLines": 437
}
}
}