Commit Graph

2087 Commits

Author SHA1 Message Date
mt
0bd9b9bdcb feat(brand): workspace 组件接入品牌文案和 Logo 切换
- layout.tsx: 包裹 BrandProvider + BrandSessionInitializer,SidebarProvider 注入 rootClassName
- welcome.tsx: copy.productLabel 替代硬编码,appLogoSrc 条件渲染 Image/文字
- workspace-header.tsx: 侧边栏折叠时显示品牌缩写,展开时显示 Logo 或 appName
2026-06-10 17:51:46 +08:00
mt
62fd2e6f06 feat(brand): 新增品牌切换系统核心模块
- 定义 Brand 类型、BrandCopy 文案映射、BRAND_COPY 配置
- BrandProvider + useBrand hook 提供 brand/copy/rootClassName
- BrandSessionInitializer 从 URL ?isSxwz= 初始化品牌会话
- sessionStorage 持久化 + URL 参数优先级解析
- parseBrandFromSearchParams 区分为 true/false/无参数三种情况
- 新增 default 品牌 Logo (coxwork.png)
2026-06-10 17:51:34 +08:00
63563ce6a3 feat: 重置会话时新增checkbox,清除当前会话的memory 2026-06-02 10:21:33 +08:00
dd98337a92 fix: 修复错误的id 2026-06-01 17:57:29 +08:00
0fdeb27e06 fix(workspace): 优化欢迎建议布局并完善输入框提交判断 2026-06-01 17:55:03 +08:00
f0f7b8df4d script: 添加git hook,每次push之前都rebase git-main 2026-05-18 16:31:05 +08:00
ae2cfa2386 chore:快捷Skill按钮维护 2026-05-18 16:03:53 +08:00
15b295f45e dev:版本推进 2026-05-18 16:03:53 +08:00
453ef0d4da chore: 快捷Skill按钮维护 2026-05-18 16:03:53 +08:00
d2d7d0fc99 chore:隐藏管理记忆的入口 2026-05-18 16:03:53 +08:00
41ac04f9f9 feat: 本地清理旧用户遗留的localstorage 2026-05-18 16:03:53 +08:00
92b6bcc5fb feat(ThreadMemoryPanel): 新增会话记忆下拉面板并完成 i18n 接入 2026-05-18 16:03:53 +08:00
fc9a30c784 fix: 修复图标属性名为小驼峰 2026-05-18 16:03:53 +08:00
e338fa90d6 refactor(memory): 切换线程记忆为纯 memory_json 存储
移除 thread_memory 对 memory_md/Markdown 解析的运行时依赖,仅保留 memory_json 读写路径。\n同步更新 SQLite/MySQL 存储实现与测试基线,并补充迁移文档的最终状态说明。
2026-05-18 16:03:53 +08:00
86a1460d5e fix(workspace): 修复复制消息时误带隐藏上下文内容 2026-05-18 16:03:53 +08:00
88732e58c4 feat: 使用大模型美观输出,等待用户输入之后,大模型输出规范json,再反序列化存入数据库。 2026-05-18 16:03:53 +08:00
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