Luis Pater
a7d105bd69
Fixed : #223
...
fix(registry): add `MiniMax-M2` model to registry definitions
v6.3.15
2025-11-08 00:10:51 +08:00
Luis Pater
b9eef45305
Merge pull request #222 from router-for-me/api
...
Return auth info from memory
v6.3.14
2025-11-07 22:41:12 +08:00
Luis Pater
c8f20a66a8
fix(executor): add logging and prompt cache key handling for OpenAI responses
2025-11-07 22:40:45 +08:00
hkfires
1f6a384c9a
fix(api): omit auth file entries lacking path unless runtime-only
2025-11-07 19:15:54 +08:00
hkfires
c9fc033cf5
feat(management): support in-memory auth listing with disk fallback
2025-11-07 19:04:54 +08:00
Luis Pater
32c964d310
Merge pull request #221 from router-for-me/gemini
...
fix(translator): accept camelCase thinking config in OpenAI→Gemini
v6.3.13
2025-11-07 17:00:07 +08:00
hkfires
d60040b222
fix(translator): accept camelCase thinking config in OpenAI→Gemini
2025-11-07 16:45:31 +08:00
Luis Pater
3ce1b4159b
fix(executor): remove outdated Gemini model previews from CLI fallback order
v6.3.12
2025-11-07 10:30:22 +08:00
Luis Pater
7516ac4ce7
fix(registry): add gemini-3-pro-preview-11-2025 model to Gemini CLI model definitions
v6.3.11
2025-11-06 08:47:17 +08:00
Luis Pater
2a73d8c4a3
fix(translator): simplify tool response handling and adjust JSON schema updates in Gemini modules
v6.3.10
2025-11-05 22:48:50 +08:00
Luis Pater
a318dff8b0
docs: add hyperlinks to sponsor images in README files (EN and CN)
2025-11-05 20:48:05 +08:00
Luis Pater
4a159d5bf5
docs: add hyperlinks to sponsor images in README files (EN and CN)
2025-11-05 20:46:58 +08:00
Luis Pater
734b040a48
fix(translator): remove strict field from Gemini Claude tool initialization
2025-11-05 20:22:26 +08:00
Luis Pater
10be026ace
fix(translator): remove strict field from Gemini Claude tool initialization
v6.3.9
2025-11-05 18:14:58 +08:00
Luis Pater
848a620568
ci: add GitHub Action to block changes under internal/translator directory in PRs
2025-11-05 09:12:05 +08:00
Luis Pater
e18e288fda
fix(registry): Remove gemini-2.5-flash-image Gemini models from gemini cli and add gemini-2.5-flash-image preview to AIStudio
...
These models were likely for internal preview or testing and are no longer relevant for public use.
v6.3.8
2025-11-04 03:02:16 +08:00
Luis Pater
38cfbac8f0
fix(executor): adjust Anthropic-Beta header handling for consistent API requests
v6.3.7
2025-11-03 20:49:01 +08:00
Luis Pater
5be4d22b9b
fix(executor): ensure consistent header application in Claude API requests
2025-11-03 17:57:20 +08:00
Luis Pater
64774a5786
fix(executor): remove safetySettings from payload in token counting request
v6.3.5
2025-11-03 17:31:43 +08:00
Luis Pater
16b0a561d7
docs: remove MANAGEMENT_API documentation files (EN and CN)
...
- Deleted `MANAGEMENT_API.md` and `MANAGEMENT_API_CN.md` as they are no longer necessary.
- Streamlined project documentation by removing redundant API details already covered elsewhere.
2025-11-03 11:17:31 +08:00
Luis Pater
21dde0e352
docs: expand MANAGEMENT_API documentation with new endpoints and fields
...
- Added detailed descriptions for new `/config.yaml` endpoints (GET/PUT).
- Documented API responses, error codes, and enhancements for log management, usage statistics, and OAuth flows.
- Updated examples and notes for better clarity across both EN and CN versions.
2025-11-03 09:59:54 +08:00
Luis Pater
b040a43b81
docs: minimalize and clean README content
...
- Streamlined Chinese README by reducing redundancy and unnecessary sections.
- Added a concise link to CLIProxyAPI user manual for detailed instructions.
- Reorganized the original README with a simplified overview.
2025-11-03 09:27:18 +08:00
Luis Pater
bccefb2905
docs: minimalize and clean README content
...
- Streamlined Chinese README by reducing redundancy and unnecessary sections.
- Added a concise link to CLIProxyAPI user manual for detailed instructions.
- Reorganized the original README with a simplified overview.
2025-11-03 09:22:31 +08:00
Luis Pater
b26ec8162d
docs: minimalize and clean README content
...
- Streamlined Chinese README by reducing redundancy and unnecessary sections.
- Added a concise link to CLIProxyAPI user manual for detailed instructions.
- Reorganized the original README with a simplified overview.
2025-11-03 09:21:23 +08:00
Luis Pater
ee0a91f539
Update GitHub funding model with username
2025-11-03 08:57:08 +08:00
Luis Pater
89b0d53a09
fix(executor): remove safetySettings from payload for Gemini requests
v6.3.4
2025-11-01 16:53:48 +08:00
Luis Pater
fd2b23592e
Fixed : #193
...
fix(translator): consolidate temperature and top_p conditionals in OpenAI Claude request
Fixed : #169
fix(translator): adjust instruction strings in Codex Claude and OpenAI responses
v6.3.3
2025-11-01 15:37:51 +08:00
Luis Pater
4d0804687c
Merge pull request #194 from router-for-me/gemini-key
...
Add Gemini API key endpoints
v6.3.2
2025-10-31 19:18:54 +08:00
hkfires
2021ae3891
fix(config): skip persisting empty API key and compat entries
2025-10-31 15:56:47 +08:00
hkfires
4883349795
Update doc
2025-10-31 15:22:09 +08:00
hkfires
5c65938113
fix(config): stabilize YAML sequence merges by reordering items
2025-10-31 15:21:58 +08:00
hkfires
16be3f0a12
fix(config): dedupe and normalize Gemini keys and headers
2025-10-31 13:20:10 +08:00
hkfires
7c1c4ee60b
feat(gemini): add Gemini API key endpoints
2025-10-31 11:09:28 +08:00
Luis Pater
96c7271448
Merge pull request #191 from router-for-me/gemini
...
Add safety settings for gemini models
2025-10-31 09:24:37 +08:00
Luis Pater
07da781336
feat(registry): add client model support check for executor filtering
...
- Introduced `ClientSupportsModel` function to `ModelRegistry` for verifying client support for specific models.
- Integrated model support validation into executor candidate filtering logic.
- Updated CLIProxy registry interface to include the new support check method.
2025-10-31 09:15:14 +08:00
hkfires
a53c84d0d1
feat(gemini): apply default safety settings across request translators
2025-10-31 08:22:16 +08:00
hkfires
a517290726
refactor(executor): summarize API error bodies of html in debug logs
2025-10-31 06:58:38 +08:00
Luis Pater
af3fbd134d
fix(translator): remove strict key from function declaration to prevent errors during schema transformation
v6.3.1
2025-10-30 13:14:26 +08:00
Luis Pater
2f477df97e
feat(translator): add built-in translator registry and helpers
...
- Introduced `builtin` package exposing a default registry and pipeline for built-in translators.
- Added format constants for common schemas (e.g., OpenAI, Gemini, Codex).
- Implemented helper functions for schema translation using format name strings.
- Provided example usage for integration with translator helpers.
2025-10-30 12:20:46 +08:00
Luis Pater
3e7b645346
Merge pull request #186 from router-for-me/doc
...
docs: add AI Studio setup
v6.3.0
2025-10-29 21:53:49 +08:00
hkfires
24446a4dc4
feat(cliproxy): skip persisting runtime-only websocket auths
2025-10-29 21:49:35 +08:00
hkfires
475f473dab
docs: add AI Studio setup
2025-10-29 21:10:14 +08:00
Luis Pater
8dba32a077
Merge pull request #185 from router-for-me/thinking
...
Feat: Add reasoning effort support for Gemini models
2025-10-29 20:27:07 +08:00
hkfires
1bbbd16df6
chore(logging): clarify 429 rate-limit retries in Gemini executor
2025-10-29 19:19:18 +08:00
hkfires
5cb378256b
feat(gemini-translators): set include_thoughts when mapping thinking
2025-10-29 19:19:18 +08:00
hkfires
3ac5f05e8c
feat(gemini): prefer official reasoning fields, add extra_body(cherry studio) fallback
2025-10-29 19:19:18 +08:00
hkfires
58d30369b4
fix(gemini-cli): correctly strip/normalize thinking config by model
2025-10-29 19:19:18 +08:00
hkfires
7dd93a4a25
fix(executor): only apply thinking config to supported models
2025-10-29 19:19:17 +08:00
hkfires
2a3ee8d0e3
fix(translators): normalize thinking budgets
2025-10-29 19:19:17 +08:00
hkfires
41577bce07
feat(claude): map Anthropic 'thinking' to Gemini thinkingBudget
2025-10-29 19:19:17 +08:00