Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
bde9bde17c3edbb75d35dd1f1907e2bc9033344c
lobe-chat
/
src
/
hooks
下载当前目录
G
GitHub
🔨 chore: add market into userSettings & save the oidc token into db (
#10481
)
1674cc94
创建于
2025年11月28日
历史提交
文件
最后提交记录
最后更新时间
useGreeting
✨ feat: support clerk as auth provider (#2374) * ✨ feat: support clerk as auth provider * ♻️ refactor: refactor the auth env config to `s3-oss/env` * ✅ test: add test for the theme mode and action * 💄 style: fix style * 🌐 chore: update locale * ✅ test: add more test * 🎨 chore: clean code * 📝 docs: update docs
2 年前
useHotkeys
✨ feat: refactor to use agent runtime as the generation core and support branch mode (#10080) * refactor * refactor * refactor message group * wip # Conflicts: # src/store/chat/slices/aiChat/actions/generateAIChatV2.ts * refactor * refactor agent mode * fix style * refactor agent executors * finish the refactor * remove gpt-tokenizer * add metadata api * add fix * support branch * fix branch render data * fix send issue * refactor style * refactor style * refactor tests * refactor chatStore * refactor from model to model * fix tests * refactor regenerate mode * update style * fix lint * refactor * refactor * refactor * fix delete * refactor thread mode * fix basic experience * fix * fix tests * fix manual add * fix tests * fix group
6 个月前
useActiveTabKey.ts
refactor: refactor the settings page to improve the experience & change ssr as csr (#8961)
7 个月前
useAgentEnableSearch.ts
✨ feat: support no-fc models like deepseek r1 with online search (#6842) * update crawler rule * feat: 完成联网集成 * update i18n * update tests * update tests * fix tests * improve performance * fix error issue * fix signal issue and improve implement * fix pricing in CNY * fix tests * filter empty providers * fix tests * improve search crawler env * fix search crawler env * fix documents
1 年前
useAgentOwnershipCheck.ts
🔨 chore: add market into userSettings & save the oidc token into db (#10481) * feat: add market into userSettings & save the oidc token into db * fix: update migrations
5 个月前
useCheckPluginsIsInstalled.ts
♻️ refactor: remove `language_model_settings` and remove isDeprecatedEdition (#10264)
6 个月前
useDiscoverTab.ts
♻️ refactor: refactor the root from nextjs router to react-router-dom (#10094) * feat: change the root path to react-router-dom to render spa * feat: disable / to /chat rewrite * feat: change /settings labs image profile changelog to spa mode * feat: use loading to dynamic loading * fix: change the goback & knowledge/base url * feat: change some nextjs router to react-router-dom use * feat: link replace to react-router-dom * fix: delete useless code * feat: fix mobile agent settings page not work problem * fix: fix the test * fix: slove the router back * fix: slove ts problem * fix: change the router judge by servers * feat: change AppRouter to Desktop Router & mobile Router to dynamic import * fix: refactor the memory router to browser router * feat: /chat delete pages & layouts dir * feat: change all discover page to the spa * feat: discover pages layout & pages routers get done * feat: change all routes to outer routes * feat: change the :slug to react-router loader to get * feat: change NextJs Link useRouter useSearchParams change to react-router way * fix: delete some layout tsx & update the ts * feat: change local params get use ReactRouter Outlet context * fix: fix hydrateFallback problem * fix: fix build problem * fix: change the changelog pages render * feat: delete all nuqs * feat: change the mobile me layout back * chore: add mobile me layout back * fix: discover find more link error fixed * fix: add nuqs back & useQueryState back in oath * fix: add files back * fix: add files back * feat: use starTransition to navigate url * fix: close the loading in the layout loading * chore: update test.ts in TopActions.tsx * fix: delete useless code * fix: fix mobile router goback fc * fix: delete the changelog modal page * feat: fix a lot router problem * fix: fix useNav in discover page error problem * feat: rollback some changes about layout * fix: fixed the desktop knowledge page router * fix: fixed usage router error * fix: fixed router link error * fix: fixed the url & new url not path problem * fix: fixed the test * feat: update the useQueryParams throttleMs params * feat: use more simple way to update session hydration * fix: delete useless code * fix: delete uesless code * fix: mobile chat settings go back * fix: fix the reload was loading page problem * fix: fixed the test error * fix: add router ErrorBoundary * test: test the loading error * fix: try to fixed * fix: test mobile * feat: add loading back
6 个月前
useDownloadImage.ts
✨ feat: support AI Image (#8312) Co-authored-by: canisminor1990 <i@canisminor.cc>
10 个月前
useEnabledChatModels.ts
♻️ refactor: remove deperated code (#10001) * remove * improve * remove chatModels * remove user model list slice * improve lab image * remove deprecated code * remove clerk_sign_up * fix tests
6 个月前
useFetchAiImageConfig.ts
✨ feat: add new setting for default image num (#9618)
7 个月前
useFetchGroups.ts
♻️ refactor: remove `language_model_settings` and remove isDeprecatedEdition (#10264)
6 个月前
useFetchInstalledPlugins.ts
♻️ refactor: remove `language_model_settings` and remove isDeprecatedEdition (#10264)
6 个月前
useFetchMessages.ts
♻️ refactor: remove `language_model_settings` and remove isDeprecatedEdition (#10264)
6 个月前
useFetchSessions.ts
♻️ refactor: remove `language_model_settings` and remove isDeprecatedEdition (#10264)
6 个月前
useFetchThreads.ts
♻️ refactor: remove `language_model_settings` and remove isDeprecatedEdition (#10264)
6 个月前
useFetchTopics.ts
♻️ refactor: remove `language_model_settings` and remove isDeprecatedEdition (#10264)
6 个月前
useGeminiChineseWarning.tsx
✨ feat: add nano banana Chinese prompt notify (#9038)
8 个月前
useImgToClipboard.ts
💄 style: Update mobile style and fix issues problem (#7636) * 💄 style: Update mobile actionbar and fix agent setting * 🐛 fix: Fix share * 🔧 chore: Update i18n * 🐛 fix: Fix review problem * 💄 style: Update mobile actionbar * 💄 style: Fix processing tag * 🔧 chore: Update depes
1 年前
useInitAgentConfig.ts
✨ feat: support Group Chat, Mention, and Multi-Agent Orchestration with feature flag (#8976) * feat: implement group chat functionality * fix * update * revert pglite mock * fix: Add missing test * fix mention * fix mention * lint: Clear unused varibles * fix: type check * fix: Coverage * build: Add missing test * fix: add mention back * fix: Add missing test * fix: Add test for topic * feat: Group chat fallback style * fix: Revert unncessary files * fix: circular deps * feat: tool usage * fix: Replace debug info * feat: Update i18n * opti: Better prompr * fix claude * feat: Filter model without function calling * fix: DM reduction * lint: Address build error * fix: Test error * feat: Store model info * style: Clean up welcome messaeg * feat: Use new welcome message * fix: inbox not working * fix: inbox not working * fix: type error * feat: Optimize prompt * fix: Revert unintentional changes * lint: Remove unused code * fix: better test * fix: Use debug * refact: Move normalization postion * opti: Better prompt * opti: Better prompt * opti: Better prompt * lint: Clear console.log * fix: Update test snap * fix: test error * fix: Unexpectly test fail --------- Co-authored-by: arvinxx <arvinx@foxmail.com>
7 个月前
useInitGroupConfig.ts
✨ feat: support Group Chat, Mention, and Multi-Agent Orchestration with feature flag (#8976) * feat: implement group chat functionality * fix * update * revert pglite mock * fix: Add missing test * fix mention * fix mention * lint: Clear unused varibles * fix: type check * fix: Coverage * build: Add missing test * fix: add mention back * fix: Add missing test * fix: Add test for topic * feat: Group chat fallback style * fix: Revert unncessary files * fix: circular deps * feat: tool usage * fix: Replace debug info * feat: Update i18n * opti: Better prompr * fix claude * feat: Filter model without function calling * fix: DM reduction * lint: Address build error * fix: Test error * feat: Store model info * style: Clean up welcome messaeg * feat: Use new welcome message * fix: inbox not working * fix: inbox not working * fix: type error * feat: Optimize prompt * fix: Revert unintentional changes * lint: Remove unused code * fix: better test * fix: Use debug * refact: Move normalization postion * opti: Better prompt * opti: Better prompt * opti: Better prompt * lint: Clear console.log * fix: Update test snap * fix: test error * fix: Unexpectly test fail --------- Co-authored-by: arvinxx <arvinx@foxmail.com>
7 个月前
useInterceptingRoutes.test.ts
♻️ refactor: refactor the root from nextjs router to react-router-dom (#10094) * feat: change the root path to react-router-dom to render spa * feat: disable / to /chat rewrite * feat: change /settings labs image profile changelog to spa mode * feat: use loading to dynamic loading * fix: change the goback & knowledge/base url * feat: change some nextjs router to react-router-dom use * feat: link replace to react-router-dom * fix: delete useless code * feat: fix mobile agent settings page not work problem * fix: fix the test * fix: slove the router back * fix: slove ts problem * fix: change the router judge by servers * feat: change AppRouter to Desktop Router & mobile Router to dynamic import * fix: refactor the memory router to browser router * feat: /chat delete pages & layouts dir * feat: change all discover page to the spa * feat: discover pages layout & pages routers get done * feat: change all routes to outer routes * feat: change the :slug to react-router loader to get * feat: change NextJs Link useRouter useSearchParams change to react-router way * fix: delete some layout tsx & update the ts * feat: change local params get use ReactRouter Outlet context * fix: fix hydrateFallback problem * fix: fix build problem * fix: change the changelog pages render * feat: delete all nuqs * feat: change the mobile me layout back * chore: add mobile me layout back * fix: discover find more link error fixed * fix: add nuqs back & useQueryState back in oath * fix: add files back * fix: add files back * feat: use starTransition to navigate url * fix: close the loading in the layout loading * chore: update test.ts in TopActions.tsx * fix: delete useless code * fix: fix mobile router goback fc * fix: delete the changelog modal page * feat: fix a lot router problem * fix: fix useNav in discover page error problem * feat: rollback some changes about layout * fix: fixed the desktop knowledge page router * fix: fixed usage router error * fix: fixed router link error * fix: fixed the url & new url not path problem * fix: fixed the test * feat: update the useQueryParams throttleMs params * feat: use more simple way to update session hydration * fix: delete useless code * fix: delete uesless code * fix: mobile chat settings go back * fix: fix the reload was loading page problem * fix: fixed the test error * fix: add router ErrorBoundary * test: test the loading error * fix: try to fixed * fix: test mobile * feat: add loading back
6 个月前
useInterceptingRoutes.ts
♻️ refactor: refactor the root from nextjs router to react-router-dom (#10094) * feat: change the root path to react-router-dom to render spa * feat: disable / to /chat rewrite * feat: change /settings labs image profile changelog to spa mode * feat: use loading to dynamic loading * fix: change the goback & knowledge/base url * feat: change some nextjs router to react-router-dom use * feat: link replace to react-router-dom * fix: delete useless code * feat: fix mobile agent settings page not work problem * fix: fix the test * fix: slove the router back * fix: slove ts problem * fix: change the router judge by servers * feat: change AppRouter to Desktop Router & mobile Router to dynamic import * fix: refactor the memory router to browser router * feat: /chat delete pages & layouts dir * feat: change all discover page to the spa * feat: discover pages layout & pages routers get done * feat: change all routes to outer routes * feat: change the :slug to react-router loader to get * feat: change NextJs Link useRouter useSearchParams change to react-router way * fix: delete some layout tsx & update the ts * feat: change local params get use ReactRouter Outlet context * fix: fix hydrateFallback problem * fix: fix build problem * fix: change the changelog pages render * feat: delete all nuqs * feat: change the mobile me layout back * chore: add mobile me layout back * fix: discover find more link error fixed * fix: add nuqs back & useQueryState back in oath * fix: add files back * fix: add files back * feat: use starTransition to navigate url * fix: close the loading in the layout loading * chore: update test.ts in TopActions.tsx * fix: delete useless code * fix: fix mobile router goback fc * fix: delete the changelog modal page * feat: fix a lot router problem * fix: fix useNav in discover page error problem * feat: rollback some changes about layout * fix: fixed the desktop knowledge page router * fix: fixed usage router error * fix: fixed router link error * fix: fixed the url & new url not path problem * fix: fixed the test * feat: update the useQueryParams throttleMs params * feat: use more simple way to update session hydration * fix: delete useless code * fix: delete uesless code * fix: mobile chat settings go back * fix: fix the reload was loading page problem * fix: fixed the test error * fix: add router ErrorBoundary * test: test the loading error * fix: try to fixed * fix: test mobile * feat: add loading back
6 个月前
useIsMobile.ts
🐛 fix: fix mobile click issue (#1744) * 🐛 fix: fix mobile click * 💄 style: improve settings scroll style
2 年前
useIsSingleMode.test.ts
✨ feat: support double-click to open multi agent window on the desktop (#9331) * feat: add single pannel * feat: add openTopicInNewWindow to global windows * feat: use ueIsSingleMode hook to replace useSearchParams judge * feat: add session pannel double click & drag create new window * feat: add supensed out in SideBar * fix: update test.ts * feat: add ts define * feat: loading singlemode not render draggablePannel
7 个月前
useIsSingleMode.ts
✨ feat: support double-click to open multi agent window on the desktop (#9331) * feat: add single pannel * feat: add openTopicInNewWindow to global windows * feat: use ueIsSingleMode hook to replace useSearchParams judge * feat: add session pannel double click & drag create new window * feat: add supensed out in SideBar * fix: update test.ts * feat: add ts define * feat: loading singlemode not render draggablePannel
7 个月前
useIsSubSlug.ts
⚡️ perf: refactor layouts implement to improve performance (#1736)
2 年前
useMCPCategory.tsx
✨ feat: Add MCP marketplace and mcp plugin one-click installation in desktop (#8334) * move plugin Component * ✨ feat(wip): Add MCP Discover Market * ✅ test: Fix test * ✅ test: Fix test * 🐛 fix: Fix build * 🐛 fix: Fix build * 💄 style: update plugin store * 💄 style: Update plugin store * ✨ feat: Update cache control headers and optimize Next.js config for performance * 💄 style: Update discover markdown * 💄 style: Update scroes step * 优化 list 细节 * 优化 list 细节 * 优化 list 细节 * 完成基础 mcp 安装实现 * 完成安装上报 * 新增安装过程 * fix * 优化插件设置页面配置 * 💄 style: update official icon * 完善安装错误状态 * 支持取消安装 * fix types * fix types * 完成系统依赖检查流程 * 完成系统依赖安装流程上报 * try to fix suspense * try to fix suspense * try to fix suspense * try to fix tests * upgrade electron * fix suspense * fix tool name issue * fix test * add i18n * fix tool call * ✅ test: fix tests * move * fix tests * refactor plugin install store * improve old plugin install * fix * fix header link * fix plugin detail * fix oldPlugin detail * fix tests * update i18n * fix i18n * 💄 style: improve style * add debug log * fix link * improve * fix link * 🚚 refactor: refactor the market runtime to nodejs * 移除 props.searchParams 调用 * ✅ test: fix tests * 尝试静态化 discover page * ♻️ refactor: refactor config to nodejs runtime * fix min width * 修正自定义插件的编辑展示区域 * fix i18n * 调整部分组件目录结构 * 完善 MCP 市场安装流程 * 完善安装上报事件 * test: fix test * ✨ feat: 实现 m2m oauth 请求 * ✨ feat: 完善 m2m 注册链路 * ✨ feat: 完善 m2m 注册链路 * 🐛 fix: 优化 debug 日志输出问题 * ✨ feat: 支持 call 上报 * 💄 style: 使用更大的版本 * 🐛 fix: tools calling report * 🐛 fix: try to fix call report * 🐛 fix: try to use expires cookies * 🐛 fix: fix cookies expires issue * test: fix customPluginInfo report * 🐛 fix: fix connection issue * 🐛 fix: fix platform report * 🐛 fix: fix version issue --------- Co-authored-by: canisminor1990 <i@canisminor.cc>
10 个月前
useModelContextWindowTokens.ts
♻️ refactor: remove deperated code (#10001) * remove * improve * remove chatModels * remove user model list slice * improve lab image * remove deprecated code * remove clerk_sign_up * fix tests
6 个月前
useModelHasContextWindowToken.ts
♻️ refactor: remove deperated code (#10001) * remove * improve * remove chatModels * remove user model list slice * improve lab image * remove deprecated code * remove clerk_sign_up * fix tests
6 个月前
useModelSupportFiles.ts
♻️ refactor: remove deperated code (#10001) * remove * improve * remove chatModels * remove user model list slice * improve lab image * remove deprecated code * remove clerk_sign_up * fix tests
6 个月前
useModelSupportReasoning.ts
♻️ refactor: remove deperated code (#10001) * remove * improve * remove chatModels * remove user model list slice * improve lab image * remove deprecated code * remove clerk_sign_up * fix tests
6 个月前
useModelSupportToolUse.ts
♻️ refactor: remove deperated code (#10001) * remove * improve * remove chatModels * remove user model list slice * improve lab image * remove deprecated code * remove clerk_sign_up * fix tests
6 个月前
useModelSupportVideo.ts
✨ feat: support google video understanding (#8761) * refactor improve upload fix tests clean client mode add video support google image understand * update * fix tests
7 个月前
useModelSupportVision.ts
♻️ refactor: remove deperated code (#10001) * remove * improve * remove chatModels * remove user model list slice * improve lab image * remove deprecated code * remove clerk_sign_up * fix tests
6 个月前
usePWAInstall.test.ts
🐛 fix: Remove PWA Install in Firefox and Arc (#4532) * 🐛 fix: Remove PWA Install in Firefox and Arc * 🐛 fix: Add test * ✨ feat: Add release * 🐛 fix: Fix arc * 🐛 fix: Fix pwa install * ✅ test: Add test * 🐛 fix: Fix test * 🐛 fix: Fix manifest screenshot size * 🐛 fix: Fix pwa check in windows
1 年前
usePWAInstall.ts
🐛 fix: Remove PWA Install in Firefox and Arc (#4532) * 🐛 fix: Remove PWA Install in Firefox and Arc * 🐛 fix: Add test * ✨ feat: Add release * 🐛 fix: Fix arc * 🐛 fix: Fix pwa install * ✅ test: Add test * 🐛 fix: Fix test * 🐛 fix: Fix manifest screenshot size * 🐛 fix: Fix pwa check in windows
1 年前
usePinnedAgentState.ts
🐛 fix: fixed the pinned session not work (#10323) * fix: fixed the pinned session not work * feat: add urlHydration store to slove the url sync problem
5 个月前
usePlatform.test.ts
🐛 fix: Remove PWA Install in Firefox and Arc (#4532) * 🐛 fix: Remove PWA Install in Firefox and Arc * 🐛 fix: Add test * ✨ feat: Add release * 🐛 fix: Fix arc * 🐛 fix: Fix pwa install * ✅ test: Add test * 🐛 fix: Fix test * 🐛 fix: Fix manifest screenshot size * 🐛 fix: Fix pwa check in windows
1 年前
usePlatform.ts
💄 style: fix provider setting page hydration error (#8695) * fix layout goback 尝试开启生产环境react debug 模式 try to fix scroll issue try to log settings layout pathname try skip path Revert "尝试移除 modal" This reverts commit 7ffac36dcb680d5a9fdda6c675ad0adb66ed13d2. remove debug try to fix again use InnerLink fix add InnerLink.tsx add debug * clean code * fix modal cancel issue
9 个月前
useProviderName.ts
♻️ refactor: refactor model provider implement (#2801) * ♻️ refactor: refactor the provider * ♻️ refactor: refactor the error code * ✅ test: fix test * ✅ test: fix test * 🌐 chore: update i18n * 🌐 chore: update i18n
1 年前
useQuery.ts
♻️ refactor: refactor the root from nextjs router to react-router-dom (#10094) * feat: change the root path to react-router-dom to render spa * feat: disable / to /chat rewrite * feat: change /settings labs image profile changelog to spa mode * feat: use loading to dynamic loading * fix: change the goback & knowledge/base url * feat: change some nextjs router to react-router-dom use * feat: link replace to react-router-dom * fix: delete useless code * feat: fix mobile agent settings page not work problem * fix: fix the test * fix: slove the router back * fix: slove ts problem * fix: change the router judge by servers * feat: change AppRouter to Desktop Router & mobile Router to dynamic import * fix: refactor the memory router to browser router * feat: /chat delete pages & layouts dir * feat: change all discover page to the spa * feat: discover pages layout & pages routers get done * feat: change all routes to outer routes * feat: change the :slug to react-router loader to get * feat: change NextJs Link useRouter useSearchParams change to react-router way * fix: delete some layout tsx & update the ts * feat: change local params get use ReactRouter Outlet context * fix: fix hydrateFallback problem * fix: fix build problem * fix: change the changelog pages render * feat: delete all nuqs * feat: change the mobile me layout back * chore: add mobile me layout back * fix: discover find more link error fixed * fix: add nuqs back & useQueryState back in oath * fix: add files back * fix: add files back * feat: use starTransition to navigate url * fix: close the loading in the layout loading * chore: update test.ts in TopActions.tsx * fix: delete useless code * fix: fix mobile router goback fc * fix: delete the changelog modal page * feat: fix a lot router problem * fix: fix useNav in discover page error problem * feat: rollback some changes about layout * fix: fixed the desktop knowledge page router * fix: fixed usage router error * fix: fixed router link error * fix: fixed the url & new url not path problem * fix: fixed the test * feat: update the useQueryParams throttleMs params * feat: use more simple way to update session hydration * fix: delete useless code * fix: delete uesless code * fix: mobile chat settings go back * fix: fix the reload was loading page problem * fix: fixed the test error * fix: add router ErrorBoundary * test: test the loading error * fix: try to fixed * fix: test mobile * feat: add loading back
6 个月前
useQueryParam.ts
🐛 fix: Separate agent file injection from knowledge base RAG search (#10398) * only search kb * support inject files * support files * fix search * fix kb search * clean console.log * add tests
5 个月前
useQueryRoute.test.ts
♻️ refactor: refactor the root from nextjs router to react-router-dom (#10094) * feat: change the root path to react-router-dom to render spa * feat: disable / to /chat rewrite * feat: change /settings labs image profile changelog to spa mode * feat: use loading to dynamic loading * fix: change the goback & knowledge/base url * feat: change some nextjs router to react-router-dom use * feat: link replace to react-router-dom * fix: delete useless code * feat: fix mobile agent settings page not work problem * fix: fix the test * fix: slove the router back * fix: slove ts problem * fix: change the router judge by servers * feat: change AppRouter to Desktop Router & mobile Router to dynamic import * fix: refactor the memory router to browser router * feat: /chat delete pages & layouts dir * feat: change all discover page to the spa * feat: discover pages layout & pages routers get done * feat: change all routes to outer routes * feat: change the :slug to react-router loader to get * feat: change NextJs Link useRouter useSearchParams change to react-router way * fix: delete some layout tsx & update the ts * feat: change local params get use ReactRouter Outlet context * fix: fix hydrateFallback problem * fix: fix build problem * fix: change the changelog pages render * feat: delete all nuqs * feat: change the mobile me layout back * chore: add mobile me layout back * fix: discover find more link error fixed * fix: add nuqs back & useQueryState back in oath * fix: add files back * fix: add files back * feat: use starTransition to navigate url * fix: close the loading in the layout loading * chore: update test.ts in TopActions.tsx * fix: delete useless code * fix: fix mobile router goback fc * fix: delete the changelog modal page * feat: fix a lot router problem * fix: fix useNav in discover page error problem * feat: rollback some changes about layout * fix: fixed the desktop knowledge page router * fix: fixed usage router error * fix: fixed router link error * fix: fixed the url & new url not path problem * fix: fixed the test * feat: update the useQueryParams throttleMs params * feat: use more simple way to update session hydration * fix: delete useless code * fix: delete uesless code * fix: mobile chat settings go back * fix: fix the reload was loading page problem * fix: fixed the test error * fix: add router ErrorBoundary * test: test the loading error * fix: try to fixed * fix: test mobile * feat: add loading back
6 个月前
useQueryRoute.ts
♻️ refactor: refactor the root from nextjs router to react-router-dom (#10094) * feat: change the root path to react-router-dom to render spa * feat: disable / to /chat rewrite * feat: change /settings labs image profile changelog to spa mode * feat: use loading to dynamic loading * fix: change the goback & knowledge/base url * feat: change some nextjs router to react-router-dom use * feat: link replace to react-router-dom * fix: delete useless code * feat: fix mobile agent settings page not work problem * fix: fix the test * fix: slove the router back * fix: slove ts problem * fix: change the router judge by servers * feat: change AppRouter to Desktop Router & mobile Router to dynamic import * fix: refactor the memory router to browser router * feat: /chat delete pages & layouts dir * feat: change all discover page to the spa * feat: discover pages layout & pages routers get done * feat: change all routes to outer routes * feat: change the :slug to react-router loader to get * feat: change NextJs Link useRouter useSearchParams change to react-router way * fix: delete some layout tsx & update the ts * feat: change local params get use ReactRouter Outlet context * fix: fix hydrateFallback problem * fix: fix build problem * fix: change the changelog pages render * feat: delete all nuqs * feat: change the mobile me layout back * chore: add mobile me layout back * fix: discover find more link error fixed * fix: add nuqs back & useQueryState back in oath * fix: add files back * fix: add files back * feat: use starTransition to navigate url * fix: close the loading in the layout loading * chore: update test.ts in TopActions.tsx * fix: delete useless code * fix: fix mobile router goback fc * fix: delete the changelog modal page * feat: fix a lot router problem * fix: fix useNav in discover page error problem * feat: rollback some changes about layout * fix: fixed the desktop knowledge page router * fix: fixed usage router error * fix: fixed router link error * fix: fixed the url & new url not path problem * fix: fixed the test * feat: update the useQueryParams throttleMs params * feat: use more simple way to update session hydration * fix: delete useless code * fix: delete uesless code * fix: mobile chat settings go back * fix: fix the reload was loading page problem * fix: fixed the test error * fix: add router ErrorBoundary * test: test the loading error * fix: try to fixed * fix: test mobile * feat: add loading back
6 个月前
useScreenshot.ts
⚡️ perf: improve Chat Screenshot and fix image geneartion (#10261) * feat: Support narrow mode export * feat: Replace `modern-screenshot` with `snapDom` * feat: Add CORS proxy
6 个月前
useShare.tsx
🔨 chore: improve code (#9626) * improve code * fix tests
7 个月前
useShowMobileWorkspace.ts
♻️ refactor: refactor the root from nextjs router to react-router-dom (#10094) * feat: change the root path to react-router-dom to render spa * feat: disable / to /chat rewrite * feat: change /settings labs image profile changelog to spa mode * feat: use loading to dynamic loading * fix: change the goback & knowledge/base url * feat: change some nextjs router to react-router-dom use * feat: link replace to react-router-dom * fix: delete useless code * feat: fix mobile agent settings page not work problem * fix: fix the test * fix: slove the router back * fix: slove ts problem * fix: change the router judge by servers * feat: change AppRouter to Desktop Router & mobile Router to dynamic import * fix: refactor the memory router to browser router * feat: /chat delete pages & layouts dir * feat: change all discover page to the spa * feat: discover pages layout & pages routers get done * feat: change all routes to outer routes * feat: change the :slug to react-router loader to get * feat: change NextJs Link useRouter useSearchParams change to react-router way * fix: delete some layout tsx & update the ts * feat: change local params get use ReactRouter Outlet context * fix: fix hydrateFallback problem * fix: fix build problem * fix: change the changelog pages render * feat: delete all nuqs * feat: change the mobile me layout back * chore: add mobile me layout back * fix: discover find more link error fixed * fix: add nuqs back & useQueryState back in oath * fix: add files back * fix: add files back * feat: use starTransition to navigate url * fix: close the loading in the layout loading * chore: update test.ts in TopActions.tsx * fix: delete useless code * fix: fix mobile router goback fc * fix: delete the changelog modal page * feat: fix a lot router problem * fix: fix useNav in discover page error problem * feat: rollback some changes about layout * fix: fixed the desktop knowledge page router * fix: fixed usage router error * fix: fixed router link error * fix: fixed the url & new url not path problem * fix: fixed the test * feat: update the useQueryParams throttleMs params * feat: use more simple way to update session hydration * fix: delete useless code * fix: delete uesless code * fix: mobile chat settings go back * fix: fix the reload was loading page problem * fix: fixed the test error * fix: add router ErrorBoundary * test: test the loading error * fix: try to fixed * fix: test mobile * feat: add loading back
6 个月前
useSwitchSession.ts
♻️ refactor: refactor the root from nextjs router to react-router-dom (#10094) * feat: change the root path to react-router-dom to render spa * feat: disable / to /chat rewrite * feat: change /settings labs image profile changelog to spa mode * feat: use loading to dynamic loading * fix: change the goback & knowledge/base url * feat: change some nextjs router to react-router-dom use * feat: link replace to react-router-dom * fix: delete useless code * feat: fix mobile agent settings page not work problem * fix: fix the test * fix: slove the router back * fix: slove ts problem * fix: change the router judge by servers * feat: change AppRouter to Desktop Router & mobile Router to dynamic import * fix: refactor the memory router to browser router * feat: /chat delete pages & layouts dir * feat: change all discover page to the spa * feat: discover pages layout & pages routers get done * feat: change all routes to outer routes * feat: change the :slug to react-router loader to get * feat: change NextJs Link useRouter useSearchParams change to react-router way * fix: delete some layout tsx & update the ts * feat: change local params get use ReactRouter Outlet context * fix: fix hydrateFallback problem * fix: fix build problem * fix: change the changelog pages render * feat: delete all nuqs * feat: change the mobile me layout back * chore: add mobile me layout back * fix: discover find more link error fixed * fix: add nuqs back & useQueryState back in oath * fix: add files back * fix: add files back * feat: use starTransition to navigate url * fix: close the loading in the layout loading * chore: update test.ts in TopActions.tsx * fix: delete useless code * fix: fix mobile router goback fc * fix: delete the changelog modal page * feat: fix a lot router problem * fix: fix useNav in discover page error problem * feat: rollback some changes about layout * fix: fixed the desktop knowledge page router * fix: fixed usage router error * fix: fixed router link error * fix: fixed the url & new url not path problem * fix: fixed the test * feat: update the useQueryParams throttleMs params * feat: use more simple way to update session hydration * fix: delete useless code * fix: delete uesless code * fix: mobile chat settings go back * fix: fix the reload was loading page problem * fix: fixed the test error * fix: add router ErrorBoundary * test: test the loading error * fix: try to fixed * fix: test mobile * feat: add loading back
6 个月前
useTTS.ts
🐛 fix: fix language incorrect on page hydration (#5970) * fix language issue * refactor the language part * fix tests
1 年前
useTokenCount.test.ts
✨ feat: support topic agent (#2683) * ✨ feat: support topic agent * ✅ test: fix test * ✅ test: fix test * ✅ test: add tests * 🌐 chore: add i18n
1 年前
useTokenCount.ts
⚡️ perf: 优化长文本时的渲染性能 (#3754) * ⚡️ perf: 优化渲染长文本时的渲染性能 * 👷 build: fix vercel build * ⚡️ perf: 提高 smooth 每帧速度 * ✅ test: add test for tokenizer edge runtime * 💚 build: fix build * ♻️ refactor: refactor with webapi * 🚨 ci: improve lint * ✅ test: fix test * ⚡️ perf: try o200k_base
1 年前
useUserAvatar.test.ts
♻️ refactor: refactor chat item (#9599) * wip * refactor user message * fix user messages * refactor * refactor user and actions * update * refactor chat item * refactor * revert * fix tests * update * fix thread display
7 个月前
useUserAvatar.ts
♻️ refactor: refactor chat item (#9599) * wip * refactor user message * fix user messages * refactor * refactor user and actions * update * refactor chat item * refactor * revert * fix tests * update * fix thread display
7 个月前
useWorkspaceModal.tsx
♻️ refactor: useMobileWorkspace use nqus to replace useQuery (#5603) * update middleware match * refactor with useShowMobileWorkspace * bump lobe-ui * fix data modal height * fix height
1 年前
useYamlArguments.ts
♻️ refactor: refactor to prepare for Chat Portal (#3093) * ✨ feat: add dock * ♻️ refactor: add plugin render * ✅ test: add tests * ✅ test: add tests * ✅ test: add tests * ♻️ refactor: refactor and add tests * ✅ test: fix tests * ✅ test: fix tests * move files * refactor * 🌐 chore: add locale
1 年前