Commit 0c1d094
committed
Merge upstream/main (auto-sync feat/copilot)
- 33130f1 fix: require antigravity project id
- 809feb1 fix(antigravity): mask project_id in logs
- bfdc0b3 fix: scope antigravity credits fallback gate
- ad86830 fix codex context length stream errors
- 7efc162 feat(docker): add cluster-specific docker-compose configuration for CLIProxyAPI
- 0de0ad0 Add reasoning effort to usage events
- ea25949 feat(models): add Gemini 3.5 Flash models to registry
- de03949 feat(models): expand supported reasoning levels for Codex
- fdffe49 feat(models): register Gemini 3.5 Flash with dynamic thinking levels
- 0ec07e5 feat(models): add Gemini 3.5 Flash to registry with enhanced thinking capabilities
- 1c632d1 fix(translator): skip empty text parts in Claude request conversion
- f1ee883 Merge pull request router-for-me#3484 from yavon007/main
- a726e37 feat(redis): enhance Redis protocol handling with subscription and queue operations
- 42e9605 Merge pull request router-for-me#3254 from sususu98/fix/antigravity-project-id-onboard
- 8b9ecff Merge pull request router-for-me#3382 from sususu98/dev
- 48a1c88 Merge pull request router-for-me#3476 from sususu98/fix/codex-context-length-stream-errors-dev
- 21fad9d Merge pull request router-for-me#3477 from router-for-me/cluster36 files changed
Lines changed: 2478 additions & 209 deletions
File tree
- internal
- api
- handlers/management
- auth/antigravity
- redisqueue
- registry/models
- runtime/executor
- helps
- thinking
- translator/gemini/claude
- sdk
- api/handlers
- claude
- openai
- auth
- cliproxy
- auth
- executor
- usage
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2081 | 2081 | | |
2082 | 2082 | | |
2083 | 2083 | | |
2084 | | - | |
| 2084 | + | |
2085 | 2085 | | |
2086 | 2086 | | |
2087 | 2087 | | |
| |||
2125 | 2125 | | |
2126 | 2126 | | |
2127 | 2127 | | |
2128 | | - | |
| 2128 | + | |
2129 | 2129 | | |
2130 | 2130 | | |
2131 | 2131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments