Dashboard › opencode-lore › Distillation
58a77928-f981-4f0f-8900-a883cf76cce8["lore_tm_v1_0szpfuzdkdT9vFWcVtqX0FhhfXqUhajxovYRWsUXDTM"]
Date: Sep 16, 2026
no-store behavior with test.each([true, false])("no-store=%s", ...); after a provider response, it asserts stateFor(alias).recallStore.size is 0 when noStore is true and 1 otherwise.x-lore-provider, explicitly setting req.rawHeaders["x-lore-provider"] = "anthropic" in multiple cases and including the tuple ["openai-responses", true, "openai-responses"] in a test matrix.response.output_item.added and response.output_item.done, and construct completed responses with IDs in the form resp_${round} and status: "completed".message_delta events and tool definitions with inputSchema: { type: "object", properties: {} }, exercising more than one upstream streaming protocol.message.content becomes "Completed answer" when withText is true and null otherwise; OpenAI-style output text uses { type: "output_text", text: "Completed answer" }."answer", "exhausted", "cancel", and "mixed"; cancellation calls await reader.cancel(), while answer-mode expectations distinguish "Completed answer" from recall output beginning with "lore-recall:".new AbortController(), a mocked temporal.store, and session tracking read through loadSessionTracking(state.sessionID)?.recallStore ?? null.vi.spyOn(core, "runRecallWithMetadata").mockImplementationOnce(...); visible assertions also include an expected zero count, toEqual({ count: 0 }), and a provider fixture call providerResponse("anthropic", 1, "answer").