Luis Pater
1c0e102637
Merge pull request #185 from router-for-me/plus
...
v6.7.48
v6.7.48-0
2026-02-05 19:53:42 +08:00
Luis Pater
6b6b343922
Merge branch 'main' into plus
2026-02-05 19:51:56 +08:00
Luis Pater
f7d82fda3f
feat(registry): add Kimi-K2.5 model to static data
2026-02-05 19:48:04 +08:00
Luis Pater
25c6b479c7
refactor(util, executor): optimize payload handling and schema processing
...
- Replaced repetitive string operations with a centralized `escapeGJSONPathKey` function.
- Streamlined handling of JSON schema cleaning for Gemini and Antigravity requests.
- Improved payload management by transitioning from byte slices to strings for processing.
- Removed unnecessary cloning of byte slices in several places.
2026-02-05 19:00:30 +08:00
Chén Mù
7cf9ff0345
Merge pull request #1429 from neavo/fix/gemini-python-sdk-thinking-fields
...
fix(gemini): support snake_case thinking config fields from Python SDK
2026-02-05 14:32:58 +08:00
hkfires
209d74062a
fix(thinking): ensure includeThoughts is false for ModeNone in budget processing
2026-02-05 10:24:42 +08:00
hkfires
d86b13c9cb
fix(thinking): support user-defined includeThoughts setting with camelCase and snake_case variants
...
Fixes #1378
2026-02-05 10:07:41 +08:00
hkfires
075e3ab69e
fix(test): rename test function to reflect behavior change for builtin tools
2026-02-05 09:25:34 +08:00
Luis Pater
c1c9483752
Merge pull request #1422 from dannycreations/feat-gemini-cli-claude-mime
...
feat(gemini-cli): support image content in Claude request conversion
2026-02-05 01:21:09 +08:00
neavo
6c65fdf54b
fix(gemini): support snake_case thinking config fields from Python SDK
...
Google official Gemini Python SDK sends thinking_level, thinking_budget,
and include_thoughts (snake_case) instead of thinkingLevel, thinkingBudget,
and includeThoughts (camelCase). This caused thinking configuration to be
ignored when using Python SDK.
Changes:
- Extract layer: extractGeminiConfig now reads snake_case as fallback
- Apply layer: Gemini/CLI/Antigravity appliers clean up snake_case fields
- Translator layer: Gemini->OpenAI/Claude/Codex translators support fallback
- Tests: Added 4 test cases for snake_case field coverage
Fixes #1426
2026-02-04 21:12:47 +08:00
Luis Pater
4874253d1e
Merge pull request #1425 from router-for-me/auth
...
fix(cliproxy): update auth before model registration
2026-02-04 15:01:01 +08:00
Luis Pater
b72250349f
Merge pull request #1423 from router-for-me/watcher
...
feat(watcher): log auth field changes on reload
2026-02-04 15:00:38 +08:00
hkfires
116573311f
fix(cliproxy): update auth before model registration
2026-02-04 14:03:15 +08:00
hkfires
4af712544d
feat(watcher): log auth field changes on reload
...
Cache parsed auth contents and compute redacted diffs for prefix, proxy_url,
and disabled when auth files are added or updated.
2026-02-04 12:29:56 +08:00
dannycreations
3f9c9591bd
feat(gemini-cli): support image content in Claude request conversion
...
- Add logic to handle `image` content type during request translation.
- Map Claude base64 image data to Gemini's `inlineData` structure.
- Support automatic extraction of `media_type` and `data` for image parts.
2026-02-04 11:00:37 +07:00
Luis Pater
1548c567ab
feat(pprof): add support for configurable pprof HTTP debug server
...
- Introduced a new `pprof` server to enable/debug HTTP profiling.
- Added configuration options for enabling/disabling and specifying the server address.
- Integrated pprof server lifecycle management with `Service`.
#1287
2026-02-04 02:39:26 +08:00
Luis Pater
5b23fc570c
Merge pull request #1396 from Xm798/fix/log-dir-tilde-expansion
...
fix(logging): expand tilde in auth-dir path for log directory
2026-02-04 02:00:13 +08:00
Luis Pater
04e1c7a05a
docs: reorganize and update README entries for CLIProxyAPI projects
2026-02-04 01:49:27 +08:00
Luis Pater
9181e72204
Merge pull request #1409 from wangdabaoqq/main
...
docs: Add a new client application - Lin Jun
2026-02-04 01:47:31 +08:00
Luis Pater
b854ee4680
fix(registry): remove redundant kiro model definition entry
v6.7.45-0
2026-02-04 01:28:12 +08:00
Luis Pater
533a6bd15c
Merge pull request #176 from router-for-me/plus
...
v6.7.45
2026-02-04 01:25:54 +08:00
Luis Pater
45546c1cf7
Merge branch 'main' into plus
2026-02-04 01:25:45 +08:00
Luis Pater
e2169e3987
Merge pull request #175 from Skyuno/fix/json-truncation-rework
...
fix(kiro): Rework JSON Truncation Handling with SOFT_LIMIT_REACHED
2026-02-04 01:24:35 +08:00
Luis Pater
e85305c815
Merge pull request #174 from gogoing1024/main
...
feat(registry): add kiro channel support for model definitions
2026-02-04 01:08:43 +08:00
Luis Pater
8d4554bf17
Merge pull request #173 from starsdream666/main
...
修复:docker镜像上传时用户名使用变量并增加手动构建,修复OAuth 排除列表与OAuth 模型别名中kiro无法获取模型问题
2026-02-04 01:06:49 +08:00
Luis Pater
f628e4dcbb
Merge pull request #172 from Skyuno/fix/idc-filename-collision
...
fix(kiro): prioritize email for filename to prevent collisions
2026-02-04 01:04:33 +08:00
Luis Pater
7accae4b6a
Merge pull request #171 from cielhaidir/main
...
feat(copilot): Add copilot usage monitoring in endpoint /api-call
2026-02-04 01:02:57 +08:00
Luis Pater
3354fae391
Merge pull request #162 from taetaetae/fix/kiro-compaction-empty-content
...
fix(kiro): handle empty content in messages to prevent Bad Request errors
2026-02-04 01:01:48 +08:00
宝宝宝
4939865f6d
Add a new client application - Lin Jun
2026-02-03 23:55:24 +08:00
宝宝宝
3da7f7482e
Add a new client application - Lin Jun
2026-02-03 23:36:34 +08:00
宝宝宝
9072b029b2
Add a new client application - Lin Jun
2026-02-03 23:35:53 +08:00
宝宝宝
c296cfb8c0
docs: Add a new client application - Lin Jun
2026-02-03 23:32:50 +08:00
Luis Pater
2707377fcb
docs: add AICodeMirror sponsorship details to README files
2026-02-03 22:34:50 +08:00
Luis Pater
259f586ff7
Fixed : #1398
...
fix(translator): use model group caching for client signature validation
2026-02-03 22:04:52 +08:00
Luis Pater
d885b81f23
Fixed : #1403
...
fix(translator): handle "input" field transformation for OpenAI responses
2026-02-03 21:49:30 +08:00
Luis Pater
fe6bffd080
fixed : #1407
...
fix(translator): adjust "developer" role to "user" and ignore unsupported tool types
2026-02-03 21:41:17 +08:00
starsdream666
1a81e8a98a
一致性问题修复
2026-02-03 21:11:20 +08:00
yuechenglong.5
0b889c6028
feat(registry): add kiro channel support for model definitions
...
Add kiro as a new supported channel in GetStaticModelDefinitionsByChannel
function, enabling retrieval of Kiro model definitions alongside existing
providers like qwen, iflow, and github-copilot.
2026-02-03 20:55:10 +08:00
starsdream666
f6bb0011f9
修复kiro模型列表缺失
2026-02-03 20:33:13 +08:00
Skyuno
fcdd91895e
Merge remote-tracking branch 'upstream/main' into fix/json-truncation-rework
2026-02-03 20:28:32 +08:00
Skyuno
8dc4fc4ff5
fix(idc): prioritize email for filename to prevent collisions
...
- Use email as primary identifier for IDC tokens (unique, no sequence needed)
- Add sequence number only when email is unavailable
- Use startUrl identifier as secondary fallback with sequence
- Update GenerateTokenFileName in aws.go with consistent logic
2026-02-03 20:04:36 +08:00
starsdream666
9e9a860bda
Merge branch 'router-for-me:main' into main
2026-02-03 16:50:42 +08:00
“cielhaidir”
6cd32028c3
refactor: clean up whitespace in enrichCopilotTokenResponse function
2026-02-03 13:14:21 +08:00
“cielhaidir”
ebd58ef33a
feat(copilot): enhance quota response with reset dates for enterprise and non-enterprise accounts
2026-02-03 13:13:17 +08:00
“cielhaidir”
92791194e5
feat(copilot): add GitHub Copilot quota management endpoints and response enrichment
2026-02-03 13:02:51 +08:00
taetaetae
1f7c58f7ce
refactor: use constants for default assistant messages
...
Apply code review feedback from gemini-code-assist:
- Define default messages as local constants to improve maintainability
- Avoid magic strings in the empty content handling logic
2026-02-03 07:10:38 +09:00
Luis Pater
b9cdc2f54c
chore: remove .air.toml configuration file and update .gitignore
v6.7.42-0
2026-02-03 01:52:35 +08:00
Luis Pater
5e23975d6e
Merge branch 'router-for-me:main' into main
2026-02-03 01:50:45 +08:00
Luis Pater
420937c848
Merge pull request #166 from cielhaidir/main
...
feat: add .air.toml configuration file and update .gitignore for build artifacts
2026-02-03 01:46:02 +08:00
Luis Pater
e1a353ca20
Merge pull request #159 from Skyuno/fix/filter-web-search-tool
...
fix(kiro): filter web search tool
2026-02-03 01:45:23 +08:00