co-mono/packages/coding-agent/examples/extensions/gitlab-duo
Mario Zechner 7a5cfdaed0 fix: apply extension provider registrations before model resolution
- Extensions register providers via pendingProviderRegistrations
- These were only applied in bindCore() during AgentSession creation
- But model resolution in main.ts happens before session creation
- Fix: apply pending registrations immediately after loading extensions
- Also fix gitlab-duo to pass Authorization header instead of apiKey
2026-01-25 00:13:20 +01:00
..
.gitignore feat: add GitLab Duo provider extension example 2026-01-24 23:51:17 +01:00
index.ts fix: apply extension provider registrations before model resolution 2026-01-25 00:13:20 +01:00
package.json feat: add GitLab Duo provider extension example 2026-01-24 23:51:17 +01:00
test.ts fix: apply extension provider registrations before model resolution 2026-01-25 00:13:20 +01:00