mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 20:03:05 +00:00
- 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
16 lines
300 B
JSON
16 lines
300 B
JSON
{
|
|
"name": "pi-extension-gitlab-duo",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"clean": "echo 'nothing to clean'",
|
|
"build": "echo 'nothing to build'",
|
|
"check": "echo 'nothing to check'"
|
|
},
|
|
"pi": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|