update:extend old scripts + new random ones

This commit is contained in:
2026-04-11 22:15:55 +09:00
parent e78e9b25f1
commit 9a23290c39
5 changed files with 81 additions and 3 deletions

2
misc/detect-fff-pi Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
PIHOME="/home/kokopi/.pi/agent/sessions"; LATEST=$(find "$PIHOME" -name '*.jsonl' -type f -print0 | xargs -0 ls -t 2>/dev/null | head -n 1); echo "Session: $LATEST"; rg -n '"toolName":"find_files"|"toolName":"multi_grep"|"toolName":"grep"' "$LATEST" || echo "No fff tool calls found"