CJACK
|
13b1ec46ee
|
feat: Implement request tracing and enhance tool call streaming stability by preventing speculative deltas and improving multi-call finalization.
|
2026-02-21 19:19:05 +08:00 |
|
CJACK
|
e2cb07f08c
|
feat: Introduce stable call_id for OpenAI function_call and tool_calls events in streaming output, including reasoning text.
|
2026-02-21 09:47:38 +08:00 |
|
CJACK
|
db49a3ec02
|
feat: Standardize tool call and result history formatting for OpenAI and Claude adapters with updated prompt guidance.
|
2026-02-20 03:06:08 +08:00 |
|
CJACK
|
7307a5cc9a
|
feat: Implement admin settings UI, enhance admin authentication with password hashing, and add new streaming runtime logic for Claude and OpenAI adapters with extensive compatibility tests.
|
2026-02-19 02:45:38 +08:00 |
|
CJACK
|
51c543631b
|
refactor: Extract OpenAI streaming response payload construction into dedicated utility functions.
|
2026-02-18 23:40:34 +08:00 |
|
CJACK
|
895423852f
|
refactor: extract Claude and OpenAI response rendering into new util/render package
|
2026-02-18 23:35:37 +08:00 |
|
CJACK
|
eb253a9d3a
|
feat: Introduce standard request normalization and response building for OpenAI and Claude, enhance tool call streaming, and improve caller identification.
|
2026-02-18 23:35:17 +08:00 |
|
CJACK
|
3a75b75ae0
|
feat: Introduce model alias resolution, enhanced configuration options, and improved OpenAI/Claude adapter handling for responses, embeddings, and tool calls.
|
2026-02-18 23:06:18 +08:00 |
|
CJACK
|
f2b10992cc
|
test: Introduce comprehensive edge case tests for various internal packages including SSE, Claude, Auth, Account, Config, Deepseek, Admin, and Util.
|
2026-02-18 16:52:16 +08:00 |
|
CJACK
|
7beeea5779
|
feat: Implement streaming incremental tool call deltas with a new tool sieve and standalone parser.
|
2026-02-18 16:10:35 +08:00 |
|
CJACK
|
19289c9008
|
refactor: Modularize OpenAI message normalization and prompt building, enhancing MessagesPrepare to support additional content types and tool call formatting.
|
2026-02-18 00:54:54 +08:00 |
|
CJACK
|
07de35a093
|
refactor: centralize SSE stream parsing logic into a new sse package and update the PoW solver to honor context cancellation during module acquisition.
|
2026-02-17 04:40:01 +08:00 |
|
CJACK
|
23d5ac7fa2
|
feat: centralize DeepSeek SSE parsing, improve account identifier resolution, and simplify CORS configuration.
|
2026-02-17 03:45:55 +08:00 |
|
CJACK
|
534fd1d14b
|
feat: centralize utility functions, abstract SSE stream collection, and add concurrency to admin account testing.
|
2026-02-17 03:31:19 +08:00 |
|
CJACK
|
416b9939fc
|
Refactor admin handlers into specialized files and introduce OpenAI tool sieving and Vercel streaming capabilities.
|
2026-02-17 01:35:10 +08:00 |
|
CJACK
|
eeccc967f5
|
feat: Improve tool detection by implementing a new content splitting strategy that identifies suspicious prefixes.
|
2026-02-17 01:02:21 +08:00 |
|
CJACK
|
555df63fbc
|
feat: Implement tool call sieving and formatting for streaming responses in Node.js, add Go fallback for non-Vercel environments, and update Vercel configuration.
|
2026-02-17 00:26:34 +08:00 |
|
CJACK
|
770f5719d8
|
feat: implement stream lease management for Vercel hybrid streaming path to align occupancy duration with native Go streaming behavior.
|
2026-02-16 23:22:04 +08:00 |
|
CJACK
|
d70a0acaa8
|
feat: Introduce hybrid streaming for Vercel deployments using a Go prepare endpoint and Node.js stream handler to mitigate buffering.
|
2026-02-16 21:56:01 +08:00 |
|
CJACK
|
190881f13a
|
refactor: introduce a public app package to expose the internal/server router, resolving internal package import restrictions.
|
2026-02-16 19:11:55 +08:00 |
|
CJACK
|
057862f7fb
|
fix: harden webui path and account pool compatibility
|
2026-02-16 18:30:27 +08:00 |
|
CJACK
|
63ee2e41c2
|
feat: implement strict-client compatible streaming tool calls with index and add Vercel build troubleshooting guide.
|
2026-02-16 17:58:40 +08:00 |
|
CJACK
|
ac57cabc80
|
feat: Intercept and format tool calls, including unknown ones, from model responses in the OpenAI adapter, preventing raw JSON leaks and improving stream finalization.
|
2026-02-16 16:24:21 +08:00 |
|
CJACK
|
c7ffcd76e6
|
feat: Enhance DeepSeek API compatibility by updating SSE parsing, standardizing error responses, and improving API key management in the tester UI.
|
2026-02-16 15:17:42 +08:00 |
|
CJACK
|
57f2041edb
|
feat: enhance tool call parsing robustness, authentication flexibility, and streaming output for tool content
|
2026-02-16 01:24:52 +08:00 |
|
CJACK
|
a50e2ef5cd
|
feat: Introduce a new Go-based DeepSeek API proxy with adapters for Claude and OpenAI, including SSE parsing and updated build configurations.
|
2026-02-15 19:50:26 +08:00 |
|