Commit History
feat(gemini-web): Add support for custom auth labels 933e044
hkfires commited on
feat(gemini-web): Add conversation affinity selector af90cc4
hkfires commited on
refactor(proxy): improve SOCKS5 proxy authentication handling 82bf5b3 unverified
feat(runtime): introduce `newProxyAwareHTTPClient` for enhanced proxy handling 41556b2 unverified
refactor(runtime): move `Anthropic-Beta` header setting to `applyClaudeHeaders` for better header management 44fcd90 unverified
feat(provider/gemini-web): Prioritize explicit label for account identification e82bb75
hkfires commited on
refactor(config): migrate to `SDKConfig` and streamline proxy handling 8dfd8c7 unverified
refactor(executor): remove redundant handling of "reasoning.effort" in gpt-5 and gpt-5-codex models 9d54392 unverified
feat(gemini-web): Introduce stable account label for identification ff9b019
hkfires commited on
rebuild branch e83d8c5 unverified
remove all cf2b83d unverified
chore(docs): add and refine package-level comments across modules 02e5e07 unverified
fix(gemini): handle "[DONE]" chunk, trim "data:" prefix, and remove session_id from requests 3210b4f unverified
Removed the cookie snapshot feature. 3dc556d
hkfires commited on
refactor(gemini-web): Move provider logic to its own package 8c812ac
hkfires commited on
refactor(executor): remove ClientAdapter and legacy fallback logic 9f9f2e1 unverified
fix(codex): Remove reasoning.effort for default gpt-5-codex model 7d5c37e
hkfires commited on
feat(translators): add token counting support for Claude and Gemini responses 59230c1 unverified
feat(usage): implement usage tracking infrastructure across executors 13abc2b unverified
feat(translators): improve system instruction extraction and input handling for OpenAI and Claude responses 3f2b608 unverified
feat(translators): improve system instruction extraction and input handling for OpenAI and Claude responses 33c34c2 unverified
fix(gemini): trim "data:" prefix in raw JSON and resolve variable shadowing in stream translation cfc4400 unverified
fix(gemini-web): Correct stream translation and reduce auth refresh lead 3cbcb51
hkfires commited on
Merge pull request #58 from router-for-me/v6-test 3590242 unverified
refactor(gemini-web): Remove auto-refresh, auto-close, and caching 0ef16f1
hkfires commited on
feat(claude-executor): add ZSTD decoding support for Claude executor responses e165e76 unverified
feat(gemini-web): Inject fallback text for image-only flash model responses c43354f
hkfires commited on
feat(gemini-executor): implement `CountTokens` method with request translation and API integration 7d6ee1a unverified
feat(executor): add `CountTokens` support across all executors 79e15a8 unverified
refactor(headers): centralize header logic using `EnsureHeader` utility fc03077 unverified
refactor(executor): centralize header application logic for executors 76af344 unverified
chore(executor): add debug logging for API request errors 43ab793 unverified
feat(auth): standardize `last_refresh` metadata handling across executors fc62c04 unverified
feat(openai-compat): enhance provider key handling and model resolution 0dd3f34 unverified
feat(gemini-web): Implement proactive PSIDTS cookie rotation e0ba3d3
hkfires commited on