Logo
Explore
Register Sign In
chuan/CLIProxyAPI
1
0
Fork 0
You've already forked CLIProxyAPI
mirror of https://github.com/router-for-me/CLIProxyAPI.git synced 2026-03-02 04:24:11 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
48bbd9e2143a75a2524f9efeb279865bacc6cbd6
CLIProxyAPI/internal/runtime/executor
T
Luis Pater 48bbd9e214 fix(gemini): handle "[DONE]" chunk, trim "data:" prefix, and remove session_id from requests
- Adjusted stream handling to skip "[DONE]" chunks.
- Ensured "data:" prefix is trimmed for non-prefixed input in translation.
- Removed `session_id` from request bodies before processing.
48bbd9e214 ยท 2025-09-24 23:34:46 +08:00
History
..
claude_executor.go
refactor(executor): remove ClientAdapter and legacy fallback logic
2025-09-24 21:09:36 +08:00
codex_executor.go
refactor(executor): remove ClientAdapter and legacy fallback logic
2025-09-24 21:09:36 +08:00
gemini_cli_executor.go
feat(translators): add token counting support for Claude and Gemini responses
2025-09-24 11:59:38 +08:00
gemini_executor.go
fix(gemini): handle "[DONE]" chunk, trim "data:" prefix, and remove session_id from requests
2025-09-24 23:34:46 +08:00
gemini_web_executor.go
Removed the cookie snapshot feature.
2025-09-24 22:12:29 +08:00
logging_helpers.go
feat: enhance request logging and account handling in CLI proxy
2025-09-22 03:09:15 +08:00
openai_compat_executor.go
feat(usage): implement usage tracking infrastructure across executors
2025-09-24 03:49:09 +08:00
qwen_executor.go
refactor(executor): remove ClientAdapter and legacy fallback logic
2025-09-24 21:09:36 +08:00
usage_helpers.go
feat(usage): implement usage tracking infrastructure across executors
2025-09-24 03:49:09 +08:00