@senior: model name in comment #93

Merged
ffaerber merged 1 commits from ai/issue-92 into main 2026-07-06 13:39:41 +02:00
Showing only changes of commit fa3005b7b5 - Show all commits
@@ -50,7 +50,7 @@ echo "usage: in=$IN_TOTAL out=$OUT cost=$COSTF (fresh=$INP cache_r=$CR cache_w=$
# and the full token/cost breakdown. # and the full token/cost breakdown.
{ {
printf '\n\n<details>\n<summary>details</summary>\n\n' printf '\n\n<details>\n<summary>details</summary>\n\n'
printf '🔧 %s tool calls · in %s · out %s tokens · %s\n\n' "$n" "$IN_TOTAL" "$OUT" "$COSTF" printf '🔧 %s tool calls · in %s · out %s tokens · %s · model %s\n\n' "$n" "$IN_TOTAL" "$OUT" "$COSTF" "${MODEL:-?}"
if [ "$n" -gt 0 ]; then cat /tmp/tools.md; else printf '_(no tool calls — text-only reply)_\n'; fi if [ "$n" -gt 0 ]; then cat /tmp/tools.md; else printf '_(no tool calls — text-only reply)_\n'; fi
printf '\n\n<sub>tokens — input %s (fresh %s · cache %sw / %sr) · output %s · reasoning %s · **%s**</sub>\n</details>' \ printf '\n\n<sub>tokens — input %s (fresh %s · cache %sw / %sr) · output %s · reasoning %s · **%s**</sub>\n</details>' \
"$IN_TOTAL" "$INP" "$CW" "$CR" "$OUT" "$RE" "$COSTF" "$IN_TOTAL" "$INP" "$CW" "$CR" "$OUT" "$RE" "$COSTF"