forked from lobehub/lobe-chat
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat: Forkable Chat Mode (lobehub#4632)
* ✨ feat: 初步完成 forkable 对话能力 ✨ feat: 支持自动总结 portal thread 支持 plugin 调用 ✅ test: fix tests 💄 style: improve topic thread style 💄 style: support action bar 💄 style: finish footer part ♻️ refactor: refactor the token ✨ feat: 初步完成 thread 新建与继续对话 ✨ feat: 支持并完善 main thread 下的对话能力 ✨ feat: 支持切换 thread 激活态 💄 style: fix style 🐛 fix: fix the thread open logic 💄 style: finish thread style ✨ feat: 初步实现分支话题选择和子话题切换 💄 style: finish thread in chat 💄 style: show thread item in chat ✨ feat: support portal thread id ✨ feat: 增加 thread 展示项 💄 style: 强提示用户子话题暂不支持上传文件/图片等 ⚡️ perf: refactor to improve chat performance * 🐛 fix: fix thread history length * 🐛 fix: fix plugin in portal thread * 🐛 fix: disable delete on source message * 发送 Thread 消息时只 loading Thread 的 send button * fix lint * 激活 Thread 的情况下暂不支持创建子 Thread * fix lint * 支持 portal 的移动端展示 * improve portal thread style * 🌐 chore: update i18n * 🌐 chore: update i18n * 🐛 fix: fix tool display * 🐛 fix: not fetch thread on client side * ♻️ refactor: refactor the migration sql
- Loading branch information
Showing
200 changed files
with
7,090 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"actions": { | ||
"confirmRemoveThread": "سيتم حذف هذا الموضوع الفرعي، ولن يمكن استعادته بعد الحذف، يرجى توخي الحذر." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.