CJACK
ab9f3cc417
refactor: remove unused leakedDanglingThinkOpenPattern regex from output sanitizer
2026-04-13 03:40:20 +08:00
CJACK
c92ed8d3c3
refactor: rename apiTester testSuccess key to requestSuccess and update localization files
2026-04-13 03:24:39 +08:00
CJACK
d78789a66e
feat: implement error handling for empty upstream responses in chat streams and update UI to display stream-level errors
2026-04-13 03:22:38 +08:00
CJACK
acb110865f
feat: implement cross-account validation and improved error handling for file attachments in API tester
2026-04-13 03:15:12 +08:00
CJACK
ffca8be597
feat: implement file readiness polling and add IsImage field to upload results
2026-04-13 02:55:45 +08:00
CJACK
7ef6a7d11f
feat: update to v3.4.0 and redesign model selection UI with a dropdown and descriptive panel
2026-04-13 02:27:12 +08:00
CJACK
d53a2ea7d2
refactor: remove unused purpose parameter from upload and upstream empty output handlers
2026-04-13 01:59:51 +08:00
CJACK
daa636e040
refactor: handle upstream thinking-only responses as errors and sanitize dangling think tags in output
2026-04-13 01:55:14 +08:00
CJACK
aa41bae044
feat: add file attachment support to chat interface and API requests
2026-04-13 00:04:38 +08:00
CJACK
2027c7cd77
fix: add JSON headers to DeepSeek requests and prevent string content from being parsed as file IDs in OpenAI adapter
2026-04-12 23:49:56 +08:00
CJACK
0591128601
refactor: fix file handling error suppression, optimize hash calculation, and update API documentation with additional models
2026-04-12 23:35:57 +08:00
CJACK
caafdedb00
feat: implement OpenAI-compatible file upload and reference handling for DeepSeek API
2026-04-12 23:30:22 +08:00
CJACK
0a23c77ff7
feat: add sanitization for think tags and BOS markers in leaked output and update golang.org/x/net dependency
2026-04-12 17:43:57 +08:00
CJACK.
d759804c33
Merge pull request #255 from CJackHwang/codex/refactor-prompt-concatenation-using-tokenizer
...
feat(prompt): tokenizer-style prompt stitching with thinking-prefix support
2026-04-12 17:14:48 +08:00
CJACK.
433a3a877d
feat(prompt): align DeepSeek prompt assembly with tokenizer-style turns
2026-04-12 13:59:42 +08:00
CJACK.
792e295512
Merge pull request #254 from CJackHwang/main
...
Update VERSION
2026-04-08 20:24:03 +08:00
CJACK.
d053d9ad04
Update VERSION
2026-04-08 20:22:55 +08:00
CJACK.
04e025c5e1
Update README.MD
2026-04-08 18:21:09 +08:00
CJACK.
184cbed3cb
Merge pull request #252 from CJackHwang/dev
...
Merge pull request #249 from shuaihaoV/feat/deepseek-model-type-families
Add default, expert, and vision DeepSeek model families
v3.3.0
2026-04-08 18:06:07 +08:00
CJACK.
378f99be4a
Merge pull request #249 from shuaihaoV/feat/deepseek-model-type-families
...
Add default, expert, and vision DeepSeek model families
2026-04-08 17:53:02 +08:00
Shuaihao
ba76a2163b
Add default, expert, and vision DeepSeek model families
2026-04-08 14:37:22 +08:00
CJACK.
af9c51f3a7
Merge pull request #245 from CJackHwang/dev
...
Merge pull request #244 from CJackHwang/codex/temporarily-switch-to-internal-usage-count
Temporarily ignore DeepSeek upstream usage fields and prefer internal token estimation
v3.2.0
2026-04-07 21:27:32 +08:00
CJACK.
92bb25265e
Merge pull request #246 from CJackHwang/codex/fix-review-comments-before-merging
...
Fix proxy-bound fallback behavior and redact proxy password responses
2026-04-07 21:26:13 +08:00
CJACK.
84050d87e4
fix proxy fallback binding and redact proxy password responses
2026-04-07 21:22:28 +08:00
CJACK.
c6a6f1cf4e
Merge pull request #244 from CJackHwang/codex/temporarily-switch-to-internal-usage-count
...
Temporarily ignore DeepSeek upstream usage fields and prefer internal token estimation
2026-04-07 20:39:36 +08:00
CJACK.
f4ed10d38d
disable token-mismatch gate by default in raw stream simulator
2026-04-07 20:38:29 +08:00
CJACK.
d9e65c9710
remove upstream token-usage plumbing and always estimate from content
2026-04-07 20:12:18 +08:00
CJACK.
a14e5b0847
temporarily ignore upstream token usage fields globally
2026-04-07 19:40:47 +08:00
CJACK.
b59e991ad5
Merge pull request #241 from tanaer/feat/proxy-ip-management-dev
...
feat: 增加 SOCKS5/SOCKS5H 代理管理与账号代理路由
2026-04-07 17:14:48 +08:00
Jason.li
c84347b625
docs: align agent rules with quality gate lint
2026-04-07 14:19:40 +08:00
Jason.li
8ae2ea10c8
feat(proxy): add proxy IP management and account routing
...
Add admin CRUD and connectivity checks for SOCKS5/SOCKS5H proxy nodes.
Allow accounts to bind to a proxy, route DeepSeek requests through the selected node, and expose proxy management in the admin UI.
2026-04-07 14:16:13 +08:00
CJACK.
d32765bc84
Merge pull request #240 from CJackHwang/dev
...
Merge pull request #239 from CJackHwang/codex/fix-escaping-issues-and-token-counting
Fix HTML-escaped tool-call args and preserve upstream token usage (stream & non-stream)
2026-04-07 13:16:49 +08:00
CJACK.
08b1344f81
Merge pull request #242 from CJackHwang/codex/fix-issues-in-pull-request-#240
...
fix: avoid double-decoding XML entity text in markup tool-call parsing
2026-04-07 13:16:01 +08:00
CJACK.
8b0da7b6f8
fix: avoid double XML entity decoding in toolcall parser
2026-04-07 13:14:30 +08:00
CJACK.
1c95942e5d
Merge pull request #239 from CJackHwang/codex/fix-escaping-issues-and-token-counting
...
Fix HTML-escaped tool-call args and preserve upstream token usage (stream & non-stream)
2026-04-07 12:56:02 +08:00
CJACK.
da7c46b278
Limit HTML unescape to markup tool-call parsing
2026-04-07 12:55:06 +08:00
CJACK.
cfcca69396
Update VERSION
2026-04-07 12:46:15 +08:00
CJACK.
4475bfe92f
Merge pull request #238 from CJackHwang/codex/remove-project-structure-section-from-main-document
...
docs: remove duplicated project structure sections from READMEs
2026-04-07 12:36:30 +08:00
CJACK.
77a401fb19
Fix tool-call HTML escaping and stabilize usage token mapping
2026-04-07 12:35:50 +08:00
CJACK.
a935f61f74
docs: remove duplicated project structure sections from READMEs
2026-04-07 12:32:52 +08:00
CJACK.
80b88b37ff
Merge pull request #236 from CJackHwang/codex/review-and-reorganize-all-md-documents
...
docs: add architecture docs and centralize documentation index; update READMEs and API links
2026-04-07 11:55:11 +08:00
CJACK.
475c9086d2
docs: 为展开目录树补充文件夹作用注释
2026-04-07 11:51:14 +08:00
CJACK.
8cfba9c650
Merge pull request #232 from CJackHwang/dev
...
refactor: improve XML tool parsing robustness, update system prompt constraints, and simplify tool filtering logic
2026-04-07 11:13:44 +08:00
CJACK.
98131881ed
Merge pull request #234 from CJackHwang/codex/fix-documentation-and-accumulated_token_usage
...
Propagate DeepSeek SSE token usage to /v1/responses and remove stale POW env docs
2026-04-07 11:02:44 +08:00
CJACK.
86ecbc89bd
Preserve SSE frame delimiters when injecting Gemini usage
2026-04-07 10:59:27 +08:00
CJACK.
668b9c26bd
Unify token usage pass-through on OpenAI translate pipeline
2026-04-07 10:16:23 +08:00
CJACK.
5bcea3d727
Propagate upstream token usage across Gemini usage metadata
2026-04-07 10:16:00 +08:00
CJACK.
96b8587c5b
Fix token usage propagation and remove stale env docs
2026-04-07 08:27:03 +08:00
CJACK.
d09260d06f
Merge pull request #233 from CJackHwang/main
...
依赖升级
2026-04-07 07:12:40 +08:00
CJACK.
554b95d232
Merge pull request #231 from CJackHwang/dependabot/npm_and_yarn/webui/npm_and_yarn-7c6ac41456
...
chore(deps-dev): bump vite from 8.0.3 to 8.0.5 in /webui in the npm_and_yarn group across 1 directory
2026-04-07 07:02:53 +08:00