diff --git a/packages/opencode/src/provider/provider.ts b/packages/opencode/src/provider/provider.ts index 6401518c7ecf..be9e392f0452 100644 --- a/packages/opencode/src/provider/provider.ts +++ b/packages/opencode/src/provider/provider.ts @@ -551,6 +551,15 @@ function custom(dep: CustomDep): Record { }, }, }), + gmicloud: () => + Effect.succeed({ + autoload: false, + options: { + headers: { + "User-Agent": `opencode/${InstallationVersion} gmicloud (${os.platform()} ${os.release()}; ${os.arch()})`, + }, + }, + }), gitlab: Effect.fnUntraced(function* (input: Info) { const { VERSION: GITLAB_PROVIDER_VERSION,