Dashboard › opencode-lore › Distillation
f297c507-9e32-40b6-8f89-c6ae0be0c3cc["lore_tm_v1_pj2wnU5zv1zRw-e3faToHASiB0DwoopotuyM3upqapU","lore_tm_v1_K-jSe0h5S117jkPwcw4jNhVfLVTG56gZx9deklUfO5c"]
Date: Sep 17, 2026
packages/gateway/package.json identifies @loreai/gateway version 0.40.0, an ESM package licensed FSL-1.1-Apache-2.0, with Node engine requirement >=22.15.packages/gateway/package.json scripts are: typecheck = tsc --noEmit; build = tsx script/build.ts; bundle = tsx script/bundle.ts; build:binary = tsx script/build.ts --binary; build:binary:sea = tsx script/build-binary-sea.ts; start = tsx src/index.ts.packages/gateway/package.json exposes binaries lore and lore-gateway, both mapped to ./dist/bin.cjs; package exports select ./dist/index.d.cts for types, ./dist/index.bun.js for Bun, and ./dist/index.cjs for require and default.packages/gateway/src/pipeline.ts adds optional test-only callback onProjectionWriteForTest?: () => void to observe public output-index projection writes.packages/gateway/src/pipeline.ts introduces isSemanticResponsesEvent(event: string): boolean; visible recognized event names include response.created, response.in_progress, response.completed, response.done, response.incomplete, response.failed, and response.output_item.added.postResponse, including frames suppressed from public output.