Dustin Newkirk hobokenchicken
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-05 17:11:22 +00:00
76bf5b81d4 fix(gemini): rename field to thoughtSignature for native REST API compliance
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-05 17:06:11 +00:00
90a3f5d7f8 fix(gemini): correct sibling positioning and snake_case naming of thought_signature
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-05 16:56:35 +00:00
f7f6768333 fix(gemini): final alignment of thought_signature nesting and naming
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-05 16:50:16 +00:00
5bbd5f77b9 fix(gemini): prevent 400 by filtering proxy-generated IDs from thought_signature
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-05 16:45:39 +00:00
8a33b147f1 fix(gemini): align thought_signature logic with Gemini API requirements
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-05 16:35:01 +00:00
154b7b3b77 fix(gemini): resolve 404 by fixing double-beta in API URL
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-05 16:28:42 +00:00
3d43948dbe fix(gemini): improve Gemini 3 stability and diagnostics
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-05 16:18:23 +00:00
a75c10bcd8 fix(gemini): resolve compilation errors and enable Gemini 3 reasoning
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-05 16:03:29 +00:00
0dd6212f0a fix(gemini): resolve 400 errors by refining safety settings and sanitizing stop sequences
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-05 15:57:58 +00:00
f8598060f9 fix(gemini): resolve compilation errors and final parameter alignment
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-05 15:49:52 +00:00
3086a3b6d9 fix(gemini): sanitize tool parameters to remove unsupported JSON Schema fields
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-05 15:42:01 +00:00
fb98f0ebb8 fix(gemini): strictly enforce alternating roles and improve message merging
6b7e245827 feat(gemini): implement stream error probing for better diagnostics
Compare 2 commits »
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-05 15:33:28 +00:00
6010ec97a8 fix(gemini): resolve 404 by defaulting Gemini 3+ to v1 endpoint
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-05 15:26:38 +00:00
bdf7b63238 fix(gemini): resolve compilation error by moving get_base_url into impl block
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-05 15:25:03 +00:00
be9fdd9a52 fix(gemini): implement dynamic API versioning and support Gemini 3
e89658fd87 fix(gemini): add model mapping fallback and token clamping
Compare 2 commits »
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-05 15:16:56 +00:00
a022bd1272 fix(gemini): resolve 400 stream errors and improve client compatibility
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-05 13:48:27 +00:00
b0bd1fd143 fix(gemini): ensure conversation starts with user role and add empty message check
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-04 19:17:36 +00:00
5b6583301d fix(providers): add registry routing, OpenAI Responses support and Gemini streaming fallbacks; compile fixes
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-04 18:36:08 +00:00
5a8510bf1e feat(providers): model-registry routing + Responses API support and streaming fallbacks for OpenAI/Gemini
hobokenchicken pushed to main at LobotomyLabs/GopherGate 2026-03-03 20:37:20 +00:00
1453e64d4b feat(billing): add billing_mode to providers (postpaid support) & UI/migration