肖应宇
e800d80152
feat(localStorage): 隐藏模型选择器并调整输入框样式
...
- 注释掉 InputBox 中的 ModelSelector 组件
- 临时将 localStorage 设置置空
2026-03-25 17:43:55 +08:00
肖应宇
5d80195c64
feat: 删除ppt快捷Skill
2026-03-24 12:33:50 +08:00
肖应宇
5b3157f83e
feat(ui): 单文件时文件标题居中
2026-03-24 10:41:16 +08:00
肖应宇
ff0c25db54
feat(ui): 新增文件名截断工具及下拉菜单文本溢出优化
...
- 新增 truncateMiddle 工具函数,支持中英文混合字符串按视觉宽度截断
- artifact-file-list 和 dropdown-selector 应用截断处理,避免长文本溢出
- dropdown-menu 和 ArtifactTitle 添加文本溢出省略样式
2026-03-24 10:28:50 +08:00
肖应宇
fd43a7ae68
fix: 删除正在初始化skill的文字;注释侧边栏
2026-03-23 17:25:17 +08:00
肖应宇
d2d3b73f53
feat(i18n): 附件删除按钮国际化
...
- 调整 prompt-input 附件删除按钮样式,默认隐藏,hover 时显示
2026-03-23 17:17:18 +08:00
肖应宇
da2023b42b
feat(artifacts): 新增 Markdown 导出 DOCX/PDF 功能
...
- 新增 document-converter.ts 工具模块,支持 Markdown 转换为 DOCX(docx 库)和 PDF(html2pdf.js)
- 在 artifact-file-detail 添加下载菜单选项(downloadAsDocx、downloadAsPdf)
- .gitignore 添加 docs 目录忽略
2026-03-23 17:09:39 +08:00
肖应宇
04df7e25b1
fix: svg属性名写成小驼峰形式,复制按钮紧贴所属信息。
2026-03-23 15:40:29 +08:00
肖应宇
3a86f5f791
fix: 更换快速skill按钮的id
2026-03-23 15:02:45 +08:00
肖应宇
269d65ff98
fix: 将等待复制的内容data重命名为text
2026-03-23 14:05:38 +08:00
肖应宇
8dac856258
fix: 修复复制功能,向主页面发送信息;修复user的信息离复制按钮太远的问题;
2026-03-23 13:34:49 +08:00
肖应宇
fc1f38a545
feat: 发送消息后,对话框自动收起
2026-03-23 11:31:31 +08:00
肖应宇
b97e96d29e
fix: 修复点击退出按钮没有中断的问题;兼容了工具调用中断后过滤一遍message;
2026-03-23 10:23:09 +08:00
肖应宇
e4c31b3b1e
fix: 修复容器宽度错误的问题
2026-03-20 16:53:19 +08:00
肖应宇
03e95aee91
feat(ui): 调整聊天页布局比例及 artifacts 滚动条遮挡处理
...
- 修改 artifactsOpen 时容器宽度从 70% 改为 50%
- 文件阅读区添加圆角样式
- 文件阅读区添加滚动条顶部遮挡层,优化视觉体验
- 代码编辑器增加 py-[20px] 内边距
- InputBox 已提交状态强制显示阴影效果
2026-03-20 16:31:28 +08:00
肖应宇
0e3da716ed
style: 格式化代码
...
Prettier 格式化 CSS 类名顺序
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 10:19:06 +08:00
肖应宇
90ba04de20
Merge branch 'main' of https://git.xueai.art/skills/deerflow2 into feat/originui
2026-03-20 10:13:18 +08:00
肖应宇
fb226f85a8
feat(ui): 重构聊天页布局并规范化 iframe 通信
...
- 移除 ResizablePanel 组件,改用自定义 flex 布局实现聊天区与 artifacts 面板
- 调整 artifacts 面板样式,支持全屏模式下的布局切换
- 新增 iframe-messages.ts 统一 postMessage 通信协议,定义 FULLSCREEN、SELECT_SKILL 等消息类型
- 优化 artifacts 工具栏图标为 SVG 内联实现,调整 zoom 默认值为 80%
- 重构 dropdown-selector 组件,支持展开/收起状态指示器
- 修改 layout.tsx 中 geist variable 的 className 拼接方式
- 新增 package.json prettier 格式化命令
2026-03-20 10:09:42 +08:00
肖应宇
6335424aca
Merge remote-tracking branch 'origin/feat/originui' into feat/originui
2026-03-20 09:22:19 +08:00
Titan
22eaa3cf86
ci: 本地环境makefile中nginx配置调整
2026-03-19 19:58:33 +08:00
Titan
ffce755f06
chore: 修改系统提示词
2026-03-19 19:19:10 +08:00
Titan
f67aa27434
fix: 等待 thread 状态可读以避免过早展示chat页面
2026-03-19 19:15:51 +08:00
Titan
0a38e14b3e
fix: 等待 thread 状态可读以避免过早展示chat页面
2026-03-19 19:14:16 +08:00
肖应宇
4df604d491
style: prettier
2026-03-19 17:33:47 +08:00
肖应宇
cb0ebf41bb
feat(ui): 重构聊天页布局并规范化iframe 通信
2026-03-19 17:32:19 +08:00
肖应宇
3a7940654c
debug: 修复时序问题导致 的获取历史记录为[]
2026-03-19 11:39:50 +08:00
肖应宇
0ad91e1bab
build:lint
2026-03-18 23:52:40 +08:00
肖应宇
1c4a4525b3
feat: 旧版系统第一版
2026-03-18 23:29:50 +08:00
肖应宇
aee59b978b
prettier
2026-03-18 16:44:03 +08:00
Titan
fe3d5b7f33
fix: 修复docker模式下沙盒启动时端口分配问题
2026-03-17 15:39:00 +08:00
Titan
590001c130
build: 去除frotend docker的多阶段构建
2026-03-16 18:46:22 +08:00
Titan
cb758af645
build/ci: prod发布重写
2026-03-16 17:22:18 +08:00
Titan
5bfdba9cdb
chore: 发布相关脚本改动
2026-03-15 20:52:15 +08:00
Titan
96ea81d677
chore: 发布相关脚本改动
2026-03-15 20:50:09 +08:00
Titan
cea46914fe
chore: 忽略memo
2026-03-15 20:39:19 +08:00
Titan
c41475b552
chore: 发布相关脚本改动
2026-03-15 20:38:11 +08:00
Titan
ef9a071aa1
对接skill平台接口,获取skill.yaml并创建文件、目录结构
2026-03-13 11:11:02 +08:00
Titan
e2fdfa75d7
保持new路由下的空白引导页
2026-03-12 11:54:43 +08:00
Titan
4119fdcba7
已实现由外部创建会话
2026-03-12 10:43:56 +08:00
Titan
c669b3bb24
增加uploads路径中的文件到skill扫描范围
2026-03-11 15:41:42 +08:00
Titan
dd0885b3a5
langgraph会话持久化
2026-03-09 17:17:14 +08:00
Titan
28bb208469
修复docker下目录权限问题
2026-03-09 10:54:40 +08:00
Titan
8f356cdf51
fix:docker环境正常启动
2026-03-02 20:01:22 +08:00
Willem Jiang
03705acf3a
fix(sandbox):deer-flow-provisioner container fails to start in local execution mode ( #889 )
2026-02-24 08:31:52 +08:00
Willem Jiang
b5c11baece
docs(config):updated the configuration of deepseek-v3 ( #885 )
2026-02-21 22:06:01 +08:00
CHANGXUBO
85af540076
feat: add LangSmith tracing integration ( #878 )
...
* feat: add LangSmith tracing integration
Add optional LangSmith tracing support that can be enabled via environment
variables (LANGSMITH_TRACING, LANGSMITH_API_KEY, LANGSMITH_PROJECT,
LANGSMITH_ENDPOINT). When enabled, a LangChainTracer callback is attached
to chat models and run metadata is injected for trace tagging.
Co-Authored-By: Claude <noreply@anthropic.com>
* Update backend/src/config/tracing_config.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update backend/src/agents/lead_agent/agent.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update backend/src/agents/lead_agent/agent.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update backend/src/models/factory.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add threading lock to ensure thread-safe access to tracing configuration
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-21 16:41:34 +08:00
Zhiyunyao
75226b2fe6
docs: make README easier to follow and update related docs ( #884 )
2026-02-21 07:48:20 +08:00
Zhiyunyao
0d7c0826f0
chore: add a Makefile command to create all required local configuration files ( #883 )
...
* fix: polish the makefile to provide config command for local config setup
* docs: polish the instructions in README
2026-02-19 09:04:37 +08:00
Willem Jiang
ea4e0139af
docs: Update Quick Start instructions in README ( #881 )
...
Fixes the issue #880
2026-02-18 19:29:25 +08:00
CHANGXUBO
9f74589d09
fix: HTML artifact preview renders blank in preview mode ( #876 )
...
The condition guarding ArtifactFilePreview only allowed markdown files
through, which prevented HTML files from reaching the preview component.
Added `language === "html"` to the condition so HTML artifacts render
correctly in preview mode.
Fixes #873
Co-authored-by: Claude <noreply@anthropic.com>
2026-02-18 10:06:21 +08:00