Skip to content

Commit f5a77c8

Browse files
committed
bump plugin versions
1 parent bc524ee commit f5a77c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/opencode/src/global/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ await Promise.all([
3030
fs.mkdir(Global.Path.bin, { recursive: true }),
3131
])
3232

33-
const CACHE_VERSION = "13"
33+
const CACHE_VERSION = "14"
3434

3535
const version = await Bun.file(path.join(Global.Path.cache, "version"))
3636
.text()

packages/opencode/src/plugin/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export namespace Plugin {
2828
}
2929
const plugins = [...(config.plugin ?? [])]
3030
if (!Flag.OPENCODE_DISABLE_DEFAULT_PLUGINS) {
31-
plugins.push("[email protected].8")
32-
plugins.push("[email protected].4")
31+
plugins.push("[email protected].9")
32+
plugins.push("[email protected].5")
3333
}
3434
for (let plugin of plugins) {
3535
log.info("loading plugin", { path: plugin })

0 commit comments

Comments
 (0)