chore(deps): update GitLab packages for better self-hosted instance support (#9856)

This commit is contained in:
Vladimir Glafirov
2026-01-21 18:23:33 +01:00
committed by GitHub
parent 8df09abb1b
commit 1820569818
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ import { CopilotAuthPlugin } from "./copilot"
export namespace Plugin {
const log = Log.create({ service: "plugin" })
const BUILTIN = ["opencode-anthropic-auth@0.0.9", "@gitlab/opencode-gitlab-auth@1.3.0"]
const BUILTIN = ["opencode-anthropic-auth@0.0.9", "@gitlab/opencode-gitlab-auth@1.3.2"]
// Built-in plugins that are directly imported (not installed from npm)
const INTERNAL_PLUGINS: PluginInstance[] = [CodexAuthPlugin, CopilotAuthPlugin]