gitlab integration poc

This commit is contained in:
Aiden Cline 2026-03-18 23:59:50 -05:00
commit b3182149c8
7 changed files with 100 additions and 10 deletions

View file

@ -165,6 +165,8 @@ export type ProviderHook = {
reconcile?: (input: {
provider: Provider
models: Record<string, Model>
auth?: Auth
options?: Record<string, unknown>
}) => Promise<Record<string, Model> | undefined>
}
}