Dashboard › opencode-lore › Session 0uOYO4afYmat
0uOYO4afYmatag2Z8Implement accepted private-reference correctness findings in /home/byk/Code/opencode-lore-responses-reference-v2 current additive child zkttmwun over immutable wywumkpt/8063355c. You may edit; no commit/push/rebase/bookmark/server/network/production DB. TDD mandatory, apply_patch only. (1) Codex normalization errors for out-of-range/colliding item_reference must route through reference-specific fail-closed projection: after visible output, sanitized response.failed output must be exactly [], no reference/private leak. Add principal+continuation Codex cases with prior visible output. Preserve accumulator-first where accepted. (2) Terminal-only shorthand references must participate in principal and shifted continuation effective-index preflight before recall/follow-up side effects. Test maxSSEFrames boundary: completed private recall at last index represented by terminal shorthand; zero recall/follow-up before predictable overflow; continuation nested shorthand analog. (3) Valid reference frame crossing maxStreamBytes must enter canonical private state before deterministic limit failure while never public; principal+continuation callback/private-state tests. Respect request-wide raw bytes but parse/accumulate accepted event before raising; malformed/unaccepted frames may still fail before accumulation. (4) Strengthen operation counters so restoring terminal linear findIndex fails; moving reference accumulation after retained/stream limit fails. Preserve exact added/done/terminal lifecycle, privacy, retries, rollback, cancellation, resource categories, no public references. Prove fail-first on current behavior then fixed pass; remove each guard and prove. Run full recall-aware file, adjacent Responses tests, gateway typecheck, format. Return exact evidence, changed files, residual risk. If Lore warning recover via lore recall/local UI and continue; never empty.
<skill_content name="jj-guide"> # Skill: jj-guide # jj Guide for AI Agents Jujutsu (jj) is a Git-compatible VCS with mutable commits, automatic snapshotting, no staging area, and first-class conflicts. This skill teaches you how to use it safely from a non-interactive agent environment. If `.jj/` exists in the repo root, this is a jj repo. **Use `jj` commands, not `git`.** In a colocated repo (`.jj/` *and* `.git/`), git tools can read the state, but mutations should go through `jj` so the operation log stays consistent. ## Critical Rules - **NEVER** use interactive flags (`-i`, `--interactive`). TUI prompts hang in agent environments. This applies to `jj split -i`, `jj squash -i`, `jj commit -i`, `jj resolve`, `jj diffedit`, etc. - **ALWAYS** pass `-m "msg"` when describing/committing. Without `-m`, an editor opens and hangs. - **VERIFY** mutations with `jj st` and `jj log` after `squash`, `abandon`, `rebase`, `restore`, `commit`. ...
<path>/home/byk/Code/opencode-lore-responses-reference-v2</path> <type>directory</type> <entries> .craft.yml .git .github/ .gitignore .jj/ .lore.md .oxfmtrc.json .oxlintrc.json AGENTS.md CHANGELOG.md codecov.yml LICENSE node_modules/ package.json packages/ patches/ pnpm-lock.yaml pnpm-workspace.yaml quality/ README.md scripts/ stryker.config.mjs supabase/ tsconfig.base.json tsconfig.json vitest.config.ts vitest.evals.config.ts vitest.mutation.config.ts (28 entries) </entries>
<path>/home/byk/Code/opencode-lore-responses-reference-v2/AGENTS.md</path> <type>file</type> <content> 1: <!-- This section is maintained by the coding agent via lore (https://github.com/BYK/loreai) --> 2: ## Long-term Knowledge 3: 4: For long-term knowledge entries managed by [lore](https://github.com/BYK/loreai) (gotchas, patterns, decisions, architecture), see [`.lore.md`](.lore.md) in the project root. 5: <!-- End lore-managed section --> 6: 7: ## Review 8: 9: See [`quality/REVIEW.md`](quality/REVIEW.md) for the review heuristics and workflow — regression-test discipline, adversarial-order state setup, fan-out registry coverage, recurring bug-class batteries, and the two-reviewer rule. Every non-trivial PR requires an adversarial correctness review before merge. 10: 11: # Project Overview 12: 13: Lore is a **three-tier memory architecture** for AI coding agents. ...
<path>/home/byk/Code/opencode-lore-responses-reference-v2/quality/REVIEW.md</path> <type>file</type> <content> 1: # Review Heuristics — Lore 2: 3: This document codifies the review bar for pull requests. It exists because 4: adversarial review has repeatedly caught correctness bugs that a green test 5: suite missed — skip/early-return branches, lifecycle sequences, and fan-out 6: registry gaps. Institutionalizing these patterns so they compound. 7: 8: The review workflow (§6) is referenced from AGENTS.md. 9: 10: --- 11: 12: ## 1. Regression-test discipline 13: 14: Every adversarial-review finding that surfaces a defect **must** land a 15: deterministic regression test in the same PR. The test: 16: - fails on the base branch (proving it reproduces the bug), 17: - passes on the fix (proving the fix works), 18: - drives the *real* precondition, not an artificially-constructed state (e.g. ...
No files found
<path>/home/byk/Code/opencode-lore-responses-reference-v2/package.json</path>
<type>file</type>
<content>
1: {
2: "name": "lore-monorepo",
3: "private": true,
4: "type": "module",
5: "license": "FSL-1.1-Apache-2.0",
6: "description": "Monorepo root for Lore — three-tier memory architecture",
7: "main": "./packages/opencode/src/index.ts",
8: "exports": {
9: ".": "./packages/opencode/src/index.ts"
10: },
11: "packageManager": "pnpm@10.28.0",
12: "volta": {
13: "node": "24.16.0",
14: "pnpm": "10.28.0"
15: },
16: "pnpm": {
17: "onlyBuiltDependencies": [
18: "esbuild",
19: "onnxruntime-node",
20: "sharp"
21: ],
22: "overrides": {
23: "basic-ftp": "5.3.1",
24: "ip-address": "10.2.0",
25: "fast-xml-parser": "5.7.3",
26: "@huggingface/hub": "2.11.0",
27: "onnxruntime-node": "1.27.0",
28: "yaml": ">=2.8.3",
29: "esbuild": ">=0.28.1",
30: "@opentelemetry/core": ">=2.8.0",
31: ...
The working copy has no changes. Working copy (@) : zkttmwun f6ecd07d (empty) fix(responses): close reference lifecycle gaps Parent commit (@-): wywumkpt 8063355c fix/responses-private-references-v2 | fix(responses): keep item references private Warning: These bookmarks have conflicts: fix/responses-private-references Hint: Use `jj bookmark list` to see details. Use `jj bookmark set <name> -r <rev>` to resolve. zkttmwuntxzm f6ecd07d98c3 fix(responses): close reference lifecycle gaps wywumkptssoy 8063355cb328 fix(responses): keep item references private
Found 26 matches
/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/src/recall.ts:
Line 1279: item.type !== "item_reference",
/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/src/stream/openai-responses.ts:
Line 100: "item_reference",
Line 894: .filter((item) => item.type !== "item_reference"),
Line 2212: (snapshot.type !== "item_reference" &&
Line 2218: if (snapshot.type === "item_reference") {
/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts:
Line 9300: if (acc.rawItems.get(index)?.type === "item_reference") continue;
Line 9425: const isReference = actual.type === "item_reference";
Line 9443: "Responses terminal output changed item_reference type",
Line 9498: streamed.type === "item_reference" &&
Line 9573: event === "response.output_item.added" && item?.type === "item_reference";
Line 9575: ...
Found 100 matches (more matches available)
/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/test/context-capability-note.test.ts:
Line 104: // preferences/entities/knowledge are imported and the stable baseline would
/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/test/anthropic-caching.test.ts:
Line 578: stableLtmSystem: "## Preferences\n* coding style",
Line 588: expect(blocks[1].text).toBe("## Preferences\n* coding style");
Line 595: stableLtmSystem: "## Preferences\n* style",
Line 626: stableLtmSystem: "## Preferences\n* style",
/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/test/cache-stability.e2e.test.ts:
Line 7: * (system[0] host prompt, system[1] preferences, system[2] context-bound LTM,
Line 268: const preferenceID = ltm.create({
Line 271: category: "preference",
Line 272: title: "Cache test preference",
Line 274: "Prefer preserving ...
<path>/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts</path>
<type>file</type>
<content>
9180: { output_index: index, item: seedItem },
9181: acc,
9182: );
9183: applyResponsesEvent(acc, "response.output_item.added", {
9184: output_index: index,
9185: item: seedItem,
9186: });
9187: };
9188: const validateResponseLifecycle = (
9189: acc: ResponsesAccState,
9190: event: string,
9191: parsed: Record<string, unknown>,
9192: ): void => {
9193: const lifecycle = responseLifecycleFor(acc);
9194: if (lifecycle.terminal) {
9195: throw new Error(`Responses event after terminal: ${event}`);
9196: }
9197: if (event === "response.created") {
9198: if (lifecycle.created) throw new Error("duplicate response.created");
9199: const response = parsed.response as Record<string, unknown> | undefined;
9200: if (!response || typeof response.id !== "string" || !response.id) ...
Found 60 matches
/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts:
Line 3249: // `nextKeys` is retained on the input for the gate sites (hasMaterialLtmDelta).
Line 7811: maxStreamBytes?: number;
Line 7812: maxSSEFrames?: number;
Line 7930: let referenceFailureDetected = false;
Line 7931: const failReference = (message: string): never => {
Line 7932: referenceFailureDetected = true;
Line 8001: Math.min(maxSSEFrames, DEFAULT_MAX_SSE_FRAMES),
Line 8102: // Validated continuation output is retained transactionally until its chain
Line 8103: // completes, so bound its shared spool with the retained-state budget.
Line 8105: const maxStreamBytes = opts.maxStreamBytes ?? 64 * 1024 * 1024;
Line 8106: let retainedStateBytes = 0;
Line 8109: const maxSSEFrames = opts.maxSSEFrames ?? 100_000;
Line 8110: const maxSparseIndex = Math.min(maxSSEFrames, DEFAULT_MAX_SSE_FRAMES);
Line 8506: ...
<path>/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts</path>
<type>file</type>
<content>
7750: return;
7751: }
7752: try {
7753: withTenant(recallContext?.sessionState.storageTenantId ?? "", () =>
7754: withSavepoint("native_recall_delivery", recallPersistence.commit),
7755: );
7756: } catch (error) {
7757: recallPersistence.rollback();
7758: throw error;
7759: }
7760: },
7761: streamSignal,
7762: recallPersistence.rollback,
7763: );
7764: }
7765:
7766: /**
7767: * True-streaming, recall-aware variant of `streamResponsesPassthrough` for the
7768: * OpenAI Responses API (codex/ChatGPT) — used when the request carries the
7769: * gateway-injected `recall` tool but the client speaks the Responses API. ...
<path>/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts</path>
<type>file</type>
<content>
10200: const classifyPrincipalFailure = (
10201: error: unknown,
10202: ): PrincipalFailureCategory => {
10203: if (error instanceof SSEStreamTransportError) {
10204: return "principal_transport";
10205: }
10206: if (error instanceof SSEStreamLimitError) {
10207: return "principal_resource_limit";
10208: }
10209: return principalFailureCategory;
10210: };
10211: const principalTransportStage = () =>
10212: ordinaryToolEmitted
10213: ? ("post_tool" as const)
10214: : principalEventEmitted
10215: ? ...
<path>/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts</path>
<type>file</type>
<content>
10640: if (state.terminalEvent === "response.incomplete") {
10641: throw new Error(
10642: "incomplete recall principal cannot execute recall",
10643: );
10644: }
10645:
10646: // Recall was detected. Drive the recall loop.
10647: if (pendingRecalls.length > 1) {
10648: throw new RecallContinuationFailure("parallel_recall");
10649: }
10650: const anchorTexts: string[] = [];
10651: let preflightedContinuationIndex = !otherToolSeen
10652: ? preflightReferenceContinuationOffset(
10653: state,
10654: referenceIndices.size > 0,
10655: )
10656: : undefined;
10657: transactionBaseline = {
10658: ...
<path>/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts</path>
<type>file</type>
<content>
11610:
11611: // Non-terminal, non-recall event: forward verbatim.
11612: const chunk = encoder.encode(formatResponsesEvent(event, data));
11613: if (recallIndices.size > 0 || unresolvedToolIndices.size > 0) {
11614: deferredBytes += chunk.byteLength;
11615: if (deferredBytes > maxDeferredBytes) {
11616: throw new SSEStreamLimitError(
11617: "recall stream exceeded deferred event limit",
11618: );
11619: }
11620: deferredEvents.push({ chunk });
11621: } else if (!(await enqueuePrincipal(chunk, otherToolSeen))) {
11622: break;
11623: }
11624: }
11625:
11626: principalFailureCategory = "principal_missing_terminal";
11627: throw new Error(
11628: ...
<path>/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/src/stream/openai-responses.ts</path>
<type>file</type>
<content>
2080: const alreadyDone =
2081: terminalKind === "text"
2082: ? state.textDoneItems.has(outputIndex)
2083: : state.refusalDoneItems.has(outputIndex);
2084: if (alreadyDone && terminalValue !== accumulatedValue) {
2085: throw new Error("malformed Responses stream event");
2086: }
2087: const existingPart = terminalContentParts.get(key);
2088: if (existingPart && existingPart.kind !== terminalKind) {
2089: throw new Error("malformed Responses stream event");
2090: }
2091: if (typeof terminalValue !== "string") {
2092: throw new Error("malformed Responses stream event");
2093: }
2094: terminalContentParts.set(key, {
2095: kind: ...
Found 1 matches /home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/src/stream/openai-responses.ts: Line 1750: export function normalizeCodexResponsesEvent(
<path>/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/src/stream/openai-responses.ts</path> <type>file</type> <content> 1720: normalizeCodexDataEvent(state, event, parsed, maxSparseIndex); 1721: break; 1722: case "response.output_text.done": 1723: if (typeof parsed.text !== "string") malformedResponsesEvent(); 1724: normalizeCodexDataEvent(state, event, parsed, maxSparseIndex); 1725: break; 1726: case "response.refusal.delta": 1727: if (typeof parsed.delta !== "string") malformedResponsesEvent(); 1728: normalizeCodexDataEvent(state, event, parsed, maxSparseIndex); 1729: break; 1730: case "response.refusal.done": 1731: if (typeof parsed.refusal !== "string") malformedResponsesEvent(); 1732: normalizeCodexDataEvent(state, event, parsed, maxSparseIndex); 1733: break; 1734: case "response.function_call_arguments.delta": 1735: if (typeof parsed.delta !== "string") ...
<path>/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/src/stream/openai-responses.ts</path>
<type>file</type>
<content>
1500: let outputIndex = providedIndex ?? itemIndex;
1501: if (outputIndex === undefined && itemId !== undefined) {
1502: const unbound = soleCodexItem(codexItemSet(state, kind, true));
1503: if (unbound !== undefined) {
1504: outputIndex = unbound;
1505: bindCodexItemId(state, outputIndex, itemId);
1506: } else {
1507: outputIndex = nextResponsesOutputIndex(state, maxSparseIndex);
1508: createImplicitCodexItem(state, outputIndex, itemId, kind);
1509: }
1510: } else if (outputIndex === undefined) {
1511: outputIndex = soleCodexItem(codexItemSet(state, kind));
1512: if (outputIndex === undefined) malformedResponsesEvent();
1513: }
1514:
1515: const normalized = state.items.get(outputIndex);
1516: if (!normalized) {
1517: if (itemId === undefined || state.rawItems.has(outputIndex)) ...
Found 5 matches
/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/src/stream/openai-responses.ts:
Line 100: "item_reference",
Line 582: export function applyResponsesEvent(
Line 894: .filter((item) => item.type !== "item_reference"),
Line 2212: (snapshot.type !== "item_reference" &&
Line 2218: if (snapshot.type === "item_reference") {
<path>/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/src/stream/openai-responses.ts</path>
<type>file</type>
<content>
520:
521: function completeCodexMessageSnapshot(
522: snapshot: Record<string, unknown>,
523: outputIndex: number,
524: terminalContentParts: ReadonlyMap<
525: string,
526: { kind: "text" | "refusal"; value: string }
527: >,
528: ): Record<string, unknown> {
529: if (snapshot.type !== "message" || snapshot.content !== undefined) {
530: return snapshot;
531: }
532: const finalizedContent = finalizedResponsesMessageContent(
533: outputIndex,
534: terminalContentParts,
535: ).map((part) =>
536: part.kind === "text"
537: ? { type: "output_text", text: part.value }
538: : { type: "refusal", refusal: part.value },
539: );
540: return finalizedContent.length > 0
541: ? { ...snapshot, content: finalizedContent }
542: : snapshot;
543: }
544:
545: /** Validated unsuccessful terminal, ...
<path>/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/test/openai-responses-recall-aware-stream.test.ts</path>
<type>file</type>
<content>
1880: name: "hosted-tool status",
1881: doneItem: {
1882: type: "web_search_call",
1883: id: "ws_terminal_metadata",
1884: action: { type: "search", query: "lore" },
1885: },
1886: terminalItem: {
1887: type: "web_search_call",
1888: id: "ws_terminal_metadata",
1889: status: "completed",
1890: action: { type: "search", query: "lore" },
1891: },
1892: },
1893: ])(
1894: "accepts terminal enrichment with optional $name",
1895: async ({ doneItem, terminalItem }) => {
1896: const client = streamResponsesRecallAware(
1897: streamFrom([
1898: created("resp_terminal_metadata", "gpt-5.6-terra"),
1899: sseEvent("response.output_item.added", {
1900: output_index: 0,
1901: item: ...
Found 10 matches
/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/test/openai-responses-recall-aware-stream.test.ts:
Line 723: maxStreamBytes: 1,
Line 1350: maxStreamBytes:
Line 2706: test("indexes high-cardinality reference matching with linear operations", async () => {
Line 2708: const operations = { count: 0 };
Line 2747: operations.count++;
Line 2755: expect(operations.count).toBe(cardinality * 5);
Line 6935: test("bounds request-wide no-index stream bytes", async () => {
Line 6944: maxStreamBytes: new TextEncoder().encode(lifecycle).byteLength + 1,
Line 6955: test("caps raw stream bytes across a continuation", async () => {
Line 6973: maxStreamBytes:
<path>/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/test/openai-responses-recall-aware-stream.test.ts</path>
<type>file</type>
<content>
630: textItem(1, "too large"),
631: completed("resp_deferred"),
632: ]),
633: {
634: maxDeferredBytes: new TextEncoder().encode(recall).byteLength + 1,
635: onComplete: () => {},
636: onRecall: async () => ({ anchorText: "", resultText: "" }),
637: runFollowUp: async () => {
638: throw new Error("should fail before follow-up");
639: },
640: },
641: );
642:
643: expect(await drain(client)).toContain(PUBLIC_RECALL_ERROR);
644: });
645:
646: test("bounds suppressed recall argument events", async () => {
647: const added = sseEvent("response.output_item.added", {
648: output_index: 0,
649: item: {
650: type: "function_call",
651: id: "fc_args",
652: call_id: "call_args",
653: name: ...
<path>/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/test/openai-responses-recall-aware-stream.test.ts</path>
<type>file</type>
<content>
6880: out.match(/^event: response\.function_call_arguments\.delta$/gm),
6881: ).toHaveLength(1);
6882: const deltaFrame = out
6883: .split("\n\n")
6884: .find((frame) =>
6885: frame.startsWith("event: response.function_call_arguments.delta\n"),
6886: );
6887: expect(deltaFrame).toBeDefined();
6888: const deltaData = deltaFrame?.slice(deltaFrame.indexOf("data: ") + 6);
6889: expect(JSON.parse(deltaData ?? "")).toMatchObject({
6890: output_index: 1,
6891: item_id: "fc_sparse_0",
6892: delta: sparseArguments,
6893: });
6894: expect(out).not.toContain(PUBLIC_RECALL_ERROR);
6895: });
6896:
6897: test("stops reading upstream while the client applies backpressure", async () => {
6898: const encoder = new TextEncoder();
6899: const events = ...
<path>/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/test/openai-responses-recall-aware-stream.test.ts</path>
<type>file</type>
<content>
1: /**
2: * Unit tests for `streamResponsesRecallAware` — the true-streaming,
3: * recall-aware OpenAI Responses (codex/ChatGPT) streamer.
4: *
5: * Regression for the "Provider response headers timed out after 10000ms" issue:
6: * the buffered `accumulateResponsesSSEStream` path withholds ALL client bytes
7: * until the entire (slow, reasoning-heavy) upstream completes, so opencode's
8: * 10s `ProviderHeaderTimeoutError` fired on ChatGPT sessions. This streamer
9: * forwards events live while transparently intercepting a `recall`
10: * function_call (emit marker, run follow-up, rebuild the terminal
11: * `response.completed`).
12: */
13: import { log } from "@loreai/core";
14: import { afterEach, describe, test, expect } from "vitest";
15: import { streamResponsesRecallAware } from "../src/pipeline";
16: import ...
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/test/openai-responses-recall-aware-stream.test.ts
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/test/openai-responses-recall-aware-stream.test.ts
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/test/openai-responses-recall-aware-stream.test.ts
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2 stderr | packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > fails closed on a 'out-of-range' Codex principal reference after visible output [lore] openai-responses recall-aware stream failed category=principal_protocol ❯ Module.error packages/core/src/log.ts:499:38 ❯ packages/gateway/src/pipeline.ts:11761:17 stderr | packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > fails closed on a 'colliding' Codex principal reference after visible output [lore] openai-responses recall-aware stream failed category=principal_protocol ❯ Module.error packages/core/src/log.ts:499:38 ❯ packages/gateway/src/pipeline.ts:11761:17 stderr | packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > fails closed on a 'out-of-range' Codex continuation reference after visible principal output [lore] recall ...
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
Found 2 matches /home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts: Line 10378: consumeReferenceEvent( Line 11027: consumeReferenceEvent(
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2
stderr | packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > accumulates a continuation reference before its retained-state limit failure
[lore] openai-responses recall-aware stream failed category=resource_limit
❯ Module.error packages/core/src/log.ts:499:38
❯ packages/gateway/src/pipeline.ts:11846:17
❯ packages/gateway/test/openai-responses-recall-aware-stream.test.ts (230 tests | 1 failed | 219 skipped) 369ms
× accumulates a continuation reference before its retained-state limit failure 61ms
⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯
FAIL packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > accumulates a continuation reference before its retained-state limit failure
AssertionError: expected [] to deeply equal [ { phase: 'continuation', …(3) } ]
- Expected
+ Received
- [
- {
- "event": "response.output_item.added",
- ...
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/test/openai-responses-recall-aware-stream.test.ts
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2
Test Files 1 passed (1)
Tests 1 passed | 229 skipped (230)
Start at 20:45:30
Duration 22.52s (transform 12.20s, setup 1.95s, import 19.45s, tests 387ms, environment 0ms)
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2
Test Files 1 passed (1)
Tests 11 passed | 219 skipped (230)
Start at 20:46:38
Duration 16.07s (transform 9.02s, setup 1.60s, import 13.46s, tests 391ms, environment 0ms)
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2 stderr | packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > fails closed on a 'out-of-range' Codex principal reference after visible output [lore] openai-responses recall-aware stream failed category=principal_protocol ❯ Module.error packages/core/src/log.ts:499:38 ❯ packages/gateway/src/pipeline.ts:11838:17 stderr | packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > fails closed on a 'colliding' Codex principal reference after visible output [lore] openai-responses recall-aware stream failed category=principal_protocol ❯ Module.error packages/core/src/log.ts:499:38 ❯ packages/gateway/src/pipeline.ts:11838:17 stderr | packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > fails closed on a 'out-of-range' Codex continuation reference after visible principal output [lore] recall ...
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2
❯ packages/gateway/test/openai-responses-recall-aware-stream.test.ts (230 tests | 1 failed | 229 skipped) 400ms
× preflights a principal terminal-only reference before recall side effects 376ms
⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯
FAIL packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > preflights a principal terminal-only reference before recall side effects
AssertionError: expected undefined to deeply equal []
- Expected:
[]
+ Received:
undefined
❯ packages/gateway/test/openai-responses-recall-aware-stream.test.ts:2581:37
2579| /event: response\.failed\ndata: (.+)/.exec(output)?.[1] ?? "{}",
2580| ) as { response?: { output?: unknown[]; error?: { message?: string…
2581| expect(failed.response?.output).toEqual([]);
| ^
2582| ...
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2
❯ packages/gateway/test/openai-responses-recall-aware-stream.test.ts (230 tests | 1 failed | 229 skipped) 368ms
× preflights a shifted nested terminal-only reference before nested side effects 353ms
Test Files 1 failed (1)
Tests 1 failed | 229 skipped (230)
Start at 20:49:58
Duration 20.42s (transform 11.09s, setup 2.02s, import 17.31s, tests 368ms, environment 0ms)
⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯
FAIL packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > preflights a shifted nested terminal-only reference before nested side effects
AssertionError: expected undefined to deeply equal []
- Expected:
[]
+ Received:
undefined
❯ packages/gateway/test/openai-responses-recall-aware-stream.test.ts:2644:37
2642| /event: response\.failed\ndata: (.+)/.exec(output)?.[1] ?? "{}",
2643| ) as { response?: { output?: unknown[]; error?: { ...
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2
stderr | packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > accumulates a principal reference before its raw frame crosses the stream-byte limit
[lore] openai-responses recall-aware stream failed category=principal_resource_limit
❯ Module.error packages/core/src/log.ts:499:38
❯ packages/gateway/src/pipeline.ts:11851:17
❯ packages/gateway/test/openai-responses-recall-aware-stream.test.ts (230 tests | 1 failed | 229 skipped) 163ms
× accumulates a principal reference before its raw frame crosses the stream-byte limit 154ms
⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯
FAIL packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > accumulates a principal reference before its raw frame crosses the stream-byte limit
AssertionError: expected [] to deeply equal [ { phase: 'principal', …(3) } ]
- Expected
+ Received
- [
- {
- "event": ...
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2 stderr | packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > accumulates a continuation reference before its raw frame crosses the request-wide stream-byte limit [lore] recall follow-up stream failed category=resource_limit ❯ Module.error packages/core/src/log.ts:499:38 ❯ runPrincipalAttempt packages/gateway/src/pipeline.ts:11601:25 ❯ packages/gateway/src/pipeline.ts:11724:15 stderr | packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > accumulates a continuation reference before its raw frame crosses the request-wide stream-byte limit [lore] openai-responses recall-aware stream failed category=resource_limit ❯ Module.error packages/core/src/log.ts:499:38 ❯ packages/gateway/src/pipeline.ts:11851:17 ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯ FAIL packages/gateway/test/openai-responses-recall-aware-stream.test.ts > ...
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2
stderr | packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > counts private references against retained-state limits before suppression
[lore] openai-responses recall-aware stream failed category=principal_resource_limit
❯ Module.error packages/core/src/log.ts:499:38
❯ packages/gateway/src/pipeline.ts:11856:17
⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯
FAIL packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > counts private references against retained-state limits before suppression
AssertionError: expected [] to deeply equal [ { phase: 'principal', …(3) } ]
- Expected
+ Received
- [
- {
- "event": "response.output_item.added",
- "item": {
- "id": "msg_retained_reference_limit",
- "type": "item_reference",
- },
- "outputIndex": 0,
- "phase": "principal",
- },
- ]
+ []
❯ ...
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2 stderr | packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > accumulates a continuation reference before its retained-state limit failure [lore] recall follow-up stream failed category=resource_limit ❯ Module.error packages/core/src/log.ts:499:38 ❯ runPrincipalAttempt packages/gateway/src/pipeline.ts:11606:25 ❯ packages/gateway/src/pipeline.ts:11729:15 stderr | packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > accumulates a continuation reference before its retained-state limit failure [lore] openai-responses recall-aware stream failed category=resource_limit ❯ Module.error packages/core/src/log.ts:499:38 ❯ packages/gateway/src/pipeline.ts:11856:17 ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯ FAIL packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > accumulates a continuation reference ...
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2
❯ packages/gateway/test/openai-responses-recall-aware-stream.test.ts (230 tests | 1 failed | 229 skipped) 93ms
× indexes high-cardinality reference matching with linear operations 89ms
Test Files 1 failed (1)
Tests 1 failed | 229 skipped (230)
Start at 20:57:24
Duration 6.54s (transform 3.63s, setup 548ms, import 5.68s, tests 93ms, environment 0ms)
⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯
FAIL packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > indexes high-cardinality reference matching with linear operations
AssertionError: expected 1280 to be 1536 // Object.is equality
- Expected
+ Received
- 1536
+ 1280
❯ packages/gateway/test/openai-responses-recall-aware-stream.test.ts:3205:30
3203| expect(output).not.toContain("response.failed");
3204| expect(output).not.toContain("item_reference");
3205| ...
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2
❯ packages/gateway/test/openai-responses-recall-aware-stream.test.ts (230 tests | 1 failed | 229 skipped) 109ms
× indexes high-cardinality reference matching with linear operations 104ms
Test Files 1 failed (1)
Tests 1 failed | 229 skipped (230)
Start at 20:58:11
Duration 9.07s (transform 4.81s, setup 827ms, import 7.75s, tests 109ms, environment 0ms)
⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯
FAIL packages/gateway/test/openai-responses-recall-aware-stream.test.ts > streamResponsesRecallAware > indexes high-cardinality reference matching with linear operations
AssertionError: expected 1280 to be 1536 // Object.is equality
- Expected
+ Received
- 1536
+ 1280
❯ packages/gateway/test/openai-responses-recall-aware-stream.test.ts:3205:30
3203| expect(output).not.toContain("response.failed");
3204| expect(output).not.toContain("item_reference");
3205| ...
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2
Test Files 1 passed (1)
Tests 11 passed | 219 skipped (230)
Start at 20:59:19
Duration 6.24s (transform 3.45s, setup 706ms, import 5.05s, tests 267ms, environment 0ms)
packages/gateway/src/pipeline.ts | 137 ++++-- ...est/openai-responses-recall-aware-stream.test.ts | 452 +++++++++++++++++++++- 2 files changed, 562 insertions(+), 27 deletions(-) Working copy changes: M packages/gateway/src/pipeline.ts M packages/gateway/test/openai-responses-recall-aware-stream.test.ts Working copy (@) : zkttmwun d4567634 fix(responses): close reference lifecycle gaps Parent commit (@-): wywumkpt 8063355c fix/responses-private-references-v2 | fix(responses): keep item references private Warning: These bookmarks have conflicts: fix/responses-private-references Hint: Use `jj bookmark list` to see details. Use `jj bookmark set <name> -r <rev>` to resolve.
/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/test/openai-responses.test.ts /home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/test/openai-responses-stream.test.ts /home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/test/responses-compact-routing.test.ts /home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/test/responses-upstream-error-relay.test.ts /home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/test/worker-copilot-responses.test.ts /home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/test/openai-responses-recall-aware-stream.test.ts
<path>/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/package.json</path>
<type>file</type>
<content>
1: {
2: "name": "@loreai/gateway",
3: "version": "0.40.0",
4: "type": "module",
5: "license": "FSL-1.1-Apache-2.0",
6: "description": "Lore as a transparent LLM proxy — context management for any AI coding client",
7: "main": "./dist/index.cjs",
8: "types": "./dist/index.d.cts",
9: "exports": {
10: ".": {
11: "types": "./dist/index.d.cts",
12: "bun": "./dist/index.bun.js",
13: "require": "./dist/index.cjs",
14: "default": "./dist/index.cjs"
15: }
16: },
17: "bin": {
18: "lore": "./dist/bin.cjs",
19: "lore-gateway": "./dist/bin.cjs"
20: },
21: "scripts": {
22: "typecheck": "tsc --noEmit",
23: "build": "tsx script/build.ts",
24: "bundle": "tsx script/bundle.ts",
25: "build:binary": "tsx script/build.ts --binary",
26: "build:binary:sea": "tsx script/build-binary-sea.ts",
27: ...
Checking formatting... packages/gateway/test/openai-responses-recall-aware-stream.test.ts (112ms) Format issues found in above 1 files. Run without `--check` to fix. Finished in 159ms on 2 files using 4 threads.
> @loreai/gateway@0.40.0 typecheck /home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway > tsc --noEmit
<path>/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/test/openai-responses-recall-aware-stream.test.ts</path>
<type>file</type>
<content>
2270: expect(output).not.toContain(privateValues.identity);
2271: expect(output).not.toContain(privateValues.query);
2272: expect(output).not.toContain(privateValues.result);
2273: expect(completion.successful).toBe(false);
2274: expect(completion.response?.content).toEqual([]);
2275: expect(completion.response?.rawOutputItems).toEqual([]);
2276: });
2277:
2278: test.each([
2279: {
2280: name: "out-of-range",
2281: referenceEvent: sseEvent("response.output_item.added", {
2282: output_index: 32,
2283: item: {
2284: type: "item_reference",
2285: id: "msg_private_principal_out_of_range",
2286: },
2287: }),
2288: privateIdentity: "msg_private_principal_out_of_range",
2289: },
2290: {
2291: name: "colliding",
2292: ...
Usage: [-c=PATH] [PATH]...
Mode Options:
--init Initialize `.oxfmtrc.json` with default values
--migrate=SOURCE Migrate configuration to `.oxfmtrc.json` from specified source
Available sources: prettier, biome
--lsp Start language server protocol (LSP) server
--stdin-filepath=PATH Specify the file name to use to infer which parser to use
Output Options:
--write Format and write files in place (default)
--check Check if files are formatted, also show statistics
--list-different List files that would be changed
Config Options
-c, --config=PATH Path to the configuration file (.json, .jsonc, .ts, .mts, .cts, .js,
.mjs, .cjs)
--disable-nested-config Do not search for configuration files in subdirectories
Ignore Options
--ignore-path=PATH Path to ignore file(s). ...
...output truncated...
Full output saved to: /home/byk/.local/share/opencode/tool-output/tool_0ac069a5e001lfKCh7p2Wqxtod
transaction?.commit();
expect(committed).toBe(1);
expect(rolledBack).toBe(0);
});
test("rolls back every recall mutation when a commit callback fails", async () => {
let persisted = 0;
let rolledBack = 0;
let transaction: { commit: () => void; rollback: () => void } | undefined;
const client = streamResponsesRecallAware(
streamFrom([
created("resp_commit_failure", "gpt-5.6-terra"),
recallCall(0, { query: "architecture" }),
completed("resp_commit_failure"),
]),
{
onComplete: () => {},
onTransactionReady: (ready) => {
transaction = ready;
},
onRecall: async () => ({
anchorText: buildAnchor("architecture"),
resultText: "results",
commit: () => {
persisted++;
throw new Error("recall persistence ...
--- packages/gateway/test/openai-responses-recall-aware-stream.test.ts 2026-09-16 20:45:10.126869783 +0000
+++ /home/byk/.local/share/opencode/tool-output/tool_0ac069a5e001lfKCh7p2Wqxtod 2026-09-16 21:01:49.054297331 +0000
@@ -2390,7 +2390,10 @@
]);
const client = streamResponsesRecallAware(
streamFrom([
- created("resp_codex_continuation_reference_principal", "gpt-5.6-terra"),
+ created(
+ "resp_codex_continuation_reference_principal",
+ "gpt-5.6-terra",
+ ),
textItem(
0,
"visible before continuation reference failure",
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/test/openai-responses-recall-aware-stream.test.ts
Checking formatting... All matched files use the correct format. Finished in 132ms on 2 files using 4 threads.
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2
Test Files 1 passed (1)
Tests 230 passed (230)
Start at 21:02:41
Duration 9.24s (transform 4.51s, setup 679ms, import 7.25s, tests 939ms, environment 0ms)
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2
Test Files 5 passed (5)
Tests 253 passed (253)
Start at 21:03:00
Duration 14.05s (transform 9.14s, setup 2.28s, import 27.17s, tests 9.30s, environment 4ms)
> @loreai/gateway@0.40.0 typecheck /home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway > tsc --noEmit
> lore-monorepo@ format:check /home/byk/Code/opencode-lore-responses-reference-v2 > oxfmt --check Checking formatting... All matched files use the correct format. Finished in 746ms on 874 files using 4 threads.
diff --git a/packages/gateway/src/pipeline.ts b/packages/gateway/src/pipeline.ts
index 2f150fee91..ba07e2a696 100644
--- a/packages/gateway/src/pipeline.ts
+++ b/packages/gateway/src/pipeline.ts
@@ -7828,6 +7828,13 @@
sseInactivityMs?: number;
/** Test-only deterministic operation counter for identity-index regressions. */
_onIdentityIndexOperationForTest?: () => void;
+ /** Test-only observation after a private reference enters canonical state. */
+ _onReferenceAccumulatedForTest?: (observation: {
+ phase: "principal" | "continuation";
+ event: string;
+ outputIndex: number;
+ item: Record<string, unknown>;
+ }) => void;
/**
* Called when a `recall` function_call is fully parsed. Runs the recall
* (LTM search + optional LLM result) and returns the pieces needed to
@@ -7906,9 +7913,9 @@
opts._onIdentityIndexOperationForTest?.();
return index.has(identity);
};
- const indexedGet = (
- index: ...
Success. Updated the following files: M ../opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts
Checking formatting...
All matched files use the correct format.
Finished in 272ms on 2 files using 4 threads.
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2
Test Files 1 passed (1)
Tests 4 passed | 226 skipped (230)
Start at 21:05:05
Duration 5.81s (transform 3.32s, setup 663ms, import 4.80s, tests 79ms, environment 0ms)
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2
Test Files 1 passed (1)
Tests 230 passed (230)
Start at 21:05:19
Duration 8.09s (transform 4.30s, setup 621ms, import 6.17s, tests 1.09s, environment 0ms)
RUN v4.1.8 /home/byk/Code/opencode-lore-responses-reference-v2
Test Files 5 passed (5)
Tests 253 passed (253)
Start at 21:05:36
Duration 15.64s (transform 9.96s, setup 2.53s, import 27.35s, tests 12.44s, environment 1ms)
> @loreai/gateway@0.40.0 typecheck /home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway > tsc --noEmit
> lore-monorepo@ format:check /home/byk/Code/opencode-lore-responses-reference-v2 > oxfmt --check Checking formatting... All matched files use the correct format. Finished in 642ms on 874 files using 4 threads.
Working copy changes: M packages/gateway/src/pipeline.ts M packages/gateway/test/openai-responses-recall-aware-stream.test.ts Working copy (@) : zkttmwun 81026cbc fix(responses): close reference lifecycle gaps Parent commit (@-): wywumkpt 8063355c fix/responses-private-references-v2 | fix(responses): keep item references private Warning: These bookmarks have conflicts: fix/responses-private-references Hint: Use `jj bookmark list` to see details. Use `jj bookmark set <name> -r <rev>` to resolve. zkttmwuntxzm 81026cbcfae6 fix(responses): close reference lifecycle gaps wywumkptssoy 8063355cb328 fix(responses): keep item references private M packages/gateway/src/pipeline.ts M packages/gateway/test/openai-responses-recall-aware-stream.test.ts d7723249b42dad5e3495502f4f4d17c76c4aab316525a8bea76d786a5ae5d676 -
Found 18 matches
/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/src/pipeline.ts:
Line 7832: _onReferenceAccumulatedForTest?: (observation: {
Line 8018: return failReference("invalid Codex Responses item_reference");
Line 9493: const matchIndex = indexedGet(expectedPositions, outputIndex);
Line 9632: opts._onReferenceAccumulatedForTest?.({
Line 10264: const terminalReferenceIndices = new Set<number>();
Line 10320: const streamByteLimitExceeded = streamBytes > maxStreamBytes;
Line 10355: if (streamByteLimitExceeded && !isReferenceFrame) {
Line 10393: if (streamByteLimitExceeded) {
Line 10618: (outputIndex) => terminalReferenceIndices.add(outputIndex),
Line 10630: (outputIndex) => terminalReferenceIndices.add(outputIndex),
Line 10714: terminalReferenceIndices.size > 0,
Line 10969: ...
Found 8 matches
/home/byk/Code/opencode-lore-responses-reference-v2/packages/gateway/test/openai-responses-recall-aware-stream.test.ts:
Line 2302: "fails closed on a $name Codex principal reference after visible output",
Line 2379: "fails closed on a $name Codex continuation reference after visible principal output",
Line 2538: test("preflights a principal terminal-only reference before recall side effects", async () => {
Line 2590: test("preflights a shifted nested terminal-only reference before nested side effects", async () => {
Line 2935: test("accumulates a principal reference before its raw frame crosses the stream-byte limit", async () => {
Line 2981: test("accumulates a continuation reference before its raw frame crosses the request-wide stream-byte limit", async () => {
Line 3094: test("accumulates a continuation reference before its retained-state limit failure", async () => {
Line 3159: test("indexes high-cardinality reference ...
Implemented in additive child zkttmwun over immutable wywumkpt/8063355c.
packages/gateway/src/pipeline.ts
packages/gateway/test/openai-responses-recall-aware-stream.test.ts
findIndex: failed with 1,280 operations versus expected 1,536.d7723249b42dad5e3495502f4f4d17c76c4aab316525a8bea76d786a5ae5d676Current child: zkttmwun/81026cbc. Only the two listed files changed. No commit, push, rebase, bookmark mutation, server access, network access, or production database access occurred.
Residual risk: the full repository test suite, lint, and production bundle were outside the requested validation scope and were not run. ...