1c14be0c33
fix(thread-memory): 修复语言识别与队列健壮性
2026-05-18 16:03:53 +08:00
cba81112fd
feat: 对齐df的注入模式
2026-05-18 16:03:53 +08:00
03aa9dd8f8
feat:写入跟用户相同的语言的记忆
2026-05-18 16:03:53 +08:00
31daed1887
feat: 数据结构向df的memory.json对齐
2026-05-18 16:03:53 +08:00
7db468aa6f
feat: 增加MD列
2026-05-18 16:03:53 +08:00
b49e838980
feat:json会话记忆
2026-05-18 16:03:53 +08:00
6197a1c14d
feat: 工具调用的description使用用户的语言
2026-05-18 16:03:53 +08:00
f3558d6bb2
feat: implement shallow SQLite checkpoint savers and update configuration for persistence modes
2026-05-08 10:58:09 +08:00
f209057b18
dev: 复制会话id按钮和跳转新会话的按钮
2026-05-07 10:51:44 +08:00
cb56507767
fix: 重置按钮放在头部,返回按钮的逻辑不变
2026-05-07 10:34:53 +08:00
b7f2001914
fix:修复需求遗留问题:hasSubmitted变量。现在不需要通过第一次发出对话来切换欢迎页和对话页
2026-05-07 10:17:34 +08:00
cd4c33f3cd
feat: 快捷skill按钮更新
2026-05-06 17:34:02 +08:00
96cdf2819c
dev: 版本推进
2026-05-06 15:19:55 +08:00
46711ffec8
fix:国际化配置余额不足
2026-05-06 15:16:35 +08:00
345a143e38
fix:补上向主页面发送isChatting的逻辑
2026-05-06 13:46:05 +08:00
9b8bc09414
feat(guardrails): 添加工具调用安全中间件,强化了调用前检查和隐私保护
2026-05-06 10:33:48 +08:00
ab9555255a
feat: implement provider task ID extraction with fallback paths and add unit tests
2026-04-30 19:52:12 +08:00
f101d8bd3e
feat: remove redundent API key header appending, enhance error handling about http error in request forwarding
2026-04-30 17:24:26 +08:00
7e2be324ff
feat(docs): update Skill Proxy Migration Guide to clarify API key handling and usage markers
2026-04-30 15:44:49 +08:00
f584c3e53b
feat: enhance billing integration with usage token extraction and API key handling
2026-04-30 11:24:38 +08:00
169332ab29
feat: enhance third-party proxy billing integration with multiple usage paths and update migration guide
2026-04-30 11:24:38 +08:00
1124a2e371
Stop tracking skills folder and update .gitignore
2026-04-30 11:24:38 +08:00
7178c14705
fix(docs): update default DEER_FLOW_GATEWAY_URL to use port 8101 in migration guide
2026-04-30 11:24:38 +08:00
6ece5e0c39
feat(docker): add backend/.deer-flow to .dockerignore and update .gitignore to include skills/
2026-04-30 11:24:38 +08:00
4ef9b896e3
chore(todo): 添加中文 TODO 注释
...
- billing 中间件补充文案国际化 TODO
- 输入框补充 is_chatting 持久化 TODO
2026-04-29 00:24:12 +08:00
927edfb610
fix(clarification): 修复 options 字符串被逐字符渲染为有序列表项
...
- 为 ask_clarification 增加 options 归一化处理
- 支持 JSON 数组字符串解析为选项列表
- 非 JSON 字符串降级为单个选项,避免逐字编号
2026-04-29 00:05:56 +08:00
08e8de5e3e
fix(workspace): 恢复先删后建并修复新会话初始化时序
...
- 新会话初始化改为 delete -> create
- 通过初始化就绪门控,确保 history 在创建完成后再加载
- 发送消息前等待初始化完成,避免与初始化并发
2026-04-28 18:34:18 +08:00
d1cdb7eef7
fix(workspace): 调整输入区与消息展示逻辑
...
- 输入框新增返回欢迎页按钮
- 人类消息展示保留原始换行
- 调整引用刷新策略与中英文文案
2026-04-28 18:29:39 +08:00
1fd7a5d4f7
fix(backend): 修复 replace 标记泄漏到展示层
2026-04-24 18:37:30 +08:00
299d819026
feat(references): 统一引用来源并过滤 uploads/skill
2026-04-24 18:37:30 +08:00
2d50c49369
chore(i18n): 更新中文模型推荐项映射
2026-04-24 18:37:30 +08:00
74813ff61d
fix(frontend-workspace): 修复引用滚动与产物路径解析
2026-04-24 18:37:30 +08:00
d8226b834c
feat(frontend-messages): 支持摘要折叠与表格导出
2026-04-24 18:37:30 +08:00
256a2d36ec
feat(backend): 增加摘要标题与产物状态对账
2026-04-24 18:37:30 +08:00
31f4bdb99a
fix: 修复单个\n输入,渲染时不会换行的问题
2026-04-24 18:37:30 +08:00
6853ed71bc
refactor(workspace): 将颜色 token 重命名为语义化命名
2026-04-24 18:37:30 +08:00
81bd9b3d74
fix(docker): update gateway port mapping from 8001 to 8101 for direct access
2026-04-24 18:02:53 +08:00
1ffe32fe00
feat(docs): add Skill Proxy Migration Guide for transitioning to gateway-based API calls
2026-04-23 17:29:27 +08:00
f677c653bd
feat(docker): set timezone to Asia/Shanghai and add restart command for services
2026-04-23 17:29:27 +08:00
dabe529cc7
feat(proxy): add third-party proxy module with billing integration
...
- Introduced a new third-party proxy package for handling async task APIs.
- Implemented billing client with reserve and finalize functionalities.
- Created an in-memory ledger to track call states and ensure idempotency.
- Added route classification for submit and query requests.
- Configured third-party provider settings and routes in the application config.
- Updated local backend to support Docker networking for sandbox containers.
2026-04-23 17:29:27 +08:00
8d5b01a59b
fix(billing_middleware): update model configuration retrieval to use 'model' instead of 'display_name'
2026-04-23 17:29:27 +08:00
77801c03ff
feat(aio_sandbox): add extra_env parameter for thread_id injection in sandbox creation
2026-04-23 17:29:27 +08:00
d337e46868
feat: 更新文生图为GPT-Image-2
2026-04-23 17:10:55 +08:00
9fc7b25a01
feat: 更新快捷skill按钮
2026-04-23 13:49:09 +08:00
18e39deece
fix: 注释掉提交按钮和审核按钮,后端接口正在维护
2026-04-23 10:47:08 +08:00
54ef439226
fix(08): 用主题色替换留存的 white/black 工具颜色,
2026-04-23 10:31:09 +08:00
161e5fad3c
docs(08-04): 添加执行总结
2026-04-23 10:30:53 +08:00
45ce998578
fix(08-04): 使主题颜色检查在各工作区状态下都更健壮
...
- 通过注入的探测节点断言 bg-background,而非依赖易碎的可见布局选择器
- 移除未使用的颜色解析辅助函数,保持悬停/可见性断言具有确定性
2026-04-23 10:30:26 +08:00
56cdadb082
fix(08-04): 稳定主题颜色端到端测试断言
...
- 使用 bg-background 探测节点来断言亮色/暗色主题下根节点令牌的差异
- 放宽暗色主题下的可见性检查,改为非透明悬停状态,避免不稳定的对比度阈值
2026-04-23 10:29:55 +08:00
3601dd2369
docs(08-04): 完成第 8 阶段验证约定
...
- 将占位符替换为可执行的快速/完整验证命令
- 添加 08-01 至 08-04 各任务的验证映射,包含需求链接与威胁链接
2026-04-23 10:29:27 +08:00