- Add StreamStatus type (relay/common) to track stream end reason (done/timeout/client_gone/scanner_error/eof/panic/ping_fail) and accumulate soft errors during streaming via sync.Once + sync.Mutex. - Add StreamResult (relay/helper) as the callback interface: adapters call sr.Error() for soft errors, sr.Stop() for fatal, sr.Done() for normal completion. No early-return problem — multiple errors per chunk are naturally supported. - Refactor StreamScannerHandler callback from func(string) bool to func(string, *StreamResult). All 9 channel adapters updated. - Write stream_status into log other JSON field (admin-only) with status ok/error, end_reason, error_count, and error messages. - Frontend: display stream status in log detail expansion for admins.
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| ai360 | Loading commit data... | |
| ali | Loading commit data... | |
| aws | Loading commit data... | |
| baidu | Loading commit data... | |
| baidu_v2 | Loading commit data... | |
| claude | Loading commit data... | |
| cloudflare | Loading commit data... | |
| codex | Loading commit data... | |
| cohere | Loading commit data... | |
| coze | Loading commit data... | |
| deepseek | Loading commit data... | |
| dify | Loading commit data... | |
| gemini | Loading commit data... | |
| jimeng | Loading commit data... | |
| jina | Loading commit data... | |
| lingyiwanwu | Loading commit data... | |
| minimax | Loading commit data... | |
| mistral | Loading commit data... | |
| mokaai | Loading commit data... | |
| moonshot | Loading commit data... | |
| ollama | Loading commit data... | |
| openai | Loading commit data... | |
| openrouter | Loading commit data... | |
| palm | Loading commit data... | |
| perplexity | Loading commit data... | |
| replicate | Loading commit data... | |
| siliconflow | Loading commit data... | |
| submodel | Loading commit data... | |
| task | Loading commit data... | |
| tencent | Loading commit data... | |
| vertex | Loading commit data... | |
| volcengine | Loading commit data... | |
| xai | Loading commit data... | |
| xinference | Loading commit data... | |
| xunfei | Loading commit data... | |
| zhipu | Loading commit data... | |
| zhipu_4v | Loading commit data... | |
| adapter.go | Loading commit data... | |
| api_request.go | Loading commit data... | |
| api_request_test.go | Loading commit data... |