File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3838const version = await Bun . file ( path . join ( Global . Path . cache , "version" ) )
3939 . text ( )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { CopilotAuthPlugin } from "./copilot"
1515export 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 ]
You can’t perform that action at this time.
0 commit comments