nit: show dir in title, and less... jank (#7138)

This commit is contained in:
Michael Neale
2026-02-13 15:16:46 +11:00
committed by GitHub
parent 860c7d7b97
commit 85348d2745
8 changed files with 183 additions and 216 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ run_test() {
echo "failure|test content not found by model" > "$result_file"
fi
else
if ! grep -q "text_editor | developer" "$output_file"; then
if ! grep -qE "(text_editor \| developer)|(▸.*text_editor.*developer)" "$output_file"; then
echo "failure|model did not use text_editor tool" > "$result_file"
elif ! grep -q "TEST-CONTENT-ABC123" "$output_file"; then
echo "failure|model did not return uppercased file content" > "$result_file"