CJACK
|
af7c7c6770
|
refactor: rename sanitizeLeakedToolHistory to sanitizeLeakedOutput for improved clarity
|
2026-03-30 01:06:22 +08:00 |
|
CJACK.
|
6a39543288
|
fix tool-call json leaks when feature_match is disabled
|
2026-03-22 08:29:01 +08:00 |
|
CJACK.
|
6758514c61
|
chore: remove obsolete openai tool-history normalization helpers
|
2026-03-22 00:28:32 +08:00 |
|
CJACK.
|
2bbf603148
|
fix: address PR #97 review findings
|
2026-03-18 00:52:24 +08:00 |
|
latticeon
|
f6296d506f
|
fix: 修改批量删除会话方式
- 从逐条单个删除改为官方的批量删除接口
- 单个删除函数保留备用
|
2026-03-16 16:23:39 +08:00 |
|
latticeon
|
af7dc134bb
|
fix: 修复会话管理相关问题并拆分文件
1. 修复无限循环问题
- DeleteAllSessions/DeleteAllSessionsForToken 添加无进度检测
- 连续 3 轮删除失败则退出循环
- DeleteAllSessionsForToken 添加 cursor 推进逻辑
2. 修复字段语义不准确
- TotalCount 重命名为 FirstPageCount
- 明确该值仅统计第一页,多页账户需关注 HasMore
3. 修复 defer 执行顺序问题
- 合并两个 defer,确保先删除会话再释放账号
- 使用同步删除避免并发截断风险
4. 文件拆分
- 新建 client_session_delete.go 处理会话删除
- client_session.go 专注于会话查询
|
2026-03-16 01:44:21 +08:00 |
|
latticeon
|
2657d37f76
|
添加会话数量显示与清除功能
添加会话清除功能,增强安全性,避免账号被盗等情况泄露源代码
账号列表点击测试后显示账号的会话数量
设置页添加自动清除开关,每次调用后清除被调用账号的所有会话
|
2026-03-16 00:50:31 +08:00 |
|
CJACK
|
6c48429b90
|
feat: Implement DeepSeek integration, refactor model adapters for streaming and tool calls, enhance admin and account management, and introduce new UI features for settings, API testing, and Vercel sync.
|
2026-02-22 17:25:48 +08:00 |
|