|
|
@@ -12,10 +12,10 @@ import type {
|
|
|
Config,
|
|
|
} from "@opencode-ai/sdk"
|
|
|
|
|
|
-import type { BunShell } from "./shell"
|
|
|
-import { type ToolDefinition } from "./tool"
|
|
|
+import type { BunShell } from "./shell.js"
|
|
|
+import { type ToolDefinition } from "./tool.js"
|
|
|
|
|
|
-export * from "./tool"
|
|
|
+export * from "./tool.js"
|
|
|
|
|
|
export type ProviderContext = {
|
|
|
source: "env" | "config" | "custom" | "api"
|