fix: stabilize code queue runtime and trace flow

This commit is contained in:
Codex
2026-05-14 17:11:45 +00:00
parent 9f483b002c
commit cbbed004a6
30 changed files with 1655 additions and 250 deletions
File diff suppressed because one or more lines are too long
+9
View File
@@ -3181,6 +3181,15 @@ input:focus, select:focus, textarea:focus { border-color: var(--accent-2); }
color: var(--accent-2);
white-space: nowrap;
}
.codex-trace-step-inline-summary {
min-width: 80px;
flex: 1 1 180px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #a7c7c3;
font-size: 11px;
}
.codex-trace-step.error > summary .codex-output-channel {
color: var(--danger);
border-color: rgba(207, 106, 84, 0.52);