diff options
| author | Vladimir Glafirov <[email protected]> | 2026-01-21 18:23:33 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-21 11:23:33 -0600 |
| commit | 182056981846ee2d732c928d562cfdf39b504d45 (patch) | |
| tree | c0f2833059b0622418a35413e8624a1d4a684d38 /packages | |
| parent | 8df09abb1be48c873d3e5e33e70a4266b04a634c (diff) | |
| download | opencode-182056981846ee2d732c928d562cfdf39b504d45.tar.gz opencode-182056981846ee2d732c928d562cfdf39b504d45.zip | |
chore(deps): update GitLab packages for better self-hosted instance support (#9856)
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/opencode/package.json | 2 | ||||
| -rw-r--r-- | packages/opencode/src/plugin/index.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/opencode/package.json b/packages/opencode/package.json index 5b460fcaa..a76099905 100644 --- a/packages/opencode/package.json +++ b/packages/opencode/package.json @@ -70,7 +70,7 @@ "@ai-sdk/vercel": "1.0.31", "@ai-sdk/xai": "2.0.51", "@clack/prompts": "1.0.0-alpha.1", - "@gitlab/gitlab-ai-provider": "3.1.2", + "@gitlab/gitlab-ai-provider": "3.1.3", "@hono/standard-validator": "0.1.5", "@hono/zod-validator": "catalog:", "@modelcontextprotocol/sdk": "1.25.2", diff --git a/packages/opencode/src/plugin/index.ts b/packages/opencode/src/plugin/index.ts index 84de520b8..76d34b845 100644 --- a/packages/opencode/src/plugin/index.ts +++ b/packages/opencode/src/plugin/index.ts @@ -15,7 +15,7 @@ import { CopilotAuthPlugin } from "./copilot" export namespace Plugin { const log = Log.create({ service: "plugin" }) - const BUILTIN = ["[email protected]", "@gitlab/[email protected]"] + const BUILTIN = ["[email protected]", "@gitlab/[email protected]"] // Built-in plugins that are directly imported (not installed from npm) const INTERNAL_PLUGINS: PluginInstance[] = [CodexAuthPlugin, CopilotAuthPlugin] |
