Skip to content

Commit 43c194d

Browse files
committed
wip
1 parent 4216c1c commit 43c194d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/opencode/src/acp/agent.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import type { ACPConfig } from "./types"
2121
import { Provider } from "../provider/provider"
2222
import { SessionPrompt } from "../session/prompt"
2323
import { Identifier } from "../id/id"
24+
import { Installation } from "@/installation"
2425

2526
export class OpenCodeAgent implements Agent {
2627
private log = Log.create({ service: "acp-agent" })
@@ -43,7 +44,7 @@ export class OpenCodeAgent implements Agent {
4344
},
4445
_meta: {
4546
opencode: {
46-
version: await import("../installation").then((m) => m.Installation.VERSION),
47+
version: Installation.VERSION,
4748
},
4849
},
4950
}

0 commit comments

Comments
 (0)