Dashboard › opencode › Distillation
f5e12602-1dd6-4933-b838-84352ec03ad7["lore_tm_v1_vhIqGHr4tX9tqP4V4Z8RgpytEIGRGhX8E5v6mwtzqwk","lore_tm_v1_ROwwdFIAX1rg7uqGU2HN_txNwlI-L8qJk4HPZ6bpz0s"]
/home/byk/Code/opencode-lore/packages/gateway/package.json identifies package @loreai/gateway version 0.40.0, with "type": "module", license FSL-1.1-Apache-2.0, and description "Lore as a transparent LLM proxy — context management for any AI coding client"./home/byk/Code/opencode-lore/packages/gateway/package.json sets "main": "./dist/index.cjs" and "types": "./dist/index.d.cts"; root exports map "types" to "./dist/index.d.cts", "bun" to "./dist/index.bun.js", and both "require" and "default" to "./dist/index.cjs"./home/byk/Code/opencode-lore/packages/gateway/package.json defines two binaries, "lore" and "lore-gateway", both pointing to "./dist/bin.cjs"./home/byk/Code/opencode-lore/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", and "start": "tsx src/index.ts"./home/byk/Code/opencode-lore/packages/gateway/package.json dependencies shown are @streamparser/json 0.0.26, @stricli/auto-complete 1.2.8, @stricli/core 1.2.8, @supabase/supabase-js ^2.58.0, google-auth-library ^10.9.0, jsonc-parser 3.3.1, p-limit 7, qrcode-terminal ^0.12.0, semver ^7.7.3, and sqlite-vec 0.1.9./home/byk/Code/opencode-lore/packages/gateway/package.json package files shown are "dist/bin.cjs", "dist/embedding-worker.cjs", "dist/embedding-worker.js", and "dist/index.bun.js"; the displayed file list continues beyond line 45./home/byk/.local/share/opencode/repos/github.com/Effect-TS/effect-smol/packages/effect/src/unstable/http/FetchHttpClient.ts exports layer as Layer.Layer<HttpClient.HttpClient> using HttpClient.layerMergedContext(Effect.succeed(fetch)).FetchHttpClient.ts documents layer as an HttpClient implementation backed by the configured Fetch function, intended especially for browser, edge, or Node.js runtimes with globalThis.fetch; it uses the current Fetch reference and optional RequestInit service for each request.FetchHttpClient.ts, request-specific method, headers, body, and abort signal override matching RequestInit fields. Runtime fetch behavior governs CORS, cookies, redirects, abort handling, and streaming support; stream request bodies use Web streams with duplex: "half", and any content-length header is removed before fetch is called. The API is categorized under layers, marked @since 4.0.0, and links to Fetch and RequestInit. (meaning September 9, 2026)