chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-27 15:38:27 +00:00
parent 25702e01ce
commit 10579cceb2
+9 -1
View File
@@ -52,7 +52,15 @@ const bad = (n: number | undefined, limit: number, low = false) => {
const session = (path: string) => path.includes("/session")
function Cell(props: { bad?: boolean; dim?: boolean; inline?: boolean; label: string; tip: string; value: string; wide?: boolean }) {
function Cell(props: {
bad?: boolean
dim?: boolean
inline?: boolean
label: string
tip: string
value: string
wide?: boolean
}) {
const content = () => (
<div
classList={{