@lobehub/chat 1.28.2 → 1.28.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -0
- package/package.json +1 -1
- package/src/app/(main)/chat/(workspace)/@portal/default.tsx +1 -1
- package/src/app/(main)/chat/(workspace)/@portal/features/Header.tsx +1 -2
- package/src/config/modelProviders/github.ts +1 -1
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Artifacts/Body/Renderer/HTML.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Artifacts/Body/Renderer/React/index.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Artifacts/Body/Renderer/React/template.ts +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Artifacts/Body/Renderer/SVG.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Artifacts/Body/Renderer/index.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Artifacts/Body/index.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Artifacts/Header.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Artifacts/index.ts +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Artifacts/useEnable.ts +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/FilePreview/Body/index.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/FilePreview/Header.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/FilePreview/index.ts +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/FilePreview/useEnable.ts +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Home/Body/Files/FileList/Item.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Home/Body/Files/FileList/index.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Home/Body/Files/index.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Home/Body/Plugins/ArtifactList/Item/index.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Home/Body/Plugins/ArtifactList/Item/style.ts +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Home/Body/Plugins/ArtifactList/index.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Home/Body/Plugins/index.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Home/Body/index.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Home/Header.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Home/index.ts +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/MessageDetail/Body/index.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/MessageDetail/Header.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/MessageDetail/index.ts +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/MessageDetail/useEnable.ts +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Plugins/Body/ToolRender.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Plugins/Body/index.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Plugins/Footer.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Plugins/Header.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Plugins/index.ts +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Plugins/useEnable.ts +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/components/SkeletonLoading.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/router.tsx +0 -0
- /package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/type.ts +0 -0
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,56 @@
|
|
2
2
|
|
3
3
|
# Changelog
|
4
4
|
|
5
|
+
### [Version 1.28.4](https://github.com/lobehub/lobe-chat/compare/v1.28.3...v1.28.4)
|
6
|
+
|
7
|
+
<sup>Released on **2024-11-07**</sup>
|
8
|
+
|
9
|
+
#### 🐛 Bug Fixes
|
10
|
+
|
11
|
+
- **misc**: Disable model fetch for GitHub.
|
12
|
+
|
13
|
+
<br/>
|
14
|
+
|
15
|
+
<details>
|
16
|
+
<summary><kbd>Improvements and Fixes</kbd></summary>
|
17
|
+
|
18
|
+
#### What's fixed
|
19
|
+
|
20
|
+
- **misc**: Disable model fetch for GitHub, closes [#4638](https://github.com/lobehub/lobe-chat/issues/4638) ([e1f6a3a](https://github.com/lobehub/lobe-chat/commit/e1f6a3a))
|
21
|
+
|
22
|
+
</details>
|
23
|
+
|
24
|
+
<div align="right">
|
25
|
+
|
26
|
+
[](#readme-top)
|
27
|
+
|
28
|
+
</div>
|
29
|
+
|
30
|
+
### [Version 1.28.3](https://github.com/lobehub/lobe-chat/compare/v1.28.2...v1.28.3)
|
31
|
+
|
32
|
+
<sup>Released on **2024-11-06**</sup>
|
33
|
+
|
34
|
+
#### ♻ Code Refactoring
|
35
|
+
|
36
|
+
- **misc**: Move portal code to features folder.
|
37
|
+
|
38
|
+
<br/>
|
39
|
+
|
40
|
+
<details>
|
41
|
+
<summary><kbd>Improvements and Fixes</kbd></summary>
|
42
|
+
|
43
|
+
#### Code refactoring
|
44
|
+
|
45
|
+
- **misc**: Move portal code to features folder, closes [#4631](https://github.com/lobehub/lobe-chat/issues/4631) ([bb4ab9c](https://github.com/lobehub/lobe-chat/commit/bb4ab9c))
|
46
|
+
|
47
|
+
</details>
|
48
|
+
|
49
|
+
<div align="right">
|
50
|
+
|
51
|
+
[](#readme-top)
|
52
|
+
|
53
|
+
</div>
|
54
|
+
|
5
55
|
### [Version 1.28.2](https://github.com/lobehub/lobe-chat/compare/v1.28.1...v1.28.2)
|
6
56
|
|
7
57
|
<sup>Released on **2024-11-06**</sup>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lobehub/chat",
|
3
|
-
"version": "1.28.
|
3
|
+
"version": "1.28.4",
|
4
4
|
"description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
|
5
5
|
"keywords": [
|
6
6
|
"framework",
|
@@ -6,7 +6,7 @@ import { isMobileDevice } from '@/utils/server/responsive';
|
|
6
6
|
import Desktop from './_layout/Desktop';
|
7
7
|
import Mobile from './_layout/Mobile';
|
8
8
|
|
9
|
-
const PortalBody = lazy(() => import('
|
9
|
+
const PortalBody = lazy(() => import('@/features/Portal/router'));
|
10
10
|
|
11
11
|
const Inspector = () => {
|
12
12
|
const mobile = isMobileDevice();
|
@@ -5,10 +5,9 @@ import { XIcon } from 'lucide-react';
|
|
5
5
|
import { memo } from 'react';
|
6
6
|
|
7
7
|
import SidebarHeader from '@/components/SidebarHeader';
|
8
|
+
import { PortalHeader } from '@/features/Portal/router';
|
8
9
|
import { useChatStore } from '@/store/chat';
|
9
10
|
|
10
|
-
import { PortalHeader } from '../router';
|
11
|
-
|
12
11
|
const Header = memo(() => {
|
13
12
|
const [toggleInspector] = useChatStore((s) => [s.togglePortal]);
|
14
13
|
|
@@ -209,7 +209,7 @@ const Github: ModelProviderCard = {
|
|
209
209
|
description: '通过GitHub模型,开发人员可以成为AI工程师,并使用行业领先的AI模型进行构建。',
|
210
210
|
enabled: true,
|
211
211
|
id: 'github',
|
212
|
-
modelList: { showModelFetcher: true },
|
212
|
+
// modelList: { showModelFetcher: true },
|
213
213
|
name: 'GitHub',
|
214
214
|
url: 'https://github.com/marketplace/models',
|
215
215
|
};
|
File without changes
|
File without changes
|
File without changes
|
/package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Artifacts/Body/Renderer/SVG.tsx
RENAMED
File without changes
|
File without changes
|
/package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Artifacts/Body/index.tsx
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/FilePreview/Body/index.tsx
RENAMED
File without changes
|
File without changes
|
File without changes
|
/package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/FilePreview/useEnable.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
/package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Home/Body/Files/index.tsx
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Home/Body/Plugins/index.tsx
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/MessageDetail/Body/index.tsx
RENAMED
File without changes
|
/package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/MessageDetail/Header.tsx
RENAMED
File without changes
|
File without changes
|
/package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/MessageDetail/useEnable.ts
RENAMED
File without changes
|
/package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/Plugins/Body/ToolRender.tsx
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/src/{app/(main)/chat/(workspace)/@portal → features/Portal}/components/SkeletonLoading.tsx
RENAMED
File without changes
|
File without changes
|
File without changes
|