Dustin Newkirk hobokenchicken
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 12:34:41 -05:00
2040b068e6 fix: resolve merge conflict in streaming code
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 12:31:08 -05:00
602f231de7 fix(streaming): use iter instead of once for [DONE] marker
Compare 2 commits »
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 12:24:30 -05:00
743dceafb4 fix(streaming): remove keep-alive to debug [DONE] marker issue
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 12:24:25 -05:00
df1e22d30b fix(streaming): remove keep-alive to debug [DONE] marker issue
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 11:56:21 -05:00
ea5c725aa8 fix(streaming): use iter instead of once for [DONE] marker
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 11:56:02 -05:00
602f231de7 fix(streaming): use iter instead of once for [DONE] marker
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 11:48:05 -05:00
056e0c93d2 fix(streaming): ensure [DONE] SSE marker uses correct error type
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 11:06:59 -05:00
9b1e0ff669 fix(gemini): tolerate non-candidate SSE chunks
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 10:59:51 -05:00
a7c692dae8 fix(streaming): terminate SSE with [DONE] and keep-alives
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 10:45:18 -05:00
b0446ad52c fix(dashboard): show Gemini and Grok models in provider views
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 10:11:12 -05:00
96b49c96a5 fix(config): wire up LLM_PROXY__CONFIG_PATH env var and fix database path in service
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 09:44:24 -05:00
d5e326bc65 fix(deploy): harden deploy.sh for Arch Linux and zero-downtime updates
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 09:30:11 -05:00
1a198ede6d fix(dashboard): align user modal form styling with dashboard design system
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 09:22:05 -05:00
90b26bbfea fix(dashboard): use correct modal CSS classes in user management page
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-02 15:59:02 -05:00
e07377adc0 feat: add multi-user RBAC with admin/viewer roles and user management
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-02 15:29:31 -05:00
5bf41be343 feat(dashboard): add time-frame filtering and used-models-only pricing
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-02 15:14:17 -05:00
54c45cbfca feat(auth): add DB-based token authentication for dashboard-created clients
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-02 14:56:26 -05:00
4e53b05126 feat(dashboard): add client editing with PUT endpoint and edit modal
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-02 14:45:26 -05:00
db5824f0fb feat: add cache token tracking and cache-aware cost calculation
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-02 14:14:58 -05:00
232f092f27 fix(server): map provider names to registry keys for /v1/models