Dustin Newkirk hobokenchicken
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 18:41:00 +00:00
656a6f31ce fix(streaming): use async_stream to ensure [DONE] is always sent
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 18:30:40 +00:00
e0948a3e7f fix(streaming): use repeat_with + take for [DONE] marker
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 18:24:27 +00:00
5325068305 fix(streaming): restore SSE with [DONE] chain
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 18:06:55 +00:00
adbaa146fb docs: update README, deployment guide, and dashboard docs
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 18:02:12 +00:00
2a7a380977 fix(streaming): collect chunks then stream with explicit [DONE]
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 17:54:25 +00:00
2508a745c6 fix(streaming): use iter vec for [DONE] marker
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 17:47:21 +00:00
545664f0dd fix(streaming): attempt to detect final chunk for [DONE] marker
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 17:41:18 +00:00
99716d97ef fix(streaming): emit [DONE] using chain on aggregator stream
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 17:34:41 +00:00
2040b068e6 fix: resolve merge conflict in streaming code
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 17:31:08 +00: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 17:24:30 +00:00
743dceafb4 fix(streaming): remove keep-alive to debug [DONE] marker issue
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 17:24:25 +00:00
df1e22d30b fix(streaming): remove keep-alive to debug [DONE] marker issue
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 16:56:21 +00:00
ea5c725aa8 fix(streaming): use iter instead of once for [DONE] marker
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 16:56:02 +00:00
602f231de7 fix(streaming): use iter instead of once for [DONE] marker
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 16:48:05 +00:00
056e0c93d2 fix(streaming): ensure [DONE] SSE marker uses correct error type
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 16:06:59 +00:00
9b1e0ff669 fix(gemini): tolerate non-candidate SSE chunks
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 15:59:51 +00:00
a7c692dae8 fix(streaming): terminate SSE with [DONE] and keep-alives
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 15:45:18 +00:00
b0446ad52c fix(dashboard): show Gemini and Grok models in provider views
hobokenchicken pushed to main at hobokenchicken/GopherGate 2026-03-03 15:11:12 +00: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 14:44:24 +00:00
d5e326bc65 fix(deploy): harden deploy.sh for Arch Linux and zero-downtime updates