Changelog
- 59ad8f4 Merge pull request #2124 from RGBadmin/feat/auth-list-priority-note
- b1dcff7 Merge pull request #2141 from Muran-prog/fix/tool-calling-translation-2132
- 25f6c4a Merge pull request #2158 from sususu98/fix/antigravity-functionresponse-name
- db63f9b Merge pull request #2162 from enieuwy/fix/responses-api-json-valid-check
- 5b6342e feat(api): expose priority and note fields in GET /auth-files list response
- ff03dc6 fix(antigravity): resolve empty functionResponse.name for toolu_* tool_use_id format
- 8d8f597 fix(api): fallback to Metadata for priority/note on uploaded auths
- f90120f fix(api): propagate note to Gemini virtual auths and align priority parsing
- c1241a9 fix(api): restrict fallback note to string-typed JSON values
- dc7187c fix(websocket): pin only websocket-capable auth IDs and add corresponding test
- c8cee6a fix: skip empty assistant message in tool call translation (#2132)
- b24ae74 fix: validate JSON before raw-embedding function call outputs in Responses API