web: pretty tool cards — args rendered as the real command/path (priority keys, label-less single field), output label; 276 tests green

This commit is contained in:
Raphael Westphal
2026-08-20 14:55:55 +02:00
parent 2d0839357d
commit bdfa61a8b2
4 changed files with 128 additions and 8 deletions
+22
View File
@@ -1446,3 +1446,25 @@ mark.hit {
0%, 100% { transform: scale(0.55); opacity: 0.45; box-shadow: 0 0 0 0 rgba(108, 140, 255, 0.5); }
50% { transform: scale(1); opacity: 1; box-shadow: 0 0 0 5px rgba(108, 140, 255, 0); }
}
/* ---------- pretty tool args ---------- */
.tool-args { margin-bottom: 10px; }
.tool-arg { margin-bottom: 6px; }
.arg-k {
display: block;
font-size: 10.5px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--text-faint);
margin-bottom: 2px;
}
.arg-v {
margin: 0;
white-space: pre-wrap;
word-break: break-word;
font-family: var(--mono);
font-size: 12.5px;
color: var(--text);
}