Skip to content

Commit 8798a77

Browse files
rekram1-nodeopencode
authored andcommitted
bump: plugins
1 parent 6eb2bdd commit 8798a77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/opencode/src/global/index.ts

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

36-
const CACHE_VERSION = "20"
36+
const CACHE_VERSION = "21"
3737

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

packages/opencode/src/plugin/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { CopilotAuthPlugin } from "./copilot"
1515
export namespace Plugin {
1616
const log = Log.create({ service: "plugin" })
1717

18-
const BUILTIN = ["opencode-anthropic-auth@0.0.12", "@gitlab/opencode-gitlab-auth@1.3.2"]
18+
const BUILTIN = ["opencode-anthropic-auth@0.0.13", "@gitlab/opencode-gitlab-auth@1.3.2"]
1919

2020
// Built-in plugins that are directly imported (not installed from npm)
2121
const INTERNAL_PLUGINS: PluginInstance[] = [CodexAuthPlugin, CopilotAuthPlugin]

0 commit comments

Comments
 (0)