Changelog
- 09970dc Accept Geminis Review Suggestion
- a2f8f59 Fix Gemini function-calling INVALID_ARGUMENT by relaxing Gemini tool validation and cleaning schema
- b9ff916 Merge branch 'main' into plus
- 19b4ef3 Merge pull request router-for-me#1102 from aldinokemal/main
- 873d415 Merge pull request router-for-me#1125 from NightHammer1000/dev
- 3c71c07 Merge pull request router-for-me#1131 from sowar1987/fix/gemini-malformed-function-call
- 6fb7d85 Merge pull request router-for-me#1137 from augustVino/fix/remove_empty_systemmsg
- 1d6e2e7 Merge pull request router-for-me#1140 from sxjeru/main
- 15ae83a Merge pull request router-for-me#1169 from router-for-me/payload
- f353a54 Merge pull request router-for-me#1171 from router-for-me/auth
- 9bf4a0c Merge pull request #120 from Xm798/fix/kiro-auth-method-case
- 1e4f9dd Merge pull request #123 from router-for-me/plus
- d81abd4 Returned the Code Comment I trashed
- a6cba25 Small fix to filter out Top_P when Temperature is set on Claude to make requests go through
- 7468356 chore(deps): update go.mod to add golang.org/x/sync and golang.org/x/text
- ecc850b feat(executor): apply payload rules using requested model
- a163490 feat(management): add PATCH endpoint to enable/disable auth files
- c32e2a8 fix(auth): handle context cancellation in executor methods
- 30a5916 fix(auth): handle quota cooldown in retry logic for transient errors
- 81b369a fix(auth): include requested model in executor metadata
- 25b9df4 fix(auth): normalize authMethod to lowercase on Kiro token import
- d5e3e32 fix(auth): normalize plan type filenames to lowercase
- 7ca045d fix(executor): adjust model-specific request payload
- 9fccc86 fix(executor): include requested model in payload configuration
- d29ec95 fix(translator): ensure system message is only added if it contains content
- 2f6004d perf(management): optimize auth lookup in PatchAuthFileStatus
- cc50b63 refactor(auth): remove unused provider execution helpers
- d9c6317 refactor(cache, translator): refine signature caching logic and tests, replace session-based logic with model group handling
- c8884f5 refactor(translator): enhance signature handling in Claude and Gemini requests, streamline cache usage and remove unnecessary tests
- abfca6a refactor(util): reorder gemini schema cleaner helpers
- 269a1c5 refactor: reuse placeholder reason description