Commit 0efaeb7
feat(providers): protocol-based import criterion — add Kilo, Copilot, GitLab Duo, CF Gateway
Corrects the earlier import: the inclusion rule is PROTOCOL ("does it speak a standard
streaming API opencodex can proxy"), not "is it an agent like Cursor". Adds the 4
standard-wire providers that rule was wrongly dropping:
- kilo (openai-chat) — 443 models, single OpenAI-compatible endpoint
- cloudflare-ai-gateway (anthropic) — template URL (account/gateway)
- github-copilot, gitlab-duo (openai-chat) — multi-model gateways mapped to their
universal OpenAI-compatible endpoint (audit caught that they span 3 protocols on one
host; the anthropic-only mapping would have mis-routed their GPT/Gemini models).
Verified with a deterministic coverage check against jawcode's registry: all 39
standard-wire providers represented, 0 missing, 0 proprietary leaked in. The 6 excluded
are exactly the proprietary-protocol ones with no opencodex adapter: amazon-bedrock,
cursor, google-antigravity, google-gemini-cli, google-vertex, openai-codex.
Catalog: 26 -> 30. tsc clean. Plan + audit in devlog/61_provider-import/.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 7a36f28 commit 0efaeb7
3 files changed
Lines changed: 78 additions & 0 deletions
File tree
- devlog/61_provider-import
- docs-site/src/content/docs/guides
- src/oauth
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
84 | 98 | | |
85 | 99 | | |
86 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
78 | 88 | | |
79 | 89 | | |
80 | 90 | | |
| |||
0 commit comments