Follow-up from Wave 3 / PR #126 (#116). The new inlineParallelCapable fingerprint flag is not exposed in the UI layer.
User-visible regression to close: since #116 reclassified images.generate off batchCapable, DALL·E endpoints lose their old (incorrect) "batch" badge and currently show nothing. This issue restores a correct capability indicator. Depends on the EndpointRecord threading (see the [Detection] follow-up + core-scanner already populates the field).
Refs: #116, PR #126.
Follow-up from Wave 3 / PR #126 (#116). The new
inlineParallelCapablefingerprint flag is not exposed in the UI layer.dashboard/src/lib/types.ts+webview/src/types.tsEndpointRecorddon't carryinlineParallelCapable.dashboard/.../Endpoints.tsxrenders a "batch" badge onep.batchCapable; add an "inline-parallel" (n/count) chip forep.inlineParallelCapable.User-visible regression to close: since #116 reclassified
images.generateoffbatchCapable, DALL·E endpoints lose their old (incorrect) "batch" badge and currently show nothing. This issue restores a correct capability indicator. Depends on theEndpointRecordthreading (see the [Detection] follow-up +core-scanneralready populates the field).Refs: #116, PR #126.