CJACK.
d1f08cbb89
Merge pull request #83 from CJackHwang/dev
...
Merge pull request #81 from CJackHwang/codex/linear-mention-cja-8
Drop nameless assistant tool_calls and emit parsed tool_calls atomically in sieve
2026-03-08 01:36:38 +08:00
CJACK.
5484d6e59d
Merge pull request #81 from CJackHwang/codex/linear-mention-cja-8
...
Drop nameless assistant tool_calls and emit parsed tool_calls atomically in sieve
2026-03-07 23:15:54 +08:00
CJACK.
0ce3fd22a7
Address PR review: fenced-stream guard and multi ANTML calls
2026-03-07 17:45:43 +08:00
CJACK.
25e40cc3a6
Fix quality gate and expand Claude tool-call format compatibility
2026-03-07 17:27:29 +08:00
CJACK.
af68d21095
Improve Claude Code tool-call compatibility across mixed formats
2026-03-07 16:53:05 +08:00
CJACK.
1fafd25e86
add output_text.done event and remove transient stability report
2026-03-07 16:00:53 +08:00
CJACK.
5f8f28a943
add codex and claude-cli ds2api stability test report
2026-03-07 16:00:36 +08:00
CJACK.
94cf1bfcc7
drop nameless assistant tool history entries
2026-03-07 14:45:10 +08:00
CJACK.
13562cf521
Merge pull request #80 from CJackHwang/dev
...
Merge pull request #79 from CJackHwang/codex/analyze-and-optimize-issue-#77
fix: 避免 assistant.content=nil 注入 "null" 导致工具历史混杂
v2.3.1
2026-03-07 02:13:46 +08:00
CJACK.
75969e710d
Merge pull request #79 from CJackHwang/codex/analyze-and-optimize-issue-#77
...
fix: 避免 assistant.content=nil 注入 "null" 导致工具历史混杂
2026-03-06 22:20:47 +08:00
CJACK.
6c39c8e191
fix: 修复 text 为空时 content 回退丢失问题
2026-03-06 21:24:26 +08:00
CJACK.
0e261ff0a0
refactor: 统一内容归一化逻辑并补充 nil 回归测试
2026-03-06 18:25:27 +08:00
CJACK.
fab326eca1
fix: 修复工具历史注入 null 导致调用格式混乱
2026-03-05 18:20:42 +08:00
CJACK.
c033eceee7
Merge pull request #75 from CJackHwang/dev
...
Merge pull request #74 from CJackHwang/codex/fix-toolcall-whitelist-issue
Recognize and emit executable tool_calls in mixed prose streams; normalize roles and loosen tool-name matching
2026-03-03 01:30:44 +08:00
CJACK.
a10e03ebe0
Merge pull request #74 from CJackHwang/codex/fix-toolcall-whitelist-issue
...
Recognize and emit executable tool_calls in mixed prose streams; normalize roles and loosen tool-name matching
v2.3.0_Beta
2026-03-03 00:40:41 +08:00
CJACK.
a6aa4a1839
补充工具调用行为说明并修正测试文档过时命令
2026-03-03 00:39:02 +08:00
CJACK.
1c749b6803
Merge pull request #73 from CJackHwang/dev
...
Merge pull request #72 from CJackHwang/codex/review-changes-to-test-account-logic
Normalize mobile login numbers, skip completion flow for session-only account tests, and add tests
v2.2.1
2026-03-03 00:07:57 +08:00
CJACK.
c329bf26b6
Merge pull request #72 from CJackHwang/codex/review-changes-to-test-account-logic
...
Normalize mobile login numbers, skip completion flow for session-only account tests, and add tests
2026-03-02 23:56:27 +08:00
CJACK.
3ae5b57ebe
fix(deepseek): normalize mobile before login token refresh
2026-03-02 23:48:54 +08:00
CJACK.
0bf5d5440c
Merge pull request #69 from CJackHwang/dev
...
js对齐
v2.2.0
2026-03-01 07:22:42 +08:00
CJACK
d731a1fd4f
门禁
2026-03-01 07:20:24 +08:00
CJACK
93e9fb531d
js对齐
2026-03-01 07:15:35 +08:00
CJACK.
6daeb2553d
Merge pull request #68 from CJackHwang/dev
...
修复严重问题
2026-03-01 06:53:23 +08:00
CJACK
321b8a89ee
优化
2026-03-01 06:42:07 +08:00
CJACK
d84875e466
工具调用优化
2026-03-01 06:33:49 +08:00
CJACK
ea8c9a28a9
更新readme和icon
2026-03-01 06:22:41 +08:00
CJACK
a302fb3c25
修复
2026-03-01 05:55:46 +08:00
CJACK.
958bd124cc
Merge pull request #64 from CJackHwang/dev
...
修复已知问题
v2.1.9
2026-02-28 18:58:46 +08:00
CJACK.
b89e154e43
Merge pull request #63 from CJackHwang/codex/fix-issues-in-image-analysis
...
Use repository root Dockerfile, make Go cross-build robust, and fix process wait logic
2026-02-28 18:51:57 +08:00
CJACK.
01924f4a69
fix(docker): auto-detect target arch for local ARM builds
2026-02-28 18:39:33 +08:00
CJACK.
3725694bdf
Merge pull request #61 from ronghuaxueleng/main
...
feat(webui): 账号列表添加搜索过滤功能
2026-02-28 18:16:41 +08:00
root
21b12f583a
fix(admin): 账号测试始终发送默认消息以验证完整链路
...
测试接口不再仅验证会话创建,改为始终发送「你是谁?」
走完整 completion 路径,确保被封禁账号能被正确识别为失败。
2026-02-28 10:18:26 +08:00
root
d97b86e0ee
feat(webui): 账号列表添加搜索过滤功能
...
- 后端 GET /admin/accounts 支持 ?q= 参数,大小写不敏感匹配 identifier/email/mobile
- 前端搜索框内嵌于标题栏按钮行(测试全部按钮前)
- 搜索时重置到第 1 页,分页 total 反映过滤后数量
- 无匹配结果时显示专属提示文案(中英文)
2026-02-28 09:57:19 +08:00
qiangcao
0869ea56cd
Merge branch 'CJackHwang:main' into main
2026-02-28 09:18:20 +08:00
CJACK.
4768440627
Merge pull request #60 from CJackHwang/main
...
同步
2026-02-27 23:18:44 +08:00
CJACK.
9f91da403f
Merge pull request #59 from ronghuaxueleng/feature/account-improvements
...
feat: 账号测试状态持久化、分页选择器、点击账号名复制
v2.1.8
2026-02-27 23:16:05 +08:00
CJACK.
89e5ad24b9
Merge pull request #57 from jacob-sheng/feat/zeabur-oneclick
...
feat(zeabur): 一键部署模板
2026-02-27 23:12:13 +08:00
CJACK.
3f106ac112
Merge pull request #55 from BigUncle/fix/claude-toolcall
...
fix(claude): 修复工具调用兼容与解析回退
2026-02-27 23:11:46 +08:00
root
f6f6a651fd
feat: 账号测试状态持久化、分页选择器、点击账号名复制
...
- Account 结构加 TestStatus 字段,测试后写入 config.json
- listAccounts 接口返回 test_status,前端根据结果显示红/绿/黄状态点
- 分页选择器支持 10/20/50/100/500/1000/2000/5000
- 点击账号名自动复制到剪贴板,hover 显示复制图标,复制后显示绿色对勾
2026-02-27 21:30:43 +08:00
root
37b867c7ad
Merge branch 'docker'
2026-02-27 20:59:16 +08:00
root
25ea28a277
feat: 账号测试状态持久化、分页选择器、点击账号名复制
...
- Account 结构加 TestStatus 字段,测试后写入 config.json
- listAccounts 接口返回 test_status,前端根据结果显示红/绿/黄状态点
- 分页选择器支持 10/20/50/100/500/1000/2000/5000
- 点击账号名自动复制到剪贴板,hover 显示复制图标,复制后显示绿色对勾
2026-02-27 20:58:18 +08:00
root
0ac49ab32b
merge: 合并 main 分支到 docker,保留 docker-compose.yml 和 start.mjs
2026-02-27 20:21:20 +08:00
root
70c59eb71d
chore: 将 .claude/ 和 CLAUDE.local.md 从 git 跟踪中排除
2026-02-27 20:19:00 +08:00
AYANGarch
f60a3ea501
docs(readme): add ds2api whale icon
2026-02-26 23:18:57 +08:00
AYANGarch
3f09d60cdc
feat(zeabur): add one-click deploy template
2026-02-26 22:54:50 +08:00
BigUncle
d3b5493d2e
fix(claude): guard thinking tool-call fallback when final text exists
...
- only parse tool_calls from thinking when finalText is empty
- apply the same guard in stream runtime finalizer
- add regression tests for non-stream and stream paths
2026-02-26 00:41:39 +08:00
BigUncle
255feb2e65
fix(claude): 修复工具调用兼容与解析回退
...
- Claude 工具定义兼容 input_schema 与 function.parameters
- tool_calls 解析增加 thinking 回退与大小写无关工具名匹配
- 补充 claude/util 相关回归测试
2026-02-25 18:03:25 +08:00
CJACK.
4b73315df0
Merge pull request #51 from CJackHwang/dev
...
feat: Implement multi-stage Docker build for releases, reusing pre-bu…
v2.1.7
2026-02-23 04:06:18 +08:00
CJACK
a086e0cfa1
feat: Refactor Dockerfile to use BusyBox for core utilities and update healthcheck commands in Docker Compose and deployment documentation.
2026-02-23 04:05:22 +08:00
CJACK
f3bc022a36
feat: Implement multi-stage Docker build for releases, reusing pre-built artifacts from CI and updating documentation.
2026-02-23 03:52:55 +08:00