Dashboard › opencode › Distillation
ed8ffd4f-2b2f-457f-b633-6dc1b3aee417["lore_tm_v1_6Wumd9NOE0sU_ZAhP3rZucHy9ZXPcf5UQwXgzsBF6Fs"]
/home/byk/Code/opencode-lore/packages/opencode/test/index.test.ts, including custom provider headers at lines 158 and 170, OpenAI header-timeout handling at line 173, and plugin entry-module export-shape tests at lines 278-303./home/byk/Code/opencode-lore/packages/opencode/test/index.test.ts lines 158 and 170 configure and assert defaultHeaders: { "X-Custom": "value" }; line 173 begins the test "disables OpenCode's default OpenAI header timeout when Lore routes the provider"./home/byk/Code/opencode-lore/packages/opencode/test/index.test.ts lines 278-303 define "plugin entry module export shape" tests requiring the module to export only LorePlugin and default; mod.default must be a function, must be the same reference as mod.LorePlugin, and Object.keys(mod).sort() must equal ["LorePlugin", "default"], ensuring the host invokes exactly one plugin function.