CJACK
|
0c644d1f4d
|
refactor: remove legacy function call support and simplify tool sieve logic
|
2026-04-19 04:38:48 +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
|
caafdedb00
|
feat: implement OpenAI-compatible file upload and reference handling for DeepSeek API
|
2026-04-12 23:30:22 +08:00 |
|
CJACK.
|
a14e5b0847
|
temporarily ignore upstream token usage fields globally
|
2026-04-07 19:40:47 +08:00 |
|
CJACK.
|
96b8587c5b
|
Fix token usage propagation and remove stale env docs
|
2026-04-07 08:27:03 +08:00 |
|
CJACK
|
97e72fb174
|
feat: add configurable auto-delete modes (none, single, all) for remote chat sessions
|
2026-04-05 04:18:34 +08:00 |
|
CJACK.
|
8a2c500806
|
treat content filter as normal stop and hide leaked suffix
|
2026-04-03 00:47:11 +08:00 |
|
CJACK.
|
20b603666d
|
Allow standalone parser to detect mixed prose tool JSON
|
2026-03-20 02:03:32 +08:00 |
|
latticeon
|
f6296d506f
|
fix: 修改批量删除会话方式
- 从逐条单个删除改为官方的批量删除接口
- 单个删除函数保留备用
|
2026-03-16 16:23:39 +08:00 |
|
latticeon
|
dfea092583
|
fix: 更新测试 mock 结构体以实现新增的接口方法
会话管理功能新增接口方法后,同步更新测试 mock 结构体:
- mockOpenAIConfig: 添加 AutoDeleteSessions() 方法
- streamStatusDSStub: 添加 DeleteAllSessionsForToken() 方法
- testingDSMock: 添加 DeleteAllSessionsForToken() 和 GetSessionCountForToken() 方法
同时修复 client_session_delete.go 中 fmt.Errorf 使用非常量格式字符串的编译错误,改用 errors.New()
|
2026-03-16 11:58:07 +08:00 |
|
CJACK
|
d84875e466
|
工具调用优化
|
2026-03-01 06:33:49 +08:00 |
|
CJACK
|
5d3989a9a7
|
test: Add stream status capture tests for OpenAI and Claude adapters.
|
2026-02-22 01:28:08 +08:00 |
|