mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-19 20:00:41 +00:00
feat: add GitLab Duo provider extension example
- Delegates to pi-ai's built-in Anthropic/OpenAI streaming - OAuth support with GitLab's bundled client ID - Direct access token caching (25 min TTL) - Models: duo-chat-opus/sonnet/haiku-4-5, duo-chat-gpt-5-1/mini/codex - No external dependencies beyond pi-ai
This commit is contained in:
parent
a57eb399eb
commit
3e6d8dc72a
5 changed files with 430 additions and 32 deletions
|
|
@ -6,7 +6,8 @@
|
|||
"packages/*",
|
||||
"packages/web-ui/example",
|
||||
"packages/coding-agent/examples/extensions/with-deps",
|
||||
"packages/coding-agent/examples/extensions/custom-provider"
|
||||
"packages/coding-agent/examples/extensions/custom-provider",
|
||||
"packages/coding-agent/examples/extensions/gitlab-duo"
|
||||
],
|
||||
"scripts": {
|
||||
"clean": "npm run clean --workspaces",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue