dify-chat
dify-chat copied to clipboard
一个 Dify 应用管理平台,基于 Dify API 构建,提供深度优化的用户端交互界面,支持 Chatflow、Workflow 等多种 Dify 应用类型,适配深度思考、思维链、图表渲染、文件处理等丰富的 AI 输出形式,提供开箱即用的 AI...
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 8.6.14 to 10.0.2. Release notes Sourced from storybook's releases. v10.0.2 10.0.2 CLI: Fix glob string formatting in csf-factories codemod - #32880, thanks @yannbf! Core: Improve file path...
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) from 8.6.14 to 10.0.2. Release notes Sourced from @storybook/react's releases. v10.0.2 10.0.2 CLI: Fix glob string formatting in csf-factories codemod - #32880, thanks @yannbf! Core: Improve file path...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.5.1 to 16.2.6. Release notes Sourced from lint-staged's releases. v16.2.6 Patch Changes #1693 33d4502 Thanks @Adrian-Baran-GY! - Fix problems with --continue-on-error option, where tasks might have still...
Bumps [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) from 4.1.7 to 4.1.16. Release notes Sourced from @tailwindcss/postcss's releases. v4.1.16 Fixed Discard candidates with an empty data type (#19172) Fix canonicalization of arbitrary variants with attribute selectors...
### 清晰简洁的问题描述 1. 前端增加用户登录流程 很大可能这个系统不是一个人使用,而是一个团队使用,需要基本保护和用户区分 2. 对话页面显示用户名或email,类似ChatGPT的页面 3. 将实际用户的id带到后端Dify,便于区分和追踪 4. 增加中英文双语选项 5. 增加踩的反馈留言(Dify已经支持) 用于模型评价和后续改进 ### 其他上下文信息 NA ### 验证项 - [x] 检查是否已经存在相同的 issue,以避免创建重复问题。 - [x] 确认你的描述简单易懂,包含足够的上下文。
Bumps the npm_and_yarn group with 3 updates: [dompurify](https://github.com/cure53/DOMPurify), [mermaid](https://github.com/mermaid-js/mermaid) and [next](https://github.com/vercel/next.js). Updates `dompurify` from 2.4.3 to 3.2.4 Release notes Sourced from dompurify's releases. DOMPurify 3.2.4 Fixed a conditional and config...
### 清晰简洁的问题描述 @lexmin0412 RT,聊天框目前居中,两边空间较多,希望可以支持伸缩整个聊天窗口,达到满屏效果 ### 其他上下文信息 _No response_ ### 验证项 - [x] 检查是否已经存在相同的 issue,以避免创建重复问题。 - [x] 确认你的描述简单易懂,包含足够的上下文。
### 清晰简洁的问题描述 配置:只用前端debug模式(无platform),直接Dify的一个Agent。OS: Mac, 浏览器:chrome 复现步骤: 1. 配置好Dify api 和 key后开始对话 2. 第一次对话,回复消息的开头总显示undefined,对话正常 3. 此时输入框按钮一直处于忙的状态,持续约30秒后回复正常。检查网络消息,message_end早已收到。 4. 每次开启新对话,都会出现上述问题 ### 使用的 Dify 版本 1.8.1 ### 可重现问题的 DSL 链接 NA ### 系统信息 ```Shell...
### 清晰简洁的问题描述 问题:跟AI agent对话,两个问题后,点击‘’新建对话‘按钮,未能清除当前的对话内容 临时方案: 浏览了代码,应该和messagesloadingEnabled标志相关, 临时更改代码如下能解决问题,不知道对其它功能有否影响,仅供参考。 文件:chatbox-wrapper.tsx useEffect(() => { if (!messagesloadingEnabled **&& !isTempId(currentConversationId)**) { setMessagesloadingEnabled(true) } else { // 只有允许 loading 时,才清空对话列表数据 setInitLoading(true) setHasMore(false) setMessages([]) setNextSuggestions([]) setHistoryMessages([]) setIsSwitchingConversation(true)...
录音功能报错
### 清晰简洁的问题描述 RT,以下是console的报错信息: ### 使用的 Dify 版本 1.8.0 ### 可重现问题的 DSL 链接 no ### 系统信息 ```Shell no ``` ### 运行环境 本地启动 ### 验证项 - [x] 检查是否已经存在相同的 issue,避免创建重复问题。 - [x] 确认这是一个具体的...