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