docs(coding-agent): link to custom-provider.md for extension-based providers

This commit is contained in:
Mario Zechner 2026-01-26 00:16:20 +01:00
parent 98a1e7b86b
commit 591525a1ce

View file

@ -135,7 +135,7 @@ Or set `GOOGLE_APPLICATION_CREDENTIALS` to a service account key file.
**Via models.json:** Add Ollama, LM Studio, vLLM, or any provider that speaks a supported API (OpenAI Completions, OpenAI Responses, Anthropic Messages, Google Generative AI). See [models.md](models.md).
**Via extensions:** For providers that need custom API implementations or OAuth flows, create an extension. See [extensions.md](extensions.md) and [examples/extensions/custom-provider-gitlab-duo](../examples/extensions/custom-provider-gitlab-duo/).
**Via extensions:** For providers that need custom API implementations or OAuth flows, create an extension. See [custom-provider.md](custom-provider.md) and [examples/extensions/custom-provider-gitlab-duo](../examples/extensions/custom-provider-gitlab-duo/).
## Resolution Order