Commit Graph

  • e0ffec885c fix(aistudio): remove levels from model definitions hkfires 2026-01-15 16:06:46 +08:00
  • ff4ff6bc2f feat(thinking): support zero as a valid thinking budget for capable models hkfires 2026-01-15 15:41:10 +08:00
  • 7248f65c36 feat(auth): prevent filestore writes on unchanged metadata v6.6.109-dev v6.6.109 Luis Pater 2026-01-15 14:05:23 +08:00
  • 5c40a2db21 refactor(thinking): simplify ModeNone and budget validation logic hkfires 2026-01-15 14:03:08 +08:00
  • 086eb3df7a refactor(auth): simplify file handling logic and remove redundant comparison functions feat(auth): fetch and update Antigravity project ID from metadata during filestore operations v6.6.108 Luis Pater 2026-01-15 13:22:46 +08:00
  • ee2976cca0 refactor(thinking): improve logging for user-defined models hkfires 2026-01-15 13:06:26 +08:00
  • 8bc6df329f fix(auth): apply API key model mapping to request model hkfires 2026-01-15 12:34:05 +08:00
  • bcd4d9595f fix(thinking): refine ModeNone handling based on provider capabilities hkfires 2026-01-15 11:53:54 +08:00
  • 5a77b7728e refactor(thinking): improve budget clamping and logging with provider/model context hkfires 2026-01-15 11:29:53 +08:00
  • 1fbbba6f59 feat(logging): order log fields for improved readability hkfires 2026-01-15 10:44:54 +08:00
  • 847be0e99d fix(auth): use base model name for auth matching by stripping suffix hkfires 2026-01-15 10:18:22 +08:00
  • f6a2d072e6 refactor(thinking): refine configuration logging hkfires 2026-01-15 09:51:30 +08:00
  • ed8b0f25ee fix(thinking): use LookupModelInfo for model data hkfires 2026-01-14 23:02:27 +08:00
  • 6e4a602c60 fix(thinking): map reasoning_effort to thinkingConfig hkfires 2026-01-14 22:45:07 +08:00
  • 2262479365 refactor(thinking): remove legacy utilities and simplify model mapping hkfires 2026-01-14 19:11:04 +08:00
  • 33d66959e9 test(thinking): remove legacy unit and integration tests hkfires 2026-01-14 16:39:28 +08:00
  • 7f1b2b3f6e fix(thinking): improve model lookup and validation hkfires 2026-01-14 16:30:28 +08:00
  • 40ee065eff fix(thinking): use static lookup to avoid alias issues hkfires 2026-01-14 15:44:08 +08:00
  • a75fb6af90 refactor(antigravity): remove hardcoded model aliases hkfires 2026-01-14 14:32:48 +08:00
  • 72f2125668 fix(executor): properly handle thinking application errors hkfires 2026-01-14 10:07:04 +08:00
  • e8f5888d8e fix(thinking): fix auth matching for thinking suffix and json field conflicts hkfires 2026-01-14 09:02:26 +08:00
  • 0b06d637e7 refactor: improve thinking logic hkfires 2026-01-14 08:32:02 +08:00
  • 5a7e5bd870 feat(auth): add Antigravity onboarding with tier selection v6.6.107 Luis Pater 2026-01-15 11:40:22 +08:00
  • 6f8a8f8136 feat(selector): add priority support for auth selection v6.6.106 Luis Pater 2026-01-15 07:08:24 +08:00
  • 5df195ea82 feat(docker): use environment variables for volume paths pikeman20 2026-01-15 05:42:51 +07:00
  • b163f8ed9e Fixed: #1004 v6.6.105 Luis Pater 2026-01-15 03:27:00 +08:00
  • a1da6ff5ac Fixed: #499 #985 v6.6.104 Luis Pater 2026-01-14 04:29:15 +08:00
  • 5977af96a0 fix(antigravity): prevent corrupted thought signature when switching models adrenjc 2026-01-13 18:24:05 +08:00
  • 43652d044c refactor(config): replace nonstream-keepalive with nonstream-keepalive-interval v6.6.103 Luis Pater 2026-01-13 03:14:38 +08:00
  • b1b379ea18 feat(api): add non-streaming keep-alive support for idle timeout prevention Luis Pater 2026-01-13 02:36:07 +08:00
  • 21ac161b21 fix(test): implement missing HttpRequest method in stream bootstrap mock hkfires 2026-01-12 16:33:43 +08:00
  • 94e979865e Fixed: #897 v6.6.102 Luis Pater 2026-01-12 10:46:47 +08:00
  • 6c324f2c8b Fixed: #936 v6.6.101 Luis Pater 2026-01-12 10:40:34 +08:00
  • 543dfd67e0 refactor(cache): remove max entries logic and extend signature TTL to 3 hours v6.6.100 Luis Pater 2026-01-12 00:20:44 +08:00
  • 28bd1323a2 Merge pull request #971 from router-for-me/codex v6.6.99 Luis Pater 2026-01-11 16:01:13 +08:00
  • 220ca45f74 fix(codex): only override instructions when upstream provides them hkfires 2026-01-11 15:52:21 +08:00
  • 70a82d80ac fix(codex): only override instructions in responses for OpenCode UA hkfires 2026-01-11 15:19:37 +08:00
  • ac626111ac feat(codex): add OpenCode instructions based on user agent hkfires 2026-01-11 13:36:35 +08:00
  • 5bb9c2a2bd Add candidate count parameter to OpenAI request extremk 2026-01-10 18:50:13 +08:00
  • 0b5bbe9234 Add candidate count handling in OpenAI request extremk 2026-01-10 18:49:29 +08:00
  • 14c74e5e84 Handle 'n' parameter for candidate count in requests extremk 2026-01-10 18:48:33 +08:00
  • 6448d0ee7c Add candidate count handling in OpenAI request extremk 2026-01-10 18:47:41 +08:00
  • b0c17af2cf Enhance Gemini to OpenAI response conversion extremk 2026-01-10 18:46:25 +08:00
  • 8cfe26f10c Merge branch 'sdk' into dev v6.6.98 Luis Pater 2026-01-10 16:26:23 +08:00
  • 80db2dc254 Merge pull request #955 from router-for-me/api Luis Pater 2026-01-10 16:26:07 +08:00
  • e8e3bc8616 feat(executor): add HttpRequest support across executors for better http request handling Luis Pater 2026-01-10 16:25:25 +08:00
  • bc3195c8d8 refactor(logger): remove unnecessary request details limit logic v6.6.97 Luis Pater 2026-01-10 14:46:59 +08:00
  • 6494330c6b feat(codex): add subscription date fields to ID token claims hkfires 2026-01-10 11:15:20 +08:00
  • 4d7f389b69 Fixed: #941 v6.6.96 Luis Pater 2026-01-10 01:01:09 +08:00
  • 95f87d5669 Merge pull request #947 from pykancha/fix-memory-leak Luis Pater 2026-01-10 00:40:47 +08:00
  • c83365a349 Merge pull request #938 from router-for-me/log v6.6.95 Luis Pater 2026-01-10 00:02:45 +08:00
  • 6b3604cf2b Merge pull request #943 from ben-vargas/fix-tool-mappings Luis Pater 2026-01-09 23:52:29 +08:00
  • af6bdca14f Fixed: #942 v6.6.94 Luis Pater 2026-01-09 23:41:50 +08:00
  • 1c773c428f fix: Remove investigation artifacts hemanta212 2026-01-09 17:47:59 +05:45
  • e785bfcd12 Use unprefixed Claude request for translation Ben Vargas 2026-01-09 00:54:35 -07:00
  • 47dacce6ea fix(server): resolve memory leaks causing OOM in k8s deployment hemanta212 2026-01-09 13:33:46 +05:45
  • dcac3407ab Fix Claude OAuth tool name mapping Ben Vargas 2026-01-09 00:10:38 -07:00
  • 7004295e1d build(docker): move stats export execution after image build hkfires 2026-01-09 11:24:00 +08:00
  • ee62ef4745 refactor(logging): clean up oauth logs and debugs hkfires 2026-01-09 11:20:55 +08:00
  • ef6bafbf7e fix(executor): handle context cancellation and deadline errors explicitly Luis Pater 2026-01-09 10:48:29 +08:00
  • ed28b71e87 refactor(amp): remove duplicate comments in response rewriter Luis Pater 2026-01-09 08:21:13 +08:00
  • d47b7dc79a refactor(response): enhance parameter handling for Codex to Claude conversion v6.6.93 Luis Pater 2026-01-09 05:20:19 +08:00
  • 49b9709ce5 Merge pull request #787 from sususu98/fix/antigravity-429-retry-delay-parsing Luis Pater 2026-01-09 04:45:25 +08:00
  • a2eba2cdf5 Merge pull request #763 from mvelbaum/feature/improve-oauth-use-logging Luis Pater 2026-01-09 04:43:21 +08:00
  • 3d01b3cfe8 Merge pull request #553 from XInTheDark/fix/builtin-tools-web-search Luis Pater 2026-01-09 04:40:13 +08:00
  • af2efa6f7e Merge pull request #605 from soilSpoon/feature/amp-compat Luis Pater 2026-01-09 04:28:17 +08:00
  • d73b61d367 Merge pull request #901 from uzhao/vscode-plugin Luis Pater 2026-01-08 22:22:27 +08:00
  • 59a448b645 feat(executor): centralize systemInstruction handling for Claude and Gemini-3-Pro models v6.6.92 Luis Pater 2026-01-08 21:05:33 +08:00
  • 4adb9eed77 Merge pull request #921 from router-for-me/atgy v6.6.91 Chén Mù 2026-01-08 19:20:32 +08:00
  • b6a0f7a07f fix(executor): update gemini model identifier to gemini-3-pro-preview hkfires 2026-01-08 19:14:52 +08:00
  • 1b2f907671 feat(executor): update system instruction handling for Claude and Gemini-3-Pro models v6.6.90 Luis Pater 2026-01-08 12:42:26 +08:00
  • bda04eed8a feat(executor): add model-specific support for "gemini-3-pro" in execution and payload handling Luis Pater 2026-01-08 12:27:03 +08:00
  • 67985d8226 feat(executor): enhance Antigravity payload with user role and dynamic system instructions v6.6.89 Luis Pater 2026-01-08 10:55:25 +08:00
  • cbcb061812 Update README_CN.md Jianyang Zhao 2026-01-07 20:07:01 -05:00
  • 9fc2e1b3c8 Update README.md Jianyang Zhao 2026-01-07 20:06:55 -05:00
  • 3b484aea9e Add Claude Proxy VSCode to README_CN.md Jianyang Zhao 2026-01-07 20:03:07 -05:00
  • 963a0950fa Add Claude Proxy VSCode extension to README Jianyang Zhao 2026-01-07 20:02:50 -05:00
  • f4ba1ab910 fix(executor): remove unused tokenRefreshTimeout constant and pass zero timeout to HTTP client v6.6.88 Luis Pater 2026-01-07 18:16:49 +08:00
  • 2662f91082 feat(management): add PostOAuthCallback handler to token requester interface v6.6.87 Luis Pater 2026-01-07 10:47:32 +08:00
  • c1db2c7d7c Merge pull request #888 from router-for-me/api-call-TOKEN-fix v6.6.86 Luis Pater 2026-01-07 01:19:24 +08:00
  • 5e5d8142f9 fix(auth): error when antigravity refresh token missing during refresh LTbinglingfeng 2026-01-07 01:09:50 +08:00
  • b01619b441 fix(management): refresh antigravity token for api-call $TOKEN$ LTbinglingfeng 2026-01-07 00:14:02 +08:00
  • f861bd6a94 docs: add 9Router to community projects in README v6.6.85 Luis Pater 2026-01-06 23:15:28 +08:00
  • 6dbfdd140d Merge pull request #871 from decolua/patch-1 Luis Pater 2026-01-06 22:58:53 +08:00
  • aa8526edc0 fix(codex): use unicode title casing for plan zhiqing0205 2026-01-06 10:24:02 +08:00
  • ac3ca0ad8e feat(codex): include plan type in auth filename zhiqing0205 2026-01-06 02:25:56 +08:00
  • fe6043aec7 fix(antigravity): preserve finish_reason tool_calls across streaming chunks MohammadErfan Jabbari 2026-01-05 18:45:25 +01:00
  • 386ccffed4 Update README.md decolua 2026-01-05 20:54:33 +07:00
  • 08d21b76e2 Update sdk/auth/filestore.go FakerL 2026-01-05 21:38:26 +08:00
  • ffddd1c90a Update README.md decolua 2026-01-05 20:29:26 +07:00
  • 33aa665555 fix(auth): persist access_token on refresh for providers that need it Zhi Yang 2026-01-05 10:21:29 +00:00
  • 00280b6fe8 feat(claude): add native request cloaking for non-claude-code clients maoring24 2026-01-05 20:32:51 +08:00
  • 8f8dfd081b Merge pull request #850 from can1357/main Luis Pater 2026-01-05 11:27:24 +08:00
  • 9f1b445c7c docs: add ProxyPilot to community projects in Chinese README Luis Pater 2026-01-05 11:23:48 +08:00
  • ae933dfe14 Merge pull request #858 from Finesssee/add-proxypilot Luis Pater 2026-01-05 11:20:52 +08:00
  • e124db723b Merge pull request #862 from router-for-me/gemini v6.6.84 Luis Pater 2026-01-05 10:41:07 +08:00
  • 05444cf32d fix(gemini): abort default injection on existing thinking keys hkfires 2026-01-05 10:24:30 +08:00
  • 8edbda57cf feat(translator): add thoughtSignature to node parts for Gemini and Antigravity requests v6.6.83 Luis Pater 2026-01-05 09:25:17 +08:00
  • 52760a4eaa fix(auth): use backend project ID for free tier Gemini CLI OAuth users CodeIgnitor 2026-01-05 02:41:24 +05:00
  • bc32096e9c fix: prevent race condition in objectstore auth sync Shun Kakinoki 2026-01-05 00:08:53 +09:00