Dashboard › opencode-lore › Distillation
f1801239-008e-4a27-ba74-617b0f482325["lore_tm_v1_v6Ax_Qj0N9Qhofbf-veMN3Qz0-fLk6yj5yITvP_-XGI","lore_tm_v1_-DWE6bqyh2tqUeZBU7Ld_NgMWzHknV285yZOppVGT7Q"]
Date: Sep 16, 2026
packages/gateway/src/pipeline.ts, unsuccessful Responses stream finalization changed from finish(false) to finish(false, finalizeUnsuccessfulResponsesAcc(state)), allowing failed-stream usage to be finalized independently of downstream client consumption.packages/gateway/src/pipeline.ts, synthesized failed Responses now use created_at: state.createdAt ?? 0 instead of Math.floor(Date.now() / 1000) and expose PUBLIC_GATEWAY_ERROR instead of the private message "Upstream response stream failed".finalizeUnsuccessfulResponsesAcc(state) clears failed output authority by returning empty rawOutputItems, preventing failed output from reaching accounting hooks while retaining eligible failed-response usage accounting.