promptings

This commit is contained in:
legop3
2026-02-25 15:50:20 -05:00
parent 0a65c43eb0
commit 7e233e48b2
5 changed files with 24 additions and 29 deletions
+4
View File
@@ -334,6 +334,10 @@ function LlmCommentaryPanel({ status, onClearHistory, clearingHistory }) {
<span>Tick count</span>
<span>{status.tickCount ?? 0}</span>
</div>
<div className="flex items-center justify-between">
<span>Skip streak</span>
<span>{status.skipStreak ?? 0}</span>
</div>
<div className="flex items-center justify-between">
<span>Last outcome</span>
<span className={statusColor}>{status.lastOutcome || '--'}</span>