chore(workbench): remove legacy trace gap-fill remnants

This commit is contained in:
root
2026-07-09 03:52:58 +02:00
parent 6999c94712
commit 8d6409dc9d
17 changed files with 57 additions and 260 deletions
+3 -2
View File
@@ -2546,8 +2546,9 @@ function codeAgentCompatProjectionPayload(payload = {}, context = {}) {
staleMs: projection.staleMs ?? null,
blocker: projection.blocker ?? null,
workbench: traceId ? {
turnUrl: `/v1/workbench/turns/${encodeURIComponent(traceId)}`,
traceEventsUrl: `/v1/workbench/traces/${encodeURIComponent(traceId)}/events`
detailOnly: true,
turnDetailUrl: `/v1/workbench/turns/${encodeURIComponent(traceId)}`,
traceEventsDetailUrl: `/v1/workbench/traces/${encodeURIComponent(traceId)}/events`
} : null,
valuesRedacted: true,
secretMaterialStored: false