rdmclin2
399440c84d
fix: improve Home starter E2E test reliability
...
- Add editor text verification after typing
- Type Space+Backspace to force-flush editor onChange debounce
(workaround for @lobehub/editor useMemo-based debounce timer loss)
- Add editor focus check and auto-focus before sending
- Add TRPC response monitoring with retry via send button
- Add diagnostic logging for CI debugging
- Capture unhandled promise rejections in world.ts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-12 20:23:36 +08:00
rdmclin2
e68ae8e79a
fix: e2e test
2026-02-12 18:05:30 +08:00
rdmclin2
f8032adf3f
feat: support model detail dropdown
2026-02-12 18:05:27 +08:00
Rdmclin2
2bf0a08919
✨ feat: support model detail dropdown ( #12275 )
...
* feat: support model detail dropdown
# Conflicts:
# src/features/ChatInput/ActionBar/Model/index.tsx
* chore: fix test cases
* fix: type error
* fix: e2e tests
2026-02-12 17:51:52 +08:00
Innei
79e146f1a3
🐛 fix: improve RunCommand copy button visibility and ActionBar border radius ( #12280 )
...
Closes LOBE-4402
2026-02-12 16:01:44 +08:00
Innei
0e42ca5ca2
🐛 fix: improve GitHub Copilot auth retry logic ( #12250 )
...
* 🐛 fix: improve GitHub Copilot auth retry logic
Simplify auth refresh tracking from counter to boolean flag and clear
cached bearer token on 401 to ensure fresh token exchange.
* 🔧 fix: update package.json formatting and import statements in GitHub Copilot provider
Signed-off-by: Innei <tukon479@gmail.com >
* 🐛 fix: refine GitHub Copilot auth refresh logic to check for exchange credential
Update the 401 error handling to refresh the token only if an exchange credential is available, improving the authentication flow.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-12 13:09:38 +08:00
LobeHub Bot
823aa29c67
Sync main branch to canary branch ( #12267 )
...
* 🔧 chore(release): bump version to v2.1.27 [skip ci]
* chore: update sync main to canary workflow
* 🐛 fix: update @lobehub/ui version and refactor dynamic import handling (#12260 )
* ✨ feat: add hotfix workflow and script for automated hotfix management
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 fix: refactor PR creation command to use execFileSync for improved reliability
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 chore: update @lobehub/ui version and refactor dynamic import handling
- Bump @lobehub/ui dependency from ^4.35.0 to ^4.36.2 in package.json.
- Refactor settingsContentToStatic.mts to simplify dynamic import processing by removing business feature checks.
- Add initialize.ts to enable immer's map set functionality.
- Correct import path in layout.tsx from 'initiallize' to 'initialize'.
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 chore: update @types/react version in package.json
- Bump @types/react dependency from ^19.2.9 to 19.2.14.
- Add @types/react version to overrides section for consistency.
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 chore: enhance auto-tag-release workflow for strict semver validation
- Updated regex to match strict semantic versioning format, allowing for optional prerelease and build metadata.
- Added validation step to ensure the version is a valid semver before proceeding with the release process.
Signed-off-by: Innei <tukon479@gmail.com >
* 🗑️ chore: remove defaultSecurityBlacklist test file
- Deleted the test file for DEFAULT_SECURITY_BLACKLIST as it is no longer needed.
- This cleanup helps maintain a more streamlined test suite.
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 chore: update localization files for multiple languages
- Improved translations in Arabic, Bulgarian, German, English, and Spanish for chat and tool-related strings.
- Enhanced descriptions for various parameters and added new keys for file handling and security warnings.
- Adjusted phrasing for clarity and consistency across languages.
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 chore: update PR comment script to include Actions Artifacts link
- Modified the PR comment generation script to accept an additional artifactsUrl parameter.
- Updated the comment format to include both Release download and Actions Artifacts links for better accessibility.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
* 🐛 chore(hotfix): bump version to v2.1.28 [skip ci]
* chore: update secrets token
---------
Signed-off-by: Innei <tukon479@gmail.com >
Co-authored-by: rdmclin2 <rdmclin2@gmail.com >
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
Co-authored-by: Innei <i@innei.in >
2026-02-11 23:51:35 +08:00
LiJian
6eee83ab4c
♻️ refactor: imporve agent builder prompt ( #12259 )
2026-02-11 21:16:37 +08:00
Arvin Xu
b225820679
🚀 release: v2.1.27 ( #12248 )
...
## 📦 Release v2.1.27
This branch contains changes for the upcoming v2.1.27 release.
### Change Type
- Checked out from dev branch and merged to main branch
### Release Process
1. ✅ Release branch created
2. ✅ Pushed to remote
3. 🔄 Waiting for PR review and merge
4. ⏳ Release workflow triggered after merge
---
Created by release script
2026-02-11 17:15:36 +08:00
Innei
089ffbee52
🐛 fix: correct import path for defaultSecurityBlacklist test ( #12255 )
...
🐛 fix: correct import path for defaultSecurityBlacklist in test
The import path was pointing to `../defaultSecurityBlacklist` (core/) but
the file was moved to `../../audit/defaultSecurityBlacklist` during a
prior refactor. The broken import was lost during a rebase conflict
resolution, causing 8 cascading TS errors.
2026-02-11 15:56:33 +08:00
Innei
7d19102d6b
🔧 chore: remove unused ESLint suppression for anonymous default export in global styles ( #12252 )
...
* 🔧 chore: remove unused ESLint suppression for anonymous default export in global styles
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 chore: refactor TypeScript linting to use a dedicated script for improved maintainability
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 14:20:30 +08:00
Innei
59fb5a7d63
🔧 fix: update PR build workflows to trigger on release branches ( #12249 )
...
🔧 fix: update PR build workflows to trigger on release branches in addition to specific labels
2026-02-11 13:53:37 +08:00
Innei
6ad1eddf29
🔧 chore(release): prepare release v2.1.27
2026-02-11 13:21:50 +08:00
Innei
047c1ee5a2
fix: accordion action opacity
2026-02-11 13:19:55 +08:00
Innei
01f927bf5f
🔧 fix: update pre-commit hook to conditionally run type-check on dev and main branches
2026-02-11 13:19:49 +08:00
Innei
1fc833b80b
🐛 fix: filter stdio MCP tools on web environment ( #12235 )
...
* 🐛 fix: filter stdio MCP tools on web environment
Prevent stdio-based MCP tools (desktop-only) from being injected into agent
conversations on web platforms. Stdio transport requires Electron IPC which
is unavailable on web, causing runtime errors. Added environment-aware
filtering in createAgentToolsEngine enableChecker with comprehensive tests.
* 🐛 fix: filter stdio MCP tools on web environment
- Simplify serverExternalPackages config with nullish coalescing
- Filter out stdio MCP plugins in non-desktop environments since stdio transport requires Electron IPC
2026-02-11 13:19:38 +08:00
Innei
a33cf6c8c6
update
2026-02-11 13:12:34 +08:00
Innei
6016299ad1
🔧 fix: update onSave handler in PageEditor to use passed function instead of console log
2026-02-11 13:10:32 +08:00
Innei
9db344fa4b
✨ feat: enhance ToolItem and ToolsList components with improved text handling and styling
2026-02-11 13:10:31 +08:00
Innei
8e2009d3e5
♻️ refactor: replace inline stopPropagation/preventDefault with @lobehub/ui stable exports
2026-02-11 13:10:30 +08:00
Innei
b40fd3464e
♻️ refactor: replace window.open interception with setWindowOpenHandler in main process
...
- Use Electron's setWindowOpenHandler in Browser.ts to intercept external links
- Remove window.open override from preload script
- Remove pushState/replaceState interception as no longer needed
- Update tests to reflect changes
This moves external link handling to the main process for better security
and simplifies the preload script.
2026-02-11 13:10:30 +08:00
Innei
06440f2675
style(nav-panel): simplify motion variants and update type import
...
- Changed type import for ReactNode to a more concise syntax.
- Removed unnecessary blur effects from motion variants to streamline animations.
- Updated AnimatePresence mode from 'popLayout' to 'sync' for improved transition handling.
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 13:10:29 +08:00
Innei
dd473560fa
🔨 chore: add auto-tag release workflow and interactive release script ( #12236 )
...
* init
* add missing deps
2026-02-11 13:05:59 +08:00
Innei
0fbb152f09
chore: update ESLint suppressions with new rules and counts for various components
2026-02-11 13:05:59 +08:00
Innei
0685069444
test: increase timeout for API_AUDIENCE and createOIDCProvider tests to 10 seconds
...
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 13:05:59 +08:00
arvinxx
4dc6de6822
fix lint
2026-02-11 13:05:59 +08:00
Innei
92670136de
fix: correct type assertion in ConfigGroupModal and update import path for Transport
...
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 13:05:59 +08:00
Innei
96627b9bb8
chore: fix lint
2026-02-11 13:05:56 +08:00
Innei
2b178010cc
🐛 fix: add markdownToTxt alias override in vitest config
...
The @/utils alias maps to packages/utils/src, but markdownToTxt lives
in src/utils. Add explicit alias to fix test resolution failures.
2026-02-11 13:05:16 +08:00
Innei
8493e20e5b
✅ test(desktop): fix menu accelerator tests to assert role instead of explicit accelerator
...
Role-based menu items have their accelerators handled by Electron runtime, so tests should verify the role property rather than an explicit accelerator value.
2026-02-11 13:05:16 +08:00
Innei
eefb67e74a
🔧 chore: update ESLint configuration and dependencies
2026-02-11 13:05:16 +08:00
Innei
374b8ed8cd
👷 ci: add desktop nightly release workflow
...
- Schedule daily at 14:00 UTC+8, with manual dispatch support
- Version: latest stable tag minor+1 (e.g., 2.0.12 → 2.1.0-nightly.YYYYMMDDHHMM)
- Skip build when no code changes in package.json, src/, packages/, apps/desktop/
- Support force build option to bypass diff check
- Auto cleanup old nightly releases (keep 7)
- Exclude nightly from beta workflow to prevent duplicate builds
- Remove next channel from beta workflow
2026-02-11 13:05:16 +08:00
Innei
1f57d5cc4f
🔧 chore: remove desktop download route move to cloud
2026-02-11 13:05:16 +08:00
Innei
6029fd3078
💄 style: enhance sidebar transition with Vercel-style motion
...
- Add blur effect (4px) during transitions
- Implement direction-aware slide animation (8px offset)
- Support animation mode preference
- Optimize with will-change and Freeze component
- Update @lobehub/ui to v4.35.0
2026-02-11 13:05:16 +08:00
Innei
d1d46cfb41
✨ feat: add unread completion indicator for agents and topics
...
Add visual indicator (animated neon dot) to show when an agent or topic has
completed generation while user is viewing a different conversation.
2026-02-11 13:05:16 +08:00
Innei
67c403da4d
🐛 fix(desktop): remove redundant accelerators from menu role items
...
Electron's role-based menu items already provide default accelerators.
Explicitly setting them can override defaults and cause issues like
Ctrl+Plus (requiring Shift) not working for zoom in on Windows.
Only kept intentional overrides: F12 for devTools, F11 for fullscreen
on macOS, Alt+F4 for close and Ctrl+Y for redo on Windows.
2026-02-11 13:05:15 +08:00
Innei
397426de91
💄 style: update ServerVersionOutdatedAlert styling and logic
...
- Changed border style in ServerVersionOutdatedAlert component for improved visual consistency.
- Commented out the check for server version status and storage mode, setting a default value for isServerVersionOutdated to true for testing purposes.
This update enhances the alert's appearance and temporarily modifies its logic for development.
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 13:05:15 +08:00
Rdmclin2
e4495946d9
✨ feat: add built in skills management ( #12106 )
...
* feat: add builtin skills to skillstore
* feat: add builtin skills management and detail display
* chore: update i18n files
* fix: lobehub skill store uninstall icon
* chore: add want more application for lobehub skills
* fix: tool related test case
* fix: lint error
* chore: update i18n files
* fix: new users no built-in tool list avaliable
* chore: uninstalled builtin tools hidden from agent profile editor
* fix: skill store lost
* chore: use univeral error message
* chore: update built in description and readme
* chore: update i18n files
* chore: update i18n files
2026-02-11 13:05:15 +08:00
Innei
aaa7b6d153
✨ feat(desktop): implement subscription pages embedding with webview ( #12114 )
...
* ✨ feat(desktop): implement subscription pages embedding with webview
- Add SubscriptionIframeWrapper component for embedding subscription pages in Electron webview
- Replace compile-time ENABLE_BUSINESS_FEATURES with runtime serverConfigSelectors
- Add useIsCloudActive hook to detect cloud sync status
- Add setupSubscriptionWebviewSession service for webview session management
Resolves LOBE-4589
* ✨ feat: enhance SubscriptionIframeWrapper for improved configuration
- Updated iframe URL to use OFFICIAL_URL for better maintainability.
- Integrated server configuration to conditionally enable business features.
- Cleaned up code by removing commented-out lines and unnecessary eslint suppressions.
This update improves the flexibility and readability of the SubscriptionIframeWrapper component.
Signed-off-by: Innei <tukon479@gmail.com >
* ✨ feat: enhance link interception in SubscriptionIframeWrapper
- Updated the script to intercept both link clicks and window.open calls for better URL handling.
- Added functionality to resolve relative URLs to absolute before logging.
This improvement enhances the tracking of external link interactions within the iframe.
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 chore: clean up useIsCloudActive hook
- Removed unnecessary eslint suppressions related to react-hooks rules.
- Improved code readability by eliminating commented-out lines.
This update enhances the clarity and maintainability of the useIsCloudActive hook.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 13:05:10 +08:00
Innei
fcdaf9d814
🔧 chore: update eslint v2 configuration and suppressions ( #12133 )
...
* v2 init
* chore: update eslint suppressions and package dependencies
- Removed several eslint suppressions related to array sorting and reversing from eslint-suppressions.json to clean up the configuration.
- Updated @lobehub/lint package version from 2.0.0-beta.6 to 2.0.0-beta.7 in package.json for improvements and bug fixes.
- Made minor formatting adjustments in vitest.config.mts and various SKILL.md files for better readability and consistency.
Signed-off-by: Innei <tukon479@gmail.com >
* fix: clean up import statements and formatting
- Removed unnecessary whitespace in replaceComponentImports.ts for improved readability.
- Standardized import statements in contextEngineering.ts and createAgentExecutors.ts by adding missing spaces for consistency.
Signed-off-by: Innei <tukon479@gmail.com >
* chore: update eslint suppressions and clean up code formatting
* 🐛 fix: use vi.hoisted for mock variable initialization
Fix TDZ error in persona service test by using vi.hoisted() to ensure
mock variables are available when vi.mock factory runs.
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 13:04:48 +08:00
Rdmclin2
2892e8fcff
✨ feat: add starter suggested questions and recommend agents ( #12033 )
...
* feat: add suggested questions
* chore: optimize suggest questions and list
* feat: support recommend agents
* chore: update write related suggestions
* chore: empty and default count
* chore: update suggest questions
* chore: update suggest questions
* chore: fix suggest questions suspense loading
* chore: update i18n files
* fix: suggest questions skeleton
* chore: update i18n files
* fix: showSkillBanner style compatible
* chore: custom agent group list query
* chore: move ModeHeader to ModeTag
* style: adjust suggest questions list item style
* chore: change back to corner right up
* chore: update agent suggest questions
* chore: update agents i18n files
* feat: support agent builder ,group builder and doc copilot suggestions
* feat: support home starter swtich
2026-02-11 12:58:48 +08:00
René Wang
77ec294ab4
feat: Update user guide ( #12123 )
...
fix: user guide
2026-02-11 12:58:47 +08:00
René Wang
8dd8ff929f
fix: Resource manager ( #12040 )
...
* fix: update
* fix: Cannot click page on sidebar
* fix: Cannot remove page from lib
* fix: 404 resource
* fix: No page title
* fix: Chunk
* fix: Search skills in CMDK
* fix: Masonry item style
* fix: Masonry item style
* fix: Search memory
* fix: doc
* fix: doc
* fix: Move to another lib
* fix: Move to another lib
* fix: translation file
* fix: translation
* fix: TS error
2026-02-11 12:58:47 +08:00
Innei
4674a76e2e
🔧 chore: update @lobehub/ui version and enhance UpdateAgentPromptInspector styling
...
resolves LOBE-4515
- Bump @lobehub/ui dependency from ^4.33.0 to ^4.33.4 for improvements and bug fixes.
- Add min-width style to the container in UpdateAgentPromptInspector for better layout.
- Implement ellipsis with tooltip for agent title to handle overflow gracefully.
- Adjust length diff display to prevent text wrapping.
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 12:58:47 +08:00
Innei
3ab33e8371
chore: remove log
...
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 12:58:47 +08:00
Innei
30a69eacf3
🐛 fix: prevent scroll anchoring during streaming ( #12115 )
...
🐛 fix: stop scroll anchoring in chat list
2026-02-11 12:58:47 +08:00
Innei
edec250cf3
✨ feat(settings): add auto-scroll option during AI response streaming
...
- Introduced new settings for enabling auto-scroll during AI responses in both English and Chinese locales.
- Updated chat configuration and user settings to include `enableAutoScrollOnStreaming`.
- Enhanced the UI to allow users to toggle this feature in the agent settings.
- Refactored auto-scroll logic to respect user preferences and agent-specific settings.
This feature improves user experience by ensuring that the latest AI responses are always visible during streaming.
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 12:58:47 +08:00
Innei
83e5f31576
♻️ refactor: cleanup duplicate AddTopicButon components and optimize migration script ( #12095 )
...
- Remove duplicate AddTopicButon.tsx files from agent and group layouts
- Refactor migrate-spa-navigation.ts to use switch statement for better readability
- Clean up unused imports in migration script
2026-02-11 12:58:47 +08:00
Rdmclin2
96fa203c81
💄 style: change skills using this skill list style ( #12089 )
...
chore: change agents using skill list style
2026-02-11 12:58:47 +08:00
Innei
046eb72961
♻️ refactor(store): migrate to class-based actions with flattenActions ( #12081 )
...
* ✨ feat(store): introduce StoreSetter interface and refactor agent group actions
- Added StoreSetter interface to manage state updates in a more flexible manner.
- Refactored ChatGroupInternalAction, ChatGroupCurdAction, and ChatGroupMemberAction to utilize the new StoreSetter for state management.
- Enhanced action methods to improve clarity and maintainability.
- Introduced createActionProxy utility to streamline action handling across slices.
- Updated lifecycle and member slices to align with the new structure, ensuring consistent state management practices.
Signed-off-by: Innei <tukon479@gmail.com >
* refactor squash
refactor: replace createActionProxy with flattenActions for action handling
- Updated multiple store files to utilize flattenActions instead of createActionProxy, improving the handling of action methods and ensuring proper prototype method binding.
- Removed createActionProxy utility as it is no longer needed, streamlining the action management process across the application.
This change enhances maintainability and consistency in state management practices.
Signed-off-by: Innei <tukon479@gmail.com >
chore: format code
Signed-off-by: Innei <tukon479@gmail.com >
fix: correct assignment syntax in GroupChatSupervisor and ResourceSyncEngine
- Updated assignment syntax from object-like notation to standard assignment for error handling and state updates in GroupChatSupervisor and ResourceSyncEngine classes.
- Ensured proper variable assignments for error handling and state management, enhancing code clarity and functionality.
Signed-off-by: Innei <tukon479@gmail.com >
fix: update transformApiArgumentsToAiState return type and logic
- Changed the return type of transformApiArgumentsToAiState from Promise<string> to Promise<string | undefined> to better reflect possible outcomes.
- Modified the return statement to return undefined instead of an empty string when the builtinToolLoading for the given key is true, improving clarity in the function's behavior.
Signed-off-by: Innei <tukon479@gmail.com >
* feat(upload): enhance uploadBase64FileWithProgress return type and add dimensions
- Introduced a new interface, UploadWithProgressResult, to define the structure of the result returned by uploadBase64FileWithProgress.
- Updated the return type of uploadBase64FileWithProgress and uploadFileWithProgress methods to reflect the new interface, improving type safety and clarity.
- This change allows for better handling of image dimensions and file metadata during the upload process.
Signed-off-by: Innei <tukon479@gmail.com >
* refactor(zustand): migrate to class-based actions and enhance action composition
- Updated the implementation of actions from plain StateCreator objects to class-based actions, improving encapsulation and maintainability.
- Introduced a new pattern for defining actions using private fields to prevent internal state leakage.
- Replaced createActionProxy with flattenActions for better method binding and prototype support in action handling.
- Enhanced the structure for multi-class slices, allowing for cleaner composition of actions within store files.
This refactor streamlines state management practices and improves code clarity across the application.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 12:58:46 +08:00
Innei
de1d17188c
refactor: clean up UpdateIdentityMemoryInspector and enhance ErrorResponse styling
...
- Remove unused success state and related conditional rendering in UpdateIdentityMemoryInspector
- Simplify rendering logic for better readability
- Add custom styles for ErrorResponse component to improve layout and presentation
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 12:58:46 +08:00
Innei
9ecca13388
refactor: replace react-diff-view with @lobehub/ui CodeDiff ( #12077 )
...
* refactor: replace react-diff-view with @lobehub/ui CodeDiff
- Replace react-diff-view with @lobehub/ui's CodeDiff and PatchDiff components
- Use CodeDiff in Intervention for old/new content comparison
- Use PatchDiff in Render for unified diff patch display
- Remove react-diff-view dark theme CSS file
- Remove diff generation complexity, rely on built-in component styling
- Reduce code by ~93 lines
* 🔧 chore: add font-family style to previewText
2026-02-11 12:58:46 +08:00
Rdmclin2
90c88da19d
✨ feat: add feedback request for community list ( #12078 )
...
* ✨ feat(skillStore): add "Want more skills?" prompt with feedback integration
- Add WantMoreSkills component below CommunityList
- Extend useFeedbackModal to support preset initial values
- Update FeedbackModal to accept and display initial form values
- Add i18n translations for zh-CN and en-US
Closes LOBE-4163
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* 🔧 fix(skillStore): show skill request prompt at list end instead of fixed footer
- Move WantMoreSkills to VirtuosoGrid Footer, shown only when list ends
- Update text to "已经到底了,未找到所需技能?提交申请 →"
- Use Typography.Link for hyperlink style on action text
- Update feedback form template with structured format
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* fix: initial values not set
* chore: remove skill install banner shadow
* chore: use same list height
* chore: update i18n files
* fix: klavis disconnected style
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-11 12:58:46 +08:00
Innei
b010ab9da8
♻️ refactor(fileSearch): File/Content Search by Platform ( #12074 )
...
* ♻️ refactor(fileSearch): consolidate determineContentType to base class and use os.homedir()
- Move determineContentType method to FileSearchImpl base class with merged type mappings
- Replace process.env.HOME with os.homedir() in macOS and Linux implementations
- Replace process.env.USERPROFILE with os.homedir() in Windows implementation
- Remove duplicate implementation from three platform-specific classes
* refactor: content search service
* chore: add engine text
* fix: show engine
* test: add unit tests for contentSearch and fileSearch modules
- Add base.test.ts and index.test.ts for contentSearch module
- Add base.test.ts and index.test.ts for fileSearch module
- Test buildGrepArgs, determineContentType, escapeGlobPattern, etc.
- Test factory functions for platform-specific implementations
* 🐛 fix(contentSearch): use correct ripgrep glob patterns for nested path exclusion
Change `!node_modules` and `!.git` to `!**/node_modules/**` and `!**/.git/**`
to properly exclude nested directories as per ripgrep documentation.
* fix: types
2026-02-11 12:58:46 +08:00
rdmclin2
f829bf7fdf
fix: setting highlight and memerid not responding error
2026-02-11 12:58:45 +08:00
Innei
6f24e6b900
✨ feat(desktop): add proactive token refresh on app startup and activation
...
- Refresh token on every app launch (with 5-minute debounce to prevent rapid restarts)
- Trigger refresh on Mac app activation (Dock click) with same debounce
- Track lastRefreshAt timestamp in encrypted token storage
- Add isRemoteServerConfigured() helper method to avoid code duplication
- Fix cloud mode check that incorrectly required remoteServerUrl
- Add comprehensive tests for all refresh scenarios
2026-02-11 12:58:45 +08:00
Rdmclin2
dad6108a37
chore: revert to back to header mode ( #12051 )
2026-02-11 12:58:45 +08:00
Innei
8676c22348
✨ feat: GitHub Copilot Provider ( #11997 )
...
* feat: implement GitHub Copilot integration with OAuth Device Flow authentication
- Updated package.json to include new GitHub Copilot model.
- Added GitHub Copilot model provider and associated runtime logic.
- Implemented OAuth Device Flow for authentication, including UI components for user interaction.
- Enhanced AI provider settings to support OAuth configuration.
- Updated types and key vaults to accommodate GitHub Copilot tokens.
This integration allows users to authenticate via GitHub Copilot, enabling access to its models through a seamless OAuth experience.
Signed-off-by: Innei <tukon479@gmail.com >
* feat: expand GitHub Copilot model definitions and add new models
- Updated existing models with new descriptions, display names, and IDs.
- Introduced several new models including GPT-5 mini, GPT-4o variants, Grok Code Fast 1, and Claude Haiku 4.5.
- Adjusted context window tokens and max output values for various models.
- Enhanced model capabilities with function call and vision abilities.
This update enriches the AI model offerings and improves the overall functionality of the GitHub Copilot integration.
Signed-off-by: Innei <tukon479@gmail.com >
* ✅ test: add unit tests for OAuth Device Flow and GitHub Copilot
- Add OAuthDeviceFlowService tests (12 tests)
- Add GithubCopilotOAuthService tests (13 tests)
- Add LobeGithubCopilotAI runtime tests (12 tests)
- Add updateConfig keyVaults merge tests (5 tests)
- Fix sleep import in githubCopilot runtime (use inline Promise)
* feat: enhance OAuth Device Flow integration and user experience
- Added new OAuth-related strings to localization files for English, Chinese, and default locales.
- Refactored ProviderConfig component to streamline OAuth authentication handling and improve UI presentation.
- Updated OAuthDeviceFlowAuth component to include user information display (username and avatar).
- Enhanced backend logic to fetch and store GitHub user information during OAuth authentication.
- Improved error handling and user feedback during the OAuth process.
This update significantly enhances the user experience for OAuth authentication, providing clearer communication and a more integrated interface.
Signed-off-by: Innei <tukon479@gmail.com >
* feat: improve OAuth provider handling in ProviderConfig and OAuthDeviceFlowAuth components
- Integrated OAuth authentication status querying in ProviderConfig to conditionally render the form based on authentication state.
- Refactored OAuthDeviceFlowAuth to enhance user experience during the authentication process, including better state management and UI updates.
- Ensured that the form is only displayed when the user is authenticated for OAuth providers.
This update streamlines the OAuth integration, providing a more responsive and user-friendly interface.
Signed-off-by: Innei <tukon479@gmail.com >
* fix: update OpenAI model snapshots with new configurations
- Modified model definitions for GPT 3.5 Turbo and Embedding V2 Ada, including updated context window tokens, descriptions, and display names.
- Enabled function call capability for GPT 3.5 Turbo and changed the type for Embedding V2 Ada from "embedding" to "chat".
This update ensures the model snapshots reflect the latest configurations and capabilities.
Signed-off-by: Innei <tukon479@gmail.com >
* fix: correct casing in model-bank package.json and enhance aiProvider test
- Updated the casing of the GitHub Copilot model path in package.json for consistency.
- Added a call to KeyVaultsGateKeeper.getUserKeyVaults in the aiProvider test to improve test coverage and functionality.
This update ensures better adherence to naming conventions and enhances the robustness of the aiProvider tests.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 12:58:45 +08:00
Innei
4db39075a9
✨ feat(electron): refactor RecentlyViewed with Pinned + Recent architecture ( #11774 )
...
* ✨ feat(electron): refactor RecentlyViewed with Pinned + Recent architecture
- Add Pinned section for user-pinned pages (persisted to localStorage)
- Add Recent section with auto-deduplication and 20 items limit
- Support dynamic title updates (e.g., conversation names instead of generic "Chat")
- Add Pin/Unpin toggle on hover
- Keep navigation history (back/forward) independent from recent pages
Closes LOBE-4212
Closes LOBE-4230
* 📝 docs(linear): update issue management guidelines
- Revise description for clarity on triggering conditions for Linear issues.
- Add critical section on PR creation with Linear issues, emphasizing immediate comment requirements.
- Update completion comment format to include structured summary and key changes.
- Clarify workflow steps and correct examples for task completion and status updates.
Signed-off-by: Innei <tukon479@gmail.com >
* ✨ feat(electron): history stack
- Introduce a new plugin system for RecentlyViewed, allowing dynamic resolution of page references.
- Implement caching for display data, improving performance and user experience.
- Refactor existing page handling to support various page types (agents, groups, etc.) with dedicated plugins.
- Update Recent and Pinned pages management to utilize the new plugin system for better data integrity and retrieval.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 12:58:45 +08:00
René Wang
bebfb461e9
feat: Polish CMDK ( #12011 )
...
* fix: Hide proxy command for web
* style: add close transition
* fix: cmdk close animation
* style: show current theme
2026-02-11 12:58:45 +08:00
Rdmclin2
501352e035
✨ feat: add tool agents in tool detail page ( #11993 )
...
* chore: upgrade market sdk to 0.29.2
* feat: add skill recommendations to agent detail
* fix: agent link error
* feat: support agents using this skill
* feat: support agents using tool list virtual and load more
* chore: remove lobehub skill detail loading
* feat: mcp detail support load more
* fix: mcp detail in comunity scroll problem
* chore: update i18n files
2026-02-11 12:58:45 +08:00
Innei
390335f567
fix: add rs canvas in outputFileTracingIncludes for Docker builds
...
* Added support for including native bindings in standalone output when building with Docker.
* Updated outputFileTracingIncludes to conditionally include necessary files for `@napi-rs/canvas` and pnpm package locations.
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 12:58:44 +08:00
Innei
899cf85e94
feat: rebrand stable app icon
...
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 12:58:44 +08:00
Innei
332c66a10d
✨ feat: enhance ProviderConfig Checker with static styles
...
* Added createStaticStyles for styling the popup component
* Updated popupClassName to utilize the new styles
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 12:58:44 +08:00
Rdmclin2
6c342525e9
✨ feat: add write starter and fix e2e tests ( #11992 )
...
* feat: add write document and image create starter
* chore: update doc starter e2e tests
* chore: remove image stater form home input
* chore: move model header to actionbar extra place
* test: fix e2e test
2026-02-11 12:58:43 +08:00
Innei
cd13057a73
chore: update macOS build configuration to fix hdiutil issues and clean previous artifacts
...
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 12:58:43 +08:00
Innei
13e0923c30
chore: update Linear skill description for clarity and usage guidelines
...
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 12:58:43 +08:00
Rdmclin2
07d223117c
🐛 fix: skill detail error ( #11949 )
...
* chore: use only fetch once swr
* chore: use mcp detail tool list
* chore: update tools detail
* chore: update i18n files
* fix: skill style
* chore: add skill loading
2026-02-11 12:58:43 +08:00
rdmclin2
a8582b0b37
refactor: skill list
2026-02-11 12:58:43 +08:00
rdmclin2
6c1eadc638
chore: refactor skill detail page
2026-02-11 12:58:43 +08:00
rdmclin2
2d294048cc
chore: migrate integeration detail to skillstore
2026-02-11 12:58:43 +08:00
rdmclin2
3626770ccd
chore: use independent swr hook call
2026-02-11 12:58:43 +08:00
Innei
6e65d725c5
🐛 fix(desktop): allow scrolling in read file view and improve new topic creation
...
- Add `overflow: auto` to ReadFileView component to fix content scrolling issue
- Update new topic creation to use current active agent instead of always navigating to inbox
Closes LOBE-4372
2026-02-11 12:58:42 +08:00
Innei
e063d093ae
🐛 fix(desktop): prevent auth modal from showing during onboarding
...
Use localStorage state check instead of pathname to determine if
onboarding is complete, avoiding timing issues with route transitions.
2026-02-11 12:58:42 +08:00
Innei
b8fdcc3070
✨ feat(desktop): enhance desktop menu and navigation system
...
- Add DesktopFileMenuBridge component for native menu integration
- Update navigation events in electron-client-ipc
- Modify menu implementations across all platforms (Linux, macOS, Windows)
- Add hotkey settings for desktop features
- Update layout and menu creation hooks for desktop navigation
2026-02-11 12:58:42 +08:00
Innei
943b3e86e2
📝 update: change copyright year from 2025 to 2026 in onboarding and email templates
...
- Updated the copyright year in the footer of onboarding layouts and email templates to reflect 2026.
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 12:58:42 +08:00
rdmclin2
641de4c3ef
feat: add intergration Detail Content and skill list
2026-02-11 12:58:42 +08:00
Innei
48dd92c315
🔧 chore: simplify electron workflow by removing i18n codemod steps
...
- Removed temporary workspace setup and dynamic import assertions for i18n codemod.
- Updated workflow to directly run the electron workflow modifiers script.
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 12:58:42 +08:00
Innei
8188e2d9f0
♻️ refactor: restructure electron build workflow with i18n codemod
...
- Remove desktop-build-electron.yml workflow
- Add verify-electron-codemod.yml workflow for i18n transformation
- Add i18nDynamicToStatic modifier for dynamic to static i18n conversion
- Update build workflows to use new i18n modifier approach
- Update README and package.json configurations
2026-02-11 12:58:42 +08:00
Rdmclin2
91155fd379
🐛 fix: skill detail page icon problem ( #11912 )
...
* fix: integration detail avatar
* fix: Skill List icon style
* chore: support icon and title as a whole to trigger detail page
* fix: avatar size compress
* fix: popover content icon stretch
* fix: avatar align problem
* chore: add kalvis skill icon and lobehub skill icon
* chore: use same style file
2026-02-11 12:58:42 +08:00
Innei
95c999e3c9
✨ feat: add full-width view option to menu in agent and page editor headers
...
resolves LOBE-4449
- Introduced a new icon for the full-width view option using Maximize2 from lucide-react.
- Updated the useMenu hook in both agent and page editor headers to include the new full-width menu item.
Signed-off-by: Innei <tukon479@gmail.com >
2026-02-11 12:58:41 +08:00
Innei
07f9c2a6a0
🔨 chore: add auto-tag release workflow and interactive release script ( #12236 )
...
* init
* add missing deps
2026-02-11 12:43:43 +08:00
Arvin Xu
a83dc4d4ed
💄 style: add emoji reaction feature for messages ( #12004 )
...
* ✨ feat: add emoji reaction feature for messages
- Add EmojiReaction type definition in metadata
- Add addReaction/removeReaction store actions in Conversation Store
- Create ReactionDisplay component for showing reactions
- Create ReactionPicker component with quick emoji selection
- Add ReactionFeedbackProcessor for context-engine
- Integrate reaction UI into Assistant message component
- Add i18n keys for reaction feature
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* update ui
* refactor reaction implement
* add reaction processor
* add reaction processor
* push
---------
Co-authored-by: Claude <noreply@anthropic.com >
2026-02-11 12:32:48 +08:00
LobeHub Bot
e0e158c586
✅ test: add unit tests for markdownToTxt utility ( #12058 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-11 12:14:22 +08:00
LobeHub Bot
9cdfff1aa8
🌐 chore: translate non-English comments to English in model-runtime/core ( #12244 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-11 12:06:12 +08:00
Neko
3346c07ed1
🔨 chore(userMemories): can render persona even without roles ( #12237 )
2026-02-10 21:46:46 +08:00
YuTengjing
7721261dc0
🔨 chore(model-runtime): add onRouteAttempt callback to RouterRuntime ( #12234 )
2026-02-10 15:48:12 +08:00
LobeHub Bot
db1f813139
🌐 chore: translate non-English comments to English in image store ( #12229 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-10 14:29:29 +08:00
lobehubbot
29f886d54b
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-10 02:28:21 +00:00
semantic-release-bot
7a5fc81dc7
🔖 chore(release): v2.1.26 [skip ci]
...
### [Version 2.1.26](https://github.com/lobehub/lobe-chat/compare/v2.1.25...v2.1.26 )
<sup>Released on **2026-02-10**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#12227 ](https://github.com/lobehub/lobe-chat/issues/12227 ) ([37b06c4 ](https://github.com/lobehub/lobe-chat/commit/37b06c4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-10 02:26:46 +00:00
LobeHub Bot
37b06c4f0b
🤖 style: update i18n ( #12227 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2026-02-10 10:08:37 +08:00
lobehubbot
404ea0d7b2
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-09 14:47:04 +00:00
semantic-release-bot
29fd296945
🔖 chore(release): v2.1.25 [skip ci]
...
### [Version 2.1.25](https://github.com/lobehub/lobe-chat/compare/v2.1.24...v2.1.25 )
<sup>Released on **2026-02-09**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-09 14:45:39 +00:00
Neko
b0def6d711
👷 build(database): migrate id using seq and identity to text with nanoid ( #12223 )
...
* 🔨 chore(database): added id_nanoid to replace id using seq and identity
* 🔨 chore(database): assgin database id column value to id_nanoid
* 🔨 chore(database): update dbml
* 🔨 chore(database): add not null & unique index
* 🔨 chore(database): drop foreign key dependency, switch to depend on id_nanoid
* 🔨 chore(database): switch to use id_nanoid as primary key
* 🔨 chore(database): drop old id column
* 🔨 chore(database): rename id_nanoid to id
* 🔨 chore(database): remove unique constraint
* 🔨 chore(database): updated dbml
* 🔨 chore(database): incorrect --> statement-breakpoint
2026-02-09 22:27:46 +08:00
lobehubbot
146cf2c978
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-09 10:52:22 +00:00
semantic-release-bot
fe48875d47
🔖 chore(release): v2.1.24 [skip ci]
...
### [Version 2.1.24](https://github.com/lobehub/lobe-chat/compare/v2.1.23...v2.1.24 )
<sup>Released on **2026-02-09**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix multimodal content_part images rendered as base64 text.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix multimodal content_part images rendered as base64 text, closes [#12210 ](https://github.com/lobehub/lobe-chat/issues/12210 ) ([00ff5b9 ](https://github.com/lobehub/lobe-chat/commit/00ff5b9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-09 10:50:43 +00:00
LobeHub Bot
748e7fd231
✅ test: add unit tests for scheduleToolCallReport ( #12214 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-09 18:32:07 +08:00
Arvin Xu
00ff5b9c1b
🐛 fix: fix multimodal content_part images rendered as base64 text ( #12210 )
2026-02-09 18:18:59 +08:00
Neko
4ae90976a0
🔨 chore(memory-user-memory): will try to capture and create more entries for identity when no entries present ( #12217 )
2026-02-09 15:09:34 +08:00
Neko
c41f0af5c6
🔨 chore(memory-user-memory): should not append date & time ( #12216 )
2026-02-09 14:55:14 +08:00
Arvin Xu
0b91217f14
🔨 chore: improve auto agent workflow ( #12209 )
...
* improve auto workflow
* add auto workflow
2026-02-09 12:34:18 +08:00
lobehubbot
788037bfa0
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-09 02:25:01 +00:00
semantic-release-bot
b06b0e5662
🔖 chore(release): v2.1.23 [skip ci]
...
### [Version 2.1.23](https://github.com/lobehub/lobe-chat/compare/v2.1.22...v2.1.23 )
<sup>Released on **2026-02-09**</sup>
#### 🐛 Bug Fixes
- **swr**: Prevent useActionSWR isValidating from getting stuck.
- **misc**: Fix editor content missing when send error, use custom avatar for group chat in sidebar.
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **swr**: Prevent useActionSWR isValidating from getting stuck, closes [#12059 ](https://github.com/lobehub/lobe-chat/issues/12059 ) ([8877bc1 ](https://github.com/lobehub/lobe-chat/commit/8877bc1 ))
* **misc**: Fix editor content missing when send error, closes [#12205 ](https://github.com/lobehub/lobe-chat/issues/12205 ) ([ee7ae5b ](https://github.com/lobehub/lobe-chat/commit/ee7ae5b ))
* **misc**: Use custom avatar for group chat in sidebar, closes [#12208 ](https://github.com/lobehub/lobe-chat/issues/12208 ) ([31145c9 ](https://github.com/lobehub/lobe-chat/commit/31145c9 ))
#### Styles
* **misc**: Update i18n, closes [#12025 ](https://github.com/lobehub/lobe-chat/issues/12025 ) ([c12d022 ](https://github.com/lobehub/lobe-chat/commit/c12d022 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-09 02:23:15 +00:00
Arvin Xu
31145c9a1f
🐛 fix: use custom avatar for group chat in sidebar ( #12208 )
...
* 🐛 fix: use custom avatar for group chat in sidebar
When a group chat has a custom avatar set, the sidebar was always showing
the member composition avatar instead. This fix:
- Queries chatGroups.avatar and chatGroups.backgroundColor in HomeRepository
- Prioritizes custom avatar (string) over member avatars (array) in data layer
- Replaces GroupAvatar with AgentGroupAvatar in AgentGroupItem for proper
avatar type detection (custom vs member composition)
Closes LOBE-4883
* ✅ test: add DB tests for group chat custom avatar in sidebar
Add 6 test cases covering the custom avatar fix for chat groups:
getSidebarAgentList:
- should return custom avatar when chat group has one set
- should return member avatars when chat group has no custom avatar
- should prioritize custom avatar over member avatars
searchAgents:
- should return custom avatar for chat groups with custom avatar in search
- should return member avatars for chat groups without custom avatar in search
- should prioritize custom avatar over member avatars in search
2026-02-09 10:04:40 +08:00
LobeHub Bot
ce8c0c3eaf
🌐 chore: translate non-English comments to English in packages/electron-client-ipc and packages/edge-config ( #11926 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-09 10:02:24 +08:00
LobeHub Bot
c12d0221ac
🤖 style: update i18n ( #12025 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2026-02-09 09:58:41 +08:00
Kingsword
8877bc12d7
🐛 fix(swr): prevent useActionSWR isValidating from getting stuck ( #12059 )
2026-02-09 09:57:37 +08:00
semantic-release-bot
dd7d590bdd
🔖 chore(release): v2.1.23 [skip ci]
...
### [Version 2.1.23](https://github.com/lobehub/lobe-chat/compare/v2.1.22...v2.1.23 )
<sup>Released on **2026-02-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix editor content missing when send error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix editor content missing when send error, closes [#12205 ](https://github.com/lobehub/lobe-chat/issues/12205 ) ([ee7ae5b ](https://github.com/lobehub/lobe-chat/commit/ee7ae5b ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-08 19:27:56 +00:00
Neko
bbc1dfcc23
🔨 chore(userMemories): fetch user persona ( #12206 )
2026-02-09 03:10:12 +08:00
Neko
0dbd8d6abf
🔨 chore(observability-otel): update name to lobehub ( #12207 )
2026-02-09 03:09:59 +08:00
semantic-release-bot
40edeb4025
🔖 chore(release): v2.1.23 [skip ci]
...
### [Version 2.1.23](https://github.com/lobehub/lobe-chat/compare/v2.1.22...v2.1.23 )
<sup>Released on **2026-02-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix editor content missing when send error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix editor content missing when send error, closes [#12205 ](https://github.com/lobehub/lobe-chat/issues/12205 ) ([ee7ae5b ](https://github.com/lobehub/lobe-chat/commit/ee7ae5b ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-08 17:43:27 +00:00
Arvin Xu
ee7ae5b1d2
🐛 fix: fix editor content missing when send error ( #12205 )
...
* fix editor issue
* add virtual block plugin
* snapshot case
* fix task Render issue
2026-02-09 01:25:25 +08:00
lobehubbot
044e290ab0
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-08 17:19:44 +00:00
semantic-release-bot
6ed5e7bba1
🔖 chore(release): v2.1.22 [skip ci]
...
### [Version 2.1.22](https://github.com/lobehub/lobe-chat/compare/v2.1.21...v2.1.22 )
<sup>Released on **2026-02-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Register Notebook tool in server runtime.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Register Notebook tool in server runtime, closes [#12203 ](https://github.com/lobehub/lobe-chat/issues/12203 ) ([be6da39 ](https://github.com/lobehub/lobe-chat/commit/be6da39 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-08 17:18:18 +00:00
Arvin Xu
be6da39437
🐛 fix: register Notebook tool in server runtime ( #12203 )
...
* refactor Notebook Executor
* 🐛 fix: register Notebook tool in server runtime
Notebook tool (lobe-notebook) was only registered on the client side,
causing server-side tool calls to fail with "not implemented" error.
- Add NotebookRuntimeService wrapping DocumentModel/TopicDocumentModel
- Add notebook server runtime registration
- Pass context to runtime methods for topicId passthrough
- Add tests for NotebookRuntimeService and runtime registration
Resolves LOBE-4880
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-09 01:00:13 +08:00
LobeHub Bot
0e688d08b8
🌐 chore: translate non-English comments to English in siliconcloud provider ( #12190 )
...
* 🌐 chore: translate non-English comments to English in siliconcloud provider
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
* ✅ test: update siliconcloud test to match translated error message
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
---------
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
Co-authored-by: arvinxx <arvinx@foxmail.com >
2026-02-08 23:40:43 +08:00
lobehubbot
f55b8344c6
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-08 15:37:50 +00:00
semantic-release-bot
e1599d2e5e
🔖 chore(release): v2.1.21 [skip ci]
...
### [Version 2.1.21](https://github.com/lobehub/lobe-chat/compare/v2.1.20...v2.1.21 )
<sup>Released on **2026-02-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Add end-user info on OpenAI Responses API call, enable vertical scrolling for topic list on mobile.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add end-user info on OpenAI Responses API call, closes [#12134 ](https://github.com/lobehub/lobe-chat/issues/12134 ) ([72a85ac ](https://github.com/lobehub/lobe-chat/commit/72a85ac ))
* **misc**: Enable vertical scrolling for topic list on mobile, closes [#12157 ](https://github.com/lobehub/lobe-chat/issues/12157 ) [lobehub/lobe-chat#12029 ](https://github.com/lobehub/lobe-chat/issues/12029 ) ([bd4e253 ](https://github.com/lobehub/lobe-chat/commit/bd4e253 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-08 15:35:58 +00:00
Antoine Roux
72a85ac151
🐛 fix: add end-user info on OpenAI Responses API call ( #12134 )
...
Add end-user info on OpenAI Responses API call
2026-02-08 23:17:22 +08:00
Varun Chawla
bd4e253d1b
🐛 fix: enable vertical scrolling for topic list on mobile ( #12157 )
...
Replace `overflow: 'hidden'` with `overflowX: 'hidden', overflowY: 'auto'`
on the topic list container so users can scroll through topics that exceed
the viewport height on mobile devices.
Closes lobehub/lobe-chat#12029
2026-02-08 23:16:51 +08:00
LobeHub Bot
9fa6253406
✅ test: add unit tests for defaultSecurityBlacklist ( #12094 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-08 23:04:12 +08:00
Rdmclin2
35b6d8f9ca
chore: add sync main to dev script ( #12202 )
2026-02-08 23:02:49 +08:00
Arvin Xu
e14cfae266
🔨 chore: use tsc in vercel build ( #12201 )
...
* try new build
* improve
2026-02-08 22:49:38 +08:00
semantic-release-bot
9740abd1d3
🔖 chore(release): v2.1.21 [skip ci]
...
### [Version 2.1.21](https://github.com/lobehub/lobe-chat/compare/v2.1.20...v2.1.21 )
<sup>Released on **2026-02-08**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-08 14:19:55 +00:00
Varun Chawla
3d99e7ed77
fix: add Array.isArray() validation in favoriteTopic to prevent TypeError ( #12188 )
...
* fix: add Array.isArray() validation in favoriteTopic to prevent TypeError
Fixes #12072
The favoriteTopic function was using `if (!groups)` which only catches
null/undefined values. When SWR cache contains malformed data (objects,
strings, or other non-array types), the subsequent .map() call would
fail with "TypeError: h.map is not a function".
Changes:
- Replace `if (!groups)` with `if (!Array.isArray(groups))`
- Add defensive Array.isArray() check for group.topics before mapping
- Provide empty array fallback when group.topics is not an array
This ensures proper type validation and prevents runtime errors when
favoriting topics in group chat scenarios.
* test: add regression tests for favoriteTopic malformed cache handling
Add comprehensive regression tests for issue #12072 to verify that
favoriteTopic handles malformed SWR cache data without throwing TypeError:
- Test handling of non-array groups in cache (null, string, object, number)
- Test handling of groups with non-array topics field
- Test correct favorite state updates in well-formed cache
- Test no-op scenario when topic already has target state
These tests ensure the defensive Array.isArray() checks prevent
crashes when the SWR cache contains unexpected data structures.
* fix: correct regression test assertion for malformed groups
The test was incorrectly asserting that group.topics should be [] for
malformed entries. The actual behavior is correct: when no topic ID
matches, the function returns the original groups unchanged via
reference equality. The key regression being tested is that the function
doesn't throw a TypeError when encountering non-array topics.
2026-02-08 22:02:16 +08:00
semantic-release-bot
83173d9380
🔖 chore(release): v2.1.21 [skip ci]
...
### [Version 2.1.21](https://github.com/lobehub/lobe-chat/compare/v2.1.20...v2.1.21 )
<sup>Released on **2026-02-08**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-08 12:11:02 +00:00
Arvin Xu
16b1904088
👷 build: add agent skills database schema ( #12197 )
...
* add skills db
* improve shell
* fix tests
* fix build
* fix tests
2026-02-08 19:53:27 +08:00
lobehubbot
37814db6df
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-08 11:22:26 +00:00
semantic-release-bot
b6ada85d7f
🔖 chore(release): v2.1.20 [skip ci]
...
### [Version 2.1.20](https://github.com/lobehub/lobe-chat/compare/v2.1.19...v2.1.20 )
<sup>Released on **2026-02-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Add api/version and api/desktop to public routes, show notification when file upload fails due to storage plan limit.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add api/version and api/desktop to public routes, closes [#12194 ](https://github.com/lobehub/lobe-chat/issues/12194 ) ([ea81cd4 ](https://github.com/lobehub/lobe-chat/commit/ea81cd4 ))
* **misc**: Show notification when file upload fails due to storage plan limit, closes [#12176 ](https://github.com/lobehub/lobe-chat/issues/12176 ) ([f26d0df ](https://github.com/lobehub/lobe-chat/commit/f26d0df ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-08 11:20:37 +00:00
LobeHub Bot
ffeec13c28
🌐 chore: translate non-English comments to English in server/app/components ( #12165 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-08 19:02:30 +08:00
LobeHub Bot
7e919b124c
✅ test: add comprehensive unit tests for unzipFile utility ( #12191 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-08 18:46:29 +08:00
semantic-release-bot
42bccd2307
🔖 chore(release): v2.1.20 [skip ci]
...
### [Version 2.1.20](https://github.com/lobehub/lobe-chat/compare/v2.1.19...v2.1.20 )
<sup>Released on **2026-02-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Add api/version and api/desktop to public routes, show notification when file upload fails due to storage plan limit.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add api/version and api/desktop to public routes, closes [#12194 ](https://github.com/lobehub/lobe-chat/issues/12194 ) ([ea81cd4 ](https://github.com/lobehub/lobe-chat/commit/ea81cd4 ))
* **misc**: Show notification when file upload fails due to storage plan limit, closes [#12176 ](https://github.com/lobehub/lobe-chat/issues/12176 ) ([f26d0df ](https://github.com/lobehub/lobe-chat/commit/f26d0df ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-08 08:45:11 +00:00
Innei
ea81cd42aa
🐛 fix: add api/version and api/desktop to public routes ( #12194 )
...
* 🐛 fix: add api/version and api/desktop to public routes
These API endpoints should be accessible without authentication.
* 🔧 chore: move location
2026-02-08 16:27:35 +08:00
semantic-release-bot
882de51b8a
🔖 chore(release): v2.1.20 [skip ci]
...
### [Version 2.1.20](https://github.com/lobehub/lobe-chat/compare/v2.1.19...v2.1.20 )
<sup>Released on **2026-02-07**</sup>
#### 🐛 Bug Fixes
- **misc**: Show notification when file upload fails due to storage plan limit.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Show notification when file upload fails due to storage plan limit, closes [#12176 ](https://github.com/lobehub/lobe-chat/issues/12176 ) ([f26d0df ](https://github.com/lobehub/lobe-chat/commit/f26d0df ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-07 20:02:23 +00:00
Neko
3e3ef507ca
🔨 chore(home): fix the session group type with shared base type ( #12181 )
2026-02-08 03:44:36 +08:00
Neko
e1cf2dee9d
🔨 chore(home): type mismatch for SessionGroup ( #12180 )
2026-02-08 02:26:32 +08:00
semantic-release-bot
2c7ecdafdf
🔖 chore(release): v2.1.20 [skip ci]
...
### [Version 2.1.20](https://github.com/lobehub/lobe-chat/compare/v2.1.19...v2.1.20 )
<sup>Released on **2026-02-07**</sup>
#### 🐛 Bug Fixes
- **misc**: Show notification when file upload fails due to storage plan limit.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Show notification when file upload fails due to storage plan limit, closes [#12176 ](https://github.com/lobehub/lobe-chat/issues/12176 ) ([f26d0df ](https://github.com/lobehub/lobe-chat/commit/f26d0df ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-07 14:56:45 +00:00
YuTengjing
f26d0df93d
🐛 fix: show notification when file upload fails due to storage plan limit ( #12176 )
...
* 🐛 fix: show notification when file upload fails due to storage plan limit
Previously, when file storage exceeded the plan limit, the TRPC
middleware threw a FORBIDDEN error that was silently swallowed by
the upload components with no user feedback. Now `uploadWithProgress`
catches this specific error and displays a notification guiding
users to upgrade or free up space.
* 🌐 chore: run i18n for upload storage limit error message
* 🌍 i18n: update model descriptions across multiple languages
Added new model descriptions and improved existing ones in Arabic, Bulgarian, German, French, Italian, Japanese, and Korean locales. This update enhances the clarity and detail of model capabilities, ensuring better user understanding and accessibility.
2026-02-07 22:38:49 +08:00
YuTengjing
463d6c8762
📝 docs: improve development guides to reflect current architecture ( #12174 )
...
* 🔧 chore(vscode): add typescript.tsdk and disable mdx server
Fix MDX extension crash caused by Cursor's bundled TypeScript version
* 🔧 chore(claude): add skills symlink to .claude directory
* 📝 docs: update development guides with current tech stack and architecture
- Update tech stack: Next.js 16 + React 19, hybrid routing (App Router + React Router DOM), tRPC, Drizzle ORM + PostgreSQL, react-i18next
- Update directory structure to reflect monorepo layout (apps/, packages/, e2e/, locales/)
- Expand src/server/ with detailed subdirectory descriptions
- Add complete SPA routing architecture with desktop and mobile route tables
- Add tRPC router grouping details (lambda, async, tools, mobile)
- Add data flow diagram
- Simplify dev setup section to link to setup-development guide
- Fix i18n default language description (English, not Chinese)
- Sync all changes between zh-CN and English versions
* 📝 docs: expand data flow diagram in folder structure guide
Replace the single-line data flow with a detailed layer-by-layer
flow diagram showing each layer's location and responsibility.
* 📝 docs: modernize feature development guide
- Remove outdated clientDB/pglite/indexDB references
- Update schema path to packages/database/src/schemas/
- Update types path to packages/types/src/
- Replace inline migration steps with link to db-migrations guide
- Add complete layered architecture table (Client Service, WebAPI,
tRPC Router, Server Service, Server Module, Repository, DB Model)
- Clarify Client Service as frontend code
- Add i18n handling section with workflow and key naming convention
- Remove verbose CSS style code, keep core business logic only
- Expand testing section with commands, skill refs, and CI tip
* 🔥 docs: remove outdated frontend feature development guide
Content is superseded by the comprehensive feature-development guide
which covers the full chain from schema to testing.
* 📝 docs: add LobeHub ecosystem and community resources
Add official ecosystem packages (LobeUI, LobeIcons, LobeCharts,
LobeEditor, LobeTTS, LobeLint, Lobe i18n, MCP Mark) and community
platforms (Agent Market, MCP Market, YouTube, X, Discord).
* 📝 docs: improve contributing guidelines and resources
- Clarify semantic release triggers (feat/fix vs style/chore)
- Add testing section with Vitest/E2E/CI requirements
- Update contribution steps to include CI check
- Add LobeHub ecosystem packages and community platforms to resources
* 📝 docs: rewrite architecture guide to reflect current platform design
* 📝 docs: add code quality tools to architecture guide
* 📝 docs: rewrite chat-api guide to reflect current architecture
- Update sequence diagram with Agent Runtime loop as core execution engine
- Replace PluginGateway with ToolExecution layer (Builtin/MCP/Plugin)
- Update all path references (model-runtime, agent-runtime, fetch-sse packages)
- Split old AgentRuntime section into Model Runtime + Agent Runtime
- Add tool calling taxonomy: Builtin, MCP, and Plugin (deprecated)
- Add client-side vs server-side execution section
- Remove outdated adapter pseudo-code examples
* 📝 docs: update file paths in add-new-image-model guide
- src/libs/standard-parameters/ → packages/model-bank/src/standard-parameters/
- src/config/aiModels/ → packages/model-bank/src/aiModels/
- src/libs/model-runtime/ → packages/model-runtime/src/providers/
* 📝 docs: restore S3_PUBLIC_DOMAIN in deployment guides
The S3_PUBLIC_DOMAIN env var was incorrectly removed from all
documentation in commit 4a87b31 . This variable is still required
by the code (src/server/services/file/impls/s3.ts) to generate
public URLs for uploaded files. Without it, image URLs sent to
vision models are just S3 keys instead of full URLs.
Closes #12161
* 📦 chore: pin @lobehub/ui to 4.33.4 to fix SortableList type errors
@lobehub/ui 4.34.0 introduced breaking type changes in SortableList
where SortableListItem became strict, causing type incompatibility
in onChange and renderItem callbacks across 6 files. Pin to 4.33.4
via pnpm overrides to enforce consistent version across monorepo.
* 🐛 fix: correct ReadableStream type annotations and add dom.asynciterable
- Add dom.asynciterable to tsconfig lib for ReadableStream async iteration
- Fix createCallbacksTransformer return type: TransformStream<string, Uint8Array>
- Update stream function return types from ReadableStream<string> to
ReadableStream<Uint8Array> (llama.ts, ollama.ts, claude.ts)
- Remove @ts-ignore from for-await loops in test files
- Add explicit string[] type for chunks arrays
* Revert "📝 docs: restore S3_PUBLIC_DOMAIN in deployment guides"
This reverts commit 24073f83d3 .
2026-02-07 22:29:14 +08:00
lobehubbot
5cae71eda7
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-06 17:53:21 +00:00
semantic-release-bot
521ecdd047
🔖 chore(release): v2.1.19 [skip ci]
...
### [Version 2.1.19](https://github.com/lobehub/lobe-chat/compare/v2.1.18...v2.1.19 )
<sup>Released on **2026-02-06**</sup>
#### ♻ Code Refactoring
- **docker-compose**: Restructure dev environment.
- **misc**: Upgrade agents/group detail pages tabs、hidden like button.
#### 🐛 Bug Fixes
- **misc**: Fixed in community pluings tab the lobehub skills not display.
#### 💄 Styles
- **model-runtime**: Add Claude Opus 4.6 support for Bedrock runtime.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **docker-compose**: Restructure dev environment, closes [#12132 ](https://github.com/lobehub/lobe-chat/issues/12132 ) ([7ba15cc ](https://github.com/lobehub/lobe-chat/commit/7ba15cc ))
* **misc**: Upgrade agents/group detail pages tabs、hidden like button, closes [#12127 ](https://github.com/lobehub/lobe-chat/issues/12127 ) ([e402c51 ](https://github.com/lobehub/lobe-chat/commit/e402c51 ))
#### What's fixed
* **misc**: Fixed in community pluings tab the lobehub skills not display, closes [#12141 ](https://github.com/lobehub/lobe-chat/issues/12141 ) ([193c96f ](https://github.com/lobehub/lobe-chat/commit/193c96f ))
#### Styles
* **model-runtime**: Add Claude Opus 4.6 support for Bedrock runtime, closes [#12155 ](https://github.com/lobehub/lobe-chat/issues/12155 ) ([90a75af ](https://github.com/lobehub/lobe-chat/commit/90a75af ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-06 17:51:13 +00:00
Neko
265491cfde
🔨 chore(userMemories): @upstash/workflow workflow id will drift, fallback to chat-topic group serveMany ( #12154 )
2026-02-07 01:33:05 +08:00
semantic-release-bot
deb28e5c12
🔖 chore(release): v2.1.19 [skip ci]
...
### [Version 2.1.19](https://github.com/lobehub/lobe-chat/compare/v2.1.18...v2.1.19 )
<sup>Released on **2026-02-06**</sup>
#### ♻ Code Refactoring
- **docker-compose**: Restructure dev environment.
- **misc**: Upgrade agents/group detail pages tabs、hidden like button.
#### 🐛 Bug Fixes
- **misc**: Fixed in community pluings tab the lobehub skills not display.
#### 💄 Styles
- **model-runtime**: Add Claude Opus 4.6 support for Bedrock runtime.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **docker-compose**: Restructure dev environment, closes [#12132 ](https://github.com/lobehub/lobe-chat/issues/12132 ) ([7ba15cc ](https://github.com/lobehub/lobe-chat/commit/7ba15cc ))
* **misc**: Upgrade agents/group detail pages tabs、hidden like button, closes [#12127 ](https://github.com/lobehub/lobe-chat/issues/12127 ) ([e402c51 ](https://github.com/lobehub/lobe-chat/commit/e402c51 ))
#### What's fixed
* **misc**: Fixed in community pluings tab the lobehub skills not display, closes [#12141 ](https://github.com/lobehub/lobe-chat/issues/12141 ) ([193c96f ](https://github.com/lobehub/lobe-chat/commit/193c96f ))
#### Styles
* **model-runtime**: Add Claude Opus 4.6 support for Bedrock runtime, closes [#12155 ](https://github.com/lobehub/lobe-chat/issues/12155 ) ([90a75af ](https://github.com/lobehub/lobe-chat/commit/90a75af ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-06 10:52:55 +00:00
YuTengjing
90a75af669
💄 style(model-runtime): add Claude Opus 4.6 support for Bedrock runtime ( #12155 )
...
* ✨ feat(model-runtime): add Claude Opus 4.6 support for Bedrock runtime
- Add Opus 4.6 to Bedrock and LobeHub hosted model banks with adaptive thinking and effort config
- Sync Bedrock runtime to support adaptive thinking (type: 'adaptive') and output_config.effort
- Strip assistant turn prefill for Opus 4.6 (not supported)
- Add missing search ability to Opus 4.5, Sonnet 4.5, Haiku 4.5 and 3.7 Sonnet in Bedrock
- Fix single-quote string escaping issues in Bedrock model descriptions
* 🐛 fix(model-runtime): clamp default thinking budget_tokens against max_tokens
* 🐛 fix(model-runtime): remove unnecessary 'as any' for adaptive thinking type
* 💄 style: update planCardModels to latest model lineup
2026-02-06 18:35:04 +08:00
semantic-release-bot
f628564acf
🔖 chore(release): v2.1.19 [skip ci]
...
### [Version 2.1.19](https://github.com/lobehub/lobe-chat/compare/v2.1.18...v2.1.19 )
<sup>Released on **2026-02-06**</sup>
#### ♻ Code Refactoring
- **docker-compose**: Restructure dev environment.
- **misc**: Upgrade agents/group detail pages tabs、hidden like button.
#### 🐛 Bug Fixes
- **misc**: Fixed in community pluings tab the lobehub skills not display.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **docker-compose**: Restructure dev environment, closes [#12132 ](https://github.com/lobehub/lobe-chat/issues/12132 ) ([7ba15cc ](https://github.com/lobehub/lobe-chat/commit/7ba15cc ))
* **misc**: Upgrade agents/group detail pages tabs、hidden like button, closes [#12127 ](https://github.com/lobehub/lobe-chat/issues/12127 ) ([e402c51 ](https://github.com/lobehub/lobe-chat/commit/e402c51 ))
#### What's fixed
* **misc**: Fixed in community pluings tab the lobehub skills not display, closes [#12141 ](https://github.com/lobehub/lobe-chat/issues/12141 ) ([193c96f ](https://github.com/lobehub/lobe-chat/commit/193c96f ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-06 08:12:37 +00:00
sxjeru
b0a8e0f51c
✨ style: add adaptive thinking and effort configuration for Claude Opus 4.6 ( #12139 )
...
* feat: add adaptive thinking and effort configuration for Claude Opus 4.6
* fix: update @anthropic-ai/sdk dependency and refine thinking type handling in payload
* fix: enhance payload handling for Claude Opus 4.6
* i18n
2026-02-06 15:54:31 +08:00
semantic-release-bot
b3e5b5cc36
🔖 chore(release): v2.1.19 [skip ci]
...
### [Version 2.1.19](https://github.com/lobehub/lobe-chat/compare/v2.1.18...v2.1.19 )
<sup>Released on **2026-02-06**</sup>
#### ♻ Code Refactoring
- **docker-compose**: Restructure dev environment.
- **misc**: Upgrade agents/group detail pages tabs、hidden like button.
#### 🐛 Bug Fixes
- **misc**: Fixed in community pluings tab the lobehub skills not display.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **docker-compose**: Restructure dev environment, closes [#12132 ](https://github.com/lobehub/lobe-chat/issues/12132 ) ([7ba15cc ](https://github.com/lobehub/lobe-chat/commit/7ba15cc ))
* **misc**: Upgrade agents/group detail pages tabs、hidden like button, closes [#12127 ](https://github.com/lobehub/lobe-chat/issues/12127 ) ([e402c51 ](https://github.com/lobehub/lobe-chat/commit/e402c51 ))
#### What's fixed
* **misc**: Fixed in community pluings tab the lobehub skills not display, closes [#12141 ](https://github.com/lobehub/lobe-chat/issues/12141 ) ([193c96f ](https://github.com/lobehub/lobe-chat/commit/193c96f ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-06 07:51:40 +00:00
Shinji-Li
41dcaad567
🐛 fix:add profiles some in review states tags ( #12145 )
...
* fix: add the pending review tag in profile pages
* fix: add lost i18n files
* fix: add the pending review tag in group-agents profiles
* chore: update lost i18n files
2026-02-06 15:33:26 +08:00
semantic-release-bot
f290164091
🔖 chore(release): v2.1.19 [skip ci]
...
### [Version 2.1.19](https://github.com/lobehub/lobe-chat/compare/v2.1.18...v2.1.19 )
<sup>Released on **2026-02-06**</sup>
#### ♻ Code Refactoring
- **docker-compose**: Restructure dev environment.
- **misc**: Upgrade agents/group detail pages tabs、hidden like button.
#### 🐛 Bug Fixes
- **misc**: Fixed in community pluings tab the lobehub skills not display.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **docker-compose**: Restructure dev environment, closes [#12132 ](https://github.com/lobehub/lobe-chat/issues/12132 ) ([7ba15cc ](https://github.com/lobehub/lobe-chat/commit/7ba15cc ))
* **misc**: Upgrade agents/group detail pages tabs、hidden like button, closes [#12127 ](https://github.com/lobehub/lobe-chat/issues/12127 ) ([e402c51 ](https://github.com/lobehub/lobe-chat/commit/e402c51 ))
#### What's fixed
* **misc**: Fixed in community pluings tab the lobehub skills not display, closes [#12141 ](https://github.com/lobehub/lobe-chat/issues/12141 ) ([193c96f ](https://github.com/lobehub/lobe-chat/commit/193c96f ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-06 06:29:39 +00:00
Shinji-Li
193c96f9d9
🐛 fix: fixed in community pluings tab the lobehub skills not display ( #12141 )
...
* fix: fixed in community pluings tab the lobehub skills not display
* fix: add the builtin tools show & jump to mcp indentier
2026-02-06 14:11:58 +08:00
semantic-release-bot
87a6ed06f8
🔖 chore(release): v2.1.19 [skip ci]
...
### [Version 2.1.19](https://github.com/lobehub/lobe-chat/compare/v2.1.18...v2.1.19 )
<sup>Released on **2026-02-06**</sup>
#### ♻ Code Refactoring
- **docker-compose**: Restructure dev environment.
- **misc**: Upgrade agents/group detail pages tabs、hidden like button.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **docker-compose**: Restructure dev environment, closes [#12132 ](https://github.com/lobehub/lobe-chat/issues/12132 ) ([7ba15cc ](https://github.com/lobehub/lobe-chat/commit/7ba15cc ))
* **misc**: Upgrade agents/group detail pages tabs、hidden like button, closes [#12127 ](https://github.com/lobehub/lobe-chat/issues/12127 ) ([e402c51 ](https://github.com/lobehub/lobe-chat/commit/e402c51 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-06 04:39:42 +00:00
YuTengjing
7ba15cceba
♻️ refactor(docker-compose): restructure dev environment ( #12132 )
...
* 🔥 chore(docker-compose): remove Casdoor SSO dependency
Casdoor is no longer needed since BetterAuth now supports email/password registration natively.
LOBE-3907
* ♻️ refactor(docker-compose): restructure directories
- Rename local/ to dev/ for development dependencies
- Remove logto/ and zitadel/ from production/
- Restore Casdoor config in production/grafana/
- Simplify dev/ to core services only (postgresql, redis, rustfs, searxng)
- Update docker-compose.development.yml to use dev/
- Remove minio-bucket.config.json (switched to rustfs)
* ♻️ refactor(docker-compose): simplify dev environment setup
- Remove docker-compose.development.yml, use dev/docker-compose.yml directly
- Add npm scripts: dev:docker, dev:docker:down, dev:docker:reset
- Simplify .env.example.development (remove variable refs, redundant vars)
- Update docker-compose/dev/.env.example (consistent passwords)
- Add docker-compose/dev/data/ to .gitignore
- Update setup docs: use npm scripts, remove image generation section
* 🔧 chore: add SSRF_ALLOW_PRIVATE_IP_ADDRESS to dev env example
* 🔒 security: auto-generate KEY_VAULTS_SECRET and AUTH_SECRET in setup.sh
- Remove hardcoded secrets from docker-compose.yml
- Add placeholders to .env.example files
- Generate secrets dynamically in setup.sh using openssl rand -base64 32
* 🔧 chore(docker-compose): expose SearXNG port and improve dev scripts
- Add SearXNG port mapping (8180:8080) for host access
- Use --wait flag in dev:docker to ensure services are healthy
- Include db:migrate in dev:docker:reset for one-command reset
- Update MinIO reference to RustFS in zh-CN docs
- Add SearXNG to service URLs and port conflict docs
2026-02-06 12:21:30 +08:00
semantic-release-bot
9e7825bef1
🔖 chore(release): v2.1.19 [skip ci]
...
### [Version 2.1.19](https://github.com/lobehub/lobe-chat/compare/v2.1.18...v2.1.19 )
<sup>Released on **2026-02-05**</sup>
#### ♻ Code Refactoring
- **misc**: Upgrade agents/group detail pages tabs、hidden like button.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Upgrade agents/group detail pages tabs、hidden like button, closes [#12127 ](https://github.com/lobehub/lobe-chat/issues/12127 ) ([e402c51 ](https://github.com/lobehub/lobe-chat/commit/e402c51 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-05 16:54:26 +00:00
Neko
20029a7820
🔨 chore(userMemories): should have slug for process-topic endpoint ( #12135 )
2026-02-06 00:36:20 +08:00
LobeHub Bot
a1decbb46f
✅ test: add comprehensive unit tests for textLength utilities ( #12124 )
...
Extended test coverage for src/utils/textLength.ts with 26 additional test cases covering:
- CJK character detection (Chinese, Japanese, Korean)
- Special Unicode ranges (CJK Compatibility Ideographs, CJK Extension A, Hangul Jamo)
- Edge cases (numbers, special characters, emojis, newlines, tabs)
- Boundary conditions for truncation
- Custom weight configurations
- Very long text and performance scenarios
All 34 tests pass successfully.
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-05 16:24:31 +08:00
LobeHub Bot
bb31a10f45
🌐 chore: translate non-English comments to English in mcp-client ( #12121 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-05 16:21:08 +08:00
Shinji-Li
e402c51bec
♻️ refactor: upgrade agents/group detail pages tabs、hidden like button ( #12127 )
...
* refactor: upgrade agents/group detail pages tabs、hidden like button
* fix: delete useless code
2026-02-05 16:20:48 +08:00
René Wang
709b24ec6d
fix: Chang log compatibility for V1 ( #12088 )
...
* fix: changlog
* fix: changelog
2026-02-05 12:51:03 +08:00
lobehubbot
ce35fac930
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-04 16:11:15 +00:00
semantic-release-bot
e036ccee86
🔖 chore(release): v2.1.18 [skip ci]
...
### [Version 2.1.18](https://github.com/lobehub/lobe-chat/compare/v2.1.17...v2.1.18 )
<sup>Released on **2026-02-04**</sup>
#### 🐛 Bug Fixes
- **model-runtime**: Fix moonshot interleaved thinking and circular dependency.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **model-runtime**: Fix moonshot interleaved thinking and circular dependency, closes [#12112 ](https://github.com/lobehub/lobe-chat/issues/12112 ) ([3f1a198 ](https://github.com/lobehub/lobe-chat/commit/3f1a198 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-04 16:09:45 +00:00
YuTengjing
3f1a1983e3
🐛 fix(model-runtime): fix moonshot interleaved thinking and circular dependency ( #12112 )
...
* 🐛 fix(model-runtime): fix moonshot interleaved thinking and circular dependency
- Add apiTypes.ts to break circular dependency between createRuntime and baseRuntimeMap
- Use dynamic import for baseRuntimeMap in createRuntime.ts
- Add moonshot to baseRuntimeMap for RouterRuntime support
- Convert reasoning to thinking block in normalizeMoonshotMessages for Anthropic format
- Add tests for interleaved thinking scenarios
* ♻️ refactor(moonshot): extract shared helpers to reduce code duplication
* 🐛 fix(AgentSetting): center Empty component in opening questions
2026-02-04 23:51:12 +08:00
lobehubbot
151261d0c5
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-04 14:10:46 +00:00
semantic-release-bot
0f63781876
🔖 chore(release): v2.1.17 [skip ci]
...
### [Version 2.1.17](https://github.com/lobehub/lobe-chat/compare/v2.1.16...v2.1.17 )
<sup>Released on **2026-02-04**</sup>
#### ♻ Code Refactoring
- **model-runtime**: Extract Anthropic factory and convert Moonshot to RouterRuntime.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **model-runtime**: Extract Anthropic factory and convert Moonshot to RouterRuntime, closes [#12109 ](https://github.com/lobehub/lobe-chat/issues/12109 ) ([71064fd ](https://github.com/lobehub/lobe-chat/commit/71064fd ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-04 14:09:20 +00:00
YuTengjing
71064fdede
♻️ refactor(model-runtime): extract Anthropic factory and convert Moonshot to RouterRuntime ( #12109 )
...
* ♻️ refactor(model-runtime): extract Anthropic provider into reusable factory
- Create `anthropicCompatibleFactory` for shared Anthropic-compatible logic
- Migrate Anthropic provider to use the new factory
- Migrate Moonshot provider from OpenAI-compatible to Anthropic-compatible API
- Move shared utilities (resolveCacheTTL, resolveMaxTokens, etc.) to factory
* ♻️ refactor(model-runtime): convert Moonshot to RouterRuntime with auto API format detection
- Add baseURLPattern support to RouterRuntime for URL-based routing
- Moonshot now auto-selects OpenAI or Anthropic format based on baseURL
- /anthropic suffix -> Anthropic format (with kimi-k2.5 thinking)
- /v1 or default -> OpenAI format
- Remove moonshot from baseRuntimeMap to avoid circular dependency
- Update model-bank config: default to OpenAI format with api.moonshot.ai/v1
- Export CreateRouterRuntimeOptions type from RouterRuntime
- Fix type annotation in Anthropic test
* ✨ feat(model-bank): add Kimi K2.5 to LobeHub provider
- Add Kimi K2.5 model with multimodal capabilities
- Supports vision, reasoning, function calling, structured output, and search
- Context window: 262K tokens, max output: 32K tokens
* 🐛 fix(model-runtime): address PR review feedback
- Restore forceImageBase64 for Moonshot OpenAI runtime to fix vision requests
- Simplify baseURLPattern to only support RegExp (remove string support)
- Add baseURLPattern matching tests for RouterRuntime
2026-02-04 21:51:15 +08:00
lobehubbot
20928ac466
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-04 10:26:13 +00:00
semantic-release-bot
347d0ce70f
🔖 chore(release): v2.1.16 [skip ci]
...
### [Version 2.1.16](https://github.com/lobehub/lobe-chat/compare/v2.1.15...v2.1.16 )
<sup>Released on **2026-02-04**</sup>
#### 🐛 Bug Fixes
- **misc**: Add the preview publish to market button preview check.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add the preview publish to market button preview check, closes [#12105 ](https://github.com/lobehub/lobe-chat/issues/12105 ) ([28887c7 ](https://github.com/lobehub/lobe-chat/commit/28887c7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-04 10:24:51 +00:00
Shinji-Li
28887c77e8
🐛 fix: add the preview publish to market button preview check ( #12105 )
...
feat: add the preview publish to market button preview check
2026-02-04 18:07:21 +08:00
lobehubbot
1cc9034c7c
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-04 09:25:23 +00:00
semantic-release-bot
37609e42d6
🔖 chore(release): v2.1.15 [skip ci]
...
### [Version 2.1.15](https://github.com/lobehub/lobe-chat/compare/v2.1.14...v2.1.15 )
<sup>Released on **2026-02-04**</sup>
#### 🐛 Bug Fixes
- **misc**: Fixed the agents list the show updateAt time error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fixed the agents list the show updateAt time error, closes [#12103 ](https://github.com/lobehub/lobe-chat/issues/12103 ) ([3063cee ](https://github.com/lobehub/lobe-chat/commit/3063cee ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-04 09:23:52 +00:00
Shinji-Li
3063ceef8c
🐛 fix: fixed the agents list the show updateAt time error ( #12103 )
...
* feat: refactor community user pages
* feat: add the agents-group like in social types
* feat: add the user favoitor filter
* fix: slove the agents list show the updateAt time
2026-02-04 17:05:56 +08:00
Shinji-Li
f61ab26081
🔨 chore: refacctor the community user pages agents/group fitler ( #12102 )
...
* feat: refactor community user pages
* feat: add the agents-group like in social types
* feat: add the user favoitor filter
2026-02-04 16:14:03 +08:00
LobeHub Bot
79712bd38c
🌐 chore: translate non-English symbols to English in packages/utils and src/services ( #12087 )
...
* 🌐 chore: translate non-English symbols to English in packages/utils and src/services
- Replace Unicode arrow symbols (→, ⇒) with ASCII equivalents (-, =>) in comments
- Replace Chinese colon (:) with English colon (:) in console.log
- Files affected: packages/utils/src/pricing.ts, packages/utils/src/chunkers/trimBatchProbe/trimBatchProbe.ts, src/services/models.ts
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
* Remove debug log for enableFetchOnClient
Removed console log for enableFetchOnClient.
---------
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2026-02-04 14:02:10 +08:00
lobehubbot
66caf30e7e
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-04 05:39:03 +00:00
semantic-release-bot
0c855e44fc
🔖 chore(release): v2.1.14 [skip ci]
...
### [Version 2.1.14](https://github.com/lobehub/lobe-chat/compare/v2.1.13...v2.1.14 )
<sup>Released on **2026-02-04**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix cannot uncompressed messages.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix cannot uncompressed messages, closes [#12086 ](https://github.com/lobehub/lobe-chat/issues/12086 ) ([ccfaec2 ](https://github.com/lobehub/lobe-chat/commit/ccfaec2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-04 05:37:35 +00:00
LobeHub Bot
e18b7a92c7
🌐 chore: translate non-English comments to English in desktop menus ( #12056 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-04 13:21:24 +08:00
Arvin Xu
3f1fd102c5
👷 build: fix db index ( #12090 )
...
* build index
* update
2026-02-04 13:16:56 +08:00
Arvin Xu
ccfaec2fdb
🐛 fix: fix cannot uncompressed messages ( #12086 )
...
* support uncompressed
* fix open new
2026-02-04 12:25:28 +08:00
lobehubbot
8aba59bffd
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-03 06:54:24 +00:00
semantic-release-bot
13e0652c59
🔖 chore(release): v2.1.13 [skip ci]
...
### [Version 2.1.13](https://github.com/lobehub/lobe-chat/compare/v2.1.12...v2.1.13 )
<sup>Released on **2026-02-03**</sup>
#### 🐛 Bug Fixes
- **docker**: Add librt.so.1 to fix PDF parsing.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **docker**: Add librt.so.1 to fix PDF parsing, closes [#12039 ](https://github.com/lobehub/lobe-chat/issues/12039 ) ([4a6be92 ](https://github.com/lobehub/lobe-chat/commit/4a6be92 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-03 06:52:58 +00:00
Ruxiao Yin
4a6be92604
🐛 fix(docker): add librt.so.1 to fix PDF parsing ( #12039 )
2026-02-03 14:34:36 +08:00
lobehubbot
c576a13a43
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-03 03:04:51 +00:00
semantic-release-bot
63a0464a83
🔖 chore(release): v2.1.12 [skip ci]
...
### [Version 2.1.12](https://github.com/lobehub/lobe-chat/compare/v2.1.11...v2.1.12 )
<sup>Released on **2026-02-03**</sup>
#### 🐛 Bug Fixes
- **changelog**: Normalize versionRange to valid semver.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **changelog**: Normalize versionRange to valid semver, closes [#12049 ](https://github.com/lobehub/lobe-chat/issues/12049 ) ([74b9bd0 ](https://github.com/lobehub/lobe-chat/commit/74b9bd0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-03 03:03:19 +00:00
LobeHub Bot
b1c6bdb192
🌐 chore: translate non-English comments to English in server/utils ( #12042 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-03 10:45:26 +08:00
Kingsword
74b9bd0bed
🐛 fix(changelog): normalize versionRange to valid semver ( #12049 )
2026-02-03 10:45:03 +08:00
Arvin Xu
6977c570e6
🔨 chore: improve electron build workflow ( #12054 )
...
* improve workflow
* update
2026-02-03 10:44:26 +08:00
BrandonStudio
4efe60e9f7
🔨 chore: Remove unexpected file ( #12045 )
2026-02-02 15:29:39 +08:00
lobehubbot
336d10663c
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-02 06:36:27 +00:00
semantic-release-bot
5f21aaf048
🔖 chore(release): v2.1.11 [skip ci]
...
### [Version 2.1.11](https://github.com/lobehub/lobe-chat/compare/v2.1.10...v2.1.11 )
<sup>Released on **2026-02-02**</sup>
#### 🐛 Bug Fixes
- **misc**: Hide password features when AUTH_DISABLE_EMAIL_PASSWORD is set.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Hide password features when AUTH_DISABLE_EMAIL_PASSWORD is set, closes [#12023 ](https://github.com/lobehub/lobe-chat/issues/12023 ) ([e2fd28e ](https://github.com/lobehub/lobe-chat/commit/e2fd28e ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-02 06:35:01 +00:00
YuTengjing
e2fd28eece
🐛 fix: hide password features when AUTH_DISABLE_EMAIL_PASSWORD is set ( #12023 )
2026-02-02 14:17:10 +08:00
lobehubbot
a6a1fecae0
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-02 05:54:53 +00:00
semantic-release-bot
fdee6b9aac
🔖 chore(release): v2.1.10 [skip ci]
...
### [Version 2.1.10](https://github.com/lobehub/lobe-chat/compare/v2.1.9...v2.1.10 )
<sup>Released on **2026-02-02**</sup>
#### 🐛 Bug Fixes
- **auth**: Revert authority URL and tenant ID for Microsoft authentication..
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **auth**: Revert authority URL and tenant ID for Microsoft authentication., closes [#11930 ](https://github.com/lobehub/lobe-chat/issues/11930 ) ([98f93ef ](https://github.com/lobehub/lobe-chat/commit/98f93ef ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-02 05:53:33 +00:00
BrandonStudio
98f93ef2f0
🐛 fix(auth): revert authority URL and tenant ID for Microsoft authentication. ( #11930 )
...
🔧 feat(auth): revert authority URL and tenant ID for Microsoft authentication
2026-02-02 13:35:54 +08:00
lobehubbot
df7e2800a7
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-02 03:48:44 +00:00
semantic-release-bot
4aac694364
🔖 chore(release): v2.1.9 [skip ci]
...
### [Version 2.1.9](https://github.com/lobehub/lobe-chat/compare/v2.1.8...v2.1.9 )
<sup>Released on **2026-02-02**</sup>
#### 🐛 Bug Fixes
- **misc**: Use oauth2.link for generic OIDC provider account linking.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Use oauth2.link for generic OIDC provider account linking, closes [#12024 ](https://github.com/lobehub/lobe-chat/issues/12024 ) ([c7a06a4 ](https://github.com/lobehub/lobe-chat/commit/c7a06a4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-02 03:47:20 +00:00
YuTengjing
c7a06a4b62
🐛 fix: use oauth2.link for generic OIDC provider account linking ( #12024 )
2026-02-02 11:29:35 +08:00
lobehubbot
2f21c15172
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-01 10:12:44 +00:00
semantic-release-bot
de0ce799c7
🔖 chore(release): v2.1.8 [skip ci]
...
### [Version 2.1.8](https://github.com/lobehub/lobe-chat/compare/v2.1.7...v2.1.8 )
<sup>Released on **2026-02-01**</sup>
#### 💄 Styles
- **misc**: Improve tasks display.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve tasks display, closes [#12032 ](https://github.com/lobehub/lobe-chat/issues/12032 ) ([3423ad1 ](https://github.com/lobehub/lobe-chat/commit/3423ad1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-01 10:11:21 +00:00
Arvin Xu
3423ad1b15
💄 style: improve tasks display ( #12032 )
...
improve tasks
2026-02-01 17:53:21 +08:00
LobeHub Bot
5db07efe6b
🌐 chore: translate non-English comments to English in src/hooks ( #12028 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-01 17:40:45 +08:00
lobehubbot
f5d67a7385
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-01 06:30:03 +00:00
semantic-release-bot
99d4c02b9d
🔖 chore(release): v2.1.7 [skip ci]
...
### [Version 2.1.7](https://github.com/lobehub/lobe-chat/compare/v2.1.6...v2.1.7 )
<sup>Released on **2026-02-01**</sup>
#### 🐛 Bug Fixes
- **misc**: Add missing description parameter docs in Notebook system prompt.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add missing description parameter docs in Notebook system prompt, closes [#12015 ](https://github.com/lobehub/lobe-chat/issues/12015 ) [#11391 ](https://github.com/lobehub/lobe-chat/issues/11391 ) ([182030f ](https://github.com/lobehub/lobe-chat/commit/182030f ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-01 06:28:33 +00:00
Arvin Xu
182030f404
🐛 fix: add missing description parameter docs in Notebook system prompt ( #12015 )
...
The createDocument API requires a 'description' parameter, but the system prompt
didn't mention it. This caused models (especially Gemini) to omit the description
field when calling createDocument, resulting in validation errors.
Added <api_parameters> section to clearly document all required and optional
parameters for each Notebook API.
closes #11391
2026-02-01 14:09:52 +08:00
lobehubbot
da87df9533
📝 docs(bot): Auto sync agents & plugin to readme
2026-02-01 04:32:26 +00:00
semantic-release-bot
710d92d9f6
🔖 chore(release): v2.1.6 [skip ci]
...
### [Version 2.1.6](https://github.com/lobehub/lobe-chat/compare/v2.1.5...v2.1.6 )
<sup>Released on **2026-02-01**</sup>
#### 💄 Styles
- **misc**: Improve local-system tool implement.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve local-system tool implement, closes [#12022 ](https://github.com/lobehub/lobe-chat/issues/12022 ) ([5e203b8 ](https://github.com/lobehub/lobe-chat/commit/5e203b8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-02-01 04:31:04 +00:00
Arvin Xu
5e203b868c
💄 style: improve local-system tool implement ( #12022 )
...
* improve local system ability
* fix build
* improve tools title render
* fix tools
* update
* try to fix lint
* update
* refactor the LocalFileCtr.ts result
* refactor the exector result
2026-02-01 12:13:27 +08:00
lobehubbot
6e4ad89c82
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-31 17:01:11 +00:00
semantic-release-bot
73daa2513f
🔖 chore(release): v2.1.5 [skip ci]
...
### [Version 2.1.5](https://github.com/lobehub/lobe-chat/compare/v2.1.4...v2.1.5 )
<sup>Released on **2026-01-31**</sup>
#### 🐛 Bug Fixes
- **misc**: Slove the group member agents cant set skills problem.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Slove the group member agents cant set skills problem, closes [#12021 ](https://github.com/lobehub/lobe-chat/issues/12021 ) ([2302940 ](https://github.com/lobehub/lobe-chat/commit/2302940 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-31 16:59:50 +00:00
Shinji-Li
2302940079
🐛 fix: slove the group member agents cant set skills problem ( #12021 )
...
fix: slove the group member agents cant set skills problem
2026-02-01 00:42:21 +08:00
lobehubbot
9c653e0053
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-31 15:02:40 +00:00
semantic-release-bot
53c9cda9e8
🔖 chore(release): v2.1.4 [skip ci]
...
### [Version 2.1.4](https://github.com/lobehub/lobe-chat/compare/v2.1.3...v2.1.4 )
<sup>Released on **2026-01-31**</sup>
#### 🐛 Bug Fixes
- **stream**: Update event handling to use 'text' instead of 'content_part' in gemini 2.5 models.
#### 💄 Styles
- **misc**: Update i18n, Update Kimi K2.5 & Qwen3 Max Thinking models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **stream**: Update event handling to use 'text' instead of 'content_part' in gemini 2.5 models, closes [#11235 ](https://github.com/lobehub/lobe-chat/issues/11235 ) ([a76a630 ](https://github.com/lobehub/lobe-chat/commit/a76a630 ))
#### Styles
* **misc**: Update i18n, closes [#11920 ](https://github.com/lobehub/lobe-chat/issues/11920 ) ([1a590a0 ](https://github.com/lobehub/lobe-chat/commit/1a590a0 ))
* **misc**: Update Kimi K2.5 & Qwen3 Max Thinking models, closes [#11925 ](https://github.com/lobehub/lobe-chat/issues/11925 ) ([6f9e010 ](https://github.com/lobehub/lobe-chat/commit/6f9e010 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-31 15:00:54 +00:00
sxjeru
6f9e01047b
💄 style: Update Kimi K2.5 & Qwen3 Max Thinking models ( #11925 )
...
* 🔨 feat(models): add new AI models and update pricing strategies
* 🐛 fix(models): remove deprecated Gemini 2.0 Flash Exp model from googleChatModels
* 🔨 fix(moonshot): update Kimi K2.5 model parameters and enhance payload handling
* ✨ feat: 添加新的聊天模型 Kimi-K2.5 和 PaddleOCR-VL 1.5 到 siliconcloud
* Update packages/model-bank/src/aiModels/qwen.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* ✨ feat: 添加 Kimi K2.5 模型,更新 Qwen 模型的思维预算处理
* ✨ feat: 添加 forceImageBase64 选项以支持强制将图像 URL 转换为 Base64
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-31 22:43:28 +08:00
sxjeru
a76a630f28
🐛 fix(stream): update event handling to use 'text' instead of 'content_part' in gemini 2.5 models ( #11235 )
...
🐛 fix(stream): update event handling to use 'text' instead of 'content_part' in Google AI stream
2026-01-31 22:43:18 +08:00
Arvin Xu
338df4baf9
📝 docs: Update src directory structure to be more comprehensive ( #12016 )
...
* update e2e test
* 📝 docs: Update src directory structure to be more comprehensive
- Add missing directories: business, const, envs, helpers, tools
- Add missing root files: auth.ts, instrumentation.ts, instrumentation.node.ts, proxy.ts
- Update descriptions to be more accurate
- Sync changes across English and Chinese documentation
Fixes #9521
2026-01-31 22:42:30 +08:00
LobeHub Bot
1a590a065c
🤖 style: update i18n ( #11920 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2026-01-31 20:34:06 +08:00
Arvin Xu
4a87b31246
📝 docs: improve docs ( #12013 )
...
Update docs
2026-01-31 19:46:44 +08:00
lobehubbot
83842b45b3
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-31 10:44:46 +00:00
semantic-release-bot
87e3dad58a
🔖 chore(release): v2.1.3 [skip ci]
...
### [Version 2.1.3](https://github.com/lobehub/lobe-chat/compare/v2.1.2...v2.1.3 )
<sup>Released on **2026-01-31**</sup>
#### 🐛 Bug Fixes
- **auth**: Add AUTH_DISABLE_EMAIL_PASSWORD env to enable SSO-only mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **auth**: Add AUTH_DISABLE_EMAIL_PASSWORD env to enable SSO-only mode, closes [#12009 ](https://github.com/lobehub/lobe-chat/issues/12009 ) ([f3210a3 ](https://github.com/lobehub/lobe-chat/commit/f3210a3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-31 10:43:14 +00:00
YuTengjing
f3210a3f57
🐛 fix(auth): add AUTH_DISABLE_EMAIL_PASSWORD env to enable SSO-only mode ( #12009 )
2026-01-31 18:25:22 +08:00
Innei
8b8159eb01
🔧 chore: upgrade macOS ARM64 runner from macos-14 to macos-15 ( #12006 )
2026-01-31 13:12:12 +08:00
LobeHub Bot
5086a126a7
🌐 chore: translate non-English comments to English in src/store ( #12001 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-31 11:02:23 +08:00
lobehubbot
a82a4bda34
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-30 17:09:25 +00:00
semantic-release-bot
71b2ecd94b
🔖 chore(release): v2.1.2 [skip ci]
...
### [Version 2.1.2](https://github.com/lobehub/lobe-chat/compare/v2.1.1...v2.1.2 )
<sup>Released on **2026-01-30**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix feishu sso provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix feishu sso provider, closes [#11970 ](https://github.com/lobehub/lobe-chat/issues/11970 ) ([ffd9fff ](https://github.com/lobehub/lobe-chat/commit/ffd9fff ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-30 17:07:53 +00:00
Arvin Xu
ffd9fff091
🐛 fix: fix feishu sso provider ( #11970 )
2026-01-31 00:50:11 +08:00
LobeHub Bot
67c4bafd3f
🌐 chore: translate non-English comments to English in desktop controllers ( #11978 )
2026-01-31 00:49:38 +08:00
Arvin Xu
7496511917
📝 docs: improve self-hosting documents ( #11994 )
...
* update document
* update documents
* update auth
* move
* update database
* move auth
* move auth
* update
2026-01-30 20:50:05 +08:00
lobehubbot
15e89f2eee
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-30 10:39:04 +00:00
semantic-release-bot
1421e991d8
🔖 chore(release): v2.1.1 [skip ci]
...
### [Version 2.1.1](https://github.com/lobehub/lobe-chat/compare/v2.1.0...v2.1.1 )
<sup>Released on **2026-01-30**</sup>
#### 🐛 Bug Fixes
- **misc**: Correct desktop download URL path.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Correct desktop download URL path, closes [#11990 ](https://github.com/lobehub/lobe-chat/issues/11990 ) ([e46df98 ](https://github.com/lobehub/lobe-chat/commit/e46df98 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-30 10:37:18 +00:00
Arvin Xu
f17acd7f7e
♻️ chore(docker-compose): refactor docker compose ( #11989 )
...
* improve message content
* ♻️ refactor(docker-compose): 创建精简版 deploy 配置
- 新建 docker-compose/deploy 目录,包含最小化部署配置
- 仅保留核心服务:postgresql、redis、rustfs、searxng、lobe
- 移除 Casdoor 认证服务相关配置
- 移除可观测性服务(Grafana/Prometheus/Tempo/otel-collector)
- 使用 paradedb/paradedb:latest 镜像(支持 pgvector + pg_search)
- 更新 setup.sh 指向新的 deploy 目录
- 清理 .env 示例文件中的 Casdoor 相关配置
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* update document
* update content
* update content
* improve env
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-30 18:15:43 +08:00
Innei
e46df98907
🐛 fix: correct desktop download URL path ( #11990 )
...
Fixed the download URL path from '/download' to '/downloads' to match the actual official site path.
2026-01-30 17:53:09 +08:00
lobehubbot
2c791d749d
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-30 05:57:38 +00:00
semantic-release-bot
4e982cf89f
🔖 chore(release): v2.1.0 [skip ci]
...
## [Version 2.1.0](https://github.com/lobehub/lobe-chat/compare/v2.0.13...v2.1.0 )
<sup>Released on **2026-01-30**</sup>
#### ✨ Features
- **misc**: Refactor cron job UI and use runtime enableBusinessFeatures flag.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Refactor cron job UI and use runtime enableBusinessFeatures flag, closes [#11975 ](https://github.com/lobehub/lobe-chat/issues/11975 ) ([104a19a ](https://github.com/lobehub/lobe-chat/commit/104a19a ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-30 05:56:16 +00:00
Innei
104a19a8a4
✨ feat: refactor cron job UI and use runtime enableBusinessFeatures flag ( #11975 )
...
- Replace compile-time ENABLE_BUSINESS_FEATURES constant with runtime
serverConfigSelectors.enableBusinessFeatures for cron module
- Redesign CronJobScheduleConfig with FormGroup pattern matching Settings UI
- Update CronJobHeader with simplified layout (28px title, Switch only)
- Convert all cron feature components to use createStaticStyles with cssVar
- Add i18n keys for cron job form labels
LOBE-4540
2026-01-30 13:38:34 +08:00
lobehubbot
c5a1791e32
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-29 17:23:20 +00:00
semantic-release-bot
9a1a81680f
🔖 chore(release): v2.0.13 [skip ci]
...
### [Version 2.0.13](https://github.com/lobehub/lobe-chat/compare/v2.0.12...v2.0.13 )
<sup>Released on **2026-01-29**</sup>
#### 💄 Styles
- **misc**: Fix usage table display issues.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix usage table display issues, closes [#10108 ](https://github.com/lobehub/lobe-chat/issues/10108 ) ([4bd82c3 ](https://github.com/lobehub/lobe-chat/commit/4bd82c3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-29 17:21:49 +00:00
Rylan Cai
4bd82c397a
💄 style: fix usage table display issues ( #10108 )
...
* wip: use stack bar chart
* 💄 style: update labels
* 🐛 fix: should not include INF vales
* ♻️ refactor: improve codes
* 💄 style: improve label format
* 💄 style: improve label format
2026-01-30 01:05:02 +08:00
lobehubbot
891837b792
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-29 17:01:44 +00:00
semantic-release-bot
a4c1d4b687
🔖 chore(release): v2.0.12 [skip ci]
...
### [Version 2.0.12](https://github.com/lobehub/lobe-chat/compare/v2.0.11...v2.0.12 )
<sup>Released on **2026-01-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Group publish to market should set local group market identifer.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Group publish to market should set local group market identifer, closes [#11965 ](https://github.com/lobehub/lobe-chat/issues/11965 ) ([0bda4d9 ](https://github.com/lobehub/lobe-chat/commit/0bda4d9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-29 17:00:18 +00:00
Shinji-Li
0bda4d9845
🐛 fix: group publish to market should set local group market identifer ( #11965 )
...
* fix: when use group in market the supervisor plugins lost
* fix: slove the group pubilsh but not set the market id into group
2026-01-29 22:30:14 +08:00
lobehubbot
7abc5142e0
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-29 14:03:28 +00:00
semantic-release-bot
1b9caa92a5
🔖 chore(release): v2.0.11 [skip ci]
...
### [Version 2.0.11](https://github.com/lobehub/lobe-chat/compare/v2.0.10...v2.0.11 )
<sup>Released on **2026-01-29**</sup>
#### 💄 Styles
- **misc**: Fix group task render.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix group task render, closes [#11952 ](https://github.com/lobehub/lobe-chat/issues/11952 ) ([b8ef02e ](https://github.com/lobehub/lobe-chat/commit/b8ef02e ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-29 14:02:07 +00:00
Arvin Xu
b8ef02e647
💄 style: fix group task render ( #11952 )
...
* improve task messages render
* improve task messages render
* refactor agent task
* fix tests
* improved ui now
* fix
* fix supervisor issue
* add more tests
* fix agent tasks issue
* update i18n
* update createdAt
* fix tests and update dockerfile
* fix max length
* fix max length
2026-01-29 21:44:32 +08:00
lobehubbot
c60838489c
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-29 04:00:48 +00:00
semantic-release-bot
d8765ca7f4
🔖 chore(release): v2.0.10 [skip ci]
...
### [Version 2.0.10](https://github.com/lobehub/lobe-chat/compare/v2.0.9...v2.0.10 )
<sup>Released on **2026-01-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Add ExtendParamsTypeSchema for enhanced model settings.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add ExtendParamsTypeSchema for enhanced model settings, closes [#11437 ](https://github.com/lobehub/lobe-chat/issues/11437 ) ([f58c980 ](https://github.com/lobehub/lobe-chat/commit/f58c980 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-29 03:59:14 +00:00
sxjeru
f58c980f3a
🐛 fix: Add ExtendParamsTypeSchema for enhanced model settings ( #11437 )
...
* 🐛 fix: Update reasoning handling in OpenRouter and VercelAIGateway to include thinkingLevel and adjust gpt-5 reasoning parameters
* 🐛 fix: Add ExtendParamsTypeSchema and AiModelSettingsSchema for enhanced model settings
* 🐛 fix: Add ModelSearchImplementTypeSchema and update AiModelSettingsSchema for enhanced model configuration
* delete gemini-2.5-flash-image-preview model
* Add GLM-4.7 model to volcengine and remove deprecated GLM-4 32B 0414 model from wenxin
* ✨ feat: 添加 MiniMax-M2.1 和 GLM-4.7-Flash 模型到模型库
* ✨ feat: 更新 Zhipu 模型库,添加 GLM-4.7-FlashX 模型并移除 GLM-4.5-Flash 模型
* test: add extendParams mapping for gpt-5.x reasoning models in VercelAIGatewayAI
* remove deprecated DeepSeek R1 model from nvidiaChatModels
* i18n: 更新 MiniMax-M2.1 模型描述为英文
2026-01-29 11:41:38 +08:00
lobehubbot
8d00af4905
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-29 03:18:12 +00:00
semantic-release-bot
f22453e1af
🔖 chore(release): v2.0.9 [skip ci]
...
### [Version 2.0.9](https://github.com/lobehub/lobe-chat/compare/v2.0.8...v2.0.9 )
<sup>Released on **2026-01-29**</sup>
#### 🐛 Bug Fixes
- **model-bank**: Fix ZenMux model IDs by adding provider prefixes.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **model-bank**: Fix ZenMux model IDs by adding provider prefixes, closes [#11947 ](https://github.com/lobehub/lobe-chat/issues/11947 ) ([17f8a5c ](https://github.com/lobehub/lobe-chat/commit/17f8a5c ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-29 03:16:41 +00:00
iBenzene
17f8a5cf8c
🐛 fix(model-bank): fix ZenMux model IDs by adding provider prefixes ( #11947 )
...
fix(model-bank): fix ZenMux model IDs by adding provider prefixes
2026-01-29 11:00:01 +08:00
R3pl4c3r
9ce958d136
chore(workflow): Update upstream repository and branch for sync action ( #11923 )
...
Update upstream repository and branch for sync action
2026-01-28 23:20:29 +08:00
YuTengjing
d13b002546
📝 docs(locale): add proration price hint translations ( #11941 )
2026-01-28 17:36:40 +08:00
lobehubbot
d6b6eba89e
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-28 08:30:45 +00:00
semantic-release-bot
69ae342051
🔖 chore(release): v2.0.8 [skip ci]
...
### [Version 2.0.8](https://github.com/lobehub/lobe-chat/compare/v2.0.7...v2.0.8 )
<sup>Released on **2026-01-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix inbox agent in mobile.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix inbox agent in mobile, closes [#11929 ](https://github.com/lobehub/lobe-chat/issues/11929 ) ([42f5c0b ](https://github.com/lobehub/lobe-chat/commit/42f5c0b ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-28 08:29:20 +00:00
Arvin Xu
42f5c0b67a
🐛 fix: fix inbox agent in mobile ( #11929 )
...
fix inbox agent in mobile
2026-01-28 16:13:29 +08:00
Neko
4423d5c926
🔨 chore(userMemories): improved the memory related agents resolution order ( #11933 )
2026-01-28 14:42:12 +08:00
lobehubbot
3106f48d68
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-28 03:56:24 +00:00
semantic-release-bot
5308b27289
🔖 chore(release): v2.0.7 [skip ci]
...
### [Version 2.0.7](https://github.com/lobehub/lobe-chat/compare/v2.0.6...v2.0.7 )
<sup>Released on **2026-01-28**</sup>
#### 🐛 Bug Fixes
- **model-runtime**: Include tool_calls in speed metrics & add getActiveTraceId.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **model-runtime**: Include tool_calls in speed metrics & add getActiveTraceId, closes [#11927 ](https://github.com/lobehub/lobe-chat/issues/11927 ) ([b24da44 ](https://github.com/lobehub/lobe-chat/commit/b24da44 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-28 03:54:59 +00:00
YuTengjing
b24da448ad
🐛 fix(model-runtime): include tool_calls in speed metrics & add getActiveTraceId ( #11927 )
2026-01-28 11:36:59 +08:00
Neko
74b8fb686e
🔨 chore(userMemories,database): should respect preferred providers/models ( #11919 )
2026-01-28 07:06:54 +08:00
lobehubbot
2016ceda7e
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-27 19:43:01 +00:00
semantic-release-bot
4a1cd1d80b
🔖 chore(release): v2.0.6 [skip ci]
...
### [Version 2.0.6](https://github.com/lobehub/lobe-chat/compare/v2.0.5...v2.0.6 )
<sup>Released on **2026-01-27**</sup>
#### 🐛 Bug Fixes
- **misc**: The klavis in onboarding connect timeout fixed.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: The klavis in onboarding connect timeout fixed, closes [#11918 ](https://github.com/lobehub/lobe-chat/issues/11918 ) ([bc165be ](https://github.com/lobehub/lobe-chat/commit/bc165be ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-27 19:41:29 +00:00
Shinji-Li
bc165be510
🐛 fix: the klavis in onboarding connect timeout fixed ( #11918 )
...
fix: the klavis in onboarding connect timeout fixed
2026-01-28 03:23:41 +08:00
Neko
a074f486d7
🔨 chore(userMemories): properly handle and process persona write ( #11917 )
2026-01-28 01:59:02 +08:00
YuTengjing
225b1f4b47
📝 docs: remove outdated auth docs and simplify deployment guide ( #11916 )
2026-01-28 01:14:53 +08:00
Innei
2a08e644f6
fix: add Suspense boundaries for i18n components ( #11914 )
...
* fix: suspense
Signed-off-by: Innei <tukon479@gmail.com >
* fix: update DebugNode to conditionally log in development environment
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-28 00:34:45 +08:00
lobehubbot
5e06111610
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-27 15:24:25 +00:00
semantic-release-bot
7c0dd9bbe0
🔖 chore(release): v2.0.5 [skip ci]
...
### [Version 2.0.5](https://github.com/lobehub/lobe-chat/compare/v2.0.4...v2.0.5 )
<sup>Released on **2026-01-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Update the artifact prompt.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update the artifact prompt, closes [#11907 ](https://github.com/lobehub/lobe-chat/issues/11907 ) ([217e689 ](https://github.com/lobehub/lobe-chat/commit/217e689 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-27 15:23:00 +00:00
Shinji-Li
217e689b50
🐛 fix: update the artifact prompt ( #11907 )
...
* fix: update the artifact prompt
* fix: remove the lobethings and some examples
2026-01-27 23:04:49 +08:00
lobehubbot
1a2008b76a
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-27 14:34:52 +00:00
semantic-release-bot
c9cfa965e0
🔖 chore(release): v2.0.4 [skip ci]
...
### [Version 2.0.4](https://github.com/lobehub/lobe-chat/compare/v2.0.3...v2.0.4 )
<sup>Released on **2026-01-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Rename docker image and update docs for v2.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Rename docker image and update docs for v2, closes [#11911 ](https://github.com/lobehub/lobe-chat/issues/11911 ) ([e6cb6cb ](https://github.com/lobehub/lobe-chat/commit/e6cb6cb ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-27 14:33:23 +00:00
YuTengjing
e6cb6cb592
🐛 fix: rename docker image and update docs for v2 ( #11911 )
2026-01-27 22:14:58 +08:00
Tsuki
6d35558e90
📝 docs: update README.md ( #11908 )
...
* 📝 docs: Update Vercel link in README.md
* 📝 docs: update typo
2026-01-27 21:36:17 +08:00
lobehubbot
24d358a0ef
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-27 13:26:35 +00:00
semantic-release-bot
f10b045a27
🔖 chore(release): v2.0.3 [skip ci]
...
### [Version 2.0.3](https://github.com/lobehub/lobe-chat/compare/v2.0.2...v2.0.3 )
<sup>Released on **2026-01-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Fixed compressed group message & open the switch config to control compression config enabled, fixed the onboarding crash problem.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fixed compressed group message & open the switch config to control compression config enabled, closes [#11901 ](https://github.com/lobehub/lobe-chat/issues/11901 ) ([dc51838 ](https://github.com/lobehub/lobe-chat/commit/dc51838 ))
* **misc**: Fixed the onboarding crash problem, closes [#11905 ](https://github.com/lobehub/lobe-chat/issues/11905 ) ([439e4ee ](https://github.com/lobehub/lobe-chat/commit/439e4ee ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-27 13:25:06 +00:00
Shinji-Li
439e4ee7a4
🐛 fix: fixed the onboarding crash problem ( #11905 )
...
fix: fixed the onboarding crash problem
2026-01-27 21:05:33 +08:00
Shinji-Li
dc51838b3c
🐛 fix: fixed compressed group message & open the switch config to control compression config enabled ( #11901 )
...
* fix: fixed the compressed cause the parentid not found problem
* feat: add the compressionConfig config as switch
* fix: slove the onboarding modelSelect Crash error
* fix: rollback the modelSelectChange
2026-01-27 20:56:48 +08:00
lobehubbot
888c907a45
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-27 11:05:05 +00:00
semantic-release-bot
84a2257db3
🔖 chore(release): v2.0.2 [skip ci]
...
### [Version 2.0.2](https://github.com/lobehub/lobe-chat/compare/v2.0.1...v2.0.2 )
<sup>Released on **2026-01-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Slove the recentTopicLinkError.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Slove the recentTopicLinkError, closes [#11896 ](https://github.com/lobehub/lobe-chat/issues/11896 ) ([b358413 ](https://github.com/lobehub/lobe-chat/commit/b358413 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-27 11:03:43 +00:00
Shinji-Li
b358413d1f
🐛 fix: slove the recentTopicLinkError ( #11896 )
...
fix: slove the recentTopicLinkError
2026-01-27 18:45:48 +08:00
YuTengjing
126998d502
📝 docs: add plans.image.count translation ( #11895 )
2026-01-27 18:43:14 +08:00
lobehubbot
fbaef9ddbf
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-27 10:31:22 +00:00
semantic-release-bot
a9b44f3cbc
🔖 chore(release): v2.0.1 [skip ci]
...
### [Version 2.0.1](https://github.com/lobehub/lobe-chat/compare/v2.0.0...v2.0.1 )
<sup>Released on **2026-01-27**</sup>
#### 🐛 Bug Fixes
- **share**: Shared group topic not show avatar.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **share**: Shared group topic not show avatar, closes [#11894 ](https://github.com/lobehub/lobe-chat/issues/11894 ) ([80fb496 ](https://github.com/lobehub/lobe-chat/commit/80fb496 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-27 10:29:50 +00:00
YuTengjing
80fb49692e
🐛 fix(share): shared group topic not show avatar ( #11894 )
2026-01-27 18:11:40 +08:00
Neko
9da1354869
🔨 chore(community): all category of agent list result in empty result ( #11893 )
2026-01-27 17:03:39 +08:00
arvinxx
190227c076
🔖 chore(release): v2.0.0 [skip ci]
2026-01-27 16:31:07 +08:00
LobeHub Bot
2fdd71882c
🌐 chore: translate non-English comments to English in src/server/services ( #11841 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2026-01-27 15:50:28 +08:00
CanisMinor
74a266758b
📝 docs: update changelog ( #11889 ) [skip ci]
...
docs: update changelog
2026-01-27 15:17:40 +08:00
Arvin Xu
7d9e690646
🐛 fix: bump next to 16.1.5 to fix CVE-2026-23864 ( #11886 )
...
* fix tests
* bump next to 16.1.5
2026-01-27 15:11:48 +08:00
Neko
e63ad2d547
🔨 chore(userMemories): added failure function to handle errors ( #11885 )
2026-01-27 15:11:22 +08:00
AmAzing-
599d142d91
Update README.md ( #11883 )
2026-01-27 14:16:30 +08:00
huangkairan
dde8e77c20
🐛 fix: update resource URL in Action component ( #11878 )
...
fix: update resource URL in Action component
2026-01-27 13:51:23 +08:00
Shinji-Li
50a409c41f
🐛 fix: update the agent cron job update way ( #11877 )
...
* feat: add the setAgentBuilderContent tools into agent group builder to slove setEditor not work
* feat: update the system prompt
* feat: add the maxtools result call lenght in agent config
* fix: update the cronJob Update config way
2026-01-27 13:25:37 +08:00
canisminor1990
eaf8cae703
docs: update readme
2026-01-27 13:16:01 +08:00
CanisMinor
d92e8a9f9b
📝 docs: update readme ( #11879 )
...
docs: update readme
2026-01-27 13:02:11 +08:00
Arvin Xu
3dfb28cc45
✨ feat: group support client agent task ( #11875 )
...
* support group sub-task
* fix optimisticCreateTmpMessage issue
* ✨ feat: add createClientGroupAgentTaskThread router for group chat
Add dedicated router for Group Chat sub-agent task execution that:
- Uses subAgentId instead of agentId for worker agent identification
- Does not filter thread messages by agentId (allows messages from different agents)
- Queries main messages by groupId + topicId only (not agentId)
This fixes the issue where thread messages query was filtering out parent
messages from other agents (e.g., supervisor) in Group Chat scenarios.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* fix tests
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-27 12:58:19 +08:00
LobeHub Bot
dce106b8be
🌐 chore: translate non-English comments to English in desktop core modules ( #11873 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-27 12:57:09 +08:00
YuTengjing
9b47ad20e4
🐛 fix: various bug fixes and cleanups ( #11870 )
2026-01-27 12:30:58 +08:00
Shinji-Li
c356fc0dac
🐛 fix: some UI bugs fixed ( #11851 )
...
* fix: change the agent/group profiles page the status & fork tag place
* feat: change the advanced settings modal
* fix: fixed the tabs styles
2026-01-27 12:10:00 +08:00
canisminor1990
2c43f14254
chore: update changelog
2026-01-27 11:54:49 +08:00
lobehubbot
8485cbec47
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-27 02:19:21 +00:00
semantic-release-bot
335e6983a6
🔖 chore(release): v2.0.0-next.389 [skip ci]
...
## [Version 2.0.0-next.389](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.388...v2.0.0-next.389 )
<sup>Released on **2026-01-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Tts and translate error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Tts and translate error, closes [#11871 ](https://github.com/lobehub/lobe-chat/issues/11871 ) ([b63c791 ](https://github.com/lobehub/lobe-chat/commit/b63c791 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-27 02:17:38 +00:00
René Wang
5ad8a20e1c
fix: Resource manager issue ( #11866 )
...
* feat: Click head to swtich
* fix: view now button
* fix: Cannot search files
* fix: Cannot search files
* fix: Pagniation not working
2026-01-27 09:59:23 +08:00
Rdmclin2
b63c791c28
🐛 fix: tts and translate error ( #11871 )
...
* fix: translate not responding error
* chore: optimistic tts and translate update
* fix: prevent regenerate file
* fix: prevent regenerate file
2026-01-27 02:08:53 +08:00
lobehubbot
75ae79a5f9
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-26 17:49:51 +00:00
semantic-release-bot
f949d8ec63
🔖 chore(release): v2.0.0-next.388 [skip ci]
...
## [Version 2.0.0-next.388](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.387...v2.0.0-next.388 )
<sup>Released on **2026-01-26**</sup>
#### ✨ Features
- **electron**: Enhance native module handling and improve desktop features.
#### 🐛 Bug Fixes
- **community**: Should be able to switch category with All and Discover.
- **misc**: Fix page count issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **electron**: Enhance native module handling and improve desktop features, closes [#11867 ](https://github.com/lobehub/lobe-chat/issues/11867 ) ([e3c80d5 ](https://github.com/lobehub/lobe-chat/commit/e3c80d5 ))
#### What's fixed
* **community**: Should be able to switch category with All and Discover, closes [#11869 ](https://github.com/lobehub/lobe-chat/issues/11869 ) ([ba0fab1 ](https://github.com/lobehub/lobe-chat/commit/ba0fab1 ))
* **misc**: Fix page count issue, closes [#11868 ](https://github.com/lobehub/lobe-chat/issues/11868 ) ([89572e4 ](https://github.com/lobehub/lobe-chat/commit/89572e4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-26 17:48:08 +00:00
Innei
e3c80d53ce
✨ feat(electron): enhance native module handling and improve desktop features ( #11867 )
...
* 🔧 refactor: streamline theme handling and title bar overlay
* ✨ feat(titlebar): integrate theme update handling in SimpleTitleBar component
* 🔧 chore: move `node-mac-permissions` to optionalDependencies and add TypeScript module declaration
* ✨ feat(electron): implement connection drawer state management and enhance auth modal functionality
* 🐛 fix(ci): fix Windows PowerShell Start-Job working directory issue
Start-Job runs in a separate process with default user directory,
causing npm install-isolated to fail. Fixed by setting correct
working directory in each job using $using:workingDir.
* 🐛 fix(ci): use Start-Process instead of Start-Job for Windows parallel install
Start-Job runs in isolated PowerShell process without inheriting PATH,
causing pnpm/npm commands to fail. Start-Process inherits environment
and provides proper exit code handling.
* 🐛 fix(ci): use desktop-build-setup action for Windows build
Use the same composite action as other desktop workflows instead of
custom PowerShell parallel install which has environment issues.
* ✨ feat(menu): enhance context menu with additional options for image and link handling
* 🔧 fix(auth-modal): prevent modal from opening during desktop onboarding
* ✨ feat(electron): enhance native module handling and improve localization resource loading
resolves LOBE-4370
- Added `copyNativeModulesToSource` function to resolve pnpm symlinks for native modules before packaging.
- Introduced `getNativeModulesFilesConfig` to explicitly include native modules in the build process.
- Updated `electron-builder` configuration to utilize the new functions for better native module management.
- Enhanced localization resource loading by splitting JSON files by namespace.
* 🐛 fix(lint): use slice instead of substring
* 🐛 fix(desktop): include global.d.ts in tsconfig for node-mac-permissions types
* 🐛 fix(desktop): add ts-ignore for optional node-mac-permissions module
* fix: update ui
2026-01-27 01:30:08 +08:00
Neko
ba0fab13a1
🐛 fix(community): should be able to switch category with All and Discover ( #11869 )
2026-01-27 01:19:43 +08:00
Arvin Xu
89572e461f
🐛 fix: fix page count issue ( #11868 )
...
fix page count issue
2026-01-27 01:03:55 +08:00
lobehubbot
e5bdfc5b15
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-26 15:22:59 +00:00
semantic-release-bot
1bcd452b72
🔖 chore(release): v2.0.0-next.387 [skip ci]
...
## [Version 2.0.0-next.387](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.386...v2.0.0-next.387 )
<sup>Released on **2026-01-26**</sup>
#### ✨ Features
- **utils**: Added errorCauseFrom, errorMessageFrom, errorNameFrom.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **utils**: Added errorCauseFrom, errorMessageFrom, errorNameFrom, closes [#11864 ](https://github.com/lobehub/lobe-chat/issues/11864 ) ([a396ab1 ](https://github.com/lobehub/lobe-chat/commit/a396ab1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-26 15:21:20 +00:00
Neko
a396ab1c2b
✨ feat(utils): added errorCauseFrom, errorMessageFrom, errorNameFrom ( #11864 )
2026-01-26 23:03:21 +08:00
lobehubbot
d1cfe17077
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-26 14:32:37 +00:00
semantic-release-bot
b3f4906006
🔖 chore(release): v2.0.0-next.386 [skip ci]
...
## [Version 2.0.0-next.386](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.385...v2.0.0-next.386 )
<sup>Released on **2026-01-26**</sup>
#### ✨ Features
- **misc**: Group builder not set true edit data.
#### 🐛 Bug Fixes
- **misc**: Fix resource pages.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Group builder not set true edit data, closes [#11861 ](https://github.com/lobehub/lobe-chat/issues/11861 ) ([37944e7 ](https://github.com/lobehub/lobe-chat/commit/37944e7 ))
#### What's fixed
* **misc**: Fix resource pages, closes [#11863 ](https://github.com/lobehub/lobe-chat/issues/11863 ) ([7ce31c1 ](https://github.com/lobehub/lobe-chat/commit/7ce31c1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-26 14:30:53 +00:00
Shinji-Li
37944e7d3d
✨ feat: group builder not set true edit data ( #11861 )
...
* feat: add the setAgentBuilderContent tools into agent group builder to slove setEditor not work
* feat: update the system prompt
* feat: add the maxtools result call lenght in agent config
2026-01-26 22:12:57 +08:00
Arvin Xu
7ce31c1594
🐛 fix: fix resource pages ( #11863 )
...
fix resource pages
2026-01-26 21:49:35 +08:00
lobehubbot
794fcb8892
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-26 13:25:36 +00:00
semantic-release-bot
6bfff216ca
🔖 chore(release): v2.0.0-next.385 [skip ci]
...
## [Version 2.0.0-next.385](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.384...v2.0.0-next.385 )
<sup>Released on **2026-01-26**</sup>
#### ✨ Features
- **misc**: Share page improvements and pg17 docs update.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Share page improvements and pg17 docs update, closes [#11850 ](https://github.com/lobehub/lobe-chat/issues/11850 ) ([5b953b1 ](https://github.com/lobehub/lobe-chat/commit/5b953b1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-26 13:23:54 +00:00
YuTengjing
5b953b15cb
✨ feat: share page improvements and pg17 docs update ( #11850 )
2026-01-26 21:05:47 +08:00
lobehubbot
47afaa6b65
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-26 12:43:42 +00:00
semantic-release-bot
99b916324a
🔖 chore(release): v2.0.0-next.384 [skip ci]
...
## [Version 2.0.0-next.384](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.383...v2.0.0-next.384 )
<sup>Released on **2026-01-26**</sup>
#### ✨ Features
- **desktop**: Add manual update check entry in About page.
#### 🐛 Bug Fixes
- **model-runtime**: Filter null values from enum for Gemini compatibility.
- **misc**: Group builder not set true edit data.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **desktop**: Add manual update check entry in About page, closes [#11854 ](https://github.com/lobehub/lobe-chat/issues/11854 ) ([ec854d7 ](https://github.com/lobehub/lobe-chat/commit/ec854d7 ))
#### What's fixed
* **model-runtime**: Filter null values from enum for Gemini compatibility, closes [#11859 ](https://github.com/lobehub/lobe-chat/issues/11859 ) ([1163f71 ](https://github.com/lobehub/lobe-chat/commit/1163f71 ))
* **misc**: Group builder not set true edit data, closes [#11858 ](https://github.com/lobehub/lobe-chat/issues/11858 ) ([8eba0e6 ](https://github.com/lobehub/lobe-chat/commit/8eba0e6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-26 12:41:48 +00:00
Rylan Cai
56942d4d57
👷 docs: Migrate On-Click Deployment to LobeHub ( #11856 )
...
* wip: use rustfs
* wip: update init rustfs
* wip: fix rustfs ports
* wip: fix rustfs ak sk
* wip: add dbg points
* fix: mc ak pk err
* fix: missing sso provider
* chore: set `lobe` to lobehub/lobehub
* 🐛 fix: network err
* chore: add webhook secret
* chore: add no searxng log display
* chore: update docs
* 🐛 fix: remove unstable options to fit older server
* 🐛 fix: add warning to add jwks
* 🐛 fix: check status after create bucket
2026-01-26 20:23:56 +08:00
Shinji-Li
8eba0e654a
🐛 fix: group builder not set true edit data ( #11858 )
...
* feat: add the setAgentBuilderContent tools into agent group builder to slove setEditor not work
* feat: update the system prompt
2026-01-26 20:22:00 +08:00
Innei
ec854d7d55
✨ feat(desktop): add manual update check entry in About page ( #11854 )
...
* ✨ feat(desktop): add manual update check entry in About page
Add a 'Check for Updates' button to the About page that appears only on desktop and when no new version is available. This allows users to manually trigger update checks without relying on the automatic check schedule.
- Add checkForUpdates i18n key and translations (en-US, zh-CN)
- Modify UpdaterCtr to pass manual: true flag
- Add check update button to Version component
- Button hidden when new version is detected
* Update Version.tsx
* 💄 style: format onClick handler
* fix: correct onClick handler syntax in Version component
2026-01-26 20:14:14 +08:00
Arthals
b89fc0944e
📝 docs: add rustfs ( #10630 )
...
📝 docs: RustFS
2026-01-26 20:12:12 +08:00
Arvin Xu
1163f71f39
🐛 fix(model-runtime): filter null values from enum for Gemini compatibility ( #11859 )
...
Gemini API doesn't support null values in enum arrays, causing errors like:
`GenerateContentRequest.tools[0].function_declarations[29].parameters.properties[set].properties[memoryType].enum[10]: cannot be empty`
This fix filters out null values from enum arrays in the `sanitizeSchemaForGoogle` function.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-26 20:08:47 +08:00
Innei
732bbf1948
🌐 chore(i18n): update other locale resources ( #11855 )
2026-01-26 18:18:47 +08:00
lobehubbot
8a9bc307f4
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-26 10:04:45 +00:00
semantic-release-bot
0a2427ca3c
🔖 chore(release): v2.0.0-next.383 [skip ci]
...
## [Version 2.0.0-next.383](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.382...v2.0.0-next.383 )
<sup>Released on **2026-01-26**</sup>
#### ✨ Features
- **desktop**: Add system save dialog for markdown export.
- **observability-otel,libs**: Include and propagate Traceparent header to tid.
- **misc**: Add the fork tag show in community detail page.
#### 🐛 Bug Fixes
- **misc**: Slove the agentbuilder install market tools not work.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **desktop**: Add system save dialog for markdown export, closes [#11852 ](https://github.com/lobehub/lobe-chat/issues/11852 ) ([8896c06 ](https://github.com/lobehub/lobe-chat/commit/8896c06 ))
* **observability-otel,libs**: Include and propagate Traceparent header to tid, closes [#11845 ](https://github.com/lobehub/lobe-chat/issues/11845 ) ([0d101da ](https://github.com/lobehub/lobe-chat/commit/0d101da ))
* **misc**: Add the fork tag show in community detail page, closes [#11814 ](https://github.com/lobehub/lobe-chat/issues/11814 ) ([cd029eb ](https://github.com/lobehub/lobe-chat/commit/cd029eb ))
#### What's fixed
* **misc**: Slove the agentbuilder install market tools not work, closes [#11848 ](https://github.com/lobehub/lobe-chat/issues/11848 ) ([dbe9011 ](https://github.com/lobehub/lobe-chat/commit/dbe9011 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-26 10:02:47 +00:00
Innei
8896c06b7f
✨ feat(desktop): add system save dialog for markdown export ( #11852 )
...
- Add ShowSaveDialogParams/Result types to electron-client-ipc
- Implement handleShowSaveDialog in LocalFileCtr using Electron dialog API
- Add showSaveDialog method to localFileService
- Create desktopExportService for Desktop-specific export logic
- Use system file picker instead of hardcoded downloads path
- Show toast with actions (open file / show in folder) after export
- Add i18n keys for export dialog and actions
2026-01-26 17:44:20 +08:00
Neko
fb42614e73
✅ test(observability-otel): should guard for response type ( #11853 )
2026-01-26 17:31:17 +08:00
Shinji-Li
dbe9011939
🐛 fix: slove the agentbuilder install market tools not work ( #11848 )
...
fix: slove the agentbuilder install market tools not work
2026-01-26 16:58:30 +08:00
René Wang
3dfc86fd0f
feat: Update user guide & changelog ( #11518 )
...
* feat: Redesign doc
* chore: uopdate site
* chore: uopdate site
* chore: uopdate site
* chore: uopdate site
* chore: uopdate site
* feat: Uopdate content
* chore: New doc
* chore: Update content
* chore: Update content
* chore: add images
* chore: add images
* chore: add images
* chore: add images
* feat: Add more images
* feat: Add more images
* fix: Cannot reach end
* chore: Update content
* chore: Update content
* chore: Update content
* chore: Update content
* chore: Update content
* Revise README content and structure
Updated README to reflect changes in project description and removed outdated notes.
* Revise 'Getting Started' and TOC in README
Updated the 'Getting Started' section and modified the table of contents.
* chore: Update content
* Revise README structure and content
Updated the Getting Started section and removed the Table of Contents. Adjusted the Local Development instructions.
* Remove custom themes section from README
Removed section about custom themes from README.
* Update README.md
* Refine introduction and highlight cloud version
Updated wording for clarity and added recommendation for cloud version.
* chore: Update content
* chore: Update content
* chore: Update content
* chore: Update content
* chore: Update content
* chore: Update content
* chore: Update content
* fix: add missing translation
* 🔀 chore: Move README changes to feat/readme branch
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* fix: add missing translation
* chore: update cdn
* docs: add migration guide from v1.x local database to v2.x and update help sections
Signed-off-by: Innei <tukon479@gmail.com >
* fix: add missing translation
* fix: add missing images
* fix: add missing changelogs
* fix: add missing changelogs
* fix: add missing changelogs
* fix: add missing changelogs
* fix: add missing changelogs
* style: update cdn
---------
Signed-off-by: Innei <tukon479@gmail.com >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
Co-authored-by: canisminor1990 <i@canisminor.cc >
Co-authored-by: Innei <tukon479@gmail.com >
2026-01-26 15:28:33 +08:00
Shinji-Li
cd029eb45b
✨ feat: add the fork tag show in community detail page ( #11814 )
...
* feat: add the fork tag show in community detail page
* feat: add the isValidated to show under review
* fix: add i18n
* fix: remove the not used params
2026-01-26 15:10:23 +08:00
Neko
0d101dad72
✨ feat(observability-otel,libs): include and propagate Traceparent header to tid ( #11845 )
2026-01-26 14:54:19 +08:00
lobehubbot
c54b09182f
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-26 05:53:27 +00:00
semantic-release-bot
7809b165e8
🔖 chore(release): v2.0.0-next.382 [skip ci]
...
## [Version 2.0.0-next.382](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.381...v2.0.0-next.382 )
<sup>Released on **2026-01-26**</sup>
#### ✨ Features
- **memory-user-memory,database,userMemories**: Implemented user memory persona.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **memory-user-memory,database,userMemories**: Implemented user memory persona, closes [#11838 ](https://github.com/lobehub/lobe-chat/issues/11838 ) ([75ea548 ](https://github.com/lobehub/lobe-chat/commit/75ea548 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-26 05:51:40 +00:00
Tsuki
7914bef2e2
🔨 chore(analytics): add Product Hunt campaign tracking events ( #11819 )
...
✨ feat(analytics): add Product Hunt campaign tracking events
- Add tracking for Product Hunt notification card: viewed, closed, action clicked
- Rename business line from 'lobe-chat' to 'lobehub' for consistent branding
- Add onActionClick callback to HighlightNotification component
- Wrap tracking calls with try-catch to ensure no impact on business logic
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-26 13:33:14 +08:00
Neko
75ea548456
✨ feat(memory-user-memory,database,userMemories): implemented user memory persona ( #11838 )
2026-01-26 13:22:46 +08:00
Arvin Xu
15941de63b
✅ test: add more test for db ( #11830 )
...
* add more test for db
* fix tests
* fix tests
* fix tests
2026-01-26 12:21:15 +08:00
semantic-release-bot
80b4fc3b68
🔖 chore(release): v2.0.0-next.381 [skip ci]
...
## [Version 2.0.0-next.381](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.380...v2.0.0-next.381 )
<sup>Released on **2026-01-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix cron job issue, fix share single message.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix cron job issue, closes [#11835 ](https://github.com/lobehub/lobe-chat/issues/11835 ) ([6d50f80 ](https://github.com/lobehub/lobe-chat/commit/6d50f80 ))
* **misc**: Fix share single message, closes [#11840 ](https://github.com/lobehub/lobe-chat/issues/11840 ) ([9433bbb ](https://github.com/lobehub/lobe-chat/commit/9433bbb ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-26 04:15:14 +00:00
Arvin Xu
9433bbbf00
🐛 fix: fix share single message ( #11840 )
...
fix share single message
2026-01-26 11:59:10 +08:00
LobeHub Bot
70a086782e
🌐 chore: translate non-English comments to English in src/store/tool ( #11766 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-26 10:18:45 +08:00
Arvin Xu
6d50f80966
🐛 fix: fix cron job issue ( #11835 )
...
* fix cron job
* fix lint
2026-01-26 10:13:10 +08:00
lobehubbot
b593095971
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-26 02:10:29 +00:00
semantic-release-bot
804f446437
🔖 chore(release): v2.0.0-next.380 [skip ci]
...
## [Version 2.0.0-next.380](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.379...v2.0.0-next.380 )
<sup>Released on **2026-01-26**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#11630 ](https://github.com/lobehub/lobe-chat/issues/11630 ) ([92a6b5c ](https://github.com/lobehub/lobe-chat/commit/92a6b5c ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-26 02:08:52 +00:00
LobeHub Bot
92a6b5cfe0
🤖 style: update i18n ( #11630 )
2026-01-26 09:51:23 +08:00
lobehubbot
bd8ce4ef63
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-25 19:13:54 +00:00
semantic-release-bot
d4d3f32e33
🔖 chore(release): v2.0.0-next.379 [skip ci]
...
## [Version 2.0.0-next.379](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.378...v2.0.0-next.379 )
<sup>Released on **2026-01-25**</sup>
#### ✨ Features
- **utils**: Added `trimBasedOnBatchProbe` for truncating without compromising structured data.
#### 🐛 Bug Fixes
- **desktop**: Prevent duplicate IPC handler registration from dynamic imports.
- **misc**: Fix update memory tools, resolve server version check issue for desktop app, slove the descktop use offical endpoint mcp not use stdio.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **utils**: Added `trimBasedOnBatchProbe` for truncating without compromising structured data, closes [#11836 ](https://github.com/lobehub/lobe-chat/issues/11836 ) ([6dac3d1 ](https://github.com/lobehub/lobe-chat/commit/6dac3d1 ))
#### What's fixed
* **desktop**: Prevent duplicate IPC handler registration from dynamic imports, closes [#11827 ](https://github.com/lobehub/lobe-chat/issues/11827 ) ([c3fd2dc ](https://github.com/lobehub/lobe-chat/commit/c3fd2dc ))
* **misc**: Fix update memory tools, closes [#11831 ](https://github.com/lobehub/lobe-chat/issues/11831 ) ([cfc03dd ](https://github.com/lobehub/lobe-chat/commit/cfc03dd ))
* **misc**: Resolve server version check issue for desktop app, closes [#11834 ](https://github.com/lobehub/lobe-chat/issues/11834 ) ([0bd2a59 ](https://github.com/lobehub/lobe-chat/commit/0bd2a59 ))
* **misc**: Slove the descktop use offical endpoint mcp not use stdio, closes [#11813 ](https://github.com/lobehub/lobe-chat/issues/11813 ) ([370bf16 ](https://github.com/lobehub/lobe-chat/commit/370bf16 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-25 19:11:59 +00:00
Neko
6dac3d122c
✨ feat(utils): added trimBasedOnBatchProbe for truncating without compromising structured data ( #11836 )
2026-01-26 02:54:16 +08:00
LobeHub Bot
ae3b6fdd0f
🌐 chore: translate non-English comments to English in src/hooks ( #11720 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-26 02:30:45 +08:00
Shinji-Li
370bf160c2
🐛 fix: slove the descktop use offical endpoint mcp not use stdio ( #11813 )
...
fix: slove the descktop use offical endpoint mcp not use stdio
2026-01-26 02:25:57 +08:00
Innei
d638a2442c
⬆️ chore: update @lobehub/ui to 4.30.1 and remove deprecated nativeButton prop ( #11821 )
2026-01-26 02:24:49 +08:00
Innei
0bd2a59884
🐛 fix: resolve server version check issue for desktop app ( #11834 )
...
- Fix version check to only run for self-hosted remote server mode
- Get remote server URL from electron store for proper origin detection
- Remove unnecessary isDesktop parameter from useCheckServerVersion hook
2026-01-26 02:21:55 +08:00
Arvin Xu
cfc03dd6ad
🐛 fix: fix update memory tools ( #11831 )
...
update memory
2026-01-26 02:20:48 +08:00
Innei
c3fd2dc785
🐛 fix(desktop): prevent duplicate IPC handler registration from dynamic imports ( #11827 )
...
* 🐛 fix(desktop): prevent duplicate IPC handler registration from dynamic imports
Fix an issue where dynamic imports in file-loaders package would cause
the debug package to be bundled into index.js, leading to side-effect
pollution and duplicate electron-log IPC handler registration.
- Add manualChunks config to isolate debug package into separate chunk
- Add @napi-rs/canvas to native modules for proper externalization
* ✨ feat(desktop): enhance afterPack hook and add native module copying
2026-01-26 02:10:35 +08:00
semantic-release-bot
6499365542
🔖 chore(release): v2.0.0-next.378 [skip ci]
...
## [Version 2.0.0-next.378](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.377...v2.0.0-next.378 )
<sup>Released on **2026-01-25**</sup>
#### ♻ Code Refactoring
- **misc**: Improve popover trigger styles and component consistency.
#### ✨ Features
- **database**: Added user memory persona schema.
#### 🐛 Bug Fixes
- **misc**: Library cannot nav.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Improve popover trigger styles and component consistency, closes [#11832 ](https://github.com/lobehub/lobe-chat/issues/11832 ) ([f5c5d52 ](https://github.com/lobehub/lobe-chat/commit/f5c5d52 ))
#### What's improved
* **database**: Added user memory persona schema, closes [#11833 ](https://github.com/lobehub/lobe-chat/issues/11833 ) ([14adf99 ](https://github.com/lobehub/lobe-chat/commit/14adf99 ))
#### What's fixed
* **misc**: Library cannot nav, closes [#11828 ](https://github.com/lobehub/lobe-chat/issues/11828 ) ([d424a81 ](https://github.com/lobehub/lobe-chat/commit/d424a81 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-25 18:09:03 +00:00
Neko
14adf995f7
✨ feat(database): added user memory persona schema ( #11833 )
2026-01-26 01:50:56 +08:00
Innei
f5c5d52266
♻️ refactor: improve popover trigger styles and component consistency ( #11832 )
...
- Add active state highlighting for group member items based on current route
- Add popover trigger styles for agent profile popup
- Replace antd Select with LobeSelect in SharePopover for UI consistency
2026-01-26 01:43:58 +08:00
Arvin Xu
d424a81aa1
🐛 fix: library cannot nav ( #11828 )
...
* fix lib nav
* update memory action
2026-01-26 01:36:48 +08:00
Rdmclin2
1d34c0e5aa
🐛 fix: skill store mcp detail crash and optimize skill panel ( #11822 )
...
* fix: ActionDropdown native Button false
* chore: adjust list and search outlined style
* fix: DropdownMenu nativeButton false
* chore: align list styles
* fix: SkillStore modal detail not working
* chore: optimize list item dropdown action button
* fix: home page Dropdown height adaptive
* chore: unitify Dropdown Popover avatar size
* fix: ChatInput and Profile Editor Avatar size to 20
* fix: agent profile add skill dropmenu optimization
* feat: ModelSelect support popupWidth
* chore: resolve git conflict
* chore: remove duplicate border
* chore: optimize community list height
* chore: community list loading problem
* fix: community list loading
* chore: update skill store icon
2026-01-26 01:18:14 +08:00
lobehubbot
3682e46590
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-25 16:47:57 +00:00
semantic-release-bot
379f859760
🔖 chore(release): v2.0.0-next.377 [skip ci]
...
## [Version 2.0.0-next.377](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.376...v2.0.0-next.377 )
<sup>Released on **2026-01-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Show fallback title for custom assistant in chat messages, webhook user service compatibility for old nextauth users.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Show fallback title for custom assistant in chat messages, closes [#11820 ](https://github.com/lobehub/lobe-chat/issues/11820 ) ([0c96b5a ](https://github.com/lobehub/lobe-chat/commit/0c96b5a ))
* **misc**: Webhook user service compatibility for old nextauth users, closes [#11826 ](https://github.com/lobehub/lobe-chat/issues/11826 ) ([a6bfaab ](https://github.com/lobehub/lobe-chat/commit/a6bfaab ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-25 16:46:12 +00:00
René Wang
f4cd66ea2d
fix: error message style ( #11829 )
2026-01-26 00:27:19 +08:00
YuTengjing
a6bfaabdab
🐛 fix: webhook user service compatibility for old nextauth users ( #11826 )
2026-01-26 00:11:47 +08:00
Arvin Xu
0c96b5a034
🐛 fix: show fallback title for custom assistant in chat messages ( #11820 )
...
When avatar.title is empty or null, display 'Untitled Agent' as fallback instead of showing nothing.
Closes LOBE-2232
2026-01-26 00:11:19 +08:00
lobehubbot
d088d60b0d
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-25 15:38:48 +00:00
semantic-release-bot
27e8556a6c
🔖 chore(release): v2.0.0-next.376 [skip ci]
...
## [Version 2.0.0-next.376](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.375...v2.0.0-next.376 )
<sup>Released on **2026-01-25**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor search model implement.
#### ✨ Features
- **trpc**: Add response metadata and auth header handling.
#### 🐛 Bug Fixes
- **misc**: Fix add message and improve local system tool.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor search model implement, closes [#11825 ](https://github.com/lobehub/lobe-chat/issues/11825 ) ([3cf0bfa ](https://github.com/lobehub/lobe-chat/commit/3cf0bfa ))
#### What's improved
* **trpc**: Add response metadata and auth header handling, closes [#11816 ](https://github.com/lobehub/lobe-chat/issues/11816 ) ([1276a87 ](https://github.com/lobehub/lobe-chat/commit/1276a87 ))
#### What's fixed
* **misc**: Fix add message and improve local system tool, closes [#11815 ](https://github.com/lobehub/lobe-chat/issues/11815 ) ([3b41009 ](https://github.com/lobehub/lobe-chat/commit/3b41009 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-25 15:36:50 +00:00
Arvin Xu
3cf0bfa67d
♻️ refactor: refactor search model implement ( #11825 )
...
* fix search db
* fix message query
2026-01-25 23:19:01 +08:00
YuTengjing
8544cf97a2
📝 docs(auth): add i18n support for auth plugin error messages ( #11824 )
2026-01-25 23:13:47 +08:00
YuTengjing
01644089c6
👷 ci: add docs revalidation workflow and migration improvements ( #11823 )
2026-01-25 23:00:00 +08:00
Arvin Xu
3b41009a68
🐛 fix: fix add message and improve local system tool ( #11815 )
...
* fix add message
* fix grep content issue
* fix command tool
* improve loading
2026-01-25 22:54:38 +08:00
Innei
1276a87b0f
✨ feat(trpc): add response metadata and auth header handling ( #11816 )
...
* ✨ feat(trpc): add response metadata and auth header handling
Add createResponseMeta utility to centralize tRPC response metadata handling.
Set X-Auth-Required header for UNAUTHORIZED errors to distinguish real auth failures
from other 401 errors. Update all tRPC routes to use the new utility.
* ♻️ refactor(desktop-bridge): extract auth constants to shared package
Move AUTH_REQUIRED_HEADER and TRPC_ERROR_CODE_UNAUTHORIZED to
@lobechat/desktop-bridge for consistent usage across server and desktop.
2026-01-25 20:39:51 +08:00
YuTengjing
5ed1cca355
🔨 chore: add account deletion feature with 72h cooling-off period ( #11818 )
2026-01-25 20:21:52 +08:00
René Wang
b112f6ecf7
fix: patch for CMDK and Resource ( #11812 )
...
* fix: external link
* feat: Search ememory
* feat: Keywords for i18n
* fix: Hide copilot for now
* fix: close LOBE-4235
* fix: masonry item size
* fix: Upload indicator style
* fix: Long content crash the CMDK
* fix: Model list style error
* fix: List item
* fix: route
* fix: route
* fix: office perview
* fix: key sorts
* fix: key sorts
* opti: Back to top
2026-01-25 19:10:52 +08:00
lobehubbot
bca8cf6fe0
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-25 10:36:34 +00:00
semantic-release-bot
556f863120
🔖 chore(release): v2.0.0-next.375 [skip ci]
...
## [Version 2.0.0-next.375](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.374...v2.0.0-next.375 )
<sup>Released on **2026-01-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Broadcast tools calling and improve auto scroll.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Broadcast tools calling and improve auto scroll, closes [#11804 ](https://github.com/lobehub/lobe-chat/issues/11804 ) ([c352915 ](https://github.com/lobehub/lobe-chat/commit/c352915 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-25 10:34:58 +00:00
Arvin Xu
c352915d5d
🐛 fix: broadcast tools calling and improve auto scroll ( #11804 )
...
* fix remove agent inspector
* update tool engine
* fix group broadcast tools issue
* update min height issue
* fix auto scroll
* fix auto scroll
* fix Category
2026-01-25 18:18:20 +08:00
lobehubbot
9dbfa816f3
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-25 10:14:59 +00:00
semantic-release-bot
f15df44927
🔖 chore(release): v2.0.0-next.374 [skip ci]
...
## [Version 2.0.0-next.374](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.373...v2.0.0-next.374 )
<sup>Released on **2026-01-25**</sup>
#### ✨ Features
- **misc**: Update the discover page sort, add haveSkill、mostUsage params.
#### 🐛 Bug Fixes
- **deps**: Lock better-auth to 1.4.6 and better-call to 1.1.8.
- **userMemories**: Should log out more errors for extraction.
#### 💄 Styles
- **misc**: Update share action bar.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Update the discover page sort, add haveSkill、mostUsage params, closes [#11807 ](https://github.com/lobehub/lobe-chat/issues/11807 ) ([01c641e ](https://github.com/lobehub/lobe-chat/commit/01c641e ))
#### What's fixed
* **deps**: Lock better-auth to 1.4.6 and better-call to 1.1.8, closes [#11809 ](https://github.com/lobehub/lobe-chat/issues/11809 ) ([b2409a5 ](https://github.com/lobehub/lobe-chat/commit/b2409a5 ))
* **userMemories**: Should log out more errors for extraction, closes [#11810 ](https://github.com/lobehub/lobe-chat/issues/11810 ) ([e45c529 ](https://github.com/lobehub/lobe-chat/commit/e45c529 ))
#### Styles
* **misc**: Update share action bar, closes [#11811 ](https://github.com/lobehub/lobe-chat/issues/11811 ) ([0a856bc ](https://github.com/lobehub/lobe-chat/commit/0a856bc ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-25 10:13:09 +00:00
YuTengjing
b2409a5a38
🐛 fix(deps): lock better-auth to 1.4.6 and better-call to 1.1.8 ( #11809 )
2026-01-25 17:55:05 +08:00
Shinji-Li
01c641ed09
✨ feat: update the discover page sort, add haveSkill、mostUsage params ( #11807 )
...
* fix: slove group member plugin is lost & not use the plugins
* feat: add the agents list sort params useage/skilled
* fix: slove the test lint error
2026-01-25 17:51:26 +08:00
CanisMinor
0a856bcb4d
💄 style: update share action bar ( #11811 )
...
* style: update share action bar
* style: update home skill banner style
2026-01-25 17:33:00 +08:00
Neko
e45c5290f6
🐛 fix(userMemories): should log out more errors for extraction ( #11810 )
2026-01-25 17:28:12 +08:00
lobehubbot
9bd4ad3425
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-25 09:16:23 +00:00
semantic-release-bot
f36236e40f
🔖 chore(release): v2.0.0-next.373 [skip ci]
...
## [Version 2.0.0-next.373](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.372...v2.0.0-next.373 )
<sup>Released on **2026-01-25**</sup>
#### ♻ Code Refactoring
- **memory-user-memory**: Simplify buildContext(...).
#### ✨ Features
- **database**: Added listMemories method.
#### 🐛 Bug Fixes
- **builtin-tool-memory**: Update identity tool should have type for enum.
- **userMemories**: Added memory activity tools.
- **misc**: Slove group member plugin is lost & not use the plugins.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **memory-user-memory**: Simplify buildContext(...), closes [#11808 ](https://github.com/lobehub/lobe-chat/issues/11808 ) ([d5a9913 ](https://github.com/lobehub/lobe-chat/commit/d5a9913 ))
#### What's improved
* **database**: Added listMemories method, closes [#11806 ](https://github.com/lobehub/lobe-chat/issues/11806 ) ([5929f7b ](https://github.com/lobehub/lobe-chat/commit/5929f7b ))
#### What's fixed
* **builtin-tool-memory**: Update identity tool should have type for enum, closes [#11803 ](https://github.com/lobehub/lobe-chat/issues/11803 ) ([aa63f18 ](https://github.com/lobehub/lobe-chat/commit/aa63f18 ))
* **userMemories**: Added memory activity tools, closes [#11800 ](https://github.com/lobehub/lobe-chat/issues/11800 ) ([8ea08dd ](https://github.com/lobehub/lobe-chat/commit/8ea08dd ))
* **misc**: Slove group member plugin is lost & not use the plugins, closes [#11802 ](https://github.com/lobehub/lobe-chat/issues/11802 ) ([e4ebd40 ](https://github.com/lobehub/lobe-chat/commit/e4ebd40 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-25 09:14:29 +00:00
Neko
d5a9913155
♻️ refactor(memory-user-memory): simplify buildContext(...) ( #11808 )
2026-01-25 16:55:15 +08:00
Neko
5929f7b196
✨ feat(database): added listMemories method ( #11806 )
2026-01-25 16:40:00 +08:00
Neko
8ea08dd1e0
✨ fix(userMemories): added memory activity tools ( #11800 )
2026-01-25 16:16:19 +08:00
Neko
aa63f1891e
🐛 fix(builtin-tool-memory): update identity tool should have type for enum ( #11803 )
2026-01-25 16:13:35 +08:00
Shinji-Li
e4ebd402ee
🐛 fix: slove group member plugin is lost & not use the plugins ( #11802 )
...
fix: slove group member plugin is lost & not use the plugins
2026-01-25 16:02:51 +08:00
lobehubbot
5ab6f44852
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-25 07:47:09 +00:00
semantic-release-bot
7c28d3c3ee
🔖 chore(release): v2.0.0-next.372 [skip ci]
...
## [Version 2.0.0-next.372](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.371...v2.0.0-next.372 )
<sup>Released on **2026-01-25**</sup>
#### ✨ Features
- **userMemories**: Memory activity list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **userMemories**: Memory activity list, closes [#11785 ](https://github.com/lobehub/lobe-chat/issues/11785 ) ([a9f3a53 ](https://github.com/lobehub/lobe-chat/commit/a9f3a53 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-25 07:45:25 +00:00
Neko
a9f3a537f7
✨ feat(userMemories): memory activity list ( #11785 )
2026-01-25 15:26:49 +08:00
lobehubbot
d0562ecd5c
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-25 07:13:25 +00:00
semantic-release-bot
08b5ec7f10
🔖 chore(release): v2.0.0-next.371 [skip ci]
...
## [Version 2.0.0-next.371](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.370...v2.0.0-next.371 )
<sup>Released on **2026-01-25**</sup>
#### 🐛 Bug Fixes
- **builtin-tool-memory**: Missing activities for topK parameter.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **builtin-tool-memory**: Missing activities for topK parameter, closes [#11801 ](https://github.com/lobehub/lobe-chat/issues/11801 ) ([d6dee2a ](https://github.com/lobehub/lobe-chat/commit/d6dee2a ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-25 07:11:45 +00:00
Neko
d6dee2ad6f
🐛 fix(builtin-tool-memory): missing activities for topK parameter ( #11801 )
2026-01-25 14:53:08 +08:00
lobehubbot
629a04b955
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-25 06:19:25 +00:00
semantic-release-bot
18af8534a1
🔖 chore(release): v2.0.0-next.370 [skip ci]
...
## [Version 2.0.0-next.370](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.369...v2.0.0-next.370 )
<sup>Released on **2026-01-25**</sup>
#### ✨ Features
- **userMemories**: Added user memory request, implemented workflow trigger.
- **misc**: Support history context auto compress.
#### 🐛 Bug Fixes
- **desktop-onboarding**: Improve auth countdown and error UI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **userMemories**: Added user memory request, implemented workflow trigger, closes [#11749 ](https://github.com/lobehub/lobe-chat/issues/11749 ) ([9df3b88 ](https://github.com/lobehub/lobe-chat/commit/9df3b88 ))
* **misc**: Support history context auto compress, closes [#11790 ](https://github.com/lobehub/lobe-chat/issues/11790 ) ([09a00df ](https://github.com/lobehub/lobe-chat/commit/09a00df ))
#### What's fixed
* **desktop-onboarding**: Improve auth countdown and error UI, closes [#11788 ](https://github.com/lobehub/lobe-chat/issues/11788 ) ([c0ffd8f ](https://github.com/lobehub/lobe-chat/commit/c0ffd8f ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-25 06:17:31 +00:00
Arvin Xu
09a00df38e
✨ feat: support history context auto compress ( #11790 )
...
* add compress implement
* push
* update
* update
* update
* fix auto scroll
* db schema update
* fix compress
* fix types
* fix lint
* update get compressedMessages
* update content
* update
* fix tests
* fix tests
* fix tests
2026-01-25 13:59:44 +08:00
Innei
c0ffd8fab3
🐛 fix(desktop-onboarding): improve auth countdown and error UI ( #11788 )
...
* 🐛 fix(desktop-onboarding): improve auth countdown and error UI
- Add local countdown state for smooth 1-second updates (was 3s)
- Add gap between error alert and retry button
- Add i18n support for "Authorization timed out" error message
Fixes LOBE-4267, LOBE-4268
* 🌐 chore(i18n): add timeout error translations for all locales
2026-01-25 00:48:48 +08:00
sxjeru
c901093eda
🔨 chore: Prefer to use VERCEL_URL rather than VERCEL_BRANCH_URL ( #11771 )
...
* 🐛 fix(env): update Vercel URL fallback logic in app configuration
* 🐛 fix(config): disable webpack memory optimizations in next configuration
* 🐛 fix(config): enable webpack memory optimizations in next configuration
2026-01-25 00:28:57 +08:00
Neko
568136ff67
✅ test(builtin-tool-memory): added promptfoo test for memory ( #11786 )
2026-01-24 23:31:54 +08:00
Neko
9df3b88c49
✨ feat(userMemories): added user memory request, implemented workflow trigger ( #11749 )
2026-01-24 23:20:55 +08:00
lobehubbot
7bca7d6f79
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-24 14:43:03 +00:00
semantic-release-bot
bf08fe7490
🔖 chore(release): v2.0.0-next.369 [skip ci]
...
## [Version 2.0.0-next.369](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.368...v2.0.0-next.369 )
<sup>Released on **2026-01-24**</sup>
#### ✨ Features
- **misc**: Add the agent/group profiles page the states and forked by tag.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add the agent/group profiles page the states and forked by tag, closes [#11784 ](https://github.com/lobehub/lobe-chat/issues/11784 ) ([1458100 ](https://github.com/lobehub/lobe-chat/commit/1458100 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-24 14:41:25 +00:00
Shinji-Li
1458100e64
✨ feat: add the agent/group profiles page the states and forked by tag ( #11784 )
...
* feat: add the agent/group profiles page the states and forked by tag
* fix: delete console.log
* feat: inject the marketAccessToken in ctx midddleware
2026-01-24 22:22:56 +08:00
lobehubbot
63e1ddd34c
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-24 13:51:26 +00:00
semantic-release-bot
3997dfc92a
🔖 chore(release): v2.0.0-next.368 [skip ci]
...
## [Version 2.0.0-next.368](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.367...v2.0.0-next.368 )
<sup>Released on **2026-01-24**</sup>
#### ✨ Features
- **misc**: Optimize profile editor.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Optimize profile editor, closes [#11783 ](https://github.com/lobehub/lobe-chat/issues/11783 ) ([da95ad5 ](https://github.com/lobehub/lobe-chat/commit/da95ad5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-24 13:49:45 +00:00
Rdmclin2
da95ad57de
✨ feat: optimize profile editor ( #11783 )
...
feat: optimize profile editor
2026-01-24 21:30:41 +08:00
lobehubbot
d6732324ce
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-24 13:28:39 +00:00
semantic-release-bot
613b93de64
🔖 chore(release): v2.0.0-next.367 [skip ci]
...
## [Version 2.0.0-next.367](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.366...v2.0.0-next.367 )
<sup>Released on **2026-01-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Add cron pages enables change should reload the state.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add cron pages enables change should reload the state, closes [#11775 ](https://github.com/lobehub/lobe-chat/issues/11775 ) ([12c193d ](https://github.com/lobehub/lobe-chat/commit/12c193d ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-24 13:26:53 +00:00
Shinji-Li
a7dad9f3af
🔨 chore: add the market identifier in chat group ( #11779 )
...
* chore: add the market identifier in chatgroup
* fix: add IF NOT EXISTS in sql
* fix: add the ts onSucess
2026-01-24 21:07:56 +08:00
YuTengjing
3f8815d80a
📝 docs(auth): add email_not_found FAQ and webhook configuration ( #11782 )
...
- Add email_not_found troubleshooting to NextAuth migration docs
- Emphasize Better Auth requires user email for authentication
- Add CASDOOR_WEBHOOK_SECRET and webhook setup to Casdoor provider docs
- Add LOGTO_WEBHOOK_SIGNING_KEY and webhook setup to Logto provider docs
2026-01-24 20:58:17 +08:00
Shinji-Li
12c193dd8c
🐛 fix: add cron pages enables change should reload the state ( #11775 )
...
feat: add cron pages enables change should reload the state
2026-01-24 20:50:32 +08:00
semantic-release-bot
e5cb6320a0
🔖 chore(release): v2.0.0-next.366 [skip ci]
...
## [Version 2.0.0-next.366](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.365...v2.0.0-next.366 )
<sup>Released on **2026-01-24**</sup>
#### 🐛 Bug Fixes
- **email**: Use || instead of ?? to handle empty string from Dockerfile.
- **misc**: Prevent recently viewed items from shrinking.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **email**: Use || instead of ?? to handle empty string from Dockerfile, closes [#11778 ](https://github.com/lobehub/lobe-chat/issues/11778 ) [#11757 ](https://github.com/lobehub/lobe-chat/issues/11757 ) [#11757 ](https://github.com/lobehub/lobe-chat/issues/11757 ) [#11707 ](https://github.com/lobehub/lobe-chat/issues/11707 ) [#11757 ](https://github.com/lobehub/lobe-chat/issues/11757 ) [#11707 ](https://github.com/lobehub/lobe-chat/issues/11707 ) ([0e65517 ](https://github.com/lobehub/lobe-chat/commit/0e65517 ))
* **misc**: Prevent recently viewed items from shrinking, closes [#11780 ](https://github.com/lobehub/lobe-chat/issues/11780 ) ([60ad7de ](https://github.com/lobehub/lobe-chat/commit/60ad7de ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-24 12:49:37 +00:00
YuTengjing
0e65517961
🐛 fix(email): use || instead of ?? to handle empty string from Dockerfile ( #11778 )
...
* 🐛 fix(email): use || instead of ?? to handle empty string from Dockerfile
Dockerfile sets empty string defaults for email env vars (SMTP_FROM,
SMTP_HOST, etc). The ?? operator doesn't treat empty strings as nullish,
causing email sending to fail with "Mail Account:" being empty.
Fixes #11757
* ✨ feat(workflow): add Claude migration support workflow
Add automated support for migration feedback issues (#11757 , #11707 ):
- Auto-respond to new comments on migration issues
- Check for sensitive information leaks and warn users
- Read latest docs before responding
- Validate required information from issue description
- Match issues against documented FAQ solutions
* 🐛 fix(auth): add APP_URL trailing slash check
Detect and warn when APP_URL ends with a trailing slash, which causes
double slashes in redirect URLs (e.g., https://example.com// ).
* ✨ feat(workflow): add Claude migration support workflow
Add automated support for migration feedback issues (#11757 , #11707 ):
- Auto-respond to new comments on migration issues
- Check for sensitive information leaks and warn users
- Read latest docs before responding
- Validate required information from issue description
- Match issues against documented FAQ solutions
- Minimize resolved/success feedback comments
* 📝 docs: add browser cache clearing guide and improve migration workflow
- Add troubleshooting section for clearing browser site data after migration
- Exclude maintainers (tjx666, arvinxx) from auto-reply workflow
- Add references to auth.mdx and checkDeprecatedAuth.js in workflow
* 📝 docs: add migration internals technical documentation
- Explain users table vs accounts table relationship
- Document simple vs full migration principles
- Add troubleshooting guide with SQL examples
- Link from migration guides to new doc
2026-01-24 20:30:54 +08:00
Innei
98ee80da10
🔇 chore: remove debug console.log statements ( #11781 )
...
🔇 chore: remove debug console.log statements [skip ci]
- Remove debug console.log calls from various components
- Clean up unused variables with void statements
- Remove unused rowIndex parameter from TableCell
2026-01-24 19:48:32 +08:00
Innei
60ad7deb58
🐛 fix: prevent recently viewed items from shrinking ( #11780 )
...
Add flex-shrink: 0 to prevent items from being compressed when container space is limited.
Closes LOBE-4212
2026-01-24 19:31:55 +08:00
lobehubbot
c4c24b6b83
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-24 10:25:59 +00:00
semantic-release-bot
e3eaac62fb
🔖 chore(release): v2.0.0-next.365 [skip ci]
...
## [Version 2.0.0-next.365](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.364...v2.0.0-next.365 )
<sup>Released on **2026-01-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Docker deploy REDIS_URL check, fix sub task issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Docker deploy REDIS_URL check, closes [#11773 ](https://github.com/lobehub/lobe-chat/issues/11773 ) ([a9702bf ](https://github.com/lobehub/lobe-chat/commit/a9702bf ))
* **misc**: Fix sub task issue, closes [#11777 ](https://github.com/lobehub/lobe-chat/issues/11777 ) ([8ae3456 ](https://github.com/lobehub/lobe-chat/commit/8ae3456 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-24 10:24:10 +00:00
YuTengjing
a9702bf3a0
🐛 fix: docker deploy REDIS_URL check ( #11773 )
2026-01-24 18:04:45 +08:00
René Wang
113b491dc7
feat: Highlight notification card ( #11705 )
...
* feat: highlight card
* feat: highlight card
* feat: highlight card
* fix: add missing translation
* fix: add missing translation
* fix: action link
2026-01-24 18:01:01 +08:00
Arvin Xu
8ae345647e
🐛 fix: fix sub task issue ( #11777 )
...
* fix sub task issue
* fix tests
2026-01-24 18:00:30 +08:00
lobehubbot
e8526a9574
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-24 09:09:27 +00:00
semantic-release-bot
fe60cef2d1
🔖 chore(release): v2.0.0-next.364 [skip ci]
...
## [Version 2.0.0-next.364](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.363...v2.0.0-next.364 )
<sup>Released on **2026-01-24**</sup>
#### 🐛 Bug Fixes
- **AgentTool**: Prevent popover overflow from window.
- **misc**: Fixed when windows withd low the protal will resize.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **AgentTool**: Prevent popover overflow from window, closes [#11770 ](https://github.com/lobehub/lobe-chat/issues/11770 ) ([385522a](https://github.com/lobehub/lobe-chat/commit/385522a ))
* **misc**: Fixed when windows withd low the protal will resize, closes [#11738 ](https://github.com/lobehub/lobe-chat/issues/11738 ) ([96f7862 ](https://github.com/lobehub/lobe-chat/commit/96f7862 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-24 09:07:43 +00:00
Innei
385522af9d
🐛 fix(AgentTool): prevent popover overflow from window ( #11770 )
...
- Add positionerProps with collision avoidance to fix popover positioning
- Upgrade @lobehub/ui to 4.28.2 for improved popover behavior
2026-01-24 16:46:22 +08:00
Shinji-Li
96f7862e3c
🐛 fix: fixed when windows withd low the protal will resize ( #11738 )
...
fix: fixed when windows withd low the protal will resize
2026-01-24 16:40:09 +08:00
lobehubbot
3a66a69f55
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-24 08:37:17 +00:00
semantic-release-bot
a89aa485bd
🔖 chore(release): v2.0.0-next.363 [skip ci]
...
## [Version 2.0.0-next.363](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.362...v2.0.0-next.363 )
<sup>Released on **2026-01-24**</sup>
#### ♻ Code Refactoring
- **ModelSelect**: Migrate from antd Select to LobeSelect.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **ModelSelect**: Migrate from antd Select to LobeSelect, closes [#11772 ](https://github.com/lobehub/lobe-chat/issues/11772 ) ([73412d1 ](https://github.com/lobehub/lobe-chat/commit/73412d1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-24 08:35:39 +00:00
René Wang
d99d3694ee
fix: Cannot view PDF ( #11706 )
...
fix: PDF not working
2026-01-24 16:17:01 +08:00
Innei
73412d1a6c
♻️ refactor(ModelSelect): migrate from antd Select to LobeSelect ( #11772 )
...
* ♻️ refactor(ModelSelect): migrate from antd Select to LobeSelect
Resolves popover z-index issues by using LobeSelect component from @lobehub/ui which has proper z-index handling.
Changes:
- Replace Select with LobeSelect from @lobehub/ui
- Simplify styles by using popupClassName instead of classNames
- Set fixed popup width to 360px
- Remove unused TAG_CLASSNAME import and select styles
fix LOBE-4210
* ✨ feat(ModelSelect): add initialWidth prop for dynamic width adjustment
- Introduced an `initialWidth` prop to the ModelSelect component to allow for dynamic width settings.
- Updated ProfileEditor and MemberProfile to utilize the new `initialWidth` feature for improved layout consistency.
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 chore(package): update @lobehub/ui to version 4.29.0
- Bumped the version of @lobehub/ui in package.json to 4.29.0 for improved features and fixes.
- Enhanced ModelSelect component to include optional displayName and abilities properties for better data handling and rendering.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-24 16:15:37 +08:00
lobehubbot
e4345043d2
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-24 07:44:37 +00:00
semantic-release-bot
46571057b2
🔖 chore(release): v2.0.0-next.362 [skip ci]
...
## [Version 2.0.0-next.362](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.361...v2.0.0-next.362 )
<sup>Released on **2026-01-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix page selection not display correctly.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix page selection not display correctly, closes [#11765 ](https://github.com/lobehub/lobe-chat/issues/11765 ) ([7ae5f68 ](https://github.com/lobehub/lobe-chat/commit/7ae5f68 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-24 07:42:57 +00:00
Arvin Xu
a43415bd60
👷 build: fix docker build ( #11768 )
...
* fix build
* fix build
2026-01-24 15:24:05 +08:00
Arvin Xu
7ae5f687f7
🐛 fix: fix page selection not display correctly ( #11765 )
...
* fix page selection
* fix page selection
* fix page selection
* fix page selection
* fix page context engine
* fix page context engine
2026-01-24 15:23:15 +08:00
lobehubbot
0755965836
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-24 03:38:06 +00:00
semantic-release-bot
29b7ac6c04
🔖 chore(release): v2.0.0-next.361 [skip ci]
...
## [Version 2.0.0-next.361](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.360...v2.0.0-next.361 )
<sup>Released on **2026-01-24**</sup>
#### ✨ Features
- **userMemories**: Added memory layer activity.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **userMemories**: Added memory layer activity, closes [#11747 ](https://github.com/lobehub/lobe-chat/issues/11747 ) ([2021b1c ](https://github.com/lobehub/lobe-chat/commit/2021b1c ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-24 03:36:25 +00:00
Neko
2021b1c83b
✨ feat(userMemories): added memory layer activity ( #11747 )
2026-01-24 11:18:01 +08:00
lobehubbot
377d4cd754
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-24 02:59:29 +00:00
semantic-release-bot
f25f728892
🔖 chore(release): v2.0.0-next.360 [skip ci]
...
## [Version 2.0.0-next.360](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.359...v2.0.0-next.360 )
<sup>Released on **2026-01-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Login success callback url error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Login success callback url error, closes [#11763 ](https://github.com/lobehub/lobe-chat/issues/11763 ) ([f73435d ](https://github.com/lobehub/lobe-chat/commit/f73435d ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-24 02:57:47 +00:00
Zhijie He
f73435dc0a
🐛 fix: login success callback url error ( #11763 )
2026-01-24 10:37:48 +08:00
lobehubbot
1f22b25409
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-24 02:26:20 +00:00
semantic-release-bot
3f26111b95
🔖 chore(release): v2.0.0-next.359 [skip ci]
...
## [Version 2.0.0-next.359](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.358...v2.0.0-next.359 )
<sup>Released on **2026-01-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Surface streaming errors during mid-stream pulls.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Surface streaming errors during mid-stream pulls, closes [#11762 ](https://github.com/lobehub/lobe-chat/issues/11762 ) ([74a88d3 ](https://github.com/lobehub/lobe-chat/commit/74a88d3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-24 02:24:34 +00:00
Arvin Xu
90ecaf6bc0
🐛 fix(input): revert #11755 to fix chat input unfocus ( #11764 )
...
Revert "🐛 fix(editor): prevent crash when toggling enableInputMarkdown setting (#11755 )"
This reverts commit ea5eed8bcd .
2026-01-24 10:05:52 +08:00
Arvin Xu
74a88d3a61
🐛 fix: surface streaming errors during mid-stream pulls ( #11762 )
...
🐛 fix: surface streaming errors during pulls
2026-01-24 09:55:43 +08:00
Arvin Xu
42339cd6d0
✅ test: fix e2e issue ( #11761 )
...
fix selector
2026-01-24 02:44:45 +08:00
lobehubbot
d82e286cf2
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-23 18:42:09 +00:00
semantic-release-bot
2bb61c48ba
🔖 chore(release): v2.0.0-next.358 [skip ci]
...
## [Version 2.0.0-next.358](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.357...v2.0.0-next.358 )
<sup>Released on **2026-01-23**</sup>
#### 🐛 Bug Fixes
- **store**: Delete message before regeneration.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **store**: Delete message before regeneration, closes [#11760 ](https://github.com/lobehub/lobe-chat/issues/11760 ) ([a8a6300 ](https://github.com/lobehub/lobe-chat/commit/a8a6300 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-23 18:40:31 +00:00
Arvin Xu
a8a6300ad2
🐛 fix(store): delete message before regeneration ( #11760 )
...
🐛 fix(store): delete message before regeneration to fix LOBE-2533
When "delete and regenerate" was called, regeneration happened first
which switched to a new branch. This caused the original message to
no longer appear in displayMessages, so deleteMessage couldn't find
the message and failed silently.
Changes:
- Reorder operations: delete first, then regenerate
- Get parent user message ID before deletion (needed for regeneration)
- Add early return if message has no parentId
- Add test case to verify correct operation order
Closes: LOBE-2533
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-24 02:22:05 +08:00
semantic-release-bot
61cb4eee55
🔖 chore(release): v2.0.0-next.357 [skip ci]
...
## [Version 2.0.0-next.357](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.356...v2.0.0-next.357 )
<sup>Released on **2026-01-23**</sup>
#### 🐛 Bug Fixes
- **model-runtime**: Handle null content in anthropic message builder.
- **misc**: Page content switch mismatch.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **model-runtime**: Handle null content in anthropic message builder, closes [#11756 ](https://github.com/lobehub/lobe-chat/issues/11756 ) ([539753a ](https://github.com/lobehub/lobe-chat/commit/539753a ))
* **misc**: Page content switch mismatch, closes [#11758 ](https://github.com/lobehub/lobe-chat/issues/11758 ) ([fdc8f95 ](https://github.com/lobehub/lobe-chat/commit/fdc8f95 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-23 18:20:48 +00:00
Arvin Xu
539753aa75
🐛 fix(model-runtime): handle null content in anthropic message builder ( #11756 )
...
* 🐛 fix(model-runtime): handle null content in anthropic message builder
Fix TypeError when building Anthropic messages with null content:
- Handle assistant messages with tool_calls but null content
- Handle tool messages with null or empty string content
- Use '<empty_content>' placeholder for null/empty content
Add 3 test cases covering the null content scenarios.
Closes: LOBE-4201, LOBE-2715
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* 🐛 fix(model-runtime): handle array content in tool messages
Tool messages may have array content, not just string. Use
buildArrayContent to properly process array content in tool results.
Add test case for tool message with array content.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* 🐛 fix(model-runtime): filter out null/empty content in assistant messages
When assistant message has tool_calls but null/empty content, filter
out the empty text block instead of using placeholder. Only tool_use
blocks remain in the content array.
Add test case for empty string content scenario.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* ✅ test(model-runtime): add test case for tool message with image content
Add test case to verify tool message with array content containing
both text and image is correctly processed.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* ✅ test(model-runtime): add tests for orphan tool message with null/empty content
Add test cases for tool messages without corresponding assistant
tool_call when content is null or empty string.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-24 01:57:33 +08:00
Arvin Xu
fdc8f957bc
🐛 fix: page content switch mismatch ( #11758 )
...
* try to fix page
* try to fix page switch
2026-01-24 01:45:40 +08:00
lobehubbot
547be72566
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-23 16:33:01 +00:00
semantic-release-bot
f778d27f81
🔖 chore(release): v2.0.0-next.356 [skip ci]
...
## [Version 2.0.0-next.356](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.355...v2.0.0-next.356 )
<sup>Released on **2026-01-23**</sup>
#### ✨ Features
- **misc**: Remove NextAuth.
#### 🐛 Bug Fixes
- **editor**: Prevent crash when toggling enableInputMarkdown setting.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Remove NextAuth, closes [#11732 ](https://github.com/lobehub/lobe-chat/issues/11732 ) ([1eff864 ](https://github.com/lobehub/lobe-chat/commit/1eff864 ))
#### What's fixed
* **editor**: Prevent crash when toggling enableInputMarkdown setting, closes [#11755 ](https://github.com/lobehub/lobe-chat/issues/11755 ) ([ea5eed8 ](https://github.com/lobehub/lobe-chat/commit/ea5eed8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-23 16:31:15 +00:00
Innei
ea5eed8bcd
🐛 fix(editor): prevent crash when toggling enableInputMarkdown setting ( #11755 )
...
Fix "Node TableNode has not been registered" error that occurred when
switching enableInputMarkdown from disabled to enabled.
Root cause: Lexical editor nodes must be registered at creation time.
When enableRichRender toggled, plugins tried to register nodes on an
existing editor instance, causing a crash.
Solution: Use key-based re-mounting with content preservation via ref.
- Outer component holds contentRef to persist content across re-mounts
- Inner component re-mounts when enableRichRender changes (via key)
- Content restored from ref on editor initialization
2026-01-24 00:11:53 +08:00
YuTengjing
1eff8646f7
✨ feat: remove NextAuth ( #11732 )
2026-01-23 23:57:08 +08:00
lobehubbot
0fcf8b0def
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-23 15:34:08 +00:00
semantic-release-bot
a906cd5688
🔖 chore(release): v2.0.0-next.355 [skip ci]
...
## [Version 2.0.0-next.355](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.354...v2.0.0-next.355 )
<sup>Released on **2026-01-23**</sup>
#### 🐛 Bug Fixes
- **home**: Use correct CreateGroupModal for session group creation.
- **misc**: Fix favorite refresh bug and group topic refresh issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **home**: Use correct CreateGroupModal for session group creation, closes [#11752 ](https://github.com/lobehub/lobe-chat/issues/11752 ) ([36bcc50 ](https://github.com/lobehub/lobe-chat/commit/36bcc50 ))
* **misc**: Fix favorite refresh bug and group topic refresh issue, closes [#11745 ](https://github.com/lobehub/lobe-chat/issues/11745 ) ([5d115ef ](https://github.com/lobehub/lobe-chat/commit/5d115ef ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-23 15:32:19 +00:00
Arvin Xu
5d115ef3cb
🐛 fix: fix favorite refresh bug and group topic refresh issue ( #11745 )
...
* fix memory i18n
* fix history limit issue and favorite topic
* fix tests
* fix tests
* fix tests
* 🧪 test(chat): fix getChatCompletion second parameter assertion
Update test assertions to use expect.anything() instead of undefined
for the second parameter of getChatCompletion, as it now receives
{ agentId, topicId } context object.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* fix group topic
* fix lobeai link
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-23 23:13:03 +08:00
Arvin Xu
36bcc50c1a
🐛 fix(home): use correct CreateGroupModal for session group creation ( #11752 )
...
* 🐛 fix(home): use correct CreateGroupModal for session group creation
The "Add New Group" menu item was incorrectly opening the complex
agent selection modal instead of the simple session group creation
modal. This fix imports the correct CreateGroupModal component that
only requires a group name input for creating agent folders.
Also fixes unrelated type error in ModelSelect component.
Closes: LOBE-4192
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* fix
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-23 23:12:12 +08:00
lobehubbot
3e70f47949
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-23 14:59:44 +00:00
semantic-release-bot
f520eabf10
🔖 chore(release): v2.0.0-next.354 [skip ci]
...
## [Version 2.0.0-next.354](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.353...v2.0.0-next.354 )
<sup>Released on **2026-01-23**</sup>
#### ♻ Code Refactoring
- **misc**: Migrate AI Rules to Claude Code Skills.
#### 🐛 Bug Fixes
- **pdf**: Ensure worker config before Document render.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Migrate AI Rules to Claude Code Skills, closes [#11737 ](https://github.com/lobehub/lobe-chat/issues/11737 ) ([346fc46 ](https://github.com/lobehub/lobe-chat/commit/346fc46 ))
#### What's fixed
* **pdf**: Ensure worker config before Document render, closes [#11746 ](https://github.com/lobehub/lobe-chat/issues/11746 ) ([ad34072 ](https://github.com/lobehub/lobe-chat/commit/ad34072 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-23 14:57:58 +00:00
Innei
346fc4617e
♻️ refactor: migrate AI Rules to Claude Code Skills ( #11737 )
...
♻️ refactor: migrate AI Rules to Claude Code Skills system
Migrate all AI Rules from .cursor/rules/ to .agents/skills/ directory:
- Move 23 skills to .agents/skills/ (main directory)
- Update symlinks: .claude/skills, .cursor/skills, .codex/skills
- Create project-overview skill from project documentation
- Add references/ subdirectories for complex skills
- Remove LobeChat references from skill descriptions
- Delete obsolete .cursor/rules/ and .claude/commands/prompts/ directories
Skills structure enables better portability and maintainability across AI tools.
2026-01-23 22:30:18 +08:00
Innei
ad34072d9c
🐛 fix(pdf): ensure worker config before Document render ( #11746 )
...
* 🐛 fix(pdf): ensure worker config before Document render
Fixes "No GlobalWorkerOptions.workerSrc specified" error in TurboPack by:
- Creating unified pdfjs module that ensures worker config at render time
- Wrapping Document component to call ensureWorker() before render
- Removing side-effect imports that may be optimized away by bundler
Closes LOBE-4108
* 📝 docs: clarify Linear issue management trigger conditions
2026-01-23 22:19:03 +08:00
lobehubbot
1754455890
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-23 14:12:08 +00:00
semantic-release-bot
517b3519a6
🔖 chore(release): v2.0.0-next.353 [skip ci]
...
## [Version 2.0.0-next.353](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.352...v2.0.0-next.353 )
<sup>Released on **2026-01-23**</sup>
#### ✨ Features
- **database**: Extended async task with metadata and parent id, added index.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **database**: Extended async task with metadata and parent id, added index, closes [#11712 ](https://github.com/lobehub/lobe-chat/issues/11712 ) ([31d2f26 ](https://github.com/lobehub/lobe-chat/commit/31d2f26 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-23 14:10:23 +00:00
Neko
31d2f26b6e
✨ feat(database): extended async task with metadata and parent id, added index ( #11712 )
2026-01-23 21:49:56 +08:00
lobehubbot
464e5605c7
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-23 13:47:40 +00:00
semantic-release-bot
3bcf2a8db8
🔖 chore(release): v2.0.0-next.352 [skip ci]
...
## [Version 2.0.0-next.352](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.351...v2.0.0-next.352 )
<sup>Released on **2026-01-23**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-23 13:45:55 +00:00
Neko
26e21dce3c
⚡ ️ perf(memory-user-memory): improved LoCoMo benchmark context structure ( #11748 )
2026-01-23 21:27:06 +08:00
lobehubbot
923cdca553
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-23 12:32:19 +00:00
semantic-release-bot
616e56b70f
🔖 chore(release): v2.0.0-next.351 [skip ci]
...
## [Version 2.0.0-next.351](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.350...v2.0.0-next.351 )
<sup>Released on **2026-01-23**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix auto scroll.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix auto scroll, closes [#11734 ](https://github.com/lobehub/lobe-chat/issues/11734 ) ([892fa9f ](https://github.com/lobehub/lobe-chat/commit/892fa9f ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-23 12:30:32 +00:00
Innei
de53b8161a
⬆️ chore: upgrade @lobehub/ui to 4.28.0 ( #11743 )
...
* ⬆️ chore: upgrade @lobehub/ui to 4.27.5
- Upgrade @lobehub/ui from 4.27.4 to 4.27.5
- Remove unused tooltip styles in ModelSelect component
* ⬆️ chore: upgrade @lobehub/ui to 4.28.0
2026-01-23 20:11:44 +08:00
Arvin Xu
892fa9fac3
🐛 fix: fix auto scroll ( #11734 )
...
* fix auto scroll
* fix auto scroll
* Update DebugInspector.tsx
2026-01-23 20:00:20 +08:00
lobehubbot
b15d821ddb
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-23 11:20:33 +00:00
semantic-release-bot
6b4c9ba273
🔖 chore(release): v2.0.0-next.350 [skip ci]
...
## [Version 2.0.0-next.350](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.349...v2.0.0-next.350 )
<sup>Released on **2026-01-23**</sup>
#### 🐛 Bug Fixes
- **ModelSelect**: Resolve tooltip hover causing popup to close.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **ModelSelect**: Resolve tooltip hover causing popup to close, closes [#11742 ](https://github.com/lobehub/lobe-chat/issues/11742 ) ([1b73f14 ](https://github.com/lobehub/lobe-chat/commit/1b73f14 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-23 11:18:52 +00:00
Innei
1b73f144ab
🐛 fix(ModelSelect): resolve tooltip hover causing popup to close ( #11742 )
...
⬆️ chore: upgrade @lobehub/ui to 4.27.5
- Upgrade @lobehub/ui from 4.27.4 to 4.27.5
- Remove unused tooltip styles in ModelSelect component
2026-01-23 18:58:47 +08:00
lobehubbot
c136c372c2
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-23 10:41:32 +00:00
semantic-release-bot
9e949fed53
🔖 chore(release): v2.0.0-next.349 [skip ci]
...
## [Version 2.0.0-next.349](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.348...v2.0.0-next.349 )
<sup>Released on **2026-01-23**</sup>
#### 🐛 Bug Fixes
- **misc**: When use market group, the group sys role was not used.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: When use market group, the group sys role was not used, closes [#11739 ](https://github.com/lobehub/lobe-chat/issues/11739 ) ([afc76f9 ](https://github.com/lobehub/lobe-chat/commit/afc76f9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-23 10:39:49 +00:00
Shinji-Li
afc76f9c7a
🐛 fix: when use market group, the group sys role was not used ( #11739 )
...
fix: when use market group, the group sys role was not used
2026-01-23 18:15:00 +08:00
lobehubbot
835da7b7f3
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-23 09:56:58 +00:00
semantic-release-bot
f2d6879602
🔖 chore(release): v2.0.0-next.348 [skip ci]
...
## [Version 2.0.0-next.348](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.347...v2.0.0-next.348 )
<sup>Released on **2026-01-23**</sup>
#### 🐛 Bug Fixes
- **copilot**: History popover not refreshing when agentId changes.
- **misc**: Fixed the agent group builder tools excaution edge case crash, fixed the group topic copy not right.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **copilot**: History popover not refreshing when agentId changes, closes [#11731 ](https://github.com/lobehub/lobe-chat/issues/11731 ) ([64f39e7 ](https://github.com/lobehub/lobe-chat/commit/64f39e7 ))
* **misc**: Fixed the agent group builder tools excaution edge case crash, closes [#11735 ](https://github.com/lobehub/lobe-chat/issues/11735 ) ([5de4742 ](https://github.com/lobehub/lobe-chat/commit/5de4742 ))
* **misc**: Fixed the group topic copy not right, closes [#11730 ](https://github.com/lobehub/lobe-chat/issues/11730 ) ([282c1fb ](https://github.com/lobehub/lobe-chat/commit/282c1fb ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-23 09:55:09 +00:00
Innei
64f39e7414
🐛 fix(copilot): history popover not refreshing when agentId changes ( #11731 )
...
* 🐛 fix(copilot): sync chatStore activeAgentId when switching agent
When user switches agent in Copilot toolbar, also update useChatStore's
activeAgentId to keep both stores in sync. This ensures topic selectors
and other chatStore-dependent features work correctly.
* 💄 style(copilot): show loading state for history button when switching agent
- Show loading/disabled state while topics are being fetched
- Only hide the button when confirmed there are no topics
- Improves UX by avoiding sudden button disappearance during agent switch
2026-01-23 17:36:03 +08:00
Shinji-Li
5de4742b79
🐛 fix: fixed the agent group builder tools excaution edge case crash ( #11735 )
...
fix: fixed the agent group builder tools excaution edge case crash
2026-01-23 17:28:17 +08:00
Shinji-Li
282c1fb128
🐛 fix: fixed the group topic copy not right ( #11730 )
...
fix: update the group topic copy way
2026-01-23 17:12:23 +08:00
lobehubbot
e3046c7166
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-23 09:02:05 +00:00
semantic-release-bot
3349e0b0c6
🔖 chore(release): v2.0.0-next.347 [skip ci]
...
## [Version 2.0.0-next.347](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.346...v2.0.0-next.347 )
<sup>Released on **2026-01-23**</sup>
#### 🐛 Bug Fixes
- **misc**: Add advace config back in agent/group profiles.
#### 💄 Styles
- **misc**: Move plugin store button outside scroll container.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add advace config back in agent/group profiles, closes [#11727 ](https://github.com/lobehub/lobe-chat/issues/11727 ) ([403175f ](https://github.com/lobehub/lobe-chat/commit/403175f ))
#### Styles
* **misc**: Move plugin store button outside scroll container, closes [#11728 ](https://github.com/lobehub/lobe-chat/issues/11728 ) ([c484d1a ](https://github.com/lobehub/lobe-chat/commit/c484d1a ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-23 09:00:16 +00:00
Shinji-Li
403175f7fb
🐛 fix: add advace config back in agent/group profiles ( #11727 )
...
* fix: add the agents advace config modal back
* feat: add the group/profiles the advance settings
2026-01-23 16:39:46 +08:00
Innei
c484d1aa1b
💄 style: move plugin store button outside scroll container ( #11728 )
...
Move the plugin store entry button to a fixed position at the bottom of
the dropdown, outside the scrollable area for better UX.
2026-01-23 16:24:35 +08:00
lobehubbot
06c3284205
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-23 07:42:07 +00:00
semantic-release-bot
dc2b799de0
🔖 chore(release): v2.0.0-next.346 [skip ci]
...
## [Version 2.0.0-next.346](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.345...v2.0.0-next.346 )
<sup>Released on **2026-01-23**</sup>
#### 🐛 Bug Fixes
- **pdf**: Upgrade pdfjs-dist and react-pdf to v5.x.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **pdf**: Upgrade pdfjs-dist and react-pdf to v5.x, closes [#11686 ](https://github.com/lobehub/lobe-chat/issues/11686 ) ([2b620df ](https://github.com/lobehub/lobe-chat/commit/2b620df ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-23 07:40:16 +00:00
Innei
2b620dfc99
🐛 fix(pdf): upgrade pdfjs-dist and react-pdf to v5.x ( #11686 )
...
* 🐛 fix(pdf): upgrade pdfjs-dist and react-pdf to v5.x
Resolves: LOBE-2658
- Upgrade pdfjs-dist from 4.x to 5.4.530
- Upgrade react-pdf from 9.x to 10.3.0
- Fix PDF worker loading using import.meta.url pattern
- Add @napi-rs/canvas dependency for react-pdf renderer
- Fix typo: ResouceManagerMode → ResourceManagerMode
- Clean up meaningless comments in ListItem component
- Simplify next config by removing unused isDesktop logic
* chore: update claude
Signed-off-by: Innei <tukon479@gmail.com >
* 🐛 fix(pdf): update PDF version in snapshots to 5.4.530
- Updated pdfVersion in PDF loader snapshots to reflect the new version 5.4.530.
Signed-off-by: Innei <tukon479@gmail.com >
* ✨ feat(file-loaders): implement lazy loading for file loaders
- Refactored file loader imports to use dynamic loading, improving performance by preventing heavy dependencies from being loaded until needed.
- Introduced `getFileLoader` function to manage loader retrieval based on file type.
- Updated logging and fallback mechanisms for unsupported file types.
This change enhances the efficiency of file loading operations.
Signed-off-by: Innei <tukon479@gmail.com >
* ✨ feat(config): enhance next configuration for improved package handling
- Updated `nextConfig` to include `@napi-rs/canvas` and `pdfjs-dist` in `serverExternalPackages` to address bundling issues with Turbopack.
- Removed unused `isDesktop` logic and simplified the configuration structure.
- Adjusted `transpilePackages` to exclude `pdfjs-dist`, reflecting recent upgrades.
This change optimizes the configuration for better compatibility and performance.
Signed-off-by: Innei <tukon479@gmail.com >
* 🐛 fix: use CDN pdfjs worker
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-23 15:20:34 +08:00
lobehubbot
0047ffe770
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-23 07:12:14 +00:00
semantic-release-bot
e8ee7cd8de
🔖 chore(release): v2.0.0-next.345 [skip ci]
...
## [Version 2.0.0-next.345](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.344...v2.0.0-next.345 )
<sup>Released on **2026-01-23**</sup>
#### ✨ Features
- **misc**: Remove Clerk authentication code.
#### 🐛 Bug Fixes
- **misc**: Slove the agents header switch agents the lobeAI not show problem.
#### 💄 Styles
- **misc**: Improve auto scroll and group profile.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Remove Clerk authentication code, closes [#11711 ](https://github.com/lobehub/lobe-chat/issues/11711 ) ([395595a ](https://github.com/lobehub/lobe-chat/commit/395595a ))
#### What's fixed
* **misc**: Slove the agents header switch agents the lobeAI not show problem, closes [#11726 ](https://github.com/lobehub/lobe-chat/issues/11726 ) ([f45f508 ](https://github.com/lobehub/lobe-chat/commit/f45f508 ))
#### Styles
* **misc**: Improve auto scroll and group profile, closes [#11725 ](https://github.com/lobehub/lobe-chat/issues/11725 ) ([550acc2 ](https://github.com/lobehub/lobe-chat/commit/550acc2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-23 07:10:18 +00:00
Arvin Xu
550acc293e
💄 style: improve auto scroll and group profile ( #11725 )
...
* refactor the group context injector
* improve agent tool
* refactor AutoScroll to fix auto scroll in tool use
* fix broadcast mode
* update
* improve
* fix lobe-ai builtin tools issue
2026-01-23 14:50:00 +08:00
YuTengjing
395595a2c8
✨ feat: remove Clerk authentication code ( #11711 )
2026-01-23 14:41:22 +08:00
Innei
e999851592
⚡ perf: optimize first-screen rendering ( #11718 )
...
* ♻️ refactor: migrate SkillStore and IntegrationDetailModal to imperative API
- Refactor SkillStore to use createModal imperative API instead of declarative Modal
- Refactor IntegrationDetailModal to use createModal with IntegrationDetailContent
- Remove open/setOpen state management from all calling components
- Add modal-imperative.mdc rule for modal best practices
- Reduce code complexity and improve maintainability
* 🐛 fix: keep modal open during OAuth flow until connection completes
Close modal only after isConnected becomes true, not immediately after
handleConnect returns. This ensures useSkillConnect listeners stay alive
to detect OAuth completion via postMessage/polling.
* 🔧 chore: update dependencies and refactor markdown handling
- Updated "@lobehub/ui" to version "^4.27.4" in package.json.
- Replaced "markdown-to-txt" with a local utility "markdownToTxt" for converting markdown to plain text across multiple components.
- Refactored imports in various files to utilize the new markdownToTxt utility, improving code consistency and maintainability.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-23 14:41:07 +08:00
Shinji-Li
f45f508fbd
🐛 fix: slove the agents header switch agents the lobeAI not show problem ( #11726 )
...
fix: slove the agents header switch agents the lobeAI not show problem
2026-01-23 14:20:05 +08:00
lobehubbot
279550fef9
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-23 06:16:36 +00:00
semantic-release-bot
7769d16742
🔖 chore(release): v2.0.0-next.344 [skip ci]
...
## [Version 2.0.0-next.344](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.343...v2.0.0-next.344 )
<sup>Released on **2026-01-23**</sup>
#### 🐛 Bug Fixes
- **misc**: Fixed the sandbox tools call when error should use right callback.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fixed the sandbox tools call when error should use right callback, closes [#11721 ](https://github.com/lobehub/lobe-chat/issues/11721 ) ([e8fce68 ](https://github.com/lobehub/lobe-chat/commit/e8fce68 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-23 06:14:55 +00:00
Shinji-Li
e8fce6860f
🐛 fix: fixed the sandbox tools call when error should use right callback ( #11721 )
...
fix: fixed the sandbox tools call when error should use right callback
2026-01-23 13:58:19 +08:00
lobehubbot
fe093bd72e
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-23 02:13:58 +00:00
semantic-release-bot
0864b837f9
🔖 chore(release): v2.0.0-next.343 [skip ci]
...
## [Version 2.0.0-next.343](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.342...v2.0.0-next.343 )
<sup>Released on **2026-01-23**</sup>
#### ♻ Code Refactoring
- **misc**: Improve memory data with experience and identity.
#### 🐛 Bug Fixes
- **misc**: Fix scope issue.
#### 💄 Styles
- **misc**: Update share style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Improve memory data with experience and identity, closes [#11717 ](https://github.com/lobehub/lobe-chat/issues/11717 ) ([bdb3eb4 ](https://github.com/lobehub/lobe-chat/commit/bdb3eb4 ))
#### What's fixed
* **misc**: Fix scope issue, closes [#11719 ](https://github.com/lobehub/lobe-chat/issues/11719 ) ([17adde8 ](https://github.com/lobehub/lobe-chat/commit/17adde8 ))
#### Styles
* **misc**: Update share style, closes [#11716 ](https://github.com/lobehub/lobe-chat/issues/11716 ) ([3c70dfa ](https://github.com/lobehub/lobe-chat/commit/3c70dfa ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-23 02:12:10 +00:00
Arvin Xu
17adde8170
🐛 fix: fix scope issue ( #11719 )
...
fix scope issue
2026-01-23 09:53:38 +08:00
Arvin Xu
bdb3eb4531
♻️ refactor: improve memory data with experience and identity ( #11717 )
...
* fix scope issue
* fix memory data
* update memory
* update
* hide edit
2026-01-23 01:15:55 +08:00
CanisMinor
3c70dfacb7
💄 style: update share style ( #11716 )
...
* style: update share style
* style: update share style
* style: update share style
* style: update share style
2026-01-23 00:39:51 +08:00
lobehubbot
ffad193475
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-22 16:30:23 +00:00
semantic-release-bot
5afdd5dde4
🔖 chore(release): v2.0.0-next.342 [skip ci]
...
## [Version 2.0.0-next.342](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.341...v2.0.0-next.342 )
<sup>Released on **2026-01-22**</sup>
#### ♻ Code Refactoring
- **userMemories**: Removed un-used code.
#### 🐛 Bug Fixes
- **copilot**: Pass correct scope when creating new session in PageEditor.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **userMemories**: Removed un-used code, closes [#11713 ](https://github.com/lobehub/lobe-chat/issues/11713 ) ([89750fc ](https://github.com/lobehub/lobe-chat/commit/89750fc ))
#### What's fixed
* **copilot**: Pass correct scope when creating new session in PageEditor, closes [#11714 ](https://github.com/lobehub/lobe-chat/issues/11714 ) ([0259270 ](https://github.com/lobehub/lobe-chat/commit/0259270 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-22 16:28:35 +00:00
Innei
0259270871
🐛 fix(copilot): pass correct scope when creating new session in PageEditor ( #11714 )
...
The switchTopic function was called without scope parameter, defaulting to 'main' scope while PageAgentProvider uses 'page' scope, causing new session creation to fail.
fix LOBE-3378
2026-01-23 00:09:06 +08:00
Neko
89750fcae9
♻️ refactor(userMemories): removed un-used code ( #11713 )
2026-01-22 23:59:51 +08:00
lobehubbot
8f7fe537d3
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-22 15:40:18 +00:00
semantic-release-bot
92b728a635
🔖 chore(release): v2.0.0-next.341 [skip ci]
...
## [Version 2.0.0-next.341](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.340...v2.0.0-next.341 )
<sup>Released on **2026-01-22**</sup>
#### ✨ Features
- **misc**: Add server version check for desktop app.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add server version check for desktop app, closes [#11710 ](https://github.com/lobehub/lobe-chat/issues/11710 ) ([0cf2723 ](https://github.com/lobehub/lobe-chat/commit/0cf2723 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-22 15:38:33 +00:00
Innei
0cf27230ea
✨ feat: add server version check for desktop app ( #11710 )
...
* ✨ feat: add server version check for desktop app
- Add /api/version endpoint consumption in globalService
- Add serverVersion and isServerVersionOutdated states to global store
- Add useCheckServerVersion hook to detect outdated server
- Show ServerVersionOutdatedAlert when server version is incompatible
- Display server version tag in settings when different from client
- Support version diff threshold (5 versions) for compatibility check
* 🔧 chore: only show server version alert for self-hosted instances
Check storageMode from electron store - only show alert when
using 'selfHost' mode, not 'cloud' mode.
* 🔧 chore: remove deprecated 'local' storage mode option
* 🐛 fix: only treat 404 as outdated server, throw on other errors
Previously any non-OK response was treated as "server doesn't support
the API", causing transient failures (500s, network issues) to
incorrectly show the outdated alert. Now only 404 returns null to
indicate a missing API, while other errors throw to allow SWR retry.
* ✨ feat: add server version check and update alerts
- Implemented server version check functionality to notify users when their client version requires a newer server version.
- Added localized messages for server version outdated alerts in English and Chinese.
- Enhanced the global state management to track server version and its status.
- Updated UI components to display server version information and warnings appropriately.
- Introduced a new alert component to inform users about the need to upgrade their server for optimal performance.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-22 23:20:07 +08:00
lobehubbot
bf244f9ae1
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-22 12:32:47 +00:00
semantic-release-bot
968e39274b
🔖 chore(release): v2.0.0-next.340 [skip ci]
...
## [Version 2.0.0-next.340](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.339...v2.0.0-next.340 )
<sup>Released on **2026-01-22**</sup>
#### 💄 Styles
- **misc**: Update og.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update og, closes [#11709 ](https://github.com/lobehub/lobe-chat/issues/11709 ) ([01cf4e4 ](https://github.com/lobehub/lobe-chat/commit/01cf4e4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-22 12:31:01 +00:00
CanisMinor
01cf4e44fa
💄 style: update og ( #11709 )
...
style: update og
2026-01-22 20:08:21 +08:00
YuTengjing
bfe387c027
📝 docs: add clerk to betterauth migration scripts and enhance auth docs ( #11701 )
...
* 🔧 chore: add clerk to betterauth migration scripts
* 🔧 chore: support node-postgres driver for migration scripts
* 🔥 chore: remove unnecessary chore scripts
* ♻️ refactor: reorganize migration scripts directory structure
* 📝 docs: add example column to email service configuration table
* 📝 docs: rename auth/better-auth to auth/providers
* 📝 docs: enhance email service configuration with detailed guides
* 📝 docs: add Clerk to Better Auth migration guide
- Add migration documentation (EN & CN) with step-by-step instructions
- Add dry-run environment variable for safe testing
- Enhance script output with success/failure emojis
- Add placeholder files for migration data directories
- Update .gitignore to exclude migration data files
* ✨ feat(auth): add set password option for social-only users
- Add isSocialOnly state to detect users without password
- Show Alert with "set password" link when magic link is disabled
- Update migration docs to clarify Magic Link vs non-Magic Link scenarios
- Add profile page password management info to docs
* ♻️ refactor: improve migration safety and sign-in link styling
- Add production mode confirmation prompt requiring "yes" input
- Use createStaticStyles for setPassword link styling with theme token
* 📝 docs: clarify migration script requirements and remove invalid links
* 📝 docs: add clerk migration guide link to legacy auth docs
* ♻️ refactor: enforce strict validation for clerk external accounts
* 📝 docs: add step to disable new user registration before migration
* 🐛 fix: handle missing .env file in migration scripts
2026-01-22 19:54:08 +08:00
lobehubbot
6034e5fe85
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-22 11:43:20 +00:00
semantic-release-bot
b0180f89f3
🔖 chore(release): v2.0.0-next.339 [skip ci]
...
## [Version 2.0.0-next.339](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.338...v2.0.0-next.339 )
<sup>Released on **2026-01-22**</sup>
#### ♻ Code Refactoring
- **misc**: Move vercel-react-best-practices skills to .agents directory.
#### ✨ Features
- **misc**: Skill setting page and skill store.
#### 🐛 Bug Fixes
- **model-runtime**: Filter unsupported image types (SVG) before sending to vision models.
- **misc**: Fix group broadcast trigger tool use, fix local system tools.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Move vercel-react-best-practices skills to .agents directory, closes [#11703 ](https://github.com/lobehub/lobe-chat/issues/11703 ) ([6df7731 ](https://github.com/lobehub/lobe-chat/commit/6df7731 ))
#### What's improved
* **misc**: Skill setting page and skill store, closes [#11665 ](https://github.com/lobehub/lobe-chat/issues/11665 ) ([d8c0c26 ](https://github.com/lobehub/lobe-chat/commit/d8c0c26 ))
#### What's fixed
* **model-runtime**: Filter unsupported image types (SVG) before sending to vision models, closes [#11698 ](https://github.com/lobehub/lobe-chat/issues/11698 ) ([c0c99a7 ](https://github.com/lobehub/lobe-chat/commit/c0c99a7 ))
* **misc**: Fix group broadcast trigger tool use, closes [#11646 ](https://github.com/lobehub/lobe-chat/issues/11646 ) ([831a9b3 ](https://github.com/lobehub/lobe-chat/commit/831a9b3 ))
* **misc**: Fix local system tools, closes [#11702 ](https://github.com/lobehub/lobe-chat/issues/11702 ) ([6548fc7 ](https://github.com/lobehub/lobe-chat/commit/6548fc7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-22 11:41:21 +00:00
Rdmclin2
d8c0c264b9
✨ feat: skill setting page and skill store ( #11665 )
...
* ✨ feat: add skills settings page
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* feat: add klavis skills and sort with connected skills
* chore: update i18n files
# Conflicts:
# locales/ar/models.json
# locales/bg-BG/models.json
# locales/de-DE/models.json
# locales/es-ES/models.json
# locales/fa-IR/models.json
# locales/fr-FR/models.json
# locales/it-IT/models.json
# locales/ja-JP/models.json
# locales/ko-KR/models.json
# locales/nl-NL/models.json
# locales/pl-PL/models.json
# locales/pt-BR/models.json
# locales/ru-RU/models.json
# locales/tr-TR/models.json
# locales/vi-VN/models.json
# locales/zh-CN/models.json
# locales/zh-TW/models.json
* feat: add skill list and configure
# Conflicts:
# src/features/PluginStore/InstalledList/List/Item/Action.tsx
* chore: optimize list item ui
* chore: change list title
* chore: update i18n files
# Conflicts:
# locales/ar/chat.json
# locales/ar/models.json
# locales/ar/plugin.json
# locales/ar/setting.json
# locales/ar/subscription.json
# locales/bg-BG/chat.json
# locales/bg-BG/models.json
# locales/bg-BG/plugin.json
# locales/bg-BG/tool.json
# locales/de-DE/chat.json
# locales/de-DE/plugin.json
# locales/es-ES/chat.json
# locales/es-ES/models.json
# locales/es-ES/plugin.json
# locales/fa-IR/chat.json
# locales/fa-IR/models.json
# locales/fa-IR/plugin.json
# locales/fr-FR/chat.json
# locales/fr-FR/models.json
# locales/fr-FR/plugin.json
# locales/it-IT/chat.json
# locales/it-IT/models.json
# locales/it-IT/plugin.json
# locales/ja-JP/chat.json
# locales/ja-JP/models.json
# locales/ja-JP/plugin.json
# locales/ko-KR/chat.json
# locales/ko-KR/models.json
# locales/ko-KR/plugin.json
# locales/nl-NL/chat.json
# locales/nl-NL/models.json
# locales/nl-NL/plugin.json
# locales/pl-PL/chat.json
# locales/pl-PL/models.json
# locales/pl-PL/plugin.json
# locales/pt-BR/chat.json
# locales/pt-BR/models.json
# locales/pt-BR/plugin.json
# locales/ru-RU/chat.json
# locales/ru-RU/models.json
# locales/ru-RU/plugin.json
# locales/tr-TR/chat.json
# locales/tr-TR/models.json
# locales/tr-TR/plugin.json
# locales/vi-VN/chat.json
# locales/vi-VN/models.json
# locales/vi-VN/plugin.json
# locales/vi-VN/setting.json
# locales/zh-CN/models.json
# locales/zh-TW/chat.json
# locales/zh-TW/models.json
# locales/zh-TW/plugin.json
* chore: sort skill list
* feat: add Lobehub intergration promotions
* chore: set gray color to not connected integrations
* feat: remove description and adjust intergration ui
* feat: intergration action bar optimize
* feat: configure skill setting page
* chore: remove detail page
* chore: add custom mcp tool detail
* feat: unified custome and community mcp tool detail model
# Conflicts:
# locales/ar/models.json
# locales/ar/plugin.json
# locales/bg-BG/models.json
# locales/bg-BG/plugin.json
# locales/de-DE/plugin.json
# locales/es-ES/models.json
# locales/es-ES/plugin.json
# locales/fa-IR/models.json
# locales/fa-IR/plugin.json
# locales/fr-FR/models.json
# locales/fr-FR/plugin.json
# locales/it-IT/models.json
# locales/it-IT/plugin.json
# locales/ja-JP/models.json
# locales/ja-JP/plugin.json
# locales/ko-KR/models.json
# locales/ko-KR/plugin.json
# locales/nl-NL/models.json
# locales/nl-NL/plugin.json
# locales/pl-PL/models.json
# locales/pl-PL/plugin.json
# locales/pt-BR/models.json
# locales/pt-BR/plugin.json
# locales/ru-RU/models.json
# locales/ru-RU/plugin.json
# locales/tr-TR/models.json
# locales/tr-TR/plugin.json
# locales/vi-VN/models.json
# locales/vi-VN/plugin.json
# locales/zh-CN/models.json
# locales/zh-TW/models.json
# locales/zh-TW/plugin.json
* feat: adjust configure model ui actions
* feat: add custom skill add button
* chore: update add button text
* feat: add confirm modal for disconnect action
* feat: add Skill Store
* fix: skill integration connnect loading status
* chore: align Skill Store UI with PluginStore
* feat: add Search list function
* chore: optimize search placeholder
* feat: add integration skill detail modal
* feat: add community detail modal to skill store
* feat: add i18n locales for klavis and lobehub skill detail
# Conflicts:
# locales/ar/models.json
# locales/bg-BG/models.json
# locales/bg-BG/plugin.json
# locales/de-DE/plugin.json
# locales/es-ES/models.json
# locales/es-ES/plugin.json
# locales/fa-IR/models.json
# locales/fr-FR/models.json
# locales/it-IT/models.json
# locales/it-IT/plugin.json
# locales/ja-JP/models.json
# locales/ko-KR/models.json
# locales/ko-KR/plugin.json
# locales/nl-NL/models.json
# locales/nl-NL/plugin.json
# locales/pl-PL/models.json
# locales/pl-PL/plugin.json
# locales/pt-BR/models.json
# locales/pt-BR/plugin.json
# locales/ru-RU/models.json
# locales/tr-TR/models.json
# locales/tr-TR/plugin.json
# locales/vi-VN/models.json
# locales/vi-VN/plugin.json
# locales/zh-CN/models.json
# locales/zh-TW/models.json
# locales/zh-TW/plugin.json
* chore: update skill detail model i18n files
# Conflicts:
# locales/ar/models.json
# locales/bg-BG/models.json
# locales/es-ES/models.json
# locales/fa-IR/models.json
# locales/fr-FR/models.json
# locales/it-IT/models.json
# locales/ja-JP/models.json
# locales/ko-KR/models.json
# locales/nl-NL/models.json
# locales/pl-PL/models.json
# locales/pt-BR/models.json
# locales/ru-RU/models.json
# locales/tr-TR/models.json
# locales/vi-VN/models.json
# locales/zh-CN/models.json
# locales/zh-TW/models.json
* feat: add recommended skills and add Skill install banner
* chore: optimize skill install banner style
* feat: add skill management and Add skill icon
* chore: add skill list order
* feat: display selected skills and fix simple icon display
* feat: add custom skill to skill store
* chore: remove online mcp url and add claude skill tab
# Conflicts:
# src/features/PluginDevModal/index.tsx
* chore: remove installed tab
* fix: lobe hub list connect in detail and extract use skill connect hook
* chore: migrate from Dropdown to DropMenu
* chore: remove difference between community list and lobehublist
* chore: remove difference from kalvis and lobehub skill item with mcp skill item
* chore: mv from installlist to mcp list
* chore: rename addPluginButton to AddSkillButton
* chore: use SkillStore across the app
* chore: migrate PluginStore to SKillStore
* chore: add test case
* chore: update i18n files
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-22 19:23:01 +08:00
Arvin Xu
6548fc7572
🐛 fix: fix local system tools ( #11702 )
...
fix local system
2026-01-22 17:43:28 +08:00
Arvin Xu
c0c99a7ede
🐛 fix(model-runtime): filter unsupported image types (SVG) before sending to vision models ( #11698 )
...
Vision models like Claude and Gemini don't support SVG images (image/svg+xml).
Previously, SVG images were passed through unchanged, causing runtime errors.
Changes:
- Add supported image types check in Anthropic context builder
- Add supported image types check in Google context builder
- Filter out unsupported formats (like SVG) by returning undefined
- Add 4 test cases for SVG filtering (base64 and URL scenarios)
Supported formats: image/jpeg, image/jpg, image/png, image/gif, image/webp
Closes: LOBE-4125
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-22 17:39:38 +08:00
Innei
6df77315b9
♻️ refactor: move vercel-react-best-practices skills to .agents directory ( #11703 )
...
Consolidate skill files into a unified .agents directory structure.
- Move skills from .cursor/skills/ to .agents/
- Create symlinks in .codex/skills and .cursor/skills pointing to .agents
2026-01-22 17:39:01 +08:00
Arvin Xu
831a9b34f9
🐛 fix: fix group broadcast trigger tool use ( #11646 )
...
* fix broadcast issue
* fix broadcast
* fix broadcast
* fix group slug
2026-01-22 17:37:09 +08:00
Innei
ad32a61704
✨ perf(electron): add codemods to convert dynamic imports to static ( #11690 )
...
* ✨ feat(electron): add codemods to convert dynamic imports to static
Add multiple modifiers for Electron build workflow:
- dynamicToStatic: Convert dynamicElement() to static imports
- nextDynamicToStatic: Convert next/dynamic (ssr: false) to static
- wrapChildrenWithClientOnly: Wrap layout children with ClientOnly + Loading fallback
- settingsContentToStatic: Handle SettingsContent componentMap pattern
- removeSuspense: Remove Suspense wrappers from components
- routes: Delete loading.tsx files and (mobile) directory
Also add fallback prop support to ClientOnly component for better UX during hydration.
* ✨ feat(electron): enhance settingsContentToStatic with business features support
- Introduced a new function to check if business features are enabled via environment variables.
- Updated import generation functions to conditionally include business-related imports based on the new feature flag.
- Improved regex patterns for better matching of dynamic imports.
- Added logging to indicate when business features are active, enhancing debugging and user awareness.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-22 17:18:06 +08:00
lobehubbot
3a78f82618
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-22 07:46:12 +00:00
semantic-release-bot
379eb6b320
🔖 chore(release): v2.0.0-next.338 [skip ci]
...
## [Version 2.0.0-next.338](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.337...v2.0.0-next.338 )
<sup>Released on **2026-01-22**</sup>
#### 🐛 Bug Fixes
- **misc**: Updata cron job ui & fixed commnuity pagenation goto error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Updata cron job ui & fixed commnuity pagenation goto error, closes [#11700 ](https://github.com/lobehub/lobe-chat/issues/11700 ) ([42ad2a0 ](https://github.com/lobehub/lobe-chat/commit/42ad2a0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-22 07:44:26 +00:00
Shinji-Li
42ad2a064b
🐛 fix: updata cron job ui & fixed commnuity pagenation goto error ( #11700 )
...
* fix: slove the agents pagenation error problem
* fix: update the cronjob ui
2026-01-22 15:26:17 +08:00
Shinji-Li
24051339a4
🐛 fix slove the pwa not open provider & agents in settings ( #11697 )
...
* fix: slove the pwa not open provider & agents in settings
* fix: slove the pwa settings provider not work
2026-01-22 15:01:24 +08:00
LobeHub Bot
de6009da7e
🌐 chore: translate non-English comments to English in model-runtime providers ( #11694 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-22 12:46:20 +08:00
lobehubbot
7efd8b8e98
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-22 03:51:20 +00:00
semantic-release-bot
6ce064656c
🔖 chore(release): v2.0.0-next.337 [skip ci]
...
## [Version 2.0.0-next.337](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.336...v2.0.0-next.337 )
<sup>Released on **2026-01-22**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix memory schema, update the agentbuilder tools not always use humanIntervention.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix memory schema, closes [#11645 ](https://github.com/lobehub/lobe-chat/issues/11645 ) ([3baf780 ](https://github.com/lobehub/lobe-chat/commit/3baf780 ))
* **misc**: Update the agentbuilder tools not always use humanIntervention, closes [#11696 ](https://github.com/lobehub/lobe-chat/issues/11696 ) ([0d3017b ](https://github.com/lobehub/lobe-chat/commit/0d3017b ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-22 03:49:38 +00:00
Shinji-Li
0d3017b7fe
🐛 fix: update the agentbuilder tools not always use humanIntervention ( #11696 )
...
fix: update the agentbuilder tools not always use humanIntervention
2026-01-22 11:28:56 +08:00
Arvin Xu
3baf78043d
🐛 fix: fix memory schema ( #11645 )
...
* fix memory schema
* fix tests
* improve memory
2026-01-22 11:27:39 +08:00
lobehubbot
f6988e7032
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-22 03:20:44 +00:00
semantic-release-bot
21a0f5c255
🔖 chore(release): v2.0.0-next.336 [skip ci]
...
## [Version 2.0.0-next.336](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.335...v2.0.0-next.336 )
<sup>Released on **2026-01-22**</sup>
#### ✨ Features
- **misc**: Support agent group unpublish agents.
#### 🐛 Bug Fixes
- **misc**: Fix tool argument scape and improve multi task run.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support agent group unpublish agents, closes [#11687 ](https://github.com/lobehub/lobe-chat/issues/11687 ) ([4e060be ](https://github.com/lobehub/lobe-chat/commit/4e060be ))
#### What's fixed
* **misc**: Fix tool argument scape and improve multi task run, closes [#11691 ](https://github.com/lobehub/lobe-chat/issues/11691 ) ([b13bb8a ](https://github.com/lobehub/lobe-chat/commit/b13bb8a ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-22 03:18:59 +00:00
Shinji-Li
4e060be8e4
✨ feat: support agent group unpublish agents ( #11687 )
...
feat: support agent group unpublish agents
2026-01-22 10:58:15 +08:00
Arvin Xu
b13bb8a839
🐛 fix: fix tool argument scape and improve multi task run ( #11691 )
...
* remove task tool in sub task
* remove exec task in group mode
* implement tool arguments repair
* fix
* fix resolve agent config
* fix resolve agent config
* fix tests
* fix lint
* fix issue
* fix tests
2026-01-22 10:55:07 +08:00
lobehubbot
093c24f119
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-22 02:45:17 +00:00
semantic-release-bot
bcf8628087
🔖 chore(release): v2.0.0-next.335 [skip ci]
...
## [Version 2.0.0-next.335](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.334...v2.0.0-next.335 )
<sup>Released on **2026-01-22**</sup>
#### ✨ Features
- **database**: Added user memory activity.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **database**: Added user memory activity, closes [#11680 ](https://github.com/lobehub/lobe-chat/issues/11680 ) ([0160fbd ](https://github.com/lobehub/lobe-chat/commit/0160fbd ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-22 02:43:33 +00:00
Neko
0160fbde83
✨ feat(database): added user memory activity ( #11680 )
2026-01-22 10:24:50 +08:00
lobehubbot
12b1d56e33
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-21 17:08:45 +00:00
semantic-release-bot
8e3d3dbb1b
🔖 chore(release): v2.0.0-next.334 [skip ci]
...
## [Version 2.0.0-next.334](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.333...v2.0.0-next.334 )
<sup>Released on **2026-01-21**</sup>
#### ✨ Features
- **misc**: Add platform-aware download client menu option.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add platform-aware download client menu option, closes [#11676 ](https://github.com/lobehub/lobe-chat/issues/11676 ) ([55abddc ](https://github.com/lobehub/lobe-chat/commit/55abddc ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-21 17:07:04 +00:00
Innei
55abddc532
✨ feat: add platform-aware download client menu option ( #11676 )
...
* ✨ feat: add platform-aware download client menu option
* update test
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-22 00:49:03 +08:00
lobehubbot
bae270e7da
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-21 15:18:20 +00:00
semantic-release-bot
22283a43de
🔖 chore(release): v2.0.0-next.333 [skip ci]
...
## [Version 2.0.0-next.333](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.332...v2.0.0-next.333 )
<sup>Released on **2026-01-21**</sup>
#### ✨ Features
- **desktop**: Add legacy local database detection and migration guidance.
- **misc**: Update the sandbox preinstall libs in sys role.
#### 🐛 Bug Fixes
- **misc**: Fix multi tasks no summary issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **desktop**: Add legacy local database detection and migration guidance, closes [#11682 ](https://github.com/lobehub/lobe-chat/issues/11682 ) ([5664b84 ](https://github.com/lobehub/lobe-chat/commit/5664b84 ))
* **misc**: Update the sandbox preinstall libs in sys role, closes [#11688 ](https://github.com/lobehub/lobe-chat/issues/11688 ) ([404c577 ](https://github.com/lobehub/lobe-chat/commit/404c577 ))
#### What's fixed
* **misc**: Fix multi tasks no summary issue, closes [#11685 ](https://github.com/lobehub/lobe-chat/issues/11685 ) ([26ce317 ](https://github.com/lobehub/lobe-chat/commit/26ce317 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-21 15:16:27 +00:00
Innei
5664b84ba8
🔧 feat(desktop): add legacy local database detection and migration guidance ( #11682 )
...
* 🔧 feat(desktop): add legacy local database detection and migration guidance
- Add hasLegacyLocalDb method to SystemController for detecting legacy DB
- Update LoginStep to show migration link for users with legacy DB
- Add i18n translations for legacy database migration feature
- Improve common settings data sync configuration
* 🔧 test: mock getAppPath in electron for improved testing
- Add mock implementation of getAppPath in SystemCtr and macOS test files
- Update LoginStep to use urlJoin for constructing migration guide URL
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-21 22:28:34 +08:00
Shinji-Li
404c5776be
✨ feat: update the sandbox preinstall libs in sys role ( #11688 )
...
feat: update the sandbox preinstall libs in sys role
2026-01-21 22:04:26 +08:00
Arvin Xu
26ce317313
🐛 fix: fix multi tasks no summary issue ( #11685 )
...
fix task issue
2026-01-21 22:01:03 +08:00
YuTengjing
3110e2c356
📝 docs: update Better Auth documentation ( #11679 )
2026-01-21 18:44:44 +08:00
lobehubbot
3a955e600f
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-21 09:57:08 +00:00
semantic-release-bot
90a5935670
🔖 chore(release): v2.0.0-next.332 [skip ci]
...
## [Version 2.0.0-next.332](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.331...v2.0.0-next.332 )
<sup>Released on **2026-01-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Improve e2e server and complete i18n resources.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Improve e2e server and complete i18n resources, closes [#11678 ](https://github.com/lobehub/lobe-chat/issues/11678 ) ([d450dd9 ](https://github.com/lobehub/lobe-chat/commit/d450dd9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-21 09:55:28 +00:00
Innei
d450dd9742
🐛 fix: improve e2e server and complete i18n resources ( #11678 )
...
- Refactor webServer.ts with better process coordination and lock file mechanism
- Add mock S3 env vars to prevent initialization errors
- Complete missing i18n translations across all locales
2026-01-21 17:37:25 +08:00
lobehubbot
e1666a57e4
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-21 09:01:13 +00:00
semantic-release-bot
3a7862f7f5
🔖 chore(release): v2.0.0-next.331 [skip ci]
...
## [Version 2.0.0-next.331](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.330...v2.0.0-next.331 )
<sup>Released on **2026-01-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Slove the agent group editor not focus in editdata area.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Slove the agent group editor not focus in editdata area, closes [#11677 ](https://github.com/lobehub/lobe-chat/issues/11677 ) ([9ac84e6 ](https://github.com/lobehub/lobe-chat/commit/9ac84e6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-21 08:59:31 +00:00
Shinji-Li
9ac84e6ac8
🐛 fix: slove the agent group editor not focus in editdata area ( #11677 )
...
fix: slove the agent group editor not focus in editdata area
2026-01-21 16:40:45 +08:00
lobehubbot
4e8b3e8fa8
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-21 08:30:22 +00:00
semantic-release-bot
c8694b5c7d
🔖 chore(release): v2.0.0-next.330 [skip ci]
...
## [Version 2.0.0-next.330](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.329...v2.0.0-next.330 )
<sup>Released on **2026-01-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix multi agent tasks issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix multi agent tasks issue, closes [#11672 ](https://github.com/lobehub/lobe-chat/issues/11672 ) ([9de773b ](https://github.com/lobehub/lobe-chat/commit/9de773b ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-21 08:28:37 +00:00
Arvin Xu
9de773ba7d
🐛 fix: fix multi agent tasks issue ( #11672 )
...
* improve run multi tasks ui
* improve group mode
* 🐛 fix: remove unused isCompleted variable in TaskTitle
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-21 16:11:53 +08:00
lobehubbot
8443904600
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-21 04:18:55 +00:00
semantic-release-bot
c628b8aade
🔖 chore(release): v2.0.0-next.329 [skip ci]
...
## [Version 2.0.0-next.329](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.328...v2.0.0-next.329 )
<sup>Released on **2026-01-21**</sup>
#### ♻ Code Refactoring
- **auth**: Remove NEXT_PUBLIC_AUTH_URL env variable.
#### 🐛 Bug Fixes
- **misc**: Sloved the old removeSessionTopics not work.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **auth**: Remove NEXT_PUBLIC_AUTH_URL env variable, closes [#11658 ](https://github.com/lobehub/lobe-chat/issues/11658 ) ([c0f9875 ](https://github.com/lobehub/lobe-chat/commit/c0f9875 ))
#### What's fixed
* **misc**: Sloved the old removeSessionTopics not work, closes [#11671 ](https://github.com/lobehub/lobe-chat/issues/11671 ) ([06d41e5 ](https://github.com/lobehub/lobe-chat/commit/06d41e5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-21 04:17:06 +00:00
Shinji-Li
06d41e5153
🐛 fix: sloved the old removeSessionTopics not work ( #11671 )
...
* fix: sloved the old removeSessionTopics not work
* fix: add the test
2026-01-21 11:58:01 +08:00
YuTengjing
c0f9875195
♻️ refactor(auth): remove NEXT_PUBLIC_AUTH_URL env variable ( #11658 )
2026-01-21 11:51:46 +08:00
Shinji-Li
a8b042f406
🐛 fix add lost group i18n & the tag styled fixed ( #11660 )
...
fix: add lost group i18n & the tag styled fixed
2026-01-21 11:05:03 +08:00
lobehubbot
af234ac25c
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-20 18:52:15 +00:00
semantic-release-bot
95a7011437
🔖 chore(release): v2.0.0-next.328 [skip ci]
...
## [Version 2.0.0-next.328](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.327...v2.0.0-next.328 )
<sup>Released on **2026-01-20**</sup>
#### ✨ Features
- **misc**: Support client tasks mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support client tasks mode, closes [#11666 ](https://github.com/lobehub/lobe-chat/issues/11666 ) ([98cf57b ](https://github.com/lobehub/lobe-chat/commit/98cf57b ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-20 18:50:27 +00:00
Arvin Xu
98cf57bc2c
✨ feat: support client tasks mode ( #11666 )
...
* fix exec client task
fix isSuccess
support client tasks
add tests
refactor to support client task mode
fix race mode
* improve
* improve notebook system prompts
* fix back actionicon
* improve
* fix create client thread data
* fix messages service and model
* add Client task mode
* fix client task thread
* fix isolation thead display
* fix client task mode
* refactor
* client task mode
* improve loading
* improve processing state
* improve loading state
* refactor usage display
* fix result
* improve
* more concurrency
* more concurrency
2026-01-21 02:33:26 +08:00
lobehubbot
32c0623770
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-20 17:25:55 +00:00
semantic-release-bot
f223a12e8f
🔖 chore(release): v2.0.0-next.327 [skip ci]
...
## [Version 2.0.0-next.327](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.326...v2.0.0-next.327 )
<sup>Released on **2026-01-20**</sup>
#### ♻ Code Refactoring
- **model-select**: Migrate FunctionCallingModelSelect to LobeSelect.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **model-select**: Migrate FunctionCallingModelSelect to LobeSelect, closes [#11664 ](https://github.com/lobehub/lobe-chat/issues/11664 ) ([ad51305 ](https://github.com/lobehub/lobe-chat/commit/ad51305 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-20 17:24:14 +00:00
Innei
ad51305f19
♻️ refactor(model-select): migrate FunctionCallingModelSelect to LobeSelect ( #11664 )
...
- Replace Select with LobeSelect component
- Update types from SelectProps to LobeSelectProps
- Fix ModelOption label type from any to ReactNode
2026-01-21 01:06:49 +08:00
lobehubbot
70e1d995c5
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-20 16:01:51 +00:00
semantic-release-bot
44549b9856
🔖 chore(release): v2.0.0-next.326 [skip ci]
...
## [Version 2.0.0-next.326](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.325...v2.0.0-next.326 )
<sup>Released on **2026-01-20**</sup>
#### 🐛 Bug Fixes
- **desktop**: Gracefully handle missing update manifest 404 errors.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **desktop**: Gracefully handle missing update manifest 404 errors, closes [#11625 ](https://github.com/lobehub/lobe-chat/issues/11625 ) ([13e95b9 ](https://github.com/lobehub/lobe-chat/commit/13e95b9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-20 16:00:07 +00:00
Innei
13e95b98c2
🐛 fix(desktop): gracefully handle missing update manifest 404 errors ( #11625 )
...
- Add isMissingUpdateManifestError helper to detect manifest 404 errors
- Treat missing manifest as "no update available" during gap period
- Fix sidebar header margin for desktop layout
2026-01-20 23:41:34 +08:00
lobehubbot
01550e0b13
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-20 15:28:14 +00:00
semantic-release-bot
fb86dc0282
🔖 chore(release): v2.0.0-next.325 [skip ci]
...
## [Version 2.0.0-next.325](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.324...v2.0.0-next.325 )
<sup>Released on **2026-01-20**</sup>
#### ♻ Code Refactoring
- **ModelSwitchPanel**: Migrate from Popover to DropdownMenu with virtual scrolling.
#### 🐛 Bug Fixes
- **sidebar-drawer**: Fix drawer positioning and title style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **ModelSwitchPanel**: Migrate from Popover to DropdownMenu with virtual scrolling, closes [#11663 ](https://github.com/lobehub/lobe-chat/issues/11663 ) ([c9d9dff ](https://github.com/lobehub/lobe-chat/commit/c9d9dff ))
#### What's fixed
* **sidebar-drawer**: Fix drawer positioning and title style, closes [#11655 ](https://github.com/lobehub/lobe-chat/issues/11655 ) ([cf5320e ](https://github.com/lobehub/lobe-chat/commit/cf5320e ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-20 15:26:22 +00:00
Innei
c9d9dff635
♻️ refactor(ModelSwitchPanel): migrate from Popover to DropdownMenu with virtual scrolling ( #11663 )
...
* ♻️ refactor(ModelSwitchPanel): migrate from Popover to DropdownMenu with virtual scrolling
- Replace Popover with DropdownMenu atom components from @lobehub/ui
- Add react-virtuoso for proper virtual scrolling implementation
- Auto-close submenu when scrolling to prevent position offset issues
- Rename misleading "Virtual*" naming to "List*" for clarity
LOBE-3844
* 🔨 chore: clean up unnecessary comments in ModelSwitchPanel
* 🔨 chore(router): remove unused loader property from route configuration
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-20 23:07:56 +08:00
Innei
cf5320e27f
🐛 fix(sidebar-drawer): Fix drawer positioning and title style ( #11655 )
...
- Add explicit width and position constraints to drawer root style
- Set title font weight to 600 for better readability
- Add debug button for all agents drawer toggle (temporary)
Resolves LOBE-3356
2026-01-20 22:39:24 +08:00
Innei
d8121d3322
🔨 chore: add /chat redirect to homepage ( #11662 )
...
🔨 chore: add redirect route for legacy /chat path to homepage
2026-01-20 22:37:30 +08:00
Innei
47fd5e6875
🔨 chore: clean up unnecessary comments ( #11659 )
...
* 🔨 chore: clean up unnecessary comments
Remove 358 lines of unnecessary comments across 33 files:
- Remove commented-out code blocks and unused implementations
- Remove redundant single-line comments that repeat code logic
- Remove empty comments and placeholder comments
- Remove commented-out import/export statements
This improves code readability and reduces visual clutter without affecting functionality.
* 🔨 chore: clean up additional unnecessary comments
Remove 28 more lines of unnecessary comments:
- Remove commented-out PostgresViewer menu item in DevPanel
- Remove commented-out OAuth fallback endpoints in SSO helpers
- Remove commented-out copy menu item in page dropdown
- Remove commented-out debugger script in root layout
- Remove commented-out Tooltip component in ModelItem
This further improves code cleanliness and maintainability.
* 🔨 chore: clean up additional unnecessary comments (round 3)
Removed commented-out code and empty comment blocks:
- GlobalProvider: removed commented FaviconTestPanel
- TaskDetailPanel: removed commented Instruction Header section
- ImportDetail: removed commented duplicate data handling UI
- Header: removed commented MarketSourceSwitch
- router: removed empty if block with placeholder comments
* 🔨 chore: clean up commented-out code (round 4)
Removed unnecessary commented code:
- parseModels: removed commented deploymentName fallback
- I18nManager: removed commented window notification code
- conversationLifecycle: removed commented file addition note
* 🔨 chore: clean up commented-out tests (round 5)
Removed commented-out test blocks:
- session.test.ts: removed commented getAgentConfigById describe block (29 lines)
- app.test.ts: removed commented OPENAI_FUNCTION_REGIONS test (5 lines)
2026-01-20 21:26:07 +08:00
lobehubbot
eebdd09a5f
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-20 13:24:41 +00:00
semantic-release-bot
be6b026c7b
🔖 chore(release): v2.0.0-next.324 [skip ci]
...
## [Version 2.0.0-next.324](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.323...v2.0.0-next.324 )
<sup>Released on **2026-01-20**</sup>
#### 🐛 Bug Fixes
- **misc**: TypewriterEffect not refreshing on language change.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: TypewriterEffect not refreshing on language change, closes [#11657 ](https://github.com/lobehub/lobe-chat/issues/11657 ) ([ba30f46 ](https://github.com/lobehub/lobe-chat/commit/ba30f46 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-20 13:22:54 +00:00
Innei
ba30f46bc6
🐛 fix: TypewriterEffect not refreshing on language change ( #11657 )
...
Add locale key to TypewriterEffect components to force re-render when language changes
2026-01-20 21:03:45 +08:00
lobehubbot
5858cd16ba
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-20 12:57:55 +00:00
semantic-release-bot
49a284b418
🔖 chore(release): v2.0.0-next.323 [skip ci]
...
## [Version 2.0.0-next.323](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.322...v2.0.0-next.323 )
<sup>Released on **2026-01-20**</sup>
#### ♻ Code Refactoring
- **misc**: Optimize lobehub models and default configuration.
#### ✨ Features
- **misc**: Add the agents and agents group fork feature.
#### 🐛 Bug Fixes
- **model-runtime**: Fix Qwen parallel tool calls arguments incorrectly merged.
- **topic**: Correct topic item href route for agent and group pages.
- **misc**: Fix Topic component causing stack overflow and freezing the app, simplify updater config logic, slove the nuqs error in commnuity agent group page.
#### 💄 Styles
- **misc**: Optimize profile settings skeleton screen.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Optimize lobehub models and default configuration, closes [#11621 ](https://github.com/lobehub/lobe-chat/issues/11621 ) ([5074fbe ](https://github.com/lobehub/lobe-chat/commit/5074fbe ))
#### What's improved
* **misc**: Add the agents and agents group fork feature, closes [#11652 ](https://github.com/lobehub/lobe-chat/issues/11652 ) ([b1c3b83 ](https://github.com/lobehub/lobe-chat/commit/b1c3b83 ))
#### What's fixed
* **model-runtime**: Fix Qwen parallel tool calls arguments incorrectly merged, closes [#11649 ](https://github.com/lobehub/lobe-chat/issues/11649 ) ([ddbe661 ](https://github.com/lobehub/lobe-chat/commit/ddbe661 ))
* **topic**: Correct topic item href route for agent and group pages, closes [#11607 ](https://github.com/lobehub/lobe-chat/issues/11607 ) ([2fffe8b ](https://github.com/lobehub/lobe-chat/commit/2fffe8b ))
* **misc**: Fix Topic component causing stack overflow and freezing the app, closes [#11609 ](https://github.com/lobehub/lobe-chat/issues/11609 ) ([600cb85 ](https://github.com/lobehub/lobe-chat/commit/600cb85 ))
* **misc**: Simplify updater config logic, closes [#11636 ](https://github.com/lobehub/lobe-chat/issues/11636 ) ([5c645f0 ](https://github.com/lobehub/lobe-chat/commit/5c645f0 ))
* **misc**: Slove the nuqs error in commnuity agent group page, closes [#11651 ](https://github.com/lobehub/lobe-chat/issues/11651 ) ([1c29bca ](https://github.com/lobehub/lobe-chat/commit/1c29bca ))
#### Styles
* **misc**: Optimize profile settings skeleton screen, closes [#11656 ](https://github.com/lobehub/lobe-chat/issues/11656 ) ([e61ae85 ](https://github.com/lobehub/lobe-chat/commit/e61ae85 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-20 12:55:32 +00:00
Shinji-Li
b1c3b83e42
✨ feat: add the agents and agents group fork feature ( #11652 )
...
feat: add the agents and agents group fork feature
2026-01-20 20:35:57 +08:00
Shinji-Li
1c29bca963
🐛 fix: slove the nuqs error in commnuity agent group page ( #11651 )
...
fix: slove the nuqs error in commnuity agent group page
2026-01-20 20:28:11 +08:00
YuTengjing
e61ae85f0c
💄 style: optimize profile settings skeleton screen ( #11656 )
2026-01-20 20:18:27 +08:00
Innei
5c645f09fd
🐛 fix: simplify updater config logic ( #11636 )
...
* 🐛 fix: simplify updater config logic
- Remove isDev check from UpdaterManager initialization
- Remove unused enableRenderHotUpdate field
- Simplify updater behavior to respect enableAppUpdate config
* chore: cleanup
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-20 20:16:33 +08:00
Arvin Xu
ddbe661642
🐛 fix(model-runtime): fix Qwen parallel tool calls arguments incorrectly merged ( #11649 )
...
* 🐛 fix(model-runtime): fix Qwen parallel tool calls arguments incorrectly merged
When using Qwen model with parallel tool calls, arguments from different
tool calls were incorrectly merged into the first tool call.
Root cause: `streamContext.tool` only stored ONE tool's info, but parallel
calls have multiple tools. When subsequent chunks lacked `id` field, they
all used the first tool's id as fallback.
Fix: Use `streamContext.tools` (a map by index) instead of `streamContext.tool`
to correctly track multiple parallel tool calls.
Fixes LOBE-3903
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ♻️ refactor(test): use array-based chunks in parallel tool calls test
Refactor test to define all chunks as an array and use forEach to enqueue,
improving code clarity and maintainability.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test: add SSE protocol output verification for parallel tool calls
Verify streaming chunks output format with standard SSE protocol assertions,
ensuring each tool call chunk has correct id based on its index.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-20 20:12:52 +08:00
YuTengjing
5074fbef2c
♻️ refactor: optimize lobehub models and default configuration ( #11621 )
...
* ♻️ refactor: use COPYRIGHT constant from branding config
* ♻️ refactor: optimize default model configuration
- Switch default provider from OpenAI to Anthropic
- Add DEFAULT_MINI_MODEL and DEFAULT_MINI_PROVIDER for lightweight tasks
- Use mini model for system agent tasks: generationTopic, topic, translation, queryRewrite
- Use mini model for memory extraction agents
- Reorder provider list: Anthropic/Google first, local solutions last
* ♻️ refactor: split lobehub models into organized folder structure
- Split large lobehub.ts (1316 lines) into lobehub/ folder
- Organize chat models by provider (openai, anthropic, google, etc.)
- Separate image models and utils into dedicated files
* ♻️ refactor: use SOCIAL_URL constant and fix button alignment in auth-error page
* ✨ feat: add MiniMax M2.1 and M2.1 Lightning models
* ♻️ refactor: remove 'enabled' property from image model configurations in lobehub
* ♻️ refactor: add COPYRIGHT_FULL constant and fix Discord icon visibility
* ✅ test: update snapshots for default provider changes
* ✅ test: fix snapshot provider values for CI environment
* 🐛 fix(e2e): intercept all LLM providers in mock instead of only OpenAI
The default provider was changed from openai to anthropic, but the LLM mock
only intercepted /webapi/chat/openai requests. Now it intercepts all providers.
2026-01-20 20:08:54 +08:00
Arvin Xu
2fffe8b6ee
🐛 fix(topic): correct topic item href route for agent and group pages ( #11607 )
...
- Change agent topic href from `/chat?agent=xxx&topic=xxx` to `/agent/xxx?topic=xxx`
- Change group topic href from `/group/xxx?topic=xxx` format using urlJoin to direct template literal
- Remove unused urlJoin import
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-20 20:06:43 +08:00
Tony
600cb85001
🐛 fix: fix Topic component causing stack overflow and freezing the app ( #11609 )
...
* Fixed Topic component causing stack overflow and freezing the app
* chore: lint code
2026-01-20 20:06:26 +08:00
lobehubbot
dbb928508f
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-20 11:33:24 +00:00
René Wang
bcbdc88742
feat: Mention agent in CMDK ( #11611 )
...
* feat: mention agent in CMDK
* feat: Update translation
* fix: performance issue
* fix: lint error
2026-01-20 19:14:35 +08:00
lobehubbot
420fe283f2
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-20 10:00:04 +00:00
semantic-release-bot
9c91dd99fe
🔖 chore(release): v2.0.0-next.322 [skip ci]
...
## [Version 2.0.0-next.322](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.321...v2.0.0-next.322 )
<sup>Released on **2026-01-20**</sup>
#### 🐛 Bug Fixes
- **memory-user-memory**: Should fallback to server configured provider & model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **memory-user-memory**: Should fallback to server configured provider & model, closes [#11643 ](https://github.com/lobehub/lobe-chat/issues/11643 ) ([af446d9 ](https://github.com/lobehub/lobe-chat/commit/af446d9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-20 09:58:21 +00:00
Neko
af446d9e3d
🐛 fix(memory-user-memory): should fallback to server configured provider & model ( #11643 )
2026-01-20 17:40:15 +08:00
Innei
ffb79fa753
fix(editor): editor layout add min-width: 0 ( #11642 )
...
fix: editor layout
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-20 17:14:00 +08:00
lobehubbot
358cc0c301
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-20 08:57:01 +00:00
semantic-release-bot
27caed8faf
🔖 chore(release): v2.0.0-next.321 [skip ci]
...
## [Version 2.0.0-next.321](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.320...v2.0.0-next.321 )
<sup>Released on **2026-01-20**</sup>
#### ✨ Features
- **memory-user-memory**: Support to configure preferred model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **memory-user-memory**: Support to configure preferred model, closes [#11637 ](https://github.com/lobehub/lobe-chat/issues/11637 ) ([49374da ](https://github.com/lobehub/lobe-chat/commit/49374da ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-20 08:55:19 +00:00
Neko
49374daab2
✨ feat(memory-user-memory): support to configure preferred model ( #11637 )
2026-01-20 16:36:49 +08:00
René Wang
dc7f7d212b
opti: address favicon performance issue ( #11635 )
...
* build: Add skills
* opti: context usage
* lint: Remove unused files
2026-01-20 16:19:16 +08:00
lobehubbot
3d555ced12
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-20 08:05:46 +00:00
semantic-release-bot
046d792997
🔖 chore(release): v2.0.0-next.320 [skip ci]
...
## [Version 2.0.0-next.320](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.319...v2.0.0-next.320 )
<sup>Released on **2026-01-20**</sup>
#### 🐛 Bug Fixes
- **ShareModal**: Wrap ShareMessageModal with Provider in context menu.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **ShareModal**: Wrap ShareMessageModal with Provider in context menu, closes [#11434 ](https://github.com/lobehub/lobe-chat/issues/11434 ) [#11382 ](https://github.com/lobehub/lobe-chat/issues/11382 ) ([0d30e5f ](https://github.com/lobehub/lobe-chat/commit/0d30e5f ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-20 08:04:01 +00:00
zerone0x
0d30e5f1f7
🐛 fix(ShareModal): wrap ShareMessageModal with Provider in context menu ( #11434 )
...
When sharing a message via context menu, the ShareMessageModal was not
wrapped with the Conversation store Provider, causing "zustand provider
not used as ancestor" error when useConversationStore was called.
This fix adds the Provider wrapper consistent with other Actions
components (Assistant/Actions, Task/Actions, etc.) that use the share
modal.
Fixes #11382
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-20 15:46:23 +08:00
René Wang
fd2e3a305d
refactor: Unifiy the metadata between desktop app and CMDK ( #11602 )
...
* merge
* feat: Unify icons
* fix: ts error
2026-01-20 15:10:37 +08:00
lobehubbot
9f30b929d9
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-20 07:06:58 +00:00
semantic-release-bot
ff2dfe4215
🔖 chore(release): v2.0.0-next.319 [skip ci]
...
## [Version 2.0.0-next.319](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.318...v2.0.0-next.319 )
<sup>Released on **2026-01-20**</sup>
#### 🐛 Bug Fixes
- **misc**: Slove commnuity user avatarUrl is wrong, should update others in profile.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Slove commnuity user avatarUrl is wrong, should update others in profile, closes [#11634 ](https://github.com/lobehub/lobe-chat/issues/11634 ) ([04465c8 ](https://github.com/lobehub/lobe-chat/commit/04465c8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-20 07:05:19 +00:00
Shinji-Li
04465c8105
🐛 fix: slove commnuity user avatarUrl is wrong, should update others in profile ( #11634 )
...
* fix: slove when avatarUrl is wrong, should update others
* feat: add the avatar url inital by /webapi/avater
2026-01-20 14:45:49 +08:00
lobehubbot
ff63a44f07
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-20 05:05:22 +00:00
semantic-release-bot
d78e0f3417
🔖 chore(release): v2.0.0-next.318 [skip ci]
...
## [Version 2.0.0-next.318](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.317...v2.0.0-next.318 )
<sup>Released on **2026-01-20**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix parallel tools calling race issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix parallel tools calling race issue, closes [#11626 ](https://github.com/lobehub/lobe-chat/issues/11626 ) ([34bdcd4 ](https://github.com/lobehub/lobe-chat/commit/34bdcd4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-20 05:03:43 +00:00
Arvin Xu
34bdcd4f4c
🐛 fix: fix parallel tools calling race issue ( #11626 )
...
fix race mode
2026-01-20 12:44:10 +08:00
lobehubbot
315dec2f7c
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-19 18:33:24 +00:00
semantic-release-bot
e751e2f89c
🔖 chore(release): v2.0.0-next.317 [skip ci]
...
## [Version 2.0.0-next.317](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.316...v2.0.0-next.317 )
<sup>Released on **2026-01-19**</sup>
#### 🐛 Bug Fixes
- **desktop**: Resolve onboarding navigation issues after logout.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **desktop**: Resolve onboarding navigation issues after logout, closes [#11628 ](https://github.com/lobehub/lobe-chat/issues/11628 ) ([05a0873 ](https://github.com/lobehub/lobe-chat/commit/05a0873 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-19 18:31:42 +00:00
Innei
05a08734ba
🐛 fix(desktop): resolve onboarding navigation issues after logout ( #11628 )
...
* 🐛 fix(desktop): resolve onboarding navigation issues after logout
- Refactor step-based navigation to screen-based navigation system
- Add DesktopOnboardingScreen enum for type-safe screen handling
- Fix screen persistence and URL synchronization
- Improve platform-specific screen resolution (macOS permissions)
- Extract navigation logic into reusable utility functions
* cleanup
Signed-off-by: Innei <tukon479@gmail.com >
* 🐛 fix(UserPanel): handle errors during remote server config clearance
- Added error handling for the remote server configuration clearance process in the UserPanel component.
- Ensured that the onboarding completion and sign-out actions are executed regardless of the error state.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-20 01:04:03 +08:00
lobehubbot
777b561d68
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-19 17:03:16 +00:00
semantic-release-bot
e21231206a
🔖 chore(release): v2.0.0-next.316 [skip ci]
...
## [Version 2.0.0-next.316](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.315...v2.0.0-next.316 )
<sup>Released on **2026-01-19**</sup>
#### 🐛 Bug Fixes
- **misc**: When use trpc client should include the credentials cookies.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: When use trpc client should include the credentials cookies, closes [#11629 ](https://github.com/lobehub/lobe-chat/issues/11629 ) ([8ece553 ](https://github.com/lobehub/lobe-chat/commit/8ece553 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-19 17:01:36 +00:00
Shinji-Li
8ece553555
🐛 fix: when use trpc client should include the credentials cookies ( #11629 )
...
fix: when use trpc client should include the credentials cookies
2026-01-20 00:42:08 +08:00
lobehubbot
de51c7de55
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-19 14:57:12 +00:00
semantic-release-bot
97d2477e8c
🔖 chore(release): v2.0.0-next.315 [skip ci]
...
## [Version 2.0.0-next.315](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.314...v2.0.0-next.315 )
<sup>Released on **2026-01-19**</sup>
#### ✨ Features
- **misc**: Add the cloudEndpoint & Klavis Tools Call in Excuation Task.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add the cloudEndpoint & Klavis Tools Call in Excuation Task, closes [#11627 ](https://github.com/lobehub/lobe-chat/issues/11627 ) ([0ffe6c4 ](https://github.com/lobehub/lobe-chat/commit/0ffe6c4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-19 14:55:34 +00:00
Shinji-Li
0ffe6c4af5
✨ feat: add the cloudEndpoint & Klavis Tools Call in Excuation Task ( #11627 )
...
* feat: add klavis servers & excute Tools add klavis
* feat: support the cloud call mcp endpoint
2026-01-19 22:35:18 +08:00
lobehubbot
a3dedd5b04
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-19 14:22:00 +00:00
semantic-release-bot
4aa9464310
🔖 chore(release): v2.0.0-next.314 [skip ci]
...
## [Version 2.0.0-next.314](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.313...v2.0.0-next.314 )
<sup>Released on **2026-01-19**</sup>
#### ✨ Features
- **misc**: Improve desktop onboarding window management and footer actions.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Improve desktop onboarding window management and footer actions, closes [#11619 ](https://github.com/lobehub/lobe-chat/issues/11619 ) ([6ed280e ](https://github.com/lobehub/lobe-chat/commit/6ed280e ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-19 14:20:02 +00:00
Shinji-Li
6fff60d2f2
✨ feat add the exportFiles in market servers ( #11623 )
...
feat: add the exportFiles in market servers
2026-01-19 21:56:57 +08:00
Arvin Xu
560f5de026
✅ test: fix e2e community ( #11622 )
...
* fix community
* improve
* fix pwa entry
2026-01-19 21:44:04 +08:00
Innei
6ed280e0cc
✨ feat: improve desktop onboarding window management and footer actions ( #11619 )
...
* ✨ feat: improve desktop onboarding window management and footer actions
- Add APP_WINDOW_MIN_SIZE constant for consistent window constraints
- Extract reusable OnboardingFooterActions component for step navigation
- Implement setWindowMinimumSize API in electron system service
- Apply dedicated minimum size (1200x900) during onboarding flow
- Restore app-level defaults (860x500) when onboarding completes
- Add windowMinimumSize parameter support in BrowserManager
Resolves: LOBE-3643, LOBE-3225, LOBE-2588
* chore: update .gitignore to include pnpm-lock.yaml and remove pnpm-lock.yaml file
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-19 21:27:30 +08:00
Innei
abf57c59a0
fix(electron): adjust nodrag region in navigation bar ( #11620 )
2026-01-19 21:15:23 +08:00
lobehubbot
c097c69f49
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-19 12:36:46 +00:00
semantic-release-bot
b481253dd5
🔖 chore(release): v2.0.0-next.313 [skip ci]
...
## [Version 2.0.0-next.313](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.312...v2.0.0-next.313 )
<sup>Released on **2026-01-19**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix server agent task run with headless, internlm provider base url and homepage.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix server agent task run with headless, closes [#11600 ](https://github.com/lobehub/lobe-chat/issues/11600 ) ([435eede ](https://github.com/lobehub/lobe-chat/commit/435eede ))
* **misc**: Internlm provider base url and homepage, closes [#11612 ](https://github.com/lobehub/lobe-chat/issues/11612 ) ([38725da ](https://github.com/lobehub/lobe-chat/commit/38725da ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-19 12:34:49 +00:00
Innei
1018679cc8
feat: Add desktop OIDC authentication and onboarding improvements ( #11569 )
2026-01-19 20:14:54 +08:00
Yee
38725da72f
🐛 fix: internlm provider base url and homepage ( #11612 )
...
fix: internlm provider base url and homepage
2026-01-19 20:13:21 +08:00
YuTengjing
b062f8556f
feat: add market registerUser method and invite code i18n ( #11614 )
2026-01-19 19:51:30 +08:00
Arvin Xu
435eede231
🐛 fix: fix server agent task run with headless ( #11600 )
...
* fix server agent task run with headless
* refactor the cloud sandbox in client mode
* improve task message issue
* fix cloud sandbox in server agent runtime
* fix cloud sandbox in server agent runtime
* fix
* fix
* fix batch async tasks
* fix memory schema
* fix types
2026-01-19 19:46:41 +08:00
arvinxx
dff304ca95
fix tests
2026-01-19 19:35:06 +08:00
arvinxx
484814ab3a
fix types
2026-01-19 19:19:09 +08:00
lobehubbot
4668b85238
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-19 08:21:10 +00:00
semantic-release-bot
c2cd768839
🔖 chore(release): v2.0.0-next.312 [skip ci]
...
## [Version 2.0.0-next.312](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.311...v2.0.0-next.312 )
<sup>Released on **2026-01-19**</sup>
#### ♻ Code Refactoring
- **misc**: Change the /community/assistant to /agent routes.
#### ✨ Features
- **misc**: Improve the agentbuilder systemRole.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Change the /community/assistant to /agent routes, closes [#11606 ](https://github.com/lobehub/lobe-chat/issues/11606 ) ([7f004c5 ](https://github.com/lobehub/lobe-chat/commit/7f004c5 ))
#### What's improved
* **misc**: Improve the agentbuilder systemRole, closes [#11608 ](https://github.com/lobehub/lobe-chat/issues/11608 ) ([2f032d4 ](https://github.com/lobehub/lobe-chat/commit/2f032d4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-19 08:19:25 +00:00
René Wang
d92550cbd2
feat: dynamic favicon ( #11603 )
...
* feat: dynamic favicon
* feat: dynamic favicon
* feat: dynamic favicon
* feat: dynamic favicon
2026-01-19 15:59:39 +08:00
Shinji-Li
2f032d44d1
✨ feat: improve the agentbuilder systemRole ( #11608 )
...
feat: improve the agentbuilder systemRole
2026-01-19 15:41:47 +08:00
Shinji-Li
7f004c5baf
♻️ refactor: change the /community/assistant to /agent routes ( #11606 )
...
* refactor: change the /community/assistant to /agent routes
* fix: slove the group detail page go back error
* fix: update the e2e test
2026-01-19 15:41:20 +08:00
lobehubbot
37e59245d0
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-19 05:47:25 +00:00
semantic-release-bot
f0af810849
🔖 chore(release): v2.0.0-next.311 [skip ci]
...
## [Version 2.0.0-next.311](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.310...v2.0.0-next.311 )
<sup>Released on **2026-01-19**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor market sdk into market servers.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor market sdk into market servers, closes [#11604 ](https://github.com/lobehub/lobe-chat/issues/11604 ) ([858cc20 ](https://github.com/lobehub/lobe-chat/commit/858cc20 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-19 05:45:32 +00:00
Shinji-Li
858cc20a5b
♻️ refactor: refactor market sdk into market servers ( #11604 )
...
* refactor: refactor market sdk into market servers
* fix: fixed the test failed problem
2026-01-19 13:25:54 +08:00
YuTengjing
2c1af8a728
feat(router-runtime): add fallback options ( #11531 )
2026-01-19 11:28:54 +08:00
René Wang
475905f622
fix: Chat minimap not working ( #11598 )
...
* fix: chat minimap
* fix: chat minimap
2026-01-19 11:04:00 +08:00
lobehubbot
dd6a9f94f0
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-19 02:18:23 +00:00
semantic-release-bot
dad9eaf023
🔖 chore(release): v2.0.0-next.310 [skip ci]
...
## [Version 2.0.0-next.310](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.309...v2.0.0-next.310 )
<sup>Released on **2026-01-19**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#11596 ](https://github.com/lobehub/lobe-chat/issues/11596 ) ([b02d26c ](https://github.com/lobehub/lobe-chat/commit/b02d26c ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-19 02:16:34 +00:00
LobeHub Bot
b02d26c14e
🤖 style: update i18n ( #11596 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2026-01-19 09:56:54 +08:00
Arvin Xu
ba34e92523
✅ test: fix pages e2e test ( #11594 )
...
fix pages
2026-01-19 09:56:38 +08:00
lobehubbot
f08e6aec2b
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-18 19:37:03 +00:00
semantic-release-bot
d4e9db9859
🔖 chore(release): v2.0.0-next.309 [skip ci]
...
## [Version 2.0.0-next.309](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.308...v2.0.0-next.309 )
<sup>Released on **2026-01-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix group sub task execution.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix group sub task execution, closes [#11595 ](https://github.com/lobehub/lobe-chat/issues/11595 ) ([32be2b2 ](https://github.com/lobehub/lobe-chat/commit/32be2b2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-18 19:35:18 +00:00
Arvin Xu
32be2b2882
🐛 fix: fix group sub task execution ( #11595 )
...
* update memory manifest
* support console error in the server with subagent task
* ✅ test(agent-service): add unit tests for getAgentConfig method
Add 7 test cases for the new getAgentConfig(idOrSlug) method:
- Return null if agent does not exist
- Support lookup by agent id
- Support lookup by slug
- Merge DEFAULT_AGENT_CONFIG and serverDefaultAgentConfig
- Use default model/provider when agent has none
- Prioritize agent model/provider over defaults
- Merge user default agent config
Relates to: LOBE-3514
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* ✨ feat(group-agent-builder): add GetAgentInfo Inspector
Add Inspector component for getAgentInfo API to display agent avatar
and name in the tool call UI.
Changes:
- Add GetAgentInfoInspector component with avatar and title display
- Register inspector in GroupAgentBuilderInspectors registry
- Add i18n translations for en-US and zh-CN
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* fix lobehub manifest temporarily
* fix twitter calling
* 🔧 chore: remove unused serializeError function
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* 🐛 fix(test): fix execAgent.threadId test mock for AgentService
Add AgentService mock and use importOriginal for model-bank mock
to fix test failures after refactoring to use AgentService.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-19 03:16:02 +08:00
lobehubbot
ef27ed0824
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-18 17:52:31 +00:00
semantic-release-bot
69755cfd18
🔖 chore(release): v2.0.0-next.308 [skip ci]
...
## [Version 2.0.0-next.308](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.307...v2.0.0-next.308 )
<sup>Released on **2026-01-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix group subagent task issue.
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix group subagent task issue, closes [#11589 ](https://github.com/lobehub/lobe-chat/issues/11589 ) ([9ad468b ](https://github.com/lobehub/lobe-chat/commit/9ad468b ))
#### Styles
* **misc**: Update i18n, closes [#11482 ](https://github.com/lobehub/lobe-chat/issues/11482 ) ([676611e ](https://github.com/lobehub/lobe-chat/commit/676611e ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-18 17:50:36 +00:00
Arvin Xu
9ad468be06
🐛 fix: fix group subagent task issue ( #11589 )
...
* improve WriteFile feeling
* refactor exector
* improve task title
* fix flick
* improve i18n
* fix tests
2026-01-19 01:30:59 +08:00
yliu7949
b4d103b438
💄 style: add deepseek-math-v2 for Qiniu provider ( #10823 )
...
* style(): add deepseek-math-v2 for Qiniu provider
* style(): rewrite description of deepseek-math-v2 in English
2026-01-19 01:25:06 +08:00
LobeHub Bot
676611e5bd
🤖 style: update i18n ( #11482 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2026-01-19 01:13:02 +08:00
Innei
69c038a36b
🔧 chore: cleanup redundant displayName properties ( #11591 )
2026-01-19 00:01:12 +08:00
lobehubbot
7d151c51d2
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-18 15:57:47 +00:00
semantic-release-bot
b733e35f58
🔖 chore(release): v2.0.0-next.307 [skip ci]
...
## [Version 2.0.0-next.307](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.306...v2.0.0-next.307 )
<sup>Released on **2026-01-18**</sup>
#### 🐛 Bug Fixes
- **upload**: Resolve file upload button unresponsive issue.
- **misc**: Fixed the createGroupWithSupervisor function test, slove when use copy & install group from market, the member system Role is lost.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **upload**: Resolve file upload button unresponsive issue, closes [#11588 ](https://github.com/lobehub/lobe-chat/issues/11588 ) ([76fd478 ](https://github.com/lobehub/lobe-chat/commit/76fd478 ))
* **misc**: Fixed the createGroupWithSupervisor function test, closes [#11590 ](https://github.com/lobehub/lobe-chat/issues/11590 ) ([83bb343 ](https://github.com/lobehub/lobe-chat/commit/83bb343 ))
* **misc**: Slove when use copy & install group from market, the member system Role is lost, closes [#11585 ](https://github.com/lobehub/lobe-chat/issues/11585 ) ([9b73ad7 ](https://github.com/lobehub/lobe-chat/commit/9b73ad7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-18 15:55:51 +00:00
Innei
76fd478752
🐛 fix(upload): resolve file upload button unresponsive issue ( #11588 )
...
* 🐛 fix(upload): resolve file upload button unresponsive issue
The file upload dropdown menu was not properly handling the interaction
between the dropdown and the Upload component, causing the menu to block
file selection events.
Changes:
- Add controlled open state for upload dropdown
- Mark upload menu items with closeOnClick: false to prevent premature closing
- Manually close dropdown after file selection completes
- Enhance ActionDropdown to support interactive elements with proper event handling
- Add scheduleClose functionality for delayed menu closing
Closes LOBE-3503
* 🔧 chore: update package dependencies and enhance VSCode settings
- Bump version of @lobehub/ui to ^4.22.0 in package.json.
- Update VSCode settings to exclude additional locale directories from search, improving performance and relevance.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-18 23:36:15 +08:00
Shinji-Li
83bb343066
🐛 fix: fixed the createGroupWithSupervisor function test ( #11590 )
...
fix: fixed the createGroupWithSupervisor function test
2026-01-18 23:26:52 +08:00
Arvin Xu
51d2eae0dc
🐛 fix: fix group manage tools and supervisor config resolve ( #11586 )
...
* fix group management and agent builder
* try to fix group agent config id
* refactor local-system prompt
2026-01-18 23:01:01 +08:00
Shinji-Li
9b73ad78f9
🐛 fix: slove when use copy & install group from market, the member system Role is lost ( #11585 )
...
fix: slove when use copy & install group from market, the member systemRole not found
2026-01-18 22:24:22 +08:00
lobehubbot
a6754c38a5
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-18 14:13:30 +00:00
semantic-release-bot
aedfdff8c6
🔖 chore(release): v2.0.0-next.306 [skip ci]
...
## [Version 2.0.0-next.306](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.305...v2.0.0-next.306 )
<sup>Released on **2026-01-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix supervisor id issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix supervisor id issue, closes [#11584 ](https://github.com/lobehub/lobe-chat/issues/11584 ) ([c097584 ](https://github.com/lobehub/lobe-chat/commit/c097584 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-18 14:11:35 +00:00
Arvin Xu
c09758409f
🐛 fix: fix supervisor id issue ( #11584 )
...
* fix group supervisor issue
* fix identity memory id
* fix supervisor message
* fix bug
* fix loading issue
* add debug mode
2026-01-18 21:52:07 +08:00
LobeHub Bot
a9e320b893
✅ test: add unit tests for parameter precedence in modelParamsResolver ( #11581 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-18 21:31:25 +08:00
Arvin Xu
171f328ff1
✅ test: improve community e2e testing ( #11534 )
...
* improve community e2e testing
* fix steps
2026-01-18 21:31:05 +08:00
lobehubbot
14b9bf7353
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-18 11:17:11 +00:00
semantic-release-bot
1b403bd9f5
🔖 chore(release): v2.0.0-next.305 [skip ci]
...
## [Version 2.0.0-next.305](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.304...v2.0.0-next.305 )
<sup>Released on **2026-01-18**</sup>
#### 🐛 Bug Fixes
- **desktop**: Add auth required modal and improve error handling.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **desktop**: Add auth required modal and improve error handling, closes [#11574 ](https://github.com/lobehub/lobe-chat/issues/11574 ) ([4e5a516 ](https://github.com/lobehub/lobe-chat/commit/4e5a516 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-18 11:15:18 +00:00
Innei
4e5a516865
🐛 fix(desktop): add auth required modal and improve error handling ( #11574 )
...
* 🐛 fix(desktop): add auth required modal and improve error handling
- Add AuthRequiredModal component to handle authentication expiration
- Improve backend proxy protocol error handling for auth errors
- Add updater manager authentication header support
- Add i18n strings for auth error messages
* 🔧 fix(desktop): update UpdaterManager to leave channel unset for GitHub prerelease matching
- Modify UpdaterManager to leave the channel unset, allowing GitHub to use version tags for prerelease matching.
- Update logging to reflect the new behavior when the channel is unset or kept as is.
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 fix(desktop): clarify UpdaterManager behavior for GitHub provider
- Update comments and logging in UpdaterManager to clarify that the channel is left unset for beta/nightly, allowing GitHub to use version tags for prerelease matching.
- Ensure logging accurately reflects the new behavior when the channel is unset.
Signed-off-by: Innei <tukon479@gmail.com >
* ✨ feat(desktop): add desktop build channel script and update documentation
- Introduced a new script for building desktop applications for specific release channels (stable, beta, nightly).
- Updated package.json to include a new npm command for the build channel.
- Enhanced README documentation to guide users on simulating CI channel builds and retaining changes.
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 fix(desktop): streamline NODE_ENV usage in logger and config
- Removed redundant process.env.NODE_ENV definition from electron.vite.config.ts.
- Simplified logger implementation by directly using process.env.NODE_ENV for environment checks.
- Improved readability and maintainability of logging behavior based on the environment.
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 fix(desktop): enhance logging configuration to support debug mode
- Updated logger configuration to allow for debug level logging when DEBUG environment variable is set.
- Simplified the logic for console logging levels based on the environment, improving clarity and maintainability.
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 fix(desktop): enhance version generation and logging in UpdaterManager
- Updated version generation logic in manual-build-desktop.yml to handle channel suffixes more effectively.
- Added inferredChannel logging in UpdaterManager to improve clarity on the current update channel being used.
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 fix(desktop): update localization files and set default entry locale to English
- Changed default entry locale from Chinese (zh-CN) to English (en) in .i18nrc.js.
- Added full disk access messages in multiple languages (Arabic, Bulgarian, German, Spanish, French, Italian, Japanese, Korean, Dutch, Polish, Portuguese, Russian, Turkish, Vietnamese, Traditional Chinese).
- Enhanced menu localization with new settings and permissions options across various languages.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-18 18:55:18 +08:00
Shinji-Li
dd4cbcce7a
✨ feat agent builder add more skill, improve auto install plugins oauth or market install ( #11582 )
...
* fix: add the lost lobehub skill & market mcp install in agent builder install tools call
* fix: imporve when call install tools render ui
2026-01-18 16:10:37 +08:00
lobehubbot
34f96dac4b
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-18 04:24:28 +00:00
semantic-release-bot
7c9eafe3db
🔖 chore(release): v2.0.0-next.304 [skip ci]
...
## [Version 2.0.0-next.304](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.303...v2.0.0-next.304 )
<sup>Released on **2026-01-18**</sup>
#### 💄 Styles
- **misc**: Improve auto scroll and loading hint.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve auto scroll and loading hint, closes [#11579 ](https://github.com/lobehub/lobe-chat/issues/11579 ) ([277b42d ](https://github.com/lobehub/lobe-chat/commit/277b42d ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-18 04:22:40 +00:00
LobeHub Bot
d33d374a11
🌐 chore: translate non-English comments to English in database & desktop modules ( #11578 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-18 12:02:52 +08:00
Arvin Xu
277b42d3d9
💄 style: improve auto scroll and loading hint ( #11579 )
...
* improve operation hint
* improve i18n
* try to fix auto scroll
2026-01-18 12:02:08 +08:00
lobehubbot
9417652c73
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-18 03:11:23 +00:00
semantic-release-bot
749177c588
🔖 chore(release): v2.0.0-next.303 [skip ci]
...
## [Version 2.0.0-next.303](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.302...v2.0.0-next.303 )
<sup>Released on **2026-01-18**</sup>
#### 💄 Styles
- **misc**: Improve operation hint and fix scroll issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve operation hint and fix scroll issue, closes [#11573 ](https://github.com/lobehub/lobe-chat/issues/11573 ) ([8505d14 ](https://github.com/lobehub/lobe-chat/commit/8505d14 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-18 03:09:38 +00:00
Arvin Xu
8505d14a0d
💄 style: improve operation hint and fix scroll issue ( #11573 )
...
improve operation hint
2026-01-18 10:49:50 +08:00
lobehubbot
013a643752
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-17 17:39:46 +00:00
semantic-release-bot
271d56ec9e
🔖 chore(release): v2.0.0-next.302 [skip ci]
...
## [Version 2.0.0-next.302](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.301...v2.0.0-next.302 )
<sup>Released on **2026-01-17**</sup>
#### 🐛 Bug Fixes
- **misc**: Try to fix group supervisor id not sync successful.
#### 💄 Styles
- **misc**: Fix left panel on group page.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Try to fix group supervisor id not sync successful, closes [#11570 ](https://github.com/lobehub/lobe-chat/issues/11570 ) ([ef51c17 ](https://github.com/lobehub/lobe-chat/commit/ef51c17 ))
#### Styles
* **misc**: Fix left panel on group page, closes [#11571 ](https://github.com/lobehub/lobe-chat/issues/11571 ) ([de81a42 ](https://github.com/lobehub/lobe-chat/commit/de81a42 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-17 17:37:45 +00:00
Arvin Xu
de81a42213
💄 style: fix left panel on group page ( #11571 )
...
fix left panel
2026-01-18 01:15:21 +08:00
Arvin Xu
ef51c17f59
🐛 fix: try to fix group supervisor id not sync successful ( #11570 )
...
* improve code
* fix share button suspense
* update streaming issue
* improve
* fix share button issue
* fix store sync
2026-01-18 01:10:43 +08:00
LobeHub Bot
dea1b25e2d
🌐 chore: translate non-English comments to English in model-runtime/src/core/streams ( #11506 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-17 19:07:07 +08:00
Arvin Xu
4c1cff9fc8
🔧 chore: use pnpm for Vercel install command ( #11568 )
...
update
2026-01-17 18:48:19 +08:00
LobeHub Bot
311d4fec6d
🌐 chore: translate non-English comments to English in model-bank ( #11544 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-17 18:35:56 +08:00
lobehubbot
7fdd47bbfe
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-17 09:20:48 +00:00
semantic-release-bot
78cf897467
🔖 chore(release): v2.0.0-next.301 [skip ci]
...
## [Version 2.0.0-next.301](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.300...v2.0.0-next.301 )
<sup>Released on **2026-01-17**</sup>
#### 🐛 Bug Fixes
- **desktop**: Ensure allowPrerelease is set correctly for updater.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **desktop**: Ensure allowPrerelease is set correctly for updater, closes [#11566 ](https://github.com/lobehub/lobe-chat/issues/11566 ) ([9383c6b ](https://github.com/lobehub/lobe-chat/commit/9383c6b ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-17 09:19:09 +00:00
Innei
9383c6be44
🐛 fix(desktop): ensure allowPrerelease is set correctly for updater ( #11566 )
...
* 🐛 fix(desktop): ensure allowPrerelease is set correctly for updater
- Add explicit allowPrerelease check before each update check
- Ensure allowPrerelease is re-applied after setFeedURL call
- Guard against potential internal state resets by electron-updater
* ✨ feat(updater): Enhance prerelease handling for update checks
- Ensure `allowPrerelease` is set correctly before and after update checks to accommodate internal state resets by `electron-updater`.
- Added logging to indicate the configuration of the GitHub update URL and the `allowPrerelease` status.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-17 16:59:51 +08:00
lobehubbot
23fa8a2745
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-17 05:00:55 +00:00
semantic-release-bot
fdfd224402
🔖 chore(release): v2.0.0-next.300 [skip ci]
...
## [Version 2.0.0-next.300](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.299...v2.0.0-next.300 )
<sup>Released on **2026-01-17**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix supervisor group prompt.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix supervisor group prompt, closes [#11543 ](https://github.com/lobehub/lobe-chat/issues/11543 ) ([3a6efbc ](https://github.com/lobehub/lobe-chat/commit/3a6efbc ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-17 04:59:08 +00:00
Arvin Xu
3a6efbcbad
🐛 fix: fix supervisor group prompt ( #11543 )
...
* update content
* improve i18n
* update i18n
* fix group supervisor prompts
* update
2026-01-17 12:39:30 +08:00
lobehubbot
ac0a99f18d
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-17 02:27:19 +00:00
semantic-release-bot
7fb22c7315
🔖 chore(release): v2.0.0-next.299 [skip ci]
...
## [Version 2.0.0-next.299](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.298...v2.0.0-next.299 )
<sup>Released on **2026-01-17**</sup>
#### ♻ Code Refactoring
- **ui**: Migrate from Dropdown to DropdownMenu/ContextMenuTrigger components.
#### 🐛 Bug Fixes
- **misc**: Fix topic messages display error when switch topic quickly.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **ui**: Migrate from Dropdown to DropdownMenu/ContextMenuTrigger components, closes [#11539 ](https://github.com/lobehub/lobe-chat/issues/11539 ) ([9c9d4b1 ](https://github.com/lobehub/lobe-chat/commit/9c9d4b1 ))
#### What's fixed
* **misc**: Fix topic messages display error when switch topic quickly, closes [#11542 ](https://github.com/lobehub/lobe-chat/issues/11542 ) ([371d91e ](https://github.com/lobehub/lobe-chat/commit/371d91e ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-17 02:25:30 +00:00
Arvin Xu
371d91e091
🐛 fix: fix topic messages display error when switch topic quickly ( #11542 )
...
* fix Switch topic issues
* clean document
* add abortable mode
2026-01-17 10:05:51 +08:00
Innei
9c9d4b17a9
♻️ refactor(ui): migrate from Dropdown to DropdownMenu/ContextMenuTrigger components ( #11539 )
...
* ✨ feat(mcp): improve system dependency checks and error handling
- Refactored checkSystemDependency method to streamline command execution and error handling.
- Removed unnecessary npx command for package version checks, simplifying the installation verification process.
- Enhanced error handling in InstallError component for better user feedback during MCP installation failures.
- Updated UpdaterManager to prevent auto-update checks in development mode.
Signed-off-by: Innei <tukon479@gmail.com >
* ✨ feat: update ChatWithModel component to use DropdownMenu
- Replaced the Dropdown component with DropdownMenu for better integration with UI library.
- Added type definitions for DropdownMenuProps to support new properties.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-17 00:41:39 +08:00
lobehubbot
e97a99d835
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-16 14:37:34 +00:00
semantic-release-bot
dd0304f5b1
🔖 chore(release): v2.0.0-next.298 [skip ci]
...
## [Version 2.0.0-next.298](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.297...v2.0.0-next.298 )
<sup>Released on **2026-01-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix switch skill in home.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix switch skill in home, closes [#11537 ](https://github.com/lobehub/lobe-chat/issues/11537 ) ([d5561f3 ](https://github.com/lobehub/lobe-chat/commit/d5561f3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-16 14:35:50 +00:00
Arvin Xu
d5561f3b70
🐛 fix: fix switch skill in home ( #11537 )
...
* fix switch skill in home
* clean
2026-01-16 22:16:33 +08:00
lobehubbot
67bb9f64aa
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-16 12:27:35 +00:00
semantic-release-bot
cc459167f0
🔖 chore(release): v2.0.0-next.297 [skip ci]
...
## [Version 2.0.0-next.297](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.296...v2.0.0-next.297 )
<sup>Released on **2026-01-16**</sup>
#### ✨ Features
- **misc**: Add agent group publish into market & use market group agents in lobehub.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add agent group publish into market & use market group agents in lobehub, closes [#11535 ](https://github.com/lobehub/lobe-chat/issues/11535 ) ([02b9e76 ](https://github.com/lobehub/lobe-chat/commit/02b9e76 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-16 12:25:46 +00:00
Shinji-Li
02b9e76bb9
✨ feat: add agent group publish into market & use market group agents in lobehub ( #11535 )
...
* feat: add the publihs group button into group profiles
* feat: add agent group detail page
* feat: the /community/group_agent pages inital
* feat: upload the agent group detail get fixed
* feat: add the agent group add it to user way
* feat: add agent group in agents list & item update
* feat: update the market-sdk
* feat: add group active tab as overview default
2026-01-16 20:06:18 +08:00
lobehubbot
5bf204b112
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-16 10:51:23 +00:00
semantic-release-bot
bcf219f106
🔖 chore(release): v2.0.0-next.296 [skip ci]
...
## [Version 2.0.0-next.296](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.295...v2.0.0-next.296 )
<sup>Released on **2026-01-16**</sup>
#### 💄 Styles
- **misc**: Improve todo list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve todo list, closes [#11533 ](https://github.com/lobehub/lobe-chat/issues/11533 ) ([a4b71e9 ](https://github.com/lobehub/lobe-chat/commit/a4b71e9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-16 10:49:35 +00:00
Arvin Xu
a4b71e97cd
💄 style: improve todo list ( #11533 )
...
* fix todo with wip
* update
* fix tests
* fix url
2026-01-16 18:30:12 +08:00
lobehubbot
212d8e3630
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-16 08:33:17 +00:00
René Wang
ad7961f9be
fix: resource problem ( #11519 )
...
* fix: Cannot reach end
* fix: Cannot reach end
* fix: Cannot move item to root
* fix: Cannot move item to root
* fix: Cannot move item to root
* style: Droppable area style
* style: library head
2026-01-16 16:13:56 +08:00
Arvin Xu
488175a143
✨ feat: improve memory tool display and refactor tool render ( #11525 )
...
* fix memory display
* refactor assisant group tool
* rename render to detail
* refactor
* feat support display message tool ui
* fix memory issue
2026-01-16 10:05:31 +08:00
lobehubbot
b04faaf525
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-15 16:49:13 +00:00
semantic-release-bot
108c153d3f
🔖 chore(release): v2.0.0-next.295 [skip ci]
...
## [Version 2.0.0-next.295](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.294...v2.0.0-next.295 )
<sup>Released on **2026-01-15**</sup>
#### ♻ Code Refactoring
- **misc**: Migrate Next.js navigation APIs to React Router for SPA.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Migrate Next.js navigation APIs to React Router for SPA, closes [#11394 ](https://github.com/lobehub/lobe-chat/issues/11394 ) ([2253d46 ](https://github.com/lobehub/lobe-chat/commit/2253d46 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-15 16:47:34 +00:00
Innei
2253d46ee0
♻️ refactor: migrate Next.js navigation APIs to React Router for SPA ( #11394 )
...
This implements Phase 3 of LOBE-2850, establishing a dual routing architecture
for the Next.js to Vite React Router SPA migration.
## Changes
### New wrapper modules
- `src/libs/next/` - Next.js wrappers for auth pages (Link, Image, navigation, dynamic)
- `src/libs/router/` - React Router wrappers for SPA routes (Link, navigation hooks)
### Link component updates
- External links (`http://`, `https://`) → native `<a>` tags
- SPA internal routes → React Router `<Link>`
- Auth pages → Next.js `<Link>` (preserved)
- Global `src/components/Link.tsx` → smart component for ConfigProvider
### Navigation hook updates
- SPA routes use `@/libs/router/navigation` (useRouter, usePathname, useSearchParams)
- Auth pages use `@/libs/next/navigation`
- GlobalProvider uses `window.location` (outside Router context)
### Architecture
```
GlobalProvider (no Router context)
└── AppTheme + ConfigProvider
├── Auth pages (Next.js routing)
└── SPA Router (BrowserRouter)
└── SPA pages (React Router)
```
Resolves LOBE-2850
2026-01-16 00:28:15 +08:00
lobehubbot
85c793b1d0
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-15 15:54:13 +00:00
semantic-release-bot
6d35c4abbd
🔖 chore(release): v2.0.0-next.294 [skip ci]
...
## [Version 2.0.0-next.294](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.293...v2.0.0-next.294 )
<sup>Released on **2026-01-15**</sup>
#### 🐛 Bug Fixes
- **chat**: Reset activeTopicId when switching agent/group.
- **mcp**: Fix installation check hanging issue in desktop app.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **chat**: Reset activeTopicId when switching agent/group, closes [#11523 ](https://github.com/lobehub/lobe-chat/issues/11523 ) ([fde54b0 ](https://github.com/lobehub/lobe-chat/commit/fde54b0 ))
* **mcp**: Fix installation check hanging issue in desktop app, closes [#11524 ](https://github.com/lobehub/lobe-chat/issues/11524 ) ([b9341c3 ](https://github.com/lobehub/lobe-chat/commit/b9341c3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-15 15:52:23 +00:00
Arvin Xu
fde54b064e
🐛 fix(chat): reset activeTopicId when switching agent/group ( #11523 )
...
When switching agents via dropdown menu, the activeTopicId was not being
reset, causing messages to be saved to the wrong topic bucket. This fix
adds useEffect hooks to AgentIdSync and GroupIdSync components to detect
agent/group changes and synchronously reset activeTopicId.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-15 23:32:39 +08:00
Innei
b9341c3183
🐛 fix(mcp): fix installation check hanging issue in desktop app ( #11524 )
...
* ✨ feat(mcp): enhance error handling and logging for MCP connections
- Introduced MCPConnectionError class to capture and log stderr output during MCP connections.
- Updated McpCtr to handle MCPConnectionError and provide enhanced error messages with stderr logs.
- Modified MCPClient to collect stderr logs and throw enhanced errors when connection issues occur.
- Improved error display in MCPManifestForm to show detailed error information when connection tests fail.
- Added utility functions to parse and extract STDIO process output from error messages.
Signed-off-by: Innei <tukon479@gmail.com >
* 🐛 fix(mcp): remove npx check to prevent hanging during installation check
- Remove `npx -y` package check that could download packages or start MCP servers
- This was causing the UI to hang on "Checking installation environment"
- npm packages don't require pre-installation, npx handles on-demand download
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-15 23:30:05 +08:00
Innei
4dad2ec5ad
🔧 ci(release): improve stable/beta release detection logic ( #11522 )
...
- Add 'next' version support to beta release workflow
- Simplify stable version detection by checking for '-' suffix instead of enumerating prerelease identifiers
- Fix manual trigger flow in stable release workflow
2026-01-15 20:50:14 +08:00
semantic-release-bot
e4e93f86f3
🔖 chore(release): v2.0.0-next.293 [skip ci]
...
## [Version 2.0.0-next.293](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.292...v2.0.0-next.293 )
<sup>Released on **2026-01-15**</sup>
#### ✨ Features
- **desktop**: Add desktop release service and API endpoint.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **desktop**: Add desktop release service and API endpoint, closes [#11520 ](https://github.com/lobehub/lobe-chat/issues/11520 ) ([e3dc5be ](https://github.com/lobehub/lobe-chat/commit/e3dc5be ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-15 12:48:53 +00:00
Innei
e3dc5bede9
✨ feat(desktop): add desktop release service and API endpoint ( #11520 )
...
feat(desktop): add desktop release service and API endpoint
ci: add macOS Intel build option to release workflow
test: add tests for desktop release service
refactor: create validation middleware for API routes
2026-01-15 20:30:44 +08:00
lobehubbot
33088ee0c7
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-15 09:56:20 +00:00
semantic-release-bot
8712767b8b
🔖 chore(release): v2.0.0-next.292 [skip ci]
...
## [Version 2.0.0-next.292](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.291...v2.0.0-next.292 )
<sup>Released on **2026-01-15**</sup>
#### ♻ Code Refactoring
- **misc**: Use fallbackData to prevent useActionSWR auto-fetch.
#### ✨ Features
- **desktop**: Add local update testing scripts and stable channel API version check.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Use fallbackData to prevent useActionSWR auto-fetch, closes [#11514 ](https://github.com/lobehub/lobe-chat/issues/11514 ) ([d446163 ](https://github.com/lobehub/lobe-chat/commit/d446163 ))
#### What's improved
* **desktop**: Add local update testing scripts and stable channel API version check, closes [#11474 ](https://github.com/lobehub/lobe-chat/issues/11474 ) [#11513 ](https://github.com/lobehub/lobe-chat/issues/11513 ) ([959c210 ](https://github.com/lobehub/lobe-chat/commit/959c210 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-15 09:54:40 +00:00
YuTengjing
d44616354e
♻️ refactor: use fallbackData to prevent useActionSWR auto-fetch ( #11514 )
2026-01-15 17:34:49 +08:00
Innei
959c210e86
✨ feat(desktop): add local update testing scripts and stable channel API version check ( #11474 )
...
* chore: stable updater
* ✨ feat: add local update testing scripts and configuration
- Introduced scripts for local update testing, including setup, server management, and manifest generation.
- Added `dev-app-update.local.yml` for local server configuration.
- Implemented `generate-manifest.sh` to create update manifests.
- Created `run-test.sh` for streamlined testing process.
- Updated `README.md` with instructions for local testing setup and usage.
- Enhanced `UpdaterManager` to allow forced use of dev update configuration in packaged apps.
Signed-off-by: Innei <tukon479@gmail.com >
* 🐛 fix(desktop): update UpdaterManager test mocks for new exports
Add missing mock exports for @/modules/updater/configs:
- isStableChannel
- githubConfig
- UPDATE_SERVER_URL
Add mock for @/env with getDesktopEnv
Add setFeedURL method to autoUpdater mock
* ✨ feat: add Conductor setup scripts and configuration
* ✨ feat: enhance update modal functionality and refactor modal hooks
- Added `useUpdateModal` for managing update modal state and behavior.
- Refactored `UpdateModal` to utilize new modal management approach.
- Improved `useWatchBroadcast` integration for handling update events.
- Removed deprecated `createModalHooks` and related components from `FunctionModal`.
- Updated `AddFilesToKnowledgeBase` and `CreateNew` modals to use new modal context for closing behavior.
This refactor streamlines modal management and enhances the user experience during update processes.
Signed-off-by: Innei <tukon479@gmail.com >
* update flow (#11513 )
* ci: simplify desktop release workflow and add renderer tarball
* 👷 ci: fix s3 upload credentials for desktop release
* 🐛 fix(ci): use compact jq output for GitHub Actions matrix
Add -c flag to jq commands to produce single-line JSON output,
fixing "Invalid format" error when setting GITHUB_OUTPUT.
* 🐛 fix(ci): add administration permission to detect self-hosted runner
The /actions/runners API requires administration:read permission
to list repository runners.
* 🔧 refactor(ci): use workflow input for self-hosted runner selection
Replace API-based runner detection with workflow input parameter since
GITHUB_TOKEN lacks permission to call /actions/runners API.
- Add `use_self_hosted_mac` input (default: true)
- Release events always use self-hosted runner
- Manual dispatch can toggle via input
* feat(updater): add stable channel support with fallback mechanism
- Configure electron-builder to generate stable-mac.yml for stable channel
- Update CI workflow to handle both stable and latest manifest files
- Implement fallback to GitHub provider when primary S3 provider fails
- Reset to primary provider after successful update check
* 🐛 fix(updater): remove invalid channel config from electron-builder
- Remove unsupported 'channel' property from electron-builder config
- Create stable*.yml files from latest*.yml in workflow instead
- This ensures electron-updater finds correct manifest for stable channel
* 🐛 fix(updater): use correct channel based on provider type
- S3 provider: channel='stable' → looks for stable-mac.yml
- GitHub provider: channel='latest' → looks for latest-mac.yml
This fixes the 404 error when falling back to GitHub releases,
which only have latest-mac.yml files.
* refactor(env): remove unused OFFICIAL_CLOUD_SERVER and update env defaults
Update environment variable handling by removing unused OFFICIAL_CLOUD_SERVER and setting defaults for UPDATE_CHANNEL and UPDATE_SERVER_URL from process.env during build stage.
* 🐛 fix(ci): add version prefix to stable manifest URLs for S3
S3 directory structure: stable/{version}/xxx.dmg
So stable-mac.yml URLs need version prefix:
url: LobeHub-2.1.0-arm64.dmg → url: 2.1.1/LobeHub-2.1.0-arm64.dmg
* ✨ feat(ci): add renderer tar manifest for integrity verification
Creates stable-renderer.yml with SHA512 checksum for lobehub-renderer.tar.gz
This allows the desktop app to verify renderer tarball integrity before extraction.
* 🐛 fix(ci): fix YAML syntax error in renderer manifest generation
* ✨ feat(ci): archive manifest files in version directory
* refactor(ci): update desktop release workflows to streamline build process
- Removed unnecessary dependencies in the build job for the desktop beta workflow.
- Introduced a new gate job to conditionally proceed with publishing based on the success of previous jobs.
- Updated macOS file merging to depend on the new gate job instead of the build job.
- Simplified macOS runner selection logic in the stable workflow by using GitHub-hosted runners exclusively.
Signed-off-by: Innei <tukon479@gmail.com >
* refactor(electron): reorganize titlebar components and update imports
- Moved titlebar components to a new directory structure for better organization.
- Updated import paths for `SimpleTitleBar`, `TitleBar`, and related constants.
- Introduced new components for connection management and navigation within the titlebar.
- Added constants for title bar height to maintain consistency across components.
This refactor enhances the maintainability of the titlebar code and improves the overall structure of the Electron application.
Signed-off-by: Innei <tukon479@gmail.com >
* feat(ci): add release notes handling to desktop stable workflow
- Enhanced the desktop stable release workflow to include release notes.
- Updated output variables to capture release notes from the GitHub event.
- Adjusted environment variables in subsequent jobs to utilize the new release notes data.
This addition improves the clarity and documentation of releases by ensuring that release notes are included in the workflow process.
Signed-off-by: Innei <tukon479@gmail.com >
* 🐛 fix: call onClose after knowledge base modal closes
* 🧪 test: fix UpdaterManager update channel mocks
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-15 17:26:19 +08:00
lobehubbot
41801649b6
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-15 07:26:21 +00:00
semantic-release-bot
074af06588
🔖 chore(release): v2.0.0-next.291 [skip ci]
...
## [Version 2.0.0-next.291](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.290...v2.0.0-next.291 )
<sup>Released on **2026-01-15**</sup>
#### 🐛 Bug Fixes
- **settings**: Add instant UI feedback for provider config switches.
- **misc**: Click lobe ai topic trigger create new agent.
#### 💄 Styles
- **misc**: Improve agent loading state.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **settings**: Add instant UI feedback for provider config switches, closes [#11362 ](https://github.com/lobehub/lobe-chat/issues/11362 ) ([a758d01 ](https://github.com/lobehub/lobe-chat/commit/a758d01 ))
* **misc**: Click lobe ai topic trigger create new agent, closes [#11508 ](https://github.com/lobehub/lobe-chat/issues/11508 ) ([2443189 ](https://github.com/lobehub/lobe-chat/commit/2443189 ))
#### Styles
* **misc**: Improve agent loading state, closes [#11511 ](https://github.com/lobehub/lobe-chat/issues/11511 ) ([3bb7f33 ](https://github.com/lobehub/lobe-chat/commit/3bb7f33 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-15 07:24:26 +00:00
sxjeru
a758d012ed
🐛 fix(settings): add instant UI feedback for provider config switches ( #11362 )
...
* ✨ feat(provider): Enhance Checker and ProviderConfig components for improved state management and UI responsiveness
* 🐛 fix(provider): Enhance credential watching in ProviderConfig for better authentication handling
2026-01-15 15:04:27 +08:00
YuTengjing
244318983b
🐛 fix: click lobe ai topic trigger create new agent ( #11508 )
2026-01-15 14:56:34 +08:00
Arvin Xu
3bb7f331f2
💄 style: improve agent loading state ( #11511 )
...
* improve loading state
* improve loading state
* improve loading state
2026-01-15 14:44:16 +08:00
lobehubbot
26ef2ff025
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-15 05:37:25 +00:00
semantic-release-bot
740e047aa8
🔖 chore(release): v2.0.0-next.290 [skip ci]
...
## [Version 2.0.0-next.290](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.289...v2.0.0-next.290 )
<sup>Released on **2026-01-15**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix internal editor onTextChange issue and add test case.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix internal editor onTextChange issue and add test case, closes [#11509 ](https://github.com/lobehub/lobe-chat/issues/11509 ) ([e5eb03e ](https://github.com/lobehub/lobe-chat/commit/e5eb03e ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-15 05:35:38 +00:00
Arvin Xu
e5eb03ee01
🐛 fix: fix internal editor onTextChange issue and add test case ( #11509 )
...
* fix internal editor onTextChange issue and add test case
* fix tests
2026-01-15 13:15:43 +08:00
lobehubbot
d4561af381
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-15 03:13:06 +00:00
semantic-release-bot
b5143900b3
🔖 chore(release): v2.0.0-next.289 [skip ci]
...
## [Version 2.0.0-next.289](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.288...v2.0.0-next.289 )
<sup>Released on **2026-01-15**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix page content mismatch when switch quickly.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix page content mismatch when switch quickly, closes [#11505 ](https://github.com/lobehub/lobe-chat/issues/11505 ) ([0cb1374 ](https://github.com/lobehub/lobe-chat/commit/0cb1374 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-15 03:11:21 +00:00
Arvin Xu
0cb1374cf7
🐛 fix: fix page content mismatch when switch quickly ( #11505 )
...
* filter GroupOrchestration action
* fix page issue
2026-01-15 10:51:59 +08:00
lobehubbot
b2f44bee8a
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-15 02:03:36 +00:00
semantic-release-bot
e949bd97eb
🔖 chore(release): v2.0.0-next.288 [skip ci]
...
## [Version 2.0.0-next.288](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.287...v2.0.0-next.288 )
<sup>Released on **2026-01-15**</sup>
#### ✨ Features
- **misc**: Improve group prompt context engine and fix group supervisor response issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Improve group prompt context engine and fix group supervisor response issue, closes [#11490 ](https://github.com/lobehub/lobe-chat/issues/11490 ) ([7d066eb ](https://github.com/lobehub/lobe-chat/commit/7d066eb ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-15 02:01:52 +00:00
Arvin Xu
7d066eb7d1
✨ feat: improve group prompt context engine and fix group supervisor response issue ( #11490 )
...
* improve group prompt context engine
* fix tests
* fix send group messages
* add group management
* fix metadata
* fix delete multi messages
* update sandbox ui
* update
2026-01-15 09:44:34 +08:00
lobehubbot
7de5164010
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-14 14:26:34 +00:00
semantic-release-bot
6aadea4f89
🔖 chore(release): v2.0.0-next.287 [skip ci]
...
## [Version 2.0.0-next.287](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.286...v2.0.0-next.287 )
<sup>Released on **2026-01-14**</sup>
#### ♻ Code Refactoring
- **desktop**: Unify TITLE_BAR_HEIGHT constant to desktop-bridge.
#### 🐛 Bug Fixes
- **desktop**: Return OFFICIAL_URL in cloud mode for remoteServerUrl selector.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **desktop**: Unify TITLE_BAR_HEIGHT constant to desktop-bridge, closes [#11496 ](https://github.com/lobehub/lobe-chat/issues/11496 ) ([e7739e5 ](https://github.com/lobehub/lobe-chat/commit/e7739e5 ))
#### What's fixed
* **desktop**: Return OFFICIAL_URL in cloud mode for remoteServerUrl selector, closes [#11502 ](https://github.com/lobehub/lobe-chat/issues/11502 ) ([1d11fac ](https://github.com/lobehub/lobe-chat/commit/1d11fac ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-14 14:24:51 +00:00
Innei
e7739e5c64
♻️ refactor(desktop): unify TITLE_BAR_HEIGHT constant to desktop-bridge ( #11496 )
...
* ♻️ refactor(desktop): unify TITLE_BAR_HEIGHT constant to desktop-bridge
- Move TITLE_BAR_HEIGHT constant (38) to @lobechat/desktop-bridge package
- Update all references to import directly from the shared package
- Remove duplicate const.ts file from ElectronTitlebar
- Ensure consistency between main process and renderer process
* ✅ test(desktop): update WindowThemeManager test for new TITLE_BAR_HEIGHT
- Update mock to use @lobechat/desktop-bridge instead of @/const/theme
- Update expected height values from 32 to 38
* 🔧 fix(desktop): adjust TITLE_BAR_HEIGHT to prevent container border blocking
- Decrease TITLE_BAR_HEIGHT by 2px to avoid blocking the container border edge in WindowThemeManager.
- Update related test to reflect the new height adjustment.
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 fix(desktop): further adjust TITLE_BAR_HEIGHT in tests
- Decrease TITLE_BAR_HEIGHT in WindowThemeManager tests from 38px to 36px to maintain consistency with recent changes.
- Update all relevant test cases to reflect the new height.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-14 22:05:28 +08:00
Innei
1d11fac4c6
🐛 fix(desktop): return OFFICIAL_URL in cloud mode for remoteServerUrl selector ( #11502 )
...
The remoteServerUrl selector was returning an empty string in cloud mode,
causing avatar URLs with relative paths to not be properly prefixed with
the remote server URL in desktop environment.
Changes:
- Update remoteServerUrl selector to return OFFICIAL_URL in cloud mode
- Add rawRemoteServerUrl selector for forms that need the original config value
- Fix avatar URL handling in UserAvatar and useCategory
- Update tests to reflect new selector behavior
Fixes LOBE-3197
2026-01-14 22:05:15 +08:00
lobehubbot
f397b7f944
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-14 13:34:50 +00:00
semantic-release-bot
c78795d034
🔖 chore(release): v2.0.0-next.286 [skip ci]
...
## [Version 2.0.0-next.286](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.285...v2.0.0-next.286 )
<sup>Released on **2026-01-14**</sup>
#### 🐛 Bug Fixes
- **misc**: Prevent auto navigation to profile when clicking topic.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Prevent auto navigation to profile when clicking topic, closes [#11500 ](https://github.com/lobehub/lobe-chat/issues/11500 ) ([1e03005 ](https://github.com/lobehub/lobe-chat/commit/1e03005 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-14 13:33:12 +00:00
YuTengjing
1e03005e0e
🐛 fix: prevent auto navigation to profile when clicking topic ( #11500 )
2026-01-14 21:14:11 +08:00
lobehubbot
ba58756cd0
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-14 11:29:45 +00:00
semantic-release-bot
830a7afa96
🔖 chore(release): v2.0.0-next.285 [skip ci]
...
## [Version 2.0.0-next.285](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.284...v2.0.0-next.285 )
<sup>Released on **2026-01-14**</sup>
#### ✨ Features
- **misc**: Update the agent profiles tools check & agentbuilder tools & publish to market button.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Update the agent profiles tools check & agentbuilder tools & publish to market button, closes [#11501 ](https://github.com/lobehub/lobe-chat/issues/11501 ) ([85277fa ](https://github.com/lobehub/lobe-chat/commit/85277fa ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-14 11:27:54 +00:00
Shinji-Li
85277fa5c4
✨ feat: update the agent profiles tools check & agentbuilder tools & publish to market button ( #11501 )
...
* feat: add lobehubskill into profiles tools
* feat: agent builder support the lobehub skill in profiles
* fix: slove the agent builder controll agent tools not work problem
* feat: add the publish button to profiles main page
2026-01-14 19:08:37 +08:00
René Wang
27ec25ca10
fix: Ask agent in CMDK not working ( #11494 )
...
* fix: cannot ask Lobe Ai in CMDK
* fix: CMDK jump to agent not working
2026-01-14 18:36:19 +08:00
lobehubbot
1452df02ee
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-14 10:25:55 +00:00
YuTengjing
cbdce6a29c
✨ chore: add budget source i18n and Seedream 4.5 model ( #11499 )
2026-01-14 18:06:51 +08:00
lobehubbot
6154f7eb23
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-14 09:15:49 +00:00
semantic-release-bot
8aeb3bd832
🔖 chore(release): v2.0.0-next.284 [skip ci]
...
## [Version 2.0.0-next.284](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.283...v2.0.0-next.284 )
<sup>Released on **2026-01-14**</sup>
#### ♻ Code Refactoring
- **misc**: Remove the old lobehub plugins.
#### 🐛 Bug Fixes
- **misc**: Slove the settings/profile change but not refresh the profiles.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove the old lobehub plugins, closes [#11498 ](https://github.com/lobehub/lobe-chat/issues/11498 ) ([e5b47df ](https://github.com/lobehub/lobe-chat/commit/e5b47df ))
#### What's fixed
* **misc**: Slove the settings/profile change but not refresh the profiles, closes [#11497 ](https://github.com/lobehub/lobe-chat/issues/11497 ) ([f1e2111 ](https://github.com/lobehub/lobe-chat/commit/f1e2111 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-14 09:14:00 +00:00
Shinji-Li
e5b47df334
♻️ refactor: remove the old lobehub plugins ( #11498 )
...
feat: unuse old lobehub plugins
2026-01-14 16:53:38 +08:00
Shinji-Li
f1e2111bf3
🐛 fix: slove the settings/profile change but not refresh the profiles ( #11497 )
...
fix: slove the settings/profile change but not refresh the profiles
2026-01-14 16:43:06 +08:00
lobehubbot
a778ab16d3
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-14 08:36:07 +00:00
semantic-release-bot
4db689d26e
🔖 chore(release): v2.0.0-next.283 [skip ci]
...
## [Version 2.0.0-next.283](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.282...v2.0.0-next.283 )
<sup>Released on **2026-01-14**</sup>
#### 💄 Styles
- **misc**: Fix UI issues with tooltip wrapping and dropdown type.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix UI issues with tooltip wrapping and dropdown type, closes [#11495 ](https://github.com/lobehub/lobe-chat/issues/11495 ) ([9d90eba ](https://github.com/lobehub/lobe-chat/commit/9d90eba ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-14 08:34:32 +00:00
Innei
9d90eba310
💄 style: fix UI issues with tooltip wrapping and dropdown type ( #11495 )
...
- Upgrade @lobehub/ui to ^4.19.0
- Fix DropdownItem import path
- Change dropdown checkbox type to switch type
- Add showSorterTooltip: false to prevent double tooltip
- Wrap tooltip children with span to fix React warning
2026-01-14 16:15:14 +08:00
lobehubbot
5837816009
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-14 04:26:45 +00:00
semantic-release-bot
200f9f14a8
🔖 chore(release): v2.0.0-next.282 [skip ci]
...
## [Version 2.0.0-next.282](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.281...v2.0.0-next.282 )
<sup>Released on **2026-01-14**</sup>
#### 💄 Styles
- **misc**: Update readFile content.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update readFile content, closes [#11485 ](https://github.com/lobehub/lobe-chat/issues/11485 ) ([050499b ](https://github.com/lobehub/lobe-chat/commit/050499b ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-14 04:24:57 +00:00
Arvin Xu
909f4d8648
🐛 fix: revert editor modal ( #11484 )
...
revert update editor modal
2026-01-14 12:05:13 +08:00
Arvin Xu
050499b8a9
💄 style: update readFile content ( #11485 )
...
update content
2026-01-14 11:59:36 +08:00
Neko
bc9144a6d7
🔨 chore(observability-otel): support to use OTEL_JS_LOBEHUB_DIAG to toggle on diag debug for OTEL ( #11471 )
2026-01-14 11:44:45 +08:00
lobehubbot
9e05dd0fbf
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-14 03:23:16 +00:00
semantic-release-bot
97ef8dc8e0
🔖 chore(release): v2.0.0-next.281 [skip ci]
...
## [Version 2.0.0-next.281](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.280...v2.0.0-next.281 )
<sup>Released on **2026-01-14**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix group ux and memory retriever.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix group ux and memory retriever, closes [#11481 ](https://github.com/lobehub/lobe-chat/issues/11481 ) ([033ca92 ](https://github.com/lobehub/lobe-chat/commit/033ca92 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-14 03:21:34 +00:00
Arvin Xu
033ca92011
🐛 fix: fix group ux and memory retriever ( #11481 )
...
* update topic
* update topic
* memory not block
* remove incorrectly memory fetch
* refactor group switch topic
* improve streaming style for Agent Tool display
* fix group tab active issue
* 🐛 fix: E2E test for switching conversations and TypeScript type errors
- Fix E2E test 'AGENT-CONV-002' that was failing when switching between conversations
- Add detection for home page vs agent page state
- Use correct selectors for Recent Topics cards on home page
- Add proper wait time for messages to load after topic switch
- Use '.message-wrapper' selector for message verification
- Fix TypeScript type errors in MakedownRender.tsx
- Add explicit type annotations for a and img component props
- Import ReactNode type
- Remove unused @ts-expect-error directive in useMarkdown.tsx
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-14 11:02:09 +08:00
lobehubbot
c093cd8ca9
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-13 17:08:54 +00:00
semantic-release-bot
b061774a91
🔖 chore(release): v2.0.0-next.280 [skip ci]
...
## [Version 2.0.0-next.280](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.279...v2.0.0-next.280 )
<sup>Released on **2026-01-13**</sup>
#### 💄 Styles
- **misc**: Add MiniMax-M2.1 and GLM-4.7 for Qiniu provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add MiniMax-M2.1 and GLM-4.7 for Qiniu provider, closes [#10982 ](https://github.com/lobehub/lobe-chat/issues/10982 ) ([695784d ](https://github.com/lobehub/lobe-chat/commit/695784d ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-13 17:07:15 +00:00
yliu7949
695784daab
💄 style(): add MiniMax-M2.1 and GLM-4.7 for Qiniu provider ( #10982 )
...
style(): add MiniMax-M2.1 and GLM-4.7 for Qiniu provider
2026-01-14 00:45:28 +08:00
lobehubbot
ef0ecd571e
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-13 16:37:33 +00:00
semantic-release-bot
e9957445c5
🔖 chore(release): v2.0.0-next.279 [skip ci]
...
## [Version 2.0.0-next.279](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.278...v2.0.0-next.279 )
<sup>Released on **2026-01-13**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix new topic flick issue, fix thread portal not open correctly.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix new topic flick issue, closes [#11473 ](https://github.com/lobehub/lobe-chat/issues/11473 ) ([c53d372 ](https://github.com/lobehub/lobe-chat/commit/c53d372 ))
* **misc**: Fix thread portal not open correctly, closes [#11475 ](https://github.com/lobehub/lobe-chat/issues/11475 ) ([e6ff90b ](https://github.com/lobehub/lobe-chat/commit/e6ff90b ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-13 16:35:21 +00:00
Arvin Xu
c53d372696
🐛 fix: fix new topic flick issue ( #11473 )
...
* fix agent tool display
* fix agent tool display
* don't fetch messages when topic is null
* fix welcome
2026-01-14 00:15:11 +08:00
Arvin Xu
e6ff90b108
🐛 fix: fix thread portal not open correctly ( #11475 )
...
fix thread portal
2026-01-14 00:14:48 +08:00
lobehubbot
c5df7d1f2d
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-13 14:30:02 +00:00
semantic-release-bot
8b37bcf306
🔖 chore(release): v2.0.0-next.278 [skip ci]
...
## [Version 2.0.0-next.278](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.277...v2.0.0-next.278 )
<sup>Released on **2026-01-13**</sup>
#### ✨ Features
- **share**: Add topic sharing functionality.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **share**: Add topic sharing functionality, closes [#11448 ](https://github.com/lobehub/lobe-chat/issues/11448 ) ([ddca165 ](https://github.com/lobehub/lobe-chat/commit/ddca165 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-13 14:28:16 +00:00
YuTengjing
ddca1652bb
✨ feat(share): add topic sharing functionality ( #11448 )
2026-01-13 22:10:48 +08:00
lobehubbot
97a091d358
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-13 13:33:39 +00:00
semantic-release-bot
8429a32a2b
🔖 chore(release): v2.0.0-next.277 [skip ci]
...
## [Version 2.0.0-next.277](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.276...v2.0.0-next.277 )
<sup>Released on **2026-01-13**</sup>
#### ✨ Features
- **misc**: Update the community user layout action button, update the cron job visiual way.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Update the community user layout action button, closes [#11472 ](https://github.com/lobehub/lobe-chat/issues/11472 ) ([2dd6d42 ](https://github.com/lobehub/lobe-chat/commit/2dd6d42 ))
* **misc**: Update the cron job visiual way, closes [#11466 ](https://github.com/lobehub/lobe-chat/issues/11466 ) ([63d81de ](https://github.com/lobehub/lobe-chat/commit/63d81de ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-13 13:31:50 +00:00
Shinji-Li
63d81de3be
✨ feat: update the cron job visiual way ( #11466 )
...
* feat: change the cron settings page the config form to new
* feat: change the create new Cron to a single cron/new routes to create
* fix: slove the first into cron the content lost error
* feat: add cron dropdown actions delete topic & remove cronjob
* feat: change the delete button way to header bottom
* fix: slove the cronjob the editor will show old values
* feat: change the enableBusinessFeatures into server config
* fix: overrides @lobehub/ui
* feat: update the cronpage ui
* feat: ui fixed
* feat: add the minstep into 30mins
2026-01-13 21:12:26 +08:00
Shinji-Li
2dd6d423b9
✨ feat: update the community user layout action button ( #11472 )
...
feat: update the community user layout action button
2026-01-13 21:03:26 +08:00
lobehubbot
3f1948d5cd
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-13 12:23:42 +00:00
semantic-release-bot
aee8b7ac4d
🔖 chore(release): v2.0.0-next.276 [skip ci]
...
## [Version 2.0.0-next.276](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.275...v2.0.0-next.276 )
<sup>Released on **2026-01-13**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-13 12:22:05 +00:00
Innei
479e566833
⚡ perf: optimize Portal rendering with React 19 Activity API ( #11461 )
...
* ⚡ perf: optimize Portal rendering with React 19 Activity API
- Desktop: Use Activity component to pause updates when Portal is hidden
- Mobile: Add destroyOnHidden to Modal to unmount content when closed
- Prevents unnecessary renders and effect updates when Portal is collapsed
* 🔧 chore: update @lobehub/ui to version 4.17.1 and optimize useYamlArguments hook with useMemo for better performance
Signed-off-by: Innei <tukon479@gmail.com >
* fix: header
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-13 20:02:50 +08:00
lobehubbot
c22209b72c
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-13 10:45:48 +00:00
semantic-release-bot
4d40d84e2d
🔖 chore(release): v2.0.0-next.275 [skip ci]
...
## [Version 2.0.0-next.275](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.274...v2.0.0-next.275 )
<sup>Released on **2026-01-13**</sup>
#### ✨ Features
- **misc**: Improve PageEditor header UX with DropdownMenu and i18n support.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Improve PageEditor header UX with DropdownMenu and i18n support, closes [#11462 ](https://github.com/lobehub/lobe-chat/issues/11462 ) ([ae499c9 ](https://github.com/lobehub/lobe-chat/commit/ae499c9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-13 10:44:11 +00:00
Innei
ae499c9ab9
✨ feat: improve PageEditor header UX with DropdownMenu and i18n support ( #11462 )
...
* ✨ feat: improve PageEditor header UX with DropdownMenu and i18n support
- Migrate Header from Dropdown to DropdownMenu component with checkbox support
- Add i18n for Ask Copilot item using common cmdk.askLobeAI key
- Replace BotIcon with Avatar using DEFAULT_INBOX_AVATAR
- Add hideWhenExpanded prop to ToggleRightPanelButton
- Conditionally show page info section only when lastUpdatedTime exists
* 🔧 chore: update @lobehub/ui dependency to version 4.18.0 in package.json
* feat: unify proxy setting style
Signed-off-by: Innei <tukon479@gmail.com >
* fix: test
Signed-off-by: Innei <tukon479@gmail.com >
* fix: test
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-13 18:25:28 +08:00
lobehubbot
3503375529
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-13 08:59:12 +00:00
semantic-release-bot
783b4c1299
🔖 chore(release): v2.0.0-next.274 [skip ci]
...
## [Version 2.0.0-next.274](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.273...v2.0.0-next.274 )
<sup>Released on **2026-01-13**</sup>
#### ✨ Features
- **misc**: Improve group profile builder, update model definitions and sync i18n.
#### 🐛 Bug Fixes
- **@upstash/qstash**: Should properly extract Error message from thrown one.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Improve group profile builder, closes [#11452 ](https://github.com/lobehub/lobe-chat/issues/11452 ) ([9012b40 ](https://github.com/lobehub/lobe-chat/commit/9012b40 ))
* **misc**: Update model definitions and sync i18n, closes [#11468 ](https://github.com/lobehub/lobe-chat/issues/11468 ) ([484ffb3 ](https://github.com/lobehub/lobe-chat/commit/484ffb3 ))
#### What's fixed
* **@upstash/qstash**: Should properly extract Error message from thrown one, closes [#11465 ](https://github.com/lobehub/lobe-chat/issues/11465 ) ([a8142b4 ](https://github.com/lobehub/lobe-chat/commit/a8142b4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-13 08:57:20 +00:00
Innei
484ffb3ef7
✨ feat: update model definitions and sync i18n ( #11468 )
2026-01-13 16:37:31 +08:00
Neko
a8142b4c9a
🐛 fix(@upstash/qstash): should properly extract Error message from thrown one ( #11465 )
2026-01-13 16:17:05 +08:00
Arvin Xu
9012b40230
✨ feat: improve group profile builder ( #11452 )
...
* improve group topic usage
update agent group builder
update to v267
update
update to use createAgentOnly
fix to remove activeId
💄 style: update inspector styles
refactor implement for agent builder and group builder
update style
* improve group profile mode
* fix editor canvas EditorData Mode
* move store to groupProfileStore
* update group profile design
* update test
* fix topic switch issue
* update all
* update tests
2026-01-13 16:07:30 +08:00
LobeHub Bot
5c3dc7493e
🌐 chore: translate non-English comments to English in server/modules ( #11457 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-13 13:09:40 +08:00
lobehubbot
b41821409d
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-13 04:45:50 +00:00
semantic-release-bot
2d7a3cd8e6
🔖 chore(release): v2.0.0-next.273 [skip ci]
...
## [Version 2.0.0-next.273](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.272...v2.0.0-next.273 )
<sup>Released on **2026-01-13**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#11425 ](https://github.com/lobehub/lobe-chat/issues/11425 ) ([87fbed2 ](https://github.com/lobehub/lobe-chat/commit/87fbed2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-13 04:44:12 +00:00
LobeHub Bot
87fbed24ac
🤖 style: update i18n ( #11425 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2026-01-13 12:25:07 +08:00
lobehubbot
9aa6d84352
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-13 02:51:22 +00:00
semantic-release-bot
57fd3d635f
🔖 chore(release): v2.0.0-next.272 [skip ci]
...
## [Version 2.0.0-next.272](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.271...v2.0.0-next.272 )
<sup>Released on **2026-01-13**</sup>
#### 🐛 Bug Fixes
- **misc**: Refresh sidebar after sendAsGroup and add E2E tests.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Refresh sidebar after sendAsGroup and add E2E tests, closes [#11450 ](https://github.com/lobehub/lobe-chat/issues/11450 ) ([8376a80 ](https://github.com/lobehub/lobe-chat/commit/8376a80 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-13 02:49:47 +00:00
Arvin Xu
8376a80584
🐛 fix: refresh sidebar after sendAsGroup and add E2E tests ( #11450 )
...
* fix actions
* ✅ test: add E2E test for sendAsGroup sidebar refresh
Add E2E test to verify that after creating a Group from the Home page
input, the sidebar correctly displays the newly created Group when
returning to the Home page.
This test validates the fix for LOBE-3083 where the sidebar wasn't
refreshing after creating a Group via sendAsGroup.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* ✅ test: rename sendGroup to starter and add Agent test
- Rename sendGroup.feature/steps to starter.feature/steps
- Add E2E test for sendAsAgent sidebar refresh
- Both Agent and Group creation now have E2E test coverage
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-13 10:10:10 +08:00
lobehubbot
3e595d717f
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-12 16:23:45 +00:00
semantic-release-bot
1357987bfc
🔖 chore(release): v2.0.0-next.271 [skip ci]
...
## [Version 2.0.0-next.271](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.270...v2.0.0-next.271 )
<sup>Released on **2026-01-12**</sup>
#### ✨ Features
- **misc**: Improve baseline alignment for tool items.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Improve baseline alignment for tool items, closes [#11447 ](https://github.com/lobehub/lobe-chat/issues/11447 ) ([be8dddd ](https://github.com/lobehub/lobe-chat/commit/be8dddd ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-12 16:21:58 +00:00
Innei
be8dddd52d
✨ feat: improve baseline alignment for tool items ( #11447 )
...
* ✨ feat: improve baseline alignment for tool items
Fix baseline alignment issue for KlavisServerItem and LobehubSkillServerItem components.
Fixes LOBE-2106
* refactor: improve next config modification logic by removing webVitalsAttribution and adding invariant checks to property removals.
Signed-off-by: Innei <tukon479@gmail.com >
* refactor: update category selection logic in community interactions steps
- Changed category selection from the second to the third category to better align with the actual category filters.
- Improved code readability by restructuring comments and formatting for better clarity.
- Enhanced logging for URL verification and initial card count checks.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-13 00:02:30 +08:00
Rdmclin2
cd18ea36cc
🐛 fix: filter auth email verification for mobile ( #11430 )
...
* fix: mobile verification email
* fix: send verfication email
* chore: remove depulicate mark
2026-01-12 21:41:08 +08:00
lobehubbot
3a9530689a
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-12 13:19:25 +00:00
semantic-release-bot
8e5e0f1db3
🔖 chore(release): v2.0.0-next.270 [skip ci]
...
## [Version 2.0.0-next.270](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.269...v2.0.0-next.270 )
<sup>Released on **2026-01-12**</sup>
#### ✨ Features
- **community**: Recommendation for agent & Discover tab.
#### 🐛 Bug Fixes
- **database**: Remove content validation limits for agent cron jobs.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **community**: Recommendation for agent & Discover tab, closes [#11445 ](https://github.com/lobehub/lobe-chat/issues/11445 ) ([5c102b5 ](https://github.com/lobehub/lobe-chat/commit/5c102b5 ))
#### What's fixed
* **database**: Remove content validation limits for agent cron jobs, closes [#11444 ](https://github.com/lobehub/lobe-chat/issues/11444 ) ([04a28d3 ](https://github.com/lobehub/lobe-chat/commit/04a28d3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-12 13:17:34 +00:00
Arvin Xu
04a28d3938
🐛 fix(database): remove content validation limits for agent cron jobs ( #11444 )
...
* 🐛 fix(database): remove content validation limits for agent cron jobs
- Remove min(1) validation to allow empty content
- Remove max(2000) validation to allow unlimited content length
- Content can now be empty when using editData for rich content
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ♻️ refactor(types): move agentCronJob schemas to types package
- Create manual Zod schemas in @lobechat/types instead of using createInsertSchema
- Define InsertAgentCronJobSchema and UpdateAgentCronJobSchema manually
- Re-export types from database schema for backward compatibility
- Update router to use new schema imports from @lobechat/types
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-12 20:57:37 +08:00
Neko
5c102b559d
✨ feat(community): recommendation for agent & Discover tab ( #11445 )
2026-01-12 20:46:50 +08:00
René Wang
e0db55b75f
fix: CMDK freeze ( #11440 )
...
* fix: CMDK freeze
* fix: Cannot ssearch folder
* fix: Cannot ssearch folder
* fix: Update translation
2026-01-12 20:03:37 +08:00
lobehubbot
9daacde1d8
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-12 11:48:49 +00:00
semantic-release-bot
84cbc49c45
🔖 chore(release): v2.0.0-next.269 [skip ci]
...
## [Version 2.0.0-next.269](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.268...v2.0.0-next.269 )
<sup>Released on **2026-01-12**</sup>
#### ✨ Features
- **electron**: Add custom titlebar for Electron windows.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **electron**: Add custom titlebar for Electron windows, closes [#11438 ](https://github.com/lobehub/lobe-chat/issues/11438 ) ([08f6ee3 ](https://github.com/lobehub/lobe-chat/commit/08f6ee3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-12 11:47:16 +00:00
Innei
08f6ee3d83
✨ feat(electron): add custom titlebar for Electron windows ( #11438 )
...
- Add SimpleTitleBar component for secondary windows (onboarding, settings)
- Configure traffic light position for macOS native window controls
- Enhance isMacOSWithLargeWindowBorders to support Electron environment
- Add getDarwinMajorVersion utility for version detection
- Integrate SimpleTitleBar into desktop onboarding layout
- Re-export platform utilities from packages/utils for better accessibility
2026-01-12 17:37:50 +08:00
lobehubbot
4b9d32d993
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-12 08:08:20 +00:00
semantic-release-bot
c61ee98baf
🔖 chore(release): v2.0.0-next.268 [skip ci]
...
## [Version 2.0.0-next.268](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.267...v2.0.0-next.268 )
<sup>Released on **2026-01-12**</sup>
#### ♻ Code Refactoring
- **agentGroup**: Simplify LobeChatGroupChatConfig schema.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **agentGroup**: Simplify LobeChatGroupChatConfig schema, closes [#11431 ](https://github.com/lobehub/lobe-chat/issues/11431 ) ([a8c6b2c ](https://github.com/lobehub/lobe-chat/commit/a8c6b2c ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-12 08:06:24 +00:00
Arvin Xu
a8c6b2cb92
♻️ refactor(agentGroup): simplify LobeChatGroupChatConfig schema ( #11431 )
...
* ♻️ refactor(agentGroup): simplify LobeChatGroupChatConfig schema
- Remove unused config properties: enableSupervisor, orchestratorModel, orchestratorProvider, scene, maxResponseInRow, responseOrder, responseSpeed
- Keep only essential properties: allowDM, revealDM, openingMessage, openingQuestions, systemPrompt
- Delete GroupChatSettings feature component (no longer needed)
- Delete AgentTeamSettings mobile component
- Update InsertChatGroupSchema to use manual Zod schema instead of createInsertSchema
- Remove hostConfig and enableSupervisor parameters from GroupWizard and MemberSelectionModal interfaces
- Simplify callback signatures across the codebase
- Update all related tests to use new config structure
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* update default provider
---------
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-12 15:46:11 +08:00
Arvin Xu
df1710bbed
✅ test: add page e2e testing ( #11423 )
...
* add page e2e
* move
* add more e2e for page
* update
* fix keyboard
* update
2026-01-12 15:41:02 +08:00
lobehubbot
1ff4de5efb
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-12 07:26:24 +00:00
René Wang
b9f9d6158e
fix: final patch for resource ( #11398 )
...
* refacotr: Clean up explorer entry
* fix: Cannot add page to a library
* fix: Cannot open newly created page
* fix: Page title
* fix: Page title
* fix: Recent pages jump
* fix: Column width
* fix: Column width
* style: Add visual guide
* lint: Break down files
* fix: Visual guide not disappear
* style: File name turncate
* fix: Remove chunking button for page
* fix: Upload style missing
* fix: Folder state lagging
* fix: Folder state lagging
* fix: File didn't shown up
* fix: Type error
* fix: Lint error
* fix: Lint error
2026-01-12 15:07:29 +08:00
LobeHub Bot
d95125c6cf
🌐 chore: translate non-English comments to English in AgentRuntime module ( #11429 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-12 12:41:52 +08:00
lobehubbot
d2ad7d8028
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-12 02:36:35 +00:00
semantic-release-bot
7c20720e48
🔖 chore(release): v2.0.0-next.267 [skip ci]
...
## [Version 2.0.0-next.267](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.266...v2.0.0-next.267 )
<sup>Released on **2026-01-12**</sup>
#### 🐛 Bug Fixes
- **ChatInput**: Add missing MaxTokens setting to params popover.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **ChatInput**: Add missing MaxTokens setting to params popover, closes [#11412 ](https://github.com/lobehub/lobe-chat/issues/11412 ) [#11375 ](https://github.com/lobehub/lobe-chat/issues/11375 ) ([3db4389 ](https://github.com/lobehub/lobe-chat/commit/3db4389 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-12 02:34:40 +00:00
zerone0x
3db438940b
🐛 fix(ChatInput): add missing MaxTokens setting to params popover ( #11412 )
...
The MaxTokens setting was missing from the ChatInput ActionBar params
popover after UI refactoring. This adds:
- Enable MaxTokens toggle switch
- MaxTokens slider (0-32000) that appears when enabled
Fixes #11375
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-12 10:15:38 +08:00
LobeHub Bot
d45c1a3f45
✅ test: add unit tests for multimodalContent ( #10574 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-12 01:25:26 +08:00
renovate[bot]
3f88187046
Update dependency glob to v13 ( #11174 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-12 01:23:38 +08:00
renovate[bot]
d0f488fdef
Update dependency @ast-grep/napi to ^0.40.5 ( #11403 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-12 01:22:21 +08:00
LobeHub Bot
3296a82f0e
✅ test: add unit tests for SSE utilities ( #11407 )
...
Added comprehensive unit tests for packages/utils/src/server/sse.ts covering:
- formatSSEEvent function with various data types and edge cases
- createSSEWriter methods (connection, error, heartbeat, stream events)
- createSSEHeaders function
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-12 01:21:25 +08:00
Arvin Xu
b12885a8d0
✅ test: add E2E tests for Home sidebar Agent and Group management ( #11421 )
...
* ✅ test: add E2E tests for Home sidebar Agent and Group management
- Add sidebarAgent.feature with rename/pin/delete scenarios
- Add sidebarGroup.feature with rename/pin/delete scenarios
- Add step definitions for Agent and Group operations
- Support @HOME- tag prefix in hooks.ts
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* fix group renaming
* update setup scripts
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-12 01:13:53 +08:00
lobehubbot
ebb91bdeb5
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-11 15:39:31 +00:00
semantic-release-bot
b8fe6899b4
🔖 chore(release): v2.0.0-next.266 [skip ci]
...
## [Version 2.0.0-next.266](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.265...v2.0.0-next.266 )
<sup>Released on **2026-01-11**</sup>
#### 💄 Styles
- **misc**: Improve cron jobs style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve cron jobs style, closes [#11420 ](https://github.com/lobehub/lobe-chat/issues/11420 ) ([d1602f6 ](https://github.com/lobehub/lobe-chat/commit/d1602f6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-11 15:37:37 +00:00
Arvin Xu
d1602f66b2
💄 style: improve cron jobs style ( #11420 )
...
* refactor cron job folder
* refactor
* update
* update agent cron style
* fix route issue
* update
* update
* update style
2026-01-11 23:18:51 +08:00
lobehubbot
96ff548b80
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-11 09:43:32 +00:00
semantic-release-bot
dfb2845466
🔖 chore(release): v2.0.0-next.265 [skip ci]
...
## [Version 2.0.0-next.265](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.264...v2.0.0-next.265 )
<sup>Released on **2026-01-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix duplicate agent and group, Fix Windows desktop build error with macOS native module, force plain text paste in ChatInput editor.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix duplicate agent and group, closes [#11411 ](https://github.com/lobehub/lobe-chat/issues/11411 ) ([bc8aea4 ](https://github.com/lobehub/lobe-chat/commit/bc8aea4 ))
* **misc**: Fix Windows desktop build error with macOS native module, closes [#11417 ](https://github.com/lobehub/lobe-chat/issues/11417 ) ([67a8114 ](https://github.com/lobehub/lobe-chat/commit/67a8114 ))
* **misc**: Force plain text paste in ChatInput editor, closes [#11414 ](https://github.com/lobehub/lobe-chat/issues/11414 ) ([70daf13 ](https://github.com/lobehub/lobe-chat/commit/70daf13 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-11 09:41:45 +00:00
Arvin Xu
bc8aea45c3
🐛 fix: fix duplicate agent and group ( #11411 )
...
* fix duplicate agent
* fix duplicate agent issue
* improve tools
* fix tests
* update
* fix testing
* fix editor bug
2026-01-11 17:22:32 +08:00
Innei
67a81141df
🐛 fix: Fix Windows desktop build error with macOS native module ( #11417 )
...
* ✨ fix: Implement dynamic macOS permissions handling and improve module loading
* 🛠️ chore: Remove test job from manual build workflow to streamline CI process
* 🚀 chore: Optimize dependency installation in manual build workflow by running jobs in parallel
2026-01-11 17:13:11 +08:00
Innei
70daf1355d
🐛 fix: force plain text paste in ChatInput editor ( #11414 )
...
- Add pasteAsPlainText prop to ChatInput Editor to prevent rich text paste
- Upgrade @lobehub/editor to ^3.11.0 to support the new feature
Closes LOBE-2657
2026-01-11 17:01:59 +08:00
lobehubbot
c495a656b5
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-11 08:40:04 +00:00
semantic-release-bot
012a212ab0
🔖 chore(release): v2.0.0-next.264 [skip ci]
...
## [Version 2.0.0-next.264](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.263...v2.0.0-next.264 )
<sup>Released on **2026-01-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Handle will-prevent-unload event to allow app quit.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Handle will-prevent-unload event to allow app quit, closes [#11406 ](https://github.com/lobehub/lobe-chat/issues/11406 ) ([cbeb013 ](https://github.com/lobehub/lobe-chat/commit/cbeb013 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-11 08:38:27 +00:00
Arvin Xu
cbeb01399f
🐛 fix: handle will-prevent-unload event to allow app quit ( #11406 )
...
fix: handle will-prevent-unload event to allow app quit
2026-01-11 16:18:56 +08:00
lobehubbot
6d1037a424
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-11 08:16:30 +00:00
semantic-release-bot
3d520f438a
🔖 chore(release): v2.0.0-next.263 [skip ci]
...
## [Version 2.0.0-next.263](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.262...v2.0.0-next.263 )
<sup>Released on **2026-01-11**</sup>
#### 💄 Styles
- **misc**: ModelParse support to get model settings params & Customize extendParams UI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: ModelParse support to get model settings params & Customize extendParams UI, closes [#11185 ](https://github.com/lobehub/lobe-chat/issues/11185 ) ([94e985a ](https://github.com/lobehub/lobe-chat/commit/94e985a ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-11 08:14:26 +00:00
sxjeru
94e985ad7f
💄 style: modelParse support to get model settings params & Customize extendParams UI ( #11185 )
...
* ✨ feat: 添加扩展参数支持,增强模型配置功能
* 支持更多扩展参数;支持 openrouter
* style: 添加思考预算扩展参数支持,更新相关标签
* Refactor sliders to use a unified LevelSlider component for improved code reusability and maintainability. Updated GPT52ProReasoningEffortSlider, GPT52ReasoningEffortSlider, GPT5ReasoningEffortSlider, ImageAspectRatioSelect, ImageResolutionSlider, ReasoningEffortSlider, TextVerbositySlider, ThinkingLevel2Slider, ThinkingLevelSlider, and ThinkingSlider to implement controlled and uncontrolled modes. Enhanced aspect ratio selection and resolution sliders with better type safety and default values.
* Refactor reasoning effort sliders and related components to use a factory function for better code reuse and maintainability
- Created `createLevelSliderComponent` to handle both controlled and uncontrolled modes for sliders.
- Updated `GPT5ReasoningEffortSlider`, `GPT51ReasoningEffortSlider`, `GPT52ProReasoningEffortSlider`, `GPT52ReasoningEffortSlider`, `ImageResolutionSlider`, `ImageAspectRatioSelect`, `ReasoningEffortSlider`, `TextVerbositySlider`, `ThinkingSlider`, `ThinkingLevelSlider`, and `ThinkingLevel2Slider` to utilize the new factory function.
- Simplified the logic for handling controlled and uncontrolled states in sliders.
- Added tests for the new slider factory to ensure correct behavior in both controlled and uncontrolled modes.
* Reuses i18n keys via alias mapping for param titles
* fix tests
2026-01-11 15:55:27 +08:00
lobehubbot
e6dd9cbd0f
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-11 07:02:22 +00:00
semantic-release-bot
52ced0da07
🔖 chore(release): v2.0.0-next.262 [skip ci]
...
## [Version 2.0.0-next.262](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.261...v2.0.0-next.262 )
<sup>Released on **2026-01-11**</sup>
#### ♻ Code Refactoring
- **misc**: Rename chat folder to agent.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Rename chat folder to agent, closes [#11409 ](https://github.com/lobehub/lobe-chat/issues/11409 ) ([7cfb1a3 ](https://github.com/lobehub/lobe-chat/commit/7cfb1a3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-11 07:00:36 +00:00
Arvin Xu
7cfb1a385a
♻️ refactor: rename chat folder to agent ( #11409 )
...
* clean state
* rename folder structure
* improve
* update
2026-01-11 14:41:13 +08:00
lobehubbot
b3690cb762
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-11 05:27:04 +00:00
LobeHub Bot
ce29ef537f
🌐 chore: translate non-English comments to English in packages/types ( #11405 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-11 13:07:59 +08:00
lobehubbot
21baa8e077
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-10 21:05:16 +00:00
semantic-release-bot
004485c6b4
🔖 chore(release): v2.0.0-next.261 [skip ci]
...
## [Version 2.0.0-next.261](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.260...v2.0.0-next.261 )
<sup>Released on **2026-01-10**</sup>
#### ✨ Features
- **userMemories**: Support to use customized Qstash client with extra header for workflows.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **userMemories**: Support to use customized Qstash client with extra header for workflows, closes [#11378 ](https://github.com/lobehub/lobe-chat/issues/11378 ) ([3417af4 ](https://github.com/lobehub/lobe-chat/commit/3417af4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-10 21:03:33 +00:00
Neko
3417af4ccd
✨ feat(userMemories): support to use customized Qstash client with extra header for workflows ( #11378 )
2026-01-11 04:44:33 +08:00
lobehubbot
7d95853f46
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-10 17:57:16 +00:00
semantic-release-bot
8a9b9dbd65
🔖 chore(release): v2.0.0-next.260 [skip ci]
...
## [Version 2.0.0-next.260](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.259...v2.0.0-next.260 )
<sup>Released on **2026-01-10**</sup>
#### ✨ Features
- **conversation**: Use native context menu when selection is within current ChatItem.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **conversation**: Use native context menu when selection is within current ChatItem, closes [#11400 ](https://github.com/lobehub/lobe-chat/issues/11400 ) ([9778dce ](https://github.com/lobehub/lobe-chat/commit/9778dce ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-10 17:55:31 +00:00
Shinji-Li
14d9e1d5a9
📝 docs: update the cron interval parrten text ( #11401 )
...
docs: update the cron interval parrten text
2026-01-11 01:36:21 +08:00
Innei
9778dcea8e
✨ feat(conversation): use native context menu when selection is within current ChatItem ( #11400 )
...
Show custom context menu only when there's no selection or selection is from
outside the current ChatItem. This allows users to use native browser context
menu for copy/search when selecting text within the current message.
2026-01-11 01:25:10 +08:00
lobehubbot
b1b5d72a8b
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-10 17:22:30 +00:00
semantic-release-bot
feb0e4b6be
🔖 chore(release): v2.0.0-next.259 [skip ci]
...
## [Version 2.0.0-next.259](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.258...v2.0.0-next.259 )
<sup>Released on **2026-01-10**</sup>
#### ✨ Features
- **misc**: Update the cron patterns fields values.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Update the cron patterns fields values, closes [#11399 ](https://github.com/lobehub/lobe-chat/issues/11399 ) ([7632cef ](https://github.com/lobehub/lobe-chat/commit/7632cef ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-10 17:20:45 +00:00
Shinji-Li
7632cef4d8
✨ feat: update the cron patterns fields values ( #11399 )
...
feat: update the cron patterns to the right way
2026-01-11 01:01:27 +08:00
Innei
07dc919496
🔧 chore(desktop): exclude node_modules from electron-builder packaging ( #11397 )
...
* 🔧 chore(desktop): exclude node_modules from electron-builder packaging
- Add !node_modules to files config to prevent bundling node_modules
- Remove unused asarUnpack config for sharp and @img (not used in electron main process)
Fixes LOBE-3008
* 🔧 chore(file-loaders): move @napi-rs/canvas to devDependencies
@napi-rs/canvas is only used in test/setup.ts for DOMMatrix polyfill,
not required at runtime. Moving to devDependencies allows Vite to
bundle all runtime dependencies as pure JS.
* 🔧 chore(desktop): remove pdfjs-dist from dependencies
Removed the pdfjs-dist package from the dependencies in package.json as it is no longer needed.
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 chore(desktop): refactor electron-builder configuration and remove unused files
* 🔧 chore(desktop): refactor electron-builder configuration and remove unused files
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-10 23:15:42 +08:00
lobehubbot
9d687368b5
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-10 12:21:30 +00:00
semantic-release-bot
2c5aeddcf2
🔖 chore(release): v2.0.0-next.258 [skip ci]
...
## [Version 2.0.0-next.258](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.257...v2.0.0-next.258 )
<sup>Released on **2026-01-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix memory search context.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix memory search context, closes [#11393 ](https://github.com/lobehub/lobe-chat/issues/11393 ) ([9f51a4c ](https://github.com/lobehub/lobe-chat/commit/9f51a4c ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-10 12:19:45 +00:00
Arvin Xu
9f51a4ca0d
🐛 fix: fix memory search context ( #11393 )
...
fix memory search
2026-01-10 20:01:52 +08:00
lobehubbot
83f3ceebad
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-10 11:03:17 +00:00
semantic-release-bot
c82337129d
🔖 chore(release): v2.0.0-next.257 [skip ci]
...
## [Version 2.0.0-next.257](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.256...v2.0.0-next.257 )
<sup>Released on **2026-01-10**</sup>
#### 💄 Styles
- **misc**: Remember page agent panel width.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Remember page agent panel width, closes [#11389 ](https://github.com/lobehub/lobe-chat/issues/11389 ) ([801b624 ](https://github.com/lobehub/lobe-chat/commit/801b624 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-10 11:01:33 +00:00
Arvin Xu
801b624156
💄 style: remember page agent panel width ( #11389 )
...
remember editor width
2026-01-10 18:42:14 +08:00
lobehubbot
c4f3b4eb69
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-10 10:41:37 +00:00
semantic-release-bot
422867da67
🔖 chore(release): v2.0.0-next.256 [skip ci]
...
## [Version 2.0.0-next.256](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.255...v2.0.0-next.256 )
<sup>Released on **2026-01-10**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor page and notebook document usage.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor page and notebook document usage, closes [#11345 ](https://github.com/lobehub/lobe-chat/issues/11345 ) ([88721eb ](https://github.com/lobehub/lobe-chat/commit/88721eb ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-10 10:39:51 +00:00
Arvin Xu
88721ebd5d
♻️ refactor: refactor page and notebook document usage ( #11345 )
...
* update create document
* refactor
* clean document/notebook slice
* update
* fix agent access issue
* ♻️ refactor: 重构 editorCanvas 实现以支持 Notebook editor 的复用
* fix editor autosave time
* refactor page editor
* update
* fix page editor init issue
* fix page editor data flow
* finish Page refactor
* update editor canvas
* improve notebook document
* update editor runtime test
* update mode
* fix editor hot reload issue
* update mode
* fix
* update
* update
* update
2026-01-10 18:20:59 +08:00
LobeHub Bot
866eba73b2
🌐 chore: translate non-English comments to English in agent config ( #11383 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-10 16:03:49 +08:00
lobehubbot
c227696afe
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-10 07:48:56 +00:00
semantic-release-bot
cb7c0ad6c5
🔖 chore(release): v2.0.0-next.255 [skip ci]
...
## [Version 2.0.0-next.255](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.254...v2.0.0-next.255 )
<sup>Released on **2026-01-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix auto add group member crash.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix auto add group member crash, closes [#11387 ](https://github.com/lobehub/lobe-chat/issues/11387 ) ([fe4ff91 ](https://github.com/lobehub/lobe-chat/commit/fe4ff91 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-10 07:47:14 +00:00
Arvin Xu
fe4ff9102a
🐛 fix: fix auto add group member crash ( #11387 )
...
🐛 fix: fix auto add group member
2026-01-10 15:28:19 +08:00
Arvin Xu
6f6e9ea879
🔨 chore: support serverExternalPackages config ( #11384 )
...
push
2026-01-10 12:49:12 +08:00
lobehubbot
aa7deaa6f4
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-10 03:10:18 +00:00
semantic-release-bot
ce905afd4c
🔖 chore(release): v2.0.0-next.254 [skip ci]
...
## [Version 2.0.0-next.254](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.253...v2.0.0-next.254 )
<sup>Released on **2026-01-10**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#11360 ](https://github.com/lobehub/lobe-chat/issues/11360 ) ([da09825 ](https://github.com/lobehub/lobe-chat/commit/da09825 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-10 03:08:46 +00:00
LobeHub Bot
da09825a72
🤖 style: update i18n ( #11360 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2026-01-10 10:50:19 +08:00
lobehubbot
c0c22f8954
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-09 17:43:32 +00:00
semantic-release-bot
3715cf0e7e
🔖 chore(release): v2.0.0-next.253 [skip ci]
...
## [Version 2.0.0-next.253](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.252...v2.0.0-next.253 )
<sup>Released on **2026-01-09**</sup>
#### ✨ Features
- **desktop**: Improve macOS permission requests and Full Disk Access detection.
#### 🐛 Bug Fixes
- **controls**: Update checkbox toggle behavior and pass value to ParamControlWrapper.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **desktop**: Improve macOS permission requests and Full Disk Access detection, closes [#11380 ](https://github.com/lobehub/lobe-chat/issues/11380 ) ([2d5868f ](https://github.com/lobehub/lobe-chat/commit/2d5868f ))
#### What's fixed
* **controls**: Update checkbox toggle behavior and pass value to ParamControlWrapper, closes [#11363 ](https://github.com/lobehub/lobe-chat/issues/11363 ) ([1f1ef94 ](https://github.com/lobehub/lobe-chat/commit/1f1ef94 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-09 17:41:41 +00:00
sxjeru
1f1ef94c62
🐛 fix(controls): update checkbox toggle behavior and pass value to ParamControlWrapper ( #11363 )
2026-01-10 01:22:01 +08:00
Innei
2d5868f759
✨ feat(desktop): improve macOS permission requests and Full Disk Access detection ( #11380 )
...
* ✨ feat(desktop): improve macOS permission requests and Full Disk Access detection
- Add microphone and camera entitlements for hardened runtime
- Implement Full Disk Access detection using protected directory check
- Add native dialog prompt for Full Disk Access permission
- Add window focus broadcast for permission status refresh
- Extract Full Disk Access utilities to separate module
- Remove macOS-specific permissions from Linux/Windows menus
- Update PermissionsStep UI to show checkmark for all granted permissions
- Add comprehensive tests for permission methods
* ✨ feat(desktop): persist onboarding step for app restart recovery
- Add storage functions to persist/restore current onboarding step
- Restore step from localStorage on app restart (prioritized over URL params)
- Clear persisted step when onboarding completes
- Remove unused fullDisk.autoAdd translation key
2026-01-10 01:06:49 +08:00
lobehubbot
1e8e656a0c
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-09 12:36:19 +00:00
semantic-release-bot
cd838b8450
🔖 chore(release): v2.0.0-next.252 [skip ci]
...
## [Version 2.0.0-next.252](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.251...v2.0.0-next.252 )
<sup>Released on **2026-01-09**</sup>
#### ✨ Features
- **misc**: Add the agent cron job.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add the agent cron job, closes [#11370 ](https://github.com/lobehub/lobe-chat/issues/11370 ) ([10e47d9 ](https://github.com/lobehub/lobe-chat/commit/10e47d9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-09 12:34:33 +00:00
Shinji-Li
10e47d926f
✨ feat: add the agent cron job ( #11370 )
...
* feat: generate agent_cron_job in agents
* feat: update the db fields
* feat: add the agent cron job trpc lambda servers
* feat: add the add agent cron job config in agent profile
* feat: add agent cron jobs trigger
* feat: shapshot rallback
* feat: use enable bussiness features to controll feature
2026-01-09 20:15:12 +08:00
lobehubbot
e1a4e15c08
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-09 10:44:20 +00:00
semantic-release-bot
3ff7f37b04
🔖 chore(release): v2.0.0-next.251 [skip ci]
...
## [Version 2.0.0-next.251](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.250...v2.0.0-next.251 )
<sup>Released on **2026-01-09**</sup>
#### ✨ Features
- **community**: Support to report for agent & mcp plugin interaction for recommendation.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **community**: Support to report for agent & mcp plugin interaction for recommendation, closes [#11289 ](https://github.com/lobehub/lobe-chat/issues/11289 ) ([6f98792 ](https://github.com/lobehub/lobe-chat/commit/6f98792 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-09 10:42:38 +00:00
Neko
6f987929c6
✨ feat(community): support to report for agent & mcp plugin interaction for recommendation ( #11289 )
2026-01-09 18:22:19 +08:00
lobehubbot
fde900b6e1
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-09 10:17:08 +00:00
semantic-release-bot
383a0e7c69
🔖 chore(release): v2.0.0-next.250 [skip ci]
...
## [Version 2.0.0-next.250](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.249...v2.0.0-next.250 )
<sup>Released on **2026-01-09**</sup>
#### ✨ Features
- **community**: Recommended for home & added discover tab.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **community**: Recommended for home & added discover tab, closes [#11290 ](https://github.com/lobehub/lobe-chat/issues/11290 ) ([8db248c ](https://github.com/lobehub/lobe-chat/commit/8db248c ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-09 10:15:19 +00:00
Neko
c744118e53
🔨 chore(ci): add concurrency & cancel for Release CI ( #11376 )
...
Add concurrency settings to the release workflow
2026-01-09 17:56:09 +08:00
René Wang
b56d159c84
refac: Improve resource manager ( #11351 )
...
* feat: prevent duplciated folder name
* feat: add loading indicator
* refac: New resource engine
* refac: New resource engine
* refac: New resource engine
* refac: New resource engine
* refac: New resource engine
* refac: New resource engine
* fix: Cannot rename newly created folder
* fix: Cannot rename newly created folder
* fix: Cannot rename newly created folder
* fix: Upload dock flickering
* fix: Sync with tree
* fix: Sync with tree
* style: Adjust padding
* refac: Rename store
* refac: Rename store
* style: New skelton style
* fix: eslint
* fix: eslint
* fix: eslint error
* fix: eslint error
* fix: navigation error
* fix: navigation error
* fix: navigation error
* fix: navigation error
* fix: navigation error
2026-01-09 17:41:01 +08:00
Neko
8db248c395
✨ feat(community): recommended for home & added discover tab ( #11290 )
2026-01-09 17:34:28 +08:00
lobehubbot
ef600809c2
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-09 09:20:54 +00:00
semantic-release-bot
2cb8a7bec8
🔖 chore(release): v2.0.0-next.249 [skip ci]
...
## [Version 2.0.0-next.249](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.248...v2.0.0-next.249 )
<sup>Released on **2026-01-09**</sup>
#### 💄 Styles
- **misc**: Force gpt-5.2 use response api.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Force gpt-5.2 use response api, closes [#11373 ](https://github.com/lobehub/lobe-chat/issues/11373 ) ([f7f3631 ](https://github.com/lobehub/lobe-chat/commit/f7f3631 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-09 09:19:12 +00:00
Arvin Xu
f7f363108a
💄 style: force gpt-5.2 use response api ( #11373 )
...
update
2026-01-09 17:00:24 +08:00
lobehubbot
863857106d
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-09 08:42:12 +00:00
semantic-release-bot
c8cd095541
🔖 chore(release): v2.0.0-next.248 [skip ci]
...
## [Version 2.0.0-next.248](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.247...v2.0.0-next.248 )
<sup>Released on **2026-01-09**</sup>
#### ✨ Features
- **userMemories**: Support to assign for extra headers when invoking upstash workflows.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **userMemories**: Support to assign for extra headers when invoking upstash workflows, closes [#11374 ](https://github.com/lobehub/lobe-chat/issues/11374 ) ([895e15e ](https://github.com/lobehub/lobe-chat/commit/895e15e ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-09 08:40:25 +00:00
Neko
895e15ec21
✨ feat(userMemories): support to assign for extra headers when invoking upstash workflows ( #11374 )
2026-01-09 16:15:35 +08:00
LobeHub Bot
2e53db375d
✅ test: add unit tests for folderStructure utils ( #11366 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-09 16:04:52 +08:00
LobeHub Bot
aaded66d99
🌐 chore: translate non-English comments to English in server/routers ( #11361 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-09 16:04:14 +08:00
lobehubbot
7b065b8842
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-09 07:58:35 +00:00
semantic-release-bot
649f3eded3
🔖 chore(release): v2.0.0-next.247 [skip ci]
...
## [Version 2.0.0-next.247](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.246...v2.0.0-next.247 )
<sup>Released on **2026-01-09**</sup>
#### ♻ Code Refactoring
- **database**: Renamed to userMemories/index.ts.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **database**: Renamed to userMemories/index.ts, closes [#11359 ](https://github.com/lobehub/lobe-chat/issues/11359 ) ([9dae5ff ](https://github.com/lobehub/lobe-chat/commit/9dae5ff ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-09 07:56:51 +00:00
Neko
9dae5ff06d
♻️ refactor(database): renamed to userMemories/index.ts ( #11359 )
2026-01-09 15:37:09 +08:00
lobehubbot
7036bc5afd
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-09 07:13:37 +00:00
semantic-release-bot
69a891138d
🔖 chore(release): v2.0.0-next.246 [skip ci]
...
## [Version 2.0.0-next.246](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.245...v2.0.0-next.246 )
<sup>Released on **2026-01-09**</sup>
#### ✨ Features
- **misc**: Generate `agent_cron_jobs` in agents.
#### 💄 Styles
- **desktop**: Update macOS beta icon assets.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Generate `agent_cron_jobs` in agents, closes [#11349 ](https://github.com/lobehub/lobe-chat/issues/11349 ) ([eefb6cb ](https://github.com/lobehub/lobe-chat/commit/eefb6cb ))
#### Styles
* **desktop**: Update macOS beta icon assets, closes [#11368 ](https://github.com/lobehub/lobe-chat/issues/11368 ) ([3623e58 ](https://github.com/lobehub/lobe-chat/commit/3623e58 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-09 07:11:49 +00:00
Innei
3623e585e2
🎨 style(desktop): update macOS beta icon assets ( #11368 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-09 14:54:33 +08:00
Innei
11c5b8a26b
🔧 chore: increase memory limit for build analysis in package.json and… ( #11369 )
...
🔧 chore: increase memory limit for build analysis in package.json and workflow configuration
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-09 14:38:33 +08:00
Shinji-Li
eefb6cb185
✨ feat: generate agent_cron_jobs in agents ( #11349 )
...
* feat: generate agent_cron_job in agents
* feat: update the db fields
* feat: add trigger/mode in topics table & add group id in cronjob
* feat: update sql
* fix: fixed db migration
* feat: update the test
2026-01-09 14:22:35 +08:00
lobehubbot
5a8b02ebb0
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-09 05:41:17 +00:00
semantic-release-bot
2e6626d78b
🔖 chore(release): v2.0.0-next.245 [skip ci]
...
## [Version 2.0.0-next.245](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.244...v2.0.0-next.245 )
<sup>Released on **2026-01-09**</sup>
#### ♻ Code Refactoring
- **misc**: Improve Tools popover component structure and fix UI consistency.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Improve Tools popover component structure and fix UI consistency, closes [#11356 ](https://github.com/lobehub/lobe-chat/issues/11356 ) ([f46837a ](https://github.com/lobehub/lobe-chat/commit/f46837a ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-09 05:39:42 +00:00
Innei
f46837a031
🔧 refactor: improve Tools popover component structure and fix UI consistency ( #11356 )
...
* ✨ feat: add nativeButton prop to various components for improved UI consistency
- Updated SwitchPanel, HeaderActions, ActionPopover, and ModelSwitchPanel to include nativeButton={false} for better button behavior.
- Introduced ToolsList component to enhance the tools dropdown functionality in the ActionBar.
- Refactored Tools component to utilize the new ToolsList and streamline the rendering of tool items.
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 refactor: correct CheckboxItem import and enhance Tools component structure
- Fixed import path for CheckboxItem in multiple files to ensure consistent naming.
- Introduced PopoverContent component to streamline the rendering of tool items in the Tools component.
- Refactored Tools component to utilize PopoverContent for improved organization and maintainability.
Signed-off-by: Innei <tukon479@gmail.com >
* ✨ feat: enhance PopoverContent and ToolsList components for improved UI
- Introduced static styles for header and footer in PopoverContent to enhance layout consistency.
- Updated ToolsList to include itemIcon styling for better alignment and presentation of icons.
- Modified ToolItem to remove padding for a cleaner appearance.
- Added hasPadding prop to CheckboxItem for flexible padding control.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-09 13:20:49 +08:00
lobehubbot
f413c9ecdf
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-08 17:40:47 +00:00
semantic-release-bot
06aea4e6fb
🔖 chore(release): v2.0.0-next.244 [skip ci]
...
## [Version 2.0.0-next.244](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.243...v2.0.0-next.244 )
<sup>Released on **2026-01-08**</sup>
#### 🐛 Bug Fixes
- **api**: Fix the issue where custom AI Providers cannot use custom APIs.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **api**: Fix the issue where custom AI Providers cannot use custom APIs, closes [#11335 ](https://github.com/lobehub/lobe-chat/issues/11335 ) ([2c666b8 ](https://github.com/lobehub/lobe-chat/commit/2c666b8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-08 17:38:55 +00:00
Hardy
2c666b8723
🐛 fix(api): Fix the issue where custom AI Providers cannot use custom APIs ( #11335 )
...
* 🐛 fix(api): use provider instead of sdkType for API endpoints
Fixed custom AI Provider functionality by correcting API endpoint construction.
Previously used sdkType/runtimeProvider (e.g., 'azure', 'openai') as the API path,
causing server to query wrong provider configuration from database.
Now correctly uses the original provider identifier, allowing custom providers
to work with server-side APIs.
Changes:
- chat/index.ts: use provider for chat API endpoint
- models.ts: use provider for models and modelPull API endpoints
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
* ✅ test(models): update test to match API endpoint fix
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-09 00:43:02 +08:00
YuTengjing
504b9d0aaa
✨ docs(subscription): add funds page link in FAQ section ( #11358 )
2026-01-09 00:27:55 +08:00
YuTengjing
98d477b22b
🐛 chore(ci): support tokenless codecov upload for fork PRs ( #11354 )
2026-01-08 23:59:07 +08:00
lobehubbot
c0d165e906
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-08 14:35:13 +00:00
semantic-release-bot
afc10de9c8
🔖 chore(release): v2.0.0-next.243 [skip ci]
...
## [Version 2.0.0-next.243](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.242...v2.0.0-next.243 )
<sup>Released on **2026-01-08**</sup>
#### 🐛 Bug Fixes
- **desktop**: Prevent duplicate CORS headers in response.
- **InputEditor**: Ensure lexical placeholder reactively updates on locale change.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **desktop**: Prevent duplicate CORS headers in response, closes [#11350 ](https://github.com/lobehub/lobe-chat/issues/11350 ) ([57e725c ](https://github.com/lobehub/lobe-chat/commit/57e725c ))
* **InputEditor**: Ensure lexical placeholder reactively updates on locale change, closes [#11352 ](https://github.com/lobehub/lobe-chat/issues/11352 ) ([72e796b ](https://github.com/lobehub/lobe-chat/commit/72e796b ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-08 14:33:32 +00:00
Innei
57e725cbb3
🐛 fix(desktop): prevent duplicate CORS headers in response ( #11350 )
...
* refactor: reduce unused code
Signed-off-by: Innei <tukon479@gmail.com >
* 🐛 fix(desktop): prevent duplicate CORS headers in response
Only add CORS headers if they don't already exist in the server response.
This fixes issues with CDN resources (like cdn.jsdelivr.net) that already
return CORS headers, causing "multiple values" errors.
Fixes LOBE-2765
* 🔧 refactor(desktop): remove IpcServerMethod decorator and related metadata
This update simplifies the IPC method handling by removing the IpcServerMethod decorator and its associated metadata management. The changes include updates to documentation and code references, ensuring a cleaner and more maintainable IPC implementation.
No functional changes were introduced, but the codebase is now more streamlined for future development.
Signed-off-by: Innei <tukon479@gmail.com >
* ✨ feat(desktop): introduce HTTP headers utility functions
Added a new utility module for managing HTTP response headers in Electron, addressing case sensitivity issues. This includes functions to set, get, check existence, and delete headers. Updated the Browser class to utilize these utilities for setting CORS headers, ensuring no duplicates are present.
This enhancement improves code maintainability and simplifies header management in the application.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-08 22:14:40 +08:00
Innei
72e796bae5
🐛 fix(InputEditor): ensure lexical placeholder reactively updates on locale change ( #11352 )
...
* 🐛 fix(InputEditor): ensure lexical placeholder reactively updates on locale change
Added useTranslation hook to trigger re-render when locale changes.
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-08 22:01:19 +08:00
lobehubbot
6d4d3cbd70
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-08 12:59:26 +00:00
semantic-release-bot
0617b85e0c
🔖 chore(release): v2.0.0-next.242 [skip ci]
...
## [Version 2.0.0-next.242](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.241...v2.0.0-next.242 )
<sup>Released on **2026-01-08**</sup>
#### 🐛 Bug Fixes
- **desktop**: Update macOS beta icon size for macOS 26.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **desktop**: Update macOS beta icon size for macOS 26, closes [#11348 ](https://github.com/lobehub/lobe-chat/issues/11348 ) ([0d1eedf ](https://github.com/lobehub/lobe-chat/commit/0d1eedf ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-08 12:57:40 +00:00
Innei
0d1eedf7a7
🐛 fix(desktop): update macOS beta icon size for macOS 26 ( #11348 )
...
Update the desktop beta icons to fix sizing issue on macOS 26 where the icon appeared smaller than expected.
Fixes LOBE-2873
2026-01-08 20:40:26 +08:00
Neko
2a263f80ce
🔨 chore(userMemories): added lobe-server:memory:user-memory:runtime debug for debugging provider issues ( #11347 )
2026-01-08 20:37:23 +08:00
YuTengjing
6ee5a3a380
📝 chore: simplify referral tip and fix top-up hyphenation ( #11346 )
2026-01-08 20:07:36 +08:00
lobehubbot
b069e94fef
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-08 11:56:45 +00:00
semantic-release-bot
d9eeaad6cd
🔖 chore(release): v2.0.0-next.241 [skip ci]
...
## [Version 2.0.0-next.241](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.240...v2.0.0-next.241 )
<sup>Released on **2026-01-08**</sup>
#### ✨ Features
- **desktop**: Implement history navigation stack.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **desktop**: Implement history navigation stack, closes [#11341 ](https://github.com/lobehub/lobe-chat/issues/11341 ) ([db270d5 ](https://github.com/lobehub/lobe-chat/commit/db270d5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-08 11:55:07 +00:00
Innei
db270d5aba
✨ feat(desktop): implement history navigation stack ( #11341 )
...
* ✨ feat(navigation): implement history navigation in the desktop app
- Add 'Back' and 'Forward' options to the menu for navigating history.
- Introduce a new NavigationBar component to handle navigation actions.
- Implement hooks for managing navigation history and updating the UI accordingly.
- Enhance the Electron store to support navigation history state management.
- Add route metadata for better navigation context.
This update improves user experience by allowing easy back and forward navigation within the app.
Signed-off-by: Innei <tukon479@gmail.com >
* ✨ feat(localization): add navigation labels in multiple languages
- Introduced new localization entries for navigation history in various languages, including Arabic, Bulgarian, German, Spanish, Persian, French, Italian, Japanese, Korean, Dutch, Polish, Portuguese, Russian, Turkish, Vietnamese, Chinese (Simplified and Traditional).
- Updated existing localization files to include 'Back', 'Forward', and 'Go' labels for improved user navigation experience.
This enhancement supports a more inclusive user interface by providing localized navigation options.
Signed-off-by: Innei <tukon479@gmail.com >
* ✨ feat(desktop): add Home menu item and simplify navigation UI
- Remove keyboard shortcut hints from Recently Viewed tooltip
- Add Home menu item to Go menu on all platforms (macOS, Linux, Windows)
- Add Home translations for all 17 supported locales
* 🌐 i18n(desktop): use i18n for Recently Viewed tooltip
* ✨ feat(macOS): update history navigation accelerators in menu
- Change keyboard shortcuts for 'Back', 'Forward', and 'Home' menu items to use macOS conventions.
- Add unit test to verify correct accelerators are set for history navigation.
Signed-off-by: Innei <tukon479@gmail.com >
* ✨ refactor(ElectronTitlebar): remove unused navigation history hook
- Deleted the `useInitNavigationHistory` hook and its associated logic from the ElectronTitlebar component.
- Cleaned up the code to improve maintainability and reduce unnecessary complexity.
This change streamlines the title bar functionality by eliminating unused code.
Signed-off-by: Innei <tukon479@gmail.com >
* ✨ refactor(NavPanel): streamline navigation panel functionality
- Replaced the `useNavPanel` hook with a new `useNavPanelSizeChangeHandler` for better size management.
- Introduced `NavPanelDraggable` component to encapsulate draggable panel logic, improving code organization and readability.
- Updated `NavHeader` to utilize global store for panel state management, enhancing state consistency across components.
- Removed unused styles and logic from `NavPanel`, simplifying the component structure.
This refactor enhances maintainability and performance of the navigation panel system.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-08 19:37:51 +08:00
lobehubbot
45ad33094e
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-08 10:59:30 +00:00
semantic-release-bot
048c310a96
🔖 chore(release): v2.0.0-next.240 [skip ci]
...
## [Version 2.0.0-next.240](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.239...v2.0.0-next.240 )
<sup>Released on **2026-01-08**</sup>
#### ♻ Code Refactoring
- **memory-user-memory**: Migrated to use typescript module for prompts.
#### ✨ Features
- **notebook**: Add i18n, Inspector and Streaming components.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **memory-user-memory**: Migrated to use typescript module for prompts, closes [#11344 ](https://github.com/lobehub/lobe-chat/issues/11344 ) ([902cfe5 ](https://github.com/lobehub/lobe-chat/commit/902cfe5 ))
#### What's improved
* **notebook**: Add i18n, Inspector and Streaming components, closes [#11212 ](https://github.com/lobehub/lobe-chat/issues/11212 ) ([f7dc54f ](https://github.com/lobehub/lobe-chat/commit/f7dc54f ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-08 10:57:43 +00:00
Neko
902cfe5a3f
♻️ refactor(memory-user-memory): migrated to use typescript module for prompts ( #11344 )
2026-01-08 18:38:55 +08:00
Arvin Xu
f7dc54fb37
✨ feat(notebook): add i18n, Inspector and Streaming components ( #11212 )
...
* ✨ feat(notebook): add i18n, Inspector and Streaming components
- Add i18n entries for notebook tool in plugin.ts
- Add zh-CN and en-US translations
- Add CreateDocument Inspector component for streaming status display
- Add CreateDocument Streaming component for real-time markdown preview
- Add AnimatedNumber helper component
- Export NotebookInspectors and NotebookStreamings from client
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* 🐛 fix(notebook): simplify Inspector to show title directly
Follow WebSearch Inspector pattern - use direct string concatenation
instead of Trans component
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* 🐛 fix(notebook): add isLoading state for shiny animation
Match WebSearch Inspector pattern - show shiny animation during
both streaming and loading states
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* refactor
* improve document
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-08 17:06:38 +08:00
YuTengjing
de1504cf7b
fix(image): not show reference image ( #11338 )
2026-01-08 17:00:03 +08:00
lobehubbot
815596de02
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-08 08:54:52 +00:00
semantic-release-bot
f00e7ed24e
🔖 chore(release): v2.0.0-next.239 [skip ci]
...
## [Version 2.0.0-next.239](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.238...v2.0.0-next.239 )
<sup>Released on **2026-01-08**</sup>
#### ✨ Features
- **misc**: Add the twitter lobehub skill.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add the twitter lobehub skill, closes [#11342 ](https://github.com/lobehub/lobe-chat/issues/11342 ) ([503acb3 ](https://github.com/lobehub/lobe-chat/commit/503acb3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-08 08:53:09 +00:00
Shinji-Li
503acb32b2
✨ feat: add the twitter lobehub skill ( #11342 )
...
feat: add the twitter lobehub skill
2026-01-08 16:34:08 +08:00
lobehubbot
f631de1df4
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-08 07:58:30 +00:00
semantic-release-bot
d29fe751d1
🔖 chore(release): v2.0.0-next.238 [skip ci]
...
## [Version 2.0.0-next.238](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.237...v2.0.0-next.238 )
<sup>Released on **2026-01-08**</sup>
#### ✨ Features
- **misc**: Change the klavis Linear to LobeHub oauth Linear.
#### 🐛 Bug Fixes
- **misc**: Topic renaming input focus issue in context menu.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Change the klavis Linear to LobeHub oauth Linear, closes [#11339 ](https://github.com/lobehub/lobe-chat/issues/11339 ) ([ec8ff26 ](https://github.com/lobehub/lobe-chat/commit/ec8ff26 ))
#### What's fixed
* **misc**: Topic renaming input focus issue in context menu, closes [#11323 ](https://github.com/lobehub/lobe-chat/issues/11323 ) ([dd065fc ](https://github.com/lobehub/lobe-chat/commit/dd065fc ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-08 07:56:47 +00:00
Shinji-Li
ec8ff26148
✨ feat: change the klavis Linear to LobeHub oauth Linear ( #11339 )
...
feat: change the klavis Linear to LobeHub oauth Linear
2026-01-08 15:37:02 +08:00
Innei
dd065fc991
🐛 fix: topic renaming input focus issue in context menu ( #11323 )
...
Fixes LOBE-2838
This commit resolves the issue where the input field wasn't properly focused when renaming topics through the context menu.
Changes:
- Created FocusableInput component that ensures input focus using queueMicrotask
- Replaced autoFocus prop with proper ref-based focus management
- Simplified onBlur handler logic
- Removed duplicate toggleEditing call from handleUpdate
The queueMicrotask approach ensures the focus happens after the Popover has fully rendered and positioned itself.
2026-01-08 15:35:08 +08:00
lobehubbot
31c05e0031
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-08 07:08:34 +00:00
semantic-release-bot
6e41f979e7
🔖 chore(release): v2.0.0-next.237 [skip ci]
...
## [Version 2.0.0-next.237](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.236...v2.0.0-next.237 )
<sup>Released on **2026-01-08**</sup>
#### ✨ Features
- **ui**: Move new topic button to navigation panel.
#### 🐛 Bug Fixes
- **onboarding**: Prevent step overflow and misc improvements.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **ui**: Move new topic button to navigation panel, closes [#11325 ](https://github.com/lobehub/lobe-chat/issues/11325 ) ([3d6b399 ](https://github.com/lobehub/lobe-chat/commit/3d6b399 ))
#### What's fixed
* **onboarding**: Prevent step overflow and misc improvements, closes [#11322 ](https://github.com/lobehub/lobe-chat/issues/11322 ) ([8586fd4 ](https://github.com/lobehub/lobe-chat/commit/8586fd4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-08 07:06:52 +00:00
YuTengjing
8586fd4b06
🐛 fix(onboarding): prevent step overflow and misc improvements ( #11322 )
2026-01-08 14:48:07 +08:00
Innei
3d6b39962a
✨ feat(ui): move new topic button to navigation panel ( #11325 )
...
✨ feat: move new topic button to navigation panel
- Move "Add New Topic" button from header to navigation panel for better UX
- Integrate with existing NavItem component for consistent styling
- Add loading state during topic creation
- Auto-navigate from agent profile back to chat when creating new topic
2026-01-08 14:40:19 +08:00
LobeHub Bot
e80b073b1c
🌐 chore: translate non-English comments to English in server/search ( #11334 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-08 12:55:54 +08:00
lobehubbot
454e105faf
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-08 04:38:27 +00:00
semantic-release-bot
79c8b39432
🔖 chore(release): v2.0.0-next.236 [skip ci]
...
## [Version 2.0.0-next.236](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.235...v2.0.0-next.236 )
<sup>Released on **2026-01-08**</sup>
#### 🐛 Bug Fixes
- **provider-config**: Update isFetchOnClient Switch component.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **provider-config**: Update isFetchOnClient Switch component, closes [#11215 ](https://github.com/lobehub/lobe-chat/issues/11215 ) ([5bb038b ](https://github.com/lobehub/lobe-chat/commit/5bb038b ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-08 04:36:47 +00:00
Hao
3621f02ca0
🔨 chore: disable moby for docker-outside-of-docker on Debian trixie ( #11317 )
...
🐛 fix: disable moby for docker-outside-of-docker on Debian trixie
2026-01-08 12:18:44 +08:00
sxjeru
5bb038bba7
🐛 fix(provider-config): update isFetchOnClient Switch component ( #11215 )
...
* 🐛 fix(provider-config): remove unused isFetchOnClient state and update Switch component
* ♻️ refactor: 移除 Claude 3 Opus 模型,添加 Doubao Seed 1.8 模型的启用状态
* 🐛 fix(volcengine): 更新 Doubao Seed 1.8 部署名称
2026-01-08 12:15:02 +08:00
lobehubbot
910af3787d
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-08 02:37:22 +00:00
semantic-release-bot
7b8ce8912c
🔖 chore(release): v2.0.0-next.235 [skip ci]
...
## [Version 2.0.0-next.235](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.234...v2.0.0-next.235 )
<sup>Released on **2026-01-08**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#11297 ](https://github.com/lobehub/lobe-chat/issues/11297 ) ([4705abf ](https://github.com/lobehub/lobe-chat/commit/4705abf ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-08 02:35:47 +00:00
LobeHub Bot
f60c1fd86f
🌐 chore: translate non-English comments to English in server routers lambda ( #11301 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-08 10:17:03 +08:00
LobeHub Bot
4705abff40
🤖 style: update i18n ( #11297 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2026-01-08 10:16:29 +08:00
lobehubbot
60a674f142
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-07 17:27:18 +00:00
semantic-release-bot
14b04c7b1b
🔖 chore(release): v2.0.0-next.234 [skip ci]
...
## [Version 2.0.0-next.234](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.233...v2.0.0-next.234 )
<sup>Released on **2026-01-07**</sup>
#### ✨ Features
- **misc**: Add browser compatibility detection and fallback page, add the lobehub market tools servers.
#### 🐛 Bug Fixes
- **editor**: Fix slash command codeblock not working.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add browser compatibility detection and fallback page, closes [#11309 ](https://github.com/lobehub/lobe-chat/issues/11309 ) ([8be32c2 ](https://github.com/lobehub/lobe-chat/commit/8be32c2 ))
* **misc**: Add the lobehub market tools servers, closes [#11315 ](https://github.com/lobehub/lobe-chat/issues/11315 ) ([a4003a3 ](https://github.com/lobehub/lobe-chat/commit/a4003a3 ))
#### What's fixed
* **editor**: Fix slash command codeblock not working, closes [#11321 ](https://github.com/lobehub/lobe-chat/issues/11321 ) ([f9a35eb ](https://github.com/lobehub/lobe-chat/commit/f9a35eb ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-07 17:25:25 +00:00
Arvin Xu
447b546e7a
✅ test: open all e2e testing ( #11282 )
...
* update
* fix agent testing
* fix conversation
* update e2e
* update e2e
* update
* update testing
* fix testing
2026-01-08 01:06:53 +08:00
Arvin Xu
b4ba8bf454
🐛 fix: model runtime provider issue ( #11314 )
...
* fix
* upload
* update
* fix
* fix tests
2026-01-07 23:22:19 +08:00
Innei
f9a35eb036
🐛 fix(editor): fix slash command codeblock not working ( #11321 )
...
Fixes LOBE-2454
- Upgrade @lobehub/editor to ^3.7.0 to get codeblock fix
- Use INSERT_CODEMIRROR_COMMAND directly instead of editorState.codeblock()
- Add proper focus handling after inserting codeblock
- Remove unused editorState dependency from useSlashItems
- Add proper type annotation for editorState
2026-01-07 23:11:43 +08:00
Innei
8be32c2f32
✨ feat: Add browser compatibility detection and fallback page ( #11309 )
...
* ✨ feat: Add browser compatibility detection and fallback page
- Add automatic browser compatibility check in app layout
- Create standalone not-compatible.html fallback page with modern responsive design
- Support dark mode via prefers-color-scheme
- Include browser download links (Chrome, Firefox, Edge, Safari, Arc)
- Display minimum browser requirements
- Update feature development documentation
* 📝 docs(CLAUDE): Update PR Linear Issue Association guidelines
- Clarify the requirement to include magic keywords in PR body for Linear issues.
- Add instruction to summarize work done in the Linear issue comment and update the issue status to "In Review".
Signed-off-by: Innei <tukon479@gmail.com >
* ✨ feat: Update browser compatibility page and layout
- Change favicon link to absolute path in not-compatible.html.
- Add Safari browser support with corresponding icon and link.
- Update minimum browser requirements to Chrome 99+, Safari 16.4+, and Edge 99+.
- Fix typo in layout.tsx comments from "serveral" to "several".
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-07 23:00:52 +08:00
Shinji-Li
a4003a383b
✨ feat: add the lobehub market tools servers ( #11315 )
...
* feat: add the lobehub market tools servers
* feat: change all marketConnect to lobehubSkill & update the tools meta to show
* fix: slove test error
* chore: update the package json
2026-01-07 22:13:19 +08:00
René Wang
70b34d5f3c
feat: imrpove resource manager ( #11277 )
...
* fix: Resource explorer overflow
* style: Loading style of resource
* style: New code viewer style
* style: New code viewer style
* feat: Add code agent
* feat: Add code agent
* feat: Add code agent
* feat: Upload folder
* feat: adjust header size
* fix: loading indicator
* style: Fix content overflow
* fix: Cannot batch select
* fix: Cannot batch select
* fix: Cannot batch select
* feat: support mode extension
* fix: markdown highlight
* style: Animate the upload dock
* feat: Cancel file upload
* fix: Lint error
2026-01-07 20:46:08 +08:00
lobehubbot
f81e615451
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-07 11:37:17 +00:00
semantic-release-bot
2adfd61253
🔖 chore(release): v2.0.0-next.233 [skip ci]
...
## [Version 2.0.0-next.233](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.232...v2.0.0-next.233 )
<sup>Released on **2026-01-07**</sup>
#### ✨ Features
- **image**: Improve image generation with new models and bug fixes.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **image**: Improve image generation with new models and bug fixes, closes [#11311 ](https://github.com/lobehub/lobe-chat/issues/11311 ) ([4fc03bb ](https://github.com/lobehub/lobe-chat/commit/4fc03bb ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-07 11:35:29 +00:00
YuTengjing
4fc03bbf66
✨ feat(image): improve image generation with new models and bug fixes ( #11311 )
2026-01-07 19:16:24 +08:00
lobehubbot
1cbc5919f1
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-07 10:02:00 +00:00
semantic-release-bot
d66ffc434a
🔖 chore(release): v2.0.0-next.232 [skip ci]
...
## [Version 2.0.0-next.232](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.231...v2.0.0-next.232 )
<sup>Released on **2026-01-07**</sup>
#### 🐛 Bug Fixes
- **misc**: Correct BrandTextLoading position after removing SSG CSS-in-JS injection.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Correct BrandTextLoading position after removing SSG CSS-in-JS injection, closes [#11312 ](https://github.com/lobehub/lobe-chat/issues/11312 ) ([0de4eb8 ](https://github.com/lobehub/lobe-chat/commit/0de4eb8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-07 10:00:16 +00:00
Innei
0de4eb803e
🐛 fix: correct BrandTextLoading position after removing SSG CSS-in-JS injection ( #11312 )
...
* 🐛 fix: correct BrandTextLoading position after removing SSG CSS-in-JS injection
Fixed the issue where the first-screen loading component was positioned
incorrectly at the top after removing SSG CSS-in-JS injection.
Extracted positioning styles to a separate CSS module to ensure correct
centering during initial load.
Fixes LOBE-2815
* ✨ refactor: simplify BrandTextLoading component and remove spinner styles
* Update src/components/Loading/BrandTextLoading/index.module.css
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-07 17:41:25 +08:00
Arvin Xu
2938f197d4
🔨 chore: update agent redis implement ( #11310 )
...
update
2026-01-07 16:24:51 +08:00
lobehubbot
503e90d9a3
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-07 07:57:41 +00:00
semantic-release-bot
ba4334d2e5
🔖 chore(release): v2.0.0-next.231 [skip ci]
...
## [Version 2.0.0-next.231](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.230...v2.0.0-next.231 )
<sup>Released on **2026-01-07**</sup>
#### 🐛 Bug Fixes
- **misc**: Update desktop onboarding privacy description.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update desktop onboarding privacy description, closes [#11307 ](https://github.com/lobehub/lobe-chat/issues/11307 ) [#11308 ](https://github.com/lobehub/lobe-chat/issues/11308 ) ([58b10a2 ](https://github.com/lobehub/lobe-chat/commit/58b10a2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-07 07:55:53 +00:00
Innei
58b10a2a20
🐛 fix: update desktop onboarding privacy description ( #11307 )
...
* 🐛 fix: update desktop onboarding privacy description
🤖 Generated with [Claude Code](https://claude.com/claude-code )
* fix: remove contradictory text from Chinese desktop onboarding privacy descriptions (#11308 )
* Initial plan
* 🐛 fix: remove contradictory text from Chinese privacy descriptions
Co-authored-by: Innei <41265413+Innei@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: Innei <41265413+Innei@users.noreply.github.com >
---------
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com >
2026-01-07 15:36:23 +08:00
LobeHub Bot
8cdfd4eaf7
✅ test: add unit tests for identifier utility ( #11306 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-07 14:38:46 +08:00
Arvin Xu
f44706f5f1
🔨 chore: add agent welcome generation in redis ( #11305 )
...
* add agent welcome generation
* add key
2026-01-07 14:34:41 +08:00
lobehubbot
956b62ba3d
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-07 06:05:46 +00:00
semantic-release-bot
7f04943ab0
🔖 chore(release): v2.0.0-next.230 [skip ci]
...
## [Version 2.0.0-next.230](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.229...v2.0.0-next.230 )
<sup>Released on **2026-01-07**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix edit rich render codeblock.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix edit rich render codeblock, closes [#11303 ](https://github.com/lobehub/lobe-chat/issues/11303 ) ([5338170 ](https://github.com/lobehub/lobe-chat/commit/5338170 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-07 06:04:06 +00:00
CanisMinor
5338170f4c
🐛 fix: fix edit rich render codeblock ( #11303 )
...
* fix: fix enableRichRender
* fix: fix enableRichRender
2026-01-07 13:45:14 +08:00
lobehubbot
f738b2d752
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-07 02:27:07 +00:00
semantic-release-bot
c50564f276
🔖 chore(release): v2.0.0-next.229 [skip ci]
...
## [Version 2.0.0-next.229](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.228...v2.0.0-next.229 )
<sup>Released on **2026-01-07**</sup>
#### 🐛 Bug Fixes
- **misc**: Update mobile topicRouter import path to lambda directory.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update mobile topicRouter import path to lambda directory, closes [#11261 ](https://github.com/lobehub/lobe-chat/issues/11261 ) ([f591b77 ](https://github.com/lobehub/lobe-chat/commit/f591b77 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-07 02:25:25 +00:00
Tsuki
f591b7768f
🐛 fix: update mobile topicRouter import path to lambda directory ( #11261 )
...
fix: update topicRouter import path to lambda directory
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2026-01-07 10:06:35 +08:00
lobehubbot
98db12ba1b
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-06 15:33:50 +00:00
semantic-release-bot
f7abf4e9fa
🔖 chore(release): v2.0.0-next.228 [skip ci]
...
## [Version 2.0.0-next.228](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.227...v2.0.0-next.228 )
<sup>Released on **2026-01-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Add separate border-radius for bottom-right corner on macOS 26 Chrome.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add separate border-radius for bottom-right corner on macOS 26 Chrome, closes [#11287 ](https://github.com/lobehub/lobe-chat/issues/11287 ) ([544931a ](https://github.com/lobehub/lobe-chat/commit/544931a ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-06 15:32:11 +00:00
Innei
544931a9c6
🐛 fix: add separate border-radius for bottom-right corner on macOS 26 Chrome ( #11287 )
...
* 🐛 fix: add separate border-radius for bottom-right corner on macOS 26 Chrome
Fix issue where the main container's bottom-right corner radius was not applied correctly on macOS 26 Chrome.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* 📝 docs(CLAUDE): add PR Linear Issue Association guidelines
Include a new section in CLAUDE.md outlining the requirement to use magic keywords in PR bodies for associating with Linear issues, enhancing clarity on issue tracking.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-06 23:13:30 +08:00
Innei
9c6d31af5c
♻️ refactor(ui): update @lobehub/ui and refactor Popover usage for z-index fix ( #11286 )
...
* 🔧 chore(dependencies): update @lobehub/ui to version 4.11.4 and refactor Popover usage across multiple components for consistency
* 🔧 chore(dependencies): update @lobehub/ui to version 4.11.5 and refactor Popover usage across multiple components for consistency
Signed-off-by: Innei <tukon479@gmail.com >
* 🔧 chore: remove TypeScript error suppression for EmojiPicker popupProps in AgentHeader component
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-06 22:30:54 +08:00
lobehubbot
2f7a49d6a8
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-06 14:14:33 +00:00
semantic-release-bot
2a3c09ff05
🔖 chore(release): v2.0.0-next.227 [skip ci]
...
## [Version 2.0.0-next.227](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.226...v2.0.0-next.227 )
<sup>Released on **2026-01-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Allow zero-byte files and add business hooks for error handling.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Allow zero-byte files and add business hooks for error handling, closes [#11283 ](https://github.com/lobehub/lobe-chat/issues/11283 ) ([38f5b78 ](https://github.com/lobehub/lobe-chat/commit/38f5b78 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-06 14:12:54 +00:00
YuTengjing
ed811c51f8
📝 docs(self-hosting): add OAuth token exchange troubleshooting for Docker reverse proxy ( #11240 )
...
* 📝 docs(self-hosting): add OAuth token exchange troubleshooting for Docker reverse proxy
Add troubleshooting section for OAuth authentication failures when using Docker deployment behind reverse proxy. The issue occurs when MIDDLEWARE_REWRITE_THROUGH_LOCAL=1 (default) rewrites OAuth token exchange URLs to localhost.
Fixes #10166
* ✨ feat(model-bank): add grok-4 model support
Add Grok 4 model to lobehub models with the following capabilities:
- Function call, reasoning, search, and vision support
- 256K context window
- Search implementation via params
2026-01-06 21:53:20 +08:00
YuTengjing
38f5b78e2a
🐛 fix: allow zero-byte files and add business hooks for error handling ( #11283 )
2026-01-06 21:15:45 +08:00
lobehubbot
71dd9c7a02
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-06 12:23:11 +00:00
semantic-release-bot
d515807dd0
🔖 chore(release): v2.0.0-next.226 [skip ci]
...
## [Version 2.0.0-next.226](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.225...v2.0.0-next.226 )
<sup>Released on **2026-01-06**</sup>
#### ♻ Code Refactoring
- **misc**: Change all market routes & api call into lambda trpc client call.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Change all market routes & api call into lambda trpc client call, closes [#11256 ](https://github.com/lobehub/lobe-chat/issues/11256 ) ([8f7e378 ](https://github.com/lobehub/lobe-chat/commit/8f7e378 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-06 12:21:31 +00:00
Shinji-Li
8f7e37872f
♻️ refactor: change all market routes & api call into lambda trpc client call ( #11256 )
...
* feat: add market auth middleware & create market lamdar trpc endpoint
* feat: add user、social、oidc trpc endpoint
* feat: change the MARKET_ENDPOINTS call change to trpc
* refactor: add the fork double check modal
* fix: lint fixed
* feat: update the market sdk version
* feat: upadte the market sdk & fixed types
2026-01-06 20:01:49 +08:00
lobehubbot
1456adc812
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-06 11:53:25 +00:00
semantic-release-bot
1338090466
🔖 chore(release): v2.0.0-next.225 [skip ci]
...
## [Version 2.0.0-next.225](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.224...v2.0.0-next.225 )
<sup>Released on **2026-01-06**</sup>
#### ✨ Features
- **ModelSwitchPanel**: Add provider preference storage in By Model view.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **ModelSwitchPanel**: Add provider preference storage in By Model view, closes [#11246 ](https://github.com/lobehub/lobe-chat/issues/11246 ) ([d778093 ](https://github.com/lobehub/lobe-chat/commit/d778093 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-06 11:51:38 +00:00
René Wang
d778093d87
✨ feat(ModelSwitchPanel): add provider preference storage in By Model view ( #11246 )
...
* fix: Translation
* feat: Search settings command in any page
* feat: Add more cloud-dedicated actions
* feat: New CMDK style
* feat: New CMDK style
* fix: Commands order
* fix: Type error
2026-01-06 19:32:43 +08:00
Arvin Xu
ae053da00f
🔨 chore: update model method ( #11278 )
...
update model
2026-01-06 19:17:26 +08:00
YuTengjing
a41f8b9738
👷 ci: rename pre_job to check-duplicate-run ( #11281 )
2026-01-06 18:57:32 +08:00
lobehubbot
adc0dfc094
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-06 09:27:21 +00:00
semantic-release-bot
4f8187c898
🔖 chore(release): v2.0.0-next.224 [skip ci]
...
## [Version 2.0.0-next.224](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.223...v2.0.0-next.224 )
<sup>Released on **2026-01-06**</sup>
#### ♻ Code Refactoring
- **router**: Replace client-side rendering with dynamic import for DesktopClientRouter.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **router**: Replace client-side rendering with dynamic import for DesktopClientRouter, closes [#11276 ](https://github.com/lobehub/lobe-chat/issues/11276 ) ([f50305b ](https://github.com/lobehub/lobe-chat/commit/f50305b ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-06 09:25:42 +00:00
YuTengjing
480cbe9103
👷 ci: group internal package tests to reduce job count ( #11275 )
2026-01-06 17:06:56 +08:00
Innei
f50305b45e
♻️ refactor(router): replace client-side rendering with dynamic import for DesktopClientRouter ( #11276 )
...
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-06 16:42:48 +08:00
lobehubbot
7656cd721b
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-06 08:24:54 +00:00
semantic-release-bot
2891cc49b6
🔖 chore(release): v2.0.0-next.223 [skip ci]
...
## [Version 2.0.0-next.223](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.222...v2.0.0-next.223 )
<sup>Released on **2026-01-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix callback url error during signin period.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix callback url error during signin period, closes [#11139 ](https://github.com/lobehub/lobe-chat/issues/11139 ) ([3fc69c5 ](https://github.com/lobehub/lobe-chat/commit/3fc69c5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-06 08:23:12 +00:00
Zhijie He
3fc69c5ad3
🐛 fix: fix callback url error during signin period ( #11139 )
...
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-06 16:05:49 +08:00
Arvin Xu
9caa13776b
♻️ test: rename discover to community in e2e ( #11274 )
...
rename discover to community
2026-01-06 15:58:01 +08:00
lobehubbot
53772289c3
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-06 07:50:58 +00:00
semantic-release-bot
f52cd63aa7
🔖 chore(release): v2.0.0-next.222 [skip ci]
...
## [Version 2.0.0-next.222](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.221...v2.0.0-next.222 )
<sup>Released on **2026-01-06**</sup>
#### ♻ Code Refactoring
- **auth**: Improve auth configuration for better Docker runtime support.
#### 🐛 Bug Fixes
- **misc**: Fix editor modal and refactor ModelSwitchPanel.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **auth**: Improve auth configuration for better Docker runtime support, closes [#11253 ](https://github.com/lobehub/lobe-chat/issues/11253 ) ([5277650 ](https://github.com/lobehub/lobe-chat/commit/5277650 ))
#### What's fixed
* **misc**: Fix editor modal and refactor ModelSwitchPanel, closes [#11273 ](https://github.com/lobehub/lobe-chat/issues/11273 ) ([0c57ec4 ](https://github.com/lobehub/lobe-chat/commit/0c57ec4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-06 07:49:11 +00:00
CanisMinor
0c57ec427f
🐛 fix: fix editor modal and refactor ModelSwitchPanel ( #11273 )
...
* fix: fix editor modal
* style: update modelSwitchPanel
2026-01-06 15:30:21 +08:00
YuTengjing
5277650dc6
♻️ refactor(auth): improve auth configuration for better Docker runtime support ( #11253 )
2026-01-06 15:15:22 +08:00
LobeHub Bot
dd39965993
🌐 chore: translate non-English comments to English in src/store ( #11264 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-06 13:12:27 +08:00
lobehubbot
f3663ee1e5
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-05 15:54:16 +00:00
semantic-release-bot
05fcbb3e03
🔖 chore(release): v2.0.0-next.221 [skip ci]
...
## [Version 2.0.0-next.221](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.220...v2.0.0-next.221 )
<sup>Released on **2026-01-05**</sup>
#### ♻ Code Refactoring
- **misc**: Convert glossary from JSON to Markdown table format.
#### 🐛 Bug Fixes
- **misc**: Resolve desktop upload CORS issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Convert glossary from JSON to Markdown table format, closes [#11237 ](https://github.com/lobehub/lobe-chat/issues/11237 ) ([46a58a8 ](https://github.com/lobehub/lobe-chat/commit/46a58a8 ))
#### What's fixed
* **misc**: Resolve desktop upload CORS issue, closes [#11255 ](https://github.com/lobehub/lobe-chat/issues/11255 ) ([49ec5ed ](https://github.com/lobehub/lobe-chat/commit/49ec5ed ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-05 15:52:34 +00:00
Arvin Xu
46a58a83a1
♻️ refactor: Convert glossary from JSON to Markdown table format ( #11237 )
...
* ♻️ refactor: Convert glossary from JSON to Markdown table format
- Migrate glossary.json to docs/glossary.md with table format
- Update .i18nrc.js to read glossary from Markdown file
- Add more terminology entries (agentGroup, thread)
- Improve readability with structured table layout
* update i18n
* update glossary
* 🐛 fix: fix file type
2026-01-05 23:33:55 +08:00
Innei
49ec5edffb
🐛 fix: resolve desktop upload CORS issue ( #11255 )
...
* 🐛 fix: resolve desktop upload CORS issue
Expand CORS bypass to handle all HTTP/HTTPS requests in desktop app.
Previously, CORS bypass only applied to local file server (127.0.0.1),
which caused upload failures when the renderer uses app:// protocol.
Changes:
- Remove Origin header from all requests to prevent CORS preflight
- Add permissive CORS headers to all responses
- Update comments to reflect the new behavior
Resolves LOBE-2581
* 🐛 fix: enhance CORS handling in desktop app
Refine CORS bypass implementation to store and utilize the original Origin header for responses. This change ensures proper CORS headers are added based on the request's origin, improving compatibility with credentialed requests and OPTIONS preflight handling.
Changes:
- Store Origin header for each request and remove it to prevent CORS preflight.
- Add CORS headers to responses using the stored origin.
- Implement caching for OPTIONS requests with a max age.
Resolves LOBE-2581
Signed-off-by: Innei <tukon479@gmail.com >
* 🐛 fix: add onBeforeSendHeaders mock to Browser tests
Enhance the Browser test suite by adding a mock for the onBeforeSendHeaders function in the session's webRequest object. This addition improves the test coverage for CORS handling scenarios.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-05 22:37:43 +08:00
lobehubbot
b887e2125e
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-05 13:21:53 +00:00
semantic-release-bot
3c9e0fde01
🔖 chore(release): v2.0.0-next.220 [skip ci]
...
## [Version 2.0.0-next.220](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.219...v2.0.0-next.220 )
<sup>Released on **2026-01-05**</sup>
#### 🐛 Bug Fixes
- **misc**: Restore getBounds mock in Browser test beforeEach.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Restore getBounds mock in Browser test beforeEach, closes [#11254 ](https://github.com/lobehub/lobe-chat/issues/11254 ) ([56fe3d3 ](https://github.com/lobehub/lobe-chat/commit/56fe3d3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-05 13:20:18 +00:00
Innei
56fe3d33bc
🐛 fix: restore getBounds mock in Browser test beforeEach ( #11254 )
...
Fix failing close event handling tests by restoring the getBounds mock
return value in beforeEach after vi.clearAllMocks(). The issue occurred
because clearAllMocks() removed the getBounds mock behavior set during
hoisting, causing x and y coordinates to be undefined instead of 0.
2026-01-05 20:25:32 +08:00
lobehubbot
5d307c5042
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-05 12:09:03 +00:00
semantic-release-bot
0a73222c3e
🔖 chore(release): v2.0.0-next.219 [skip ci]
...
## [Version 2.0.0-next.219](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.218...v2.0.0-next.219 )
<sup>Released on **2026-01-05**</sup>
#### 🐛 Bug Fixes
- **misc**: Resolve BaseUI dropdown compatibility issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Resolve BaseUI dropdown compatibility issue, closes [#11248 ](https://github.com/lobehub/lobe-chat/issues/11248 ) ([065bfec ](https://github.com/lobehub/lobe-chat/commit/065bfec ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-05 12:07:30 +00:00
Innei
065bfec19b
🐛 fix: resolve BaseUI dropdown compatibility issue ( #11248 )
...
* 🐛 fix: resolve BaseUI dropdown compatibility issue
- Upgrade @lobehub/ui from 4.9.0 to 4.9.3
- Add nativeButton={false} prop to all DropdownMenu components to fix compatibility
- Affects multiple components across chat, group, home, page, resource features
Fixes: LOBE-2540
* update
2026-01-05 19:49:20 +08:00
lobehubbot
9eace1c0c7
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-05 10:32:19 +00:00
semantic-release-bot
e675d37a1d
🔖 chore(release): v2.0.0-next.218 [skip ci]
...
## [Version 2.0.0-next.218](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.217...v2.0.0-next.218 )
<sup>Released on **2026-01-05**</sup>
#### ✨ Features
- **misc**: Update the sandbox export files & save files way.
#### 🐛 Bug Fixes
- **misc**: Fix editor modal when Markdown rendering off.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Update the sandbox export files & save files way, closes [#11249 ](https://github.com/lobehub/lobe-chat/issues/11249 ) ([039b0a1 ](https://github.com/lobehub/lobe-chat/commit/039b0a1 ))
#### What's fixed
* **misc**: Fix editor modal when Markdown rendering off, closes [#11251 ](https://github.com/lobehub/lobe-chat/issues/11251 ) ([eb86d3b ](https://github.com/lobehub/lobe-chat/commit/eb86d3b ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-05 10:30:37 +00:00
CanisMinor
eb86d3b11e
🐛 fix: fix editor modal when Markdown rendering off ( #11251 )
...
fix: fix editor modal
2026-01-05 18:04:50 +08:00
Shinji-Li
039b0a1064
✨ feat: update the sandbox export files & save files way ( #11249 )
...
feat: update the sandbox export files & save files way
2026-01-05 18:03:25 +08:00
lobehubbot
995e8cf89a
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-05 09:10:51 +00:00
semantic-release-bot
61683707e2
🔖 chore(release): v2.0.0-next.217 [skip ci]
...
## [Version 2.0.0-next.217](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.216...v2.0.0-next.217 )
<sup>Released on **2026-01-05**</sup>
#### ♻ Code Refactoring
- **utils**: Remove unused geo server utilities.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **utils**: Remove unused geo server utilities, closes [#11243 ](https://github.com/lobehub/lobe-chat/issues/11243 ) ([ee474cc ](https://github.com/lobehub/lobe-chat/commit/ee474cc ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-05 09:09:10 +00:00
Innei
ee474cce32
♻️ refactor(utils): remove unused geo server utilities ( #11243 )
...
Clean up deprecated geo-related server code that is no longer used.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
2026-01-05 16:25:44 +08:00
René Wang
e08c8109bb
feat: Improve CMDK ( #11229 )
...
* fix: Cannot use ai image in CMDK
* feat: Trigger agent builder in CMDK
* feat: Use group buidler in CMDK
* fix: CMDK not closed
2026-01-05 16:21:26 +08:00
lobehubbot
823bfc18cb
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-05 08:10:56 +00:00
semantic-release-bot
859806eeb5
🔖 chore(release): v2.0.0-next.216 [skip ci]
...
## [Version 2.0.0-next.216](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.215...v2.0.0-next.216 )
<sup>Released on **2026-01-05**</sup>
#### 🐛 Bug Fixes
- **misc**: Restore window position safely.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Restore window position safely ([e0b555e ](https://github.com/lobehub/lobe-chat/commit/e0b555e ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-05 08:09:15 +00:00
Innei
e0b555e92a
🐛 fix: restore window position safely
...
🐛 fix: restore window position safely
2026-01-05 15:49:13 +08:00
lobehubbot
583258b1f7
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-05 07:23:25 +00:00
semantic-release-bot
df59c5a94b
🔖 chore(release): v2.0.0-next.215 [skip ci]
...
## [Version 2.0.0-next.215](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.214...v2.0.0-next.215 )
<sup>Released on **2026-01-05**</sup>
#### 🐛 Bug Fixes
- **misc**: Update CI bun version to v1.2.4, when the document filetype is agent/plan, not show the saveinto docs button.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update CI bun version to v1.2.4, closes [#11232 ](https://github.com/lobehub/lobe-chat/issues/11232 ) ([dd022d5 ](https://github.com/lobehub/lobe-chat/commit/dd022d5 ))
* **misc**: When the document filetype is agent/plan, not show the saveinto docs button, closes [#11227 ](https://github.com/lobehub/lobe-chat/issues/11227 ) ([3a22f32 ](https://github.com/lobehub/lobe-chat/commit/3a22f32 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-05 07:21:43 +00:00
Shinji-Li
3a22f32c87
🐛 fix: when the document filetype is agent/plan, not show the saveinto docs button ( #11227 )
...
fix: when the document filetype is agent/plan, not show the saveinto docs button
2026-01-05 15:01:50 +08:00
Innei
dd022d54d8
🐳 fix: update CI bun version to v1.2.4 ( #11232 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
2026-01-05 15:00:42 +08:00
lobehubbot
357b0585e4
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-05 06:53:13 +00:00
semantic-release-bot
a154def5b0
🔖 chore(release): v2.0.0-next.214 [skip ci]
...
## [Version 2.0.0-next.214](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.213...v2.0.0-next.214 )
<sup>Released on **2026-01-05**</sup>
#### 🐛 Bug Fixes
- **electron**: Correct next config codemod pattern matching.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **electron**: Correct next config codemod pattern matching, closes [#11228 ](https://github.com/lobehub/lobe-chat/issues/11228 ) ([06cb019 ](https://github.com/lobehub/lobe-chat/commit/06cb019 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-05 06:51:51 +00:00
Innei
06cb019b8e
🐛 fix(electron): correct next config codemod pattern matching ( #11228 )
...
- Use findAll with kind: 'pair' instead of find with pattern for redirects
- Add webVitalsAttribution removal logic
- Improve pattern matching to handle spacing variations
- Add invariant checks for better error handling
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-05 14:29:52 +08:00
Innei
3a30d9aed1
refactor: migrate theme management to next-themes ( #11112 )
...
* refactor: migrate theme management to `next-themes` and remove theme from route variants and global store.
Signed-off-by: Innei <tukon479@gmail.com >
* refactor: Unify theme mode to 'system' instead of 'auto' and streamline Electron theme synchronization.
Signed-off-by: Innei <tukon479@gmail.com >
* refactor: Remove LOBE_THEME_APPEARANCE constant and simplify desktop theme source assignment.
Signed-off-by: Innei <tukon479@gmail.com >
* chore: Update antd-style dependency from npm alias to specific alpha version.
Signed-off-by: Innei <tukon479@gmail.com >
* chore: update pnpm lockfile
Signed-off-by: Innei <tukon479@gmail.com >
* feat: Default theme to system and update Next.js RSC payload path example.
Signed-off-by: Innei <tukon479@gmail.com >
* feat: add `dev:static` script for static renderer development
Signed-off-by: Innei <tukon479@gmail.com >
* refactor: replace useThemeMode with custom useIsDark hook for theme detection and add ClientOnly component
Signed-off-by: Innei <tukon479@gmail.com >
* refactor: Remove `extractStaticStyle` import and cache prop from `StyleRegistry`.
Signed-off-by: Innei <tukon479@gmail.com >
* chore: Remove debug console log for current appearance.
Signed-off-by: Innei <tukon479@gmail.com >
* fix: Migrate legacy 'auto' theme mode to 'system' and refine theme background CSS selectors.
Signed-off-by: Innei <tukon479@gmail.com >
* feat: Add window dragging to desktop onboarding layout and update antd-style dependency.
* refactor: Refine global background styling to target body elements, remove token-based background, and clean up debugging script.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-05 13:23:43 +08:00
lobehubbot
4196d9783e
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-05 05:06:07 +00:00
semantic-release-bot
7015c194d7
🔖 chore(release): v2.0.0-next.213 [skip ci]
...
## [Version 2.0.0-next.213](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.212...v2.0.0-next.213 )
<sup>Released on **2026-01-05**</sup>
#### 🐛 Bug Fixes
- **model-runtime**: Handle incremental tool call chunks in Qwen stream.
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **model-runtime**: Handle incremental tool call chunks in Qwen stream, closes [#11219 ](https://github.com/lobehub/lobe-chat/issues/11219 ) ([03b9407 ](https://github.com/lobehub/lobe-chat/commit/03b9407 ))
#### Styles
* **misc**: Update i18n, closes [#11213 ](https://github.com/lobehub/lobe-chat/issues/11213 ) ([00e0980 ](https://github.com/lobehub/lobe-chat/commit/00e0980 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-05 05:04:35 +00:00
renovate[bot]
9ad9874426
Update actions/cache action to v5 ( #11164 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-05 12:47:06 +08:00
renovate[bot]
fbea741b04
Update actions/checkout action to v6 ( #11165 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-05 12:46:56 +08:00
LobeHub Bot
85e6866e1e
🌐 chore: translate non-English comments to English in model-runtime and comfyui ( #11220 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-05 12:31:27 +08:00
LobeHub Bot
00e0980c1f
🤖 style: update i18n ( #11213 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2026-01-05 12:28:32 +08:00
Arvin Xu
03b9407e23
🐛 fix(model-runtime): handle incremental tool call chunks in Qwen stream ( #11219 )
...
* 🐛 fix(model-runtime): handle incremental tool call chunks in Qwen stream
When streaming tool calls, subsequent chunks may not have an id (only
incremental arguments). The previous code generated a new id for each
chunk, causing the parser to treat them as different tool calls instead
of merging the arguments.
Changes:
- Store first tool call's info in streamContext.tool for subsequent chunks
- Use stored tool id from streamContext for incremental chunks without id
- Add test case for mixed text + incremental tool calls (DeepSeek style)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* update WorkingDirectory
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-05 12:26:14 +08:00
lobehubbot
9d8f1aa764
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-05 03:51:53 +00:00
semantic-release-bot
3215cf88a7
🔖 chore(release): v2.0.0-next.212 [skip ci]
...
## [Version 2.0.0-next.212](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.211...v2.0.0-next.212 )
<sup>Released on **2026-01-05**</sup>
#### ♻ Code Refactoring
- **redis**: Disable automatic deserialization in upstash provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **redis**: Disable automatic deserialization in upstash provider, closes [#11210 ](https://github.com/lobehub/lobe-chat/issues/11210 ) ([eb5c76c ](https://github.com/lobehub/lobe-chat/commit/eb5c76c ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-05 03:50:31 +00:00
YuTengjing
eb5c76ca4b
♻️ refactor(redis): disable automatic deserialization in upstash provider ( #11210 )
2026-01-05 11:32:41 +08:00
René Wang
41b710950c
fix: Improve resource manager ( #11189 )
...
* fix: Auto scroll
* fix: Move multiple items
* feat: Move file to root directory
* lint: Clean up props
* lint: Fix CI error
2026-01-05 11:02:10 +08:00
lobehubbot
9f38462b76
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-05 02:56:58 +00:00
semantic-release-bot
33258f7edc
🔖 chore(release): v2.0.0-next.211 [skip ci]
...
## [Version 2.0.0-next.211](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.210...v2.0.0-next.211 )
<sup>Released on **2026-01-05**</sup>
#### 🐛 Bug Fixes
- **misc**: Add lost like button in discover detail page.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add lost like button in discover detail page, closes [#11182 ](https://github.com/lobehub/lobe-chat/issues/11182 ) ([41215d4 ](https://github.com/lobehub/lobe-chat/commit/41215d4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-05 02:55:33 +00:00
Shinji-Li
41215d412e
🐛 fix: add lost like button in discover detail page ( #11182 )
...
fix: add lost like button
2026-01-05 10:35:18 +08:00
lobehubbot
82980a7543
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-04 18:07:36 +00:00
semantic-release-bot
6644057778
🔖 chore(release): v2.0.0-next.210 [skip ci]
...
## [Version 2.0.0-next.210](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.209...v2.0.0-next.210 )
<sup>Released on **2026-01-04**</sup>
#### 🐛 Bug Fixes
- **model-runtime**: Handle Qwen tool_calls without initial arguments.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **model-runtime**: Handle Qwen tool_calls without initial arguments, closes [#11211 ](https://github.com/lobehub/lobe-chat/issues/11211 ) ([5321d91 ](https://github.com/lobehub/lobe-chat/commit/5321d91 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-04 18:06:12 +00:00
Arvin Xu
5321d9112d
🐛 fix(model-runtime): handle Qwen tool_calls without initial arguments ( #11211 )
...
* 🐛 fix(model-runtime): handle Qwen tool_calls without initial arguments
Qwen models (e.g., qwen3-vl-235b-a22b-thinking) send tool_calls in
two separate chunks:
1. First chunk: {id, name} without arguments
2. Second chunk: {id, arguments} without name
Previously, the code directly passed `value.function`, which caused
undefined values for arguments/name in respective chunks.
Changes:
- Add default values for function.arguments (empty string) and
function.name (null) in Qwen stream transformer
- Align behavior with OpenAI/vLLM stream handling
- Add test cases for split tool_call chunks scenario
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* 🐛 fix: fix openai parallel tools calling in chat competition
* 💄 style: improve style
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-05 01:48:07 +08:00
Innei
0205cf73bd
refactor: Extract renderer URL and protocol management into dedicated manager ( #11208 )
...
* feat: Add static export modifier for Electron, refactor route variant constants, and simplify renderer file path resolution.
* refactor: Extract renderer URL and protocol management into a dedicated `RendererUrlManager` and update `App` to utilize it.
Signed-off-by: Innei <tukon479@gmail.com >
* feat: Implement Electron app locale management and i18n initialization based on stored settings.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-05 00:59:35 +08:00
lobehubbot
5f6be91a88
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-04 13:31:25 +00:00
semantic-release-bot
ecf35164a6
🔖 chore(release): v2.0.0-next.209 [skip ci]
...
## [Version 2.0.0-next.209](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.208...v2.0.0-next.209 )
<sup>Released on **2026-01-04**</sup>
#### 🐛 Bug Fixes
- **model-runtime**: Handle array content in anthropic assistant messages.
- **misc**: Use configured embedding provider instead of hardcoded OpenAI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **model-runtime**: Handle array content in anthropic assistant messages, closes [#11206 ](https://github.com/lobehub/lobe-chat/issues/11206 ) ([b03845d ](https://github.com/lobehub/lobe-chat/commit/b03845d ))
* **misc**: Use configured embedding provider instead of hardcoded OpenAI, closes [#11133 ](https://github.com/lobehub/lobe-chat/issues/11133 ) ([503c3eb ](https://github.com/lobehub/lobe-chat/commit/503c3eb ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-04 13:29:52 +00:00
Arvin Xu
b03845d006
🐛 fix(model-runtime): handle array content in anthropic assistant messages ( #11206 )
...
When assistant messages have array content (e.g., containing thinking
blocks) but no tool_calls, the code incorrectly tried to call .trim()
on the array, causing "TypeError: content?.trim is not a function".
Changes:
- Add check for array content type before processing
- Use buildArrayContent() to properly handle array content
- Return undefined for empty array content (consistent with empty string)
- Add 2 test cases for array content scenarios
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-04 21:12:02 +08:00
XYenon
503c3eba4e
🐛 fix: use configured embedding provider instead of hardcoded OpenAI ( #11133 )
2026-01-04 20:55:41 +08:00
LobeHub Bot
fe87fa8fbb
✅ test: add comprehensive unit tests for parserPlaceholder ( #11188 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-04 20:53:48 +08:00
lobehubbot
de4a6cabe5
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-04 12:01:20 +00:00
semantic-release-bot
16d004871f
🔖 chore(release): v2.0.0-next.208 [skip ci]
...
## [Version 2.0.0-next.208](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.207...v2.0.0-next.208 )
<sup>Released on **2026-01-04**</sup>
#### 🐛 Bug Fixes
- **misc**: Auto jump to group.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Auto jump to group, closes [#11187 ](https://github.com/lobehub/lobe-chat/issues/11187 ) ([e43578a ](https://github.com/lobehub/lobe-chat/commit/e43578a ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-04 11:59:57 +00:00
LobeHub Bot
483d9b6527
🌐 chore: translate non-English comments to English in model-runtime/utils ( #11183 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-04 19:41:28 +08:00
René Wang
e43578a51e
🐛 fix: Auto jump to group ( #11187 )
...
fix: Auto jump to group
2026-01-04 19:36:07 +08:00
lobehubbot
733cf9a539
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-04 10:29:26 +00:00
semantic-release-bot
9a67e63131
🔖 chore(release): v2.0.0-next.207 [skip ci]
...
## [Version 2.0.0-next.207](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.206...v2.0.0-next.207 )
<sup>Released on **2026-01-04**</sup>
#### 🐛 Bug Fixes
- **misc**: Slove the old agents open profiles error problem.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Slove the old agents open profiles error problem, closes [#11204 ](https://github.com/lobehub/lobe-chat/issues/11204 ) ([7d650b6 ](https://github.com/lobehub/lobe-chat/commit/7d650b6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-04 10:27:56 +00:00
Shinji-Li
7d650b6d2e
🐛 fix: slove the old agents open profiles error problem ( #11204 )
...
fix: slove the old agents open profiles error problem
2026-01-04 18:09:15 +08:00
YuTengjing
5c9b4b3c40
style: Increase ModelSwitchPanel default width for better model name display ( #11203 )
2026-01-04 18:05:44 +08:00
lobehubbot
b5589ca408
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-04 09:34:21 +00:00
semantic-release-bot
77f1188150
🔖 chore(release): v2.0.0-next.206 [skip ci]
...
## [Version 2.0.0-next.206](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.205...v2.0.0-next.206 )
<sup>Released on **2026-01-04**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix data inconsistency in ai provider config.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix data inconsistency in ai provider config, closes [#11198 ](https://github.com/lobehub/lobe-chat/issues/11198 ) ([f8346f2 ](https://github.com/lobehub/lobe-chat/commit/f8346f2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-04 09:32:55 +00:00
René Wang
6568aa8af6
feat: New model switch mode ( #11118 )
...
* feat: New switch mode
* feat: Add the settings icon back
* feat: Add the settings icon back
* lint: Supress error
* style: Adjust panel style
* style: Adjust panel style
* style: Adjust panel style
* style: Adjust padding
* feat: Add missing translation
2026-01-04 17:14:50 +08:00
Arvin Xu
f8346f2440
🐛 fix: fix data inconsistency in ai provider config ( #11198 )
...
🐛 fix: fix ai provider api error
2026-01-04 17:09:22 +08:00
lobehubbot
13f3725929
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-04 08:29:04 +00:00
semantic-release-bot
afeb519683
🔖 chore(release): v2.0.0-next.205 [skip ci]
...
## [Version 2.0.0-next.205](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.204...v2.0.0-next.205 )
<sup>Released on **2026-01-04**</sup>
#### 🐛 Bug Fixes
- **gtd**: Fix frozen object mutation in updateTodos.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **gtd**: Fix frozen object mutation in updateTodos, closes [#11184 ](https://github.com/lobehub/lobe-chat/issues/11184 ) ([4970794 ](https://github.com/lobehub/lobe-chat/commit/4970794 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-04 08:27:40 +00:00
Hardy
4970794d1a
🐛 fix(gtd): fix frozen object mutation in updateTodos ( #11184 )
...
* 🐛 fix(gtd): add console.log for updateTodos debugging
* 🐛 fix(gtd): fix frozen object mutation in updateTodos
* 🐛 fix(gtd): remove debug console.log
2026-01-04 16:09:43 +08:00
lobehubbot
e61d9156b6
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-04 07:09:54 +00:00
semantic-release-bot
2a9ba0e623
🔖 chore(release): v2.0.0-next.204 [skip ci]
...
## [Version 2.0.0-next.204](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.203...v2.0.0-next.204 )
<sup>Released on **2026-01-04**</sup>
#### ✨ Features
- **misc**: Add new provider Xiaomi MiMo.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add new provider Xiaomi MiMo, closes [#10834 ](https://github.com/lobehub/lobe-chat/issues/10834 ) ([62f7858 ](https://github.com/lobehub/lobe-chat/commit/62f7858 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-04 07:08:25 +00:00
sxjeru
62f78586f7
✨ feat: Add new provider Xiaomi MiMo ( #10834 )
...
* ✨ feat: 添加 Xiaomi MiMo 模型及其配置,更新相关接口和环境变量
* ✨ feat: 添加 Xiaomi MiMo AI 模型及其导出到 package.json 和 index.ts
* ✨ feat: 更新 Xiaomi MiMo 模型的配置,添加单元测试以验证功能
* ✨ feat: 移除 Xiaomi MiMo 模型的 enabled 属性,优化设置配置
* Update index.ts
* Update llm.ts
* Update llm.ts
* ✨ feat(model): add Xiaomi MiMo provider
* Update index.ts
* update Xiaomi MiMo descriptions to English
2026-01-04 14:49:30 +08:00
Innei
f8be760115
fix(desktop): sidebar background based on systemTheme ( #11143 )
...
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-04 12:38:42 +08:00
lobehubbot
fa97bff84f
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-04 04:11:47 +00:00
semantic-release-bot
66ded24bfc
🔖 chore(release): v2.0.0-next.203 [skip ci]
...
## [Version 2.0.0-next.203](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.202...v2.0.0-next.203 )
<sup>Released on **2026-01-04**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#11145 ](https://github.com/lobehub/lobe-chat/issues/11145 ) ([fdadef2 ](https://github.com/lobehub/lobe-chat/commit/fdadef2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-04 04:10:29 +00:00
LobeHub Bot
fdadef2f98
🤖 style: update i18n ( #11145 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2026-01-04 10:22:24 +08:00
lobehubbot
234c6a10b7
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-03 16:35:52 +00:00
semantic-release-bot
d498d06031
🔖 chore(release): v2.0.0-next.202 [skip ci]
...
## [Version 2.0.0-next.202](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.201...v2.0.0-next.202 )
<sup>Released on **2026-01-03**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor and fix model runtime initialize.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor and fix model runtime initialize, closes [#11134 ](https://github.com/lobehub/lobe-chat/issues/11134 ) ([8078cb9 ](https://github.com/lobehub/lobe-chat/commit/8078cb9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-03 16:34:26 +00:00
Arvin Xu
8078cb9778
♻️ refactor: refactor and fix model runtime initialize ( #11134 )
...
* ♻️ refactor: refactor and fix model runtime initialize
* fix test for model runtime
* improve loading style
* fix tests
* fix error mode
* fix error display issue
* improve style
* try to fix issue
* improve style
* improve task Inspector style
* update i18n
* fix task error state
* update i18n
* fix error result
* fix error
2026-01-04 00:16:43 +08:00
lobehubbot
cc96d5a47a
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-03 15:42:12 +00:00
semantic-release-bot
2bcee32064
🔖 chore(release): v2.0.0-next.201 [skip ci]
...
## [Version 2.0.0-next.201](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.200...v2.0.0-next.201 )
<sup>Released on **2026-01-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Restore window resizable before hard reload in desktop onboarding.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Restore window resizable before hard reload in desktop onboarding, closes [#11144 ](https://github.com/lobehub/lobe-chat/issues/11144 ) ([2516874 ](https://github.com/lobehub/lobe-chat/commit/2516874 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-03 15:40:42 +00:00
Innei
25168745c9
🐛 fix: restore window resizable before hard reload in desktop onboarding ( #11144 )
...
在桌面 onboarding 完成后的硬重载之前,先恢复窗口的可调整大小状态,
确保应用重新启动时窗口可以正常调整大小。
🤖 Generated with [Claude Code](https://claude.com/claude-code )
2026-01-03 23:18:59 +08:00
sxjeru
9c43353dcd
🔨 chore: Update build:vercel script to include postbuild ( #11140 )
...
Update build:vercel script to include postbuild
2026-01-03 22:07:31 +08:00
lobehubbot
8e3eb15a38
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-03 08:49:05 +00:00
semantic-release-bot
44065cdb54
🔖 chore(release): v2.0.0-next.200 [skip ci]
...
## [Version 2.0.0-next.200](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.199...v2.0.0-next.200 )
<sup>Released on **2026-01-03**</sup>
#### ✨ Features
- **misc**: Add work path for local system.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add work path for local system, closes [#11128 ](https://github.com/lobehub/lobe-chat/issues/11128 ) ([d8deadd ](https://github.com/lobehub/lobe-chat/commit/d8deadd ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-03 08:47:38 +00:00
LobeHub Bot
dd6dd8cac4
✅ test: add unit tests for genOG utilities ( #11005 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-03 16:29:26 +08:00
Arvin Xu
d8deaddedd
✨ feat: add work path for local system ( #11128 )
...
* ✨ feat: support to show working dir
* fix style
* update docs
* update topic
* refactor to use chat config
* inject working Directory
* update i18n
* fix tests
2026-01-03 16:22:22 +08:00
lobehubbot
7f3226d625
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-03 08:18:46 +00:00
semantic-release-bot
66fa060fb3
🔖 chore(release): v2.0.0-next.199 [skip ci]
...
## [Version 2.0.0-next.199](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.198...v2.0.0-next.199 )
<sup>Released on **2026-01-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Filter empty assistant messages for Anthropic API.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Filter empty assistant messages for Anthropic API, closes [#11129 ](https://github.com/lobehub/lobe-chat/issues/11129 ) ([7af750b ](https://github.com/lobehub/lobe-chat/commit/7af750b ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-03 08:17:14 +00:00
Arvin Xu
7af750beeb
🐛 fix: filter empty assistant messages for Anthropic API ( #11129 )
...
fix anthropic empty error
2026-01-03 15:59:05 +08:00
lobehubbot
371e6449e1
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-03 07:14:01 +00:00
semantic-release-bot
bbe51763b7
🔖 chore(release): v2.0.0-next.198 [skip ci]
...
## [Version 2.0.0-next.198](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.197...v2.0.0-next.198 )
<sup>Released on **2026-01-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Support thoughtSignature for openrouter.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Support thoughtSignature for openrouter, closes [#11117 ](https://github.com/lobehub/lobe-chat/issues/11117 ) ([bf5d41e ](https://github.com/lobehub/lobe-chat/commit/bf5d41e ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-03 07:12:31 +00:00
wangxiaolei
bf5d41e1a7
🐛 fix: support thoughtSignature for openrouter ( #11117 )
...
feat: support thoughtSignature for openrouter
2026-01-03 14:53:50 +08:00
lobehubbot
8e0e5020db
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-03 06:21:36 +00:00
semantic-release-bot
c0c834e22a
🔖 chore(release): v2.0.0-next.197 [skip ci]
...
## [Version 2.0.0-next.197](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.196...v2.0.0-next.197 )
<sup>Released on **2026-01-03**</sup>
#### ♻ Code Refactoring
- **misc**: Remove client db and refactor test.
#### 🐛 Bug Fixes
- **misc**: Fix file upload issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove client db and refactor test, closes [#11123 ](https://github.com/lobehub/lobe-chat/issues/11123 ) ([bb2799d ](https://github.com/lobehub/lobe-chat/commit/bb2799d ))
#### What's fixed
* **misc**: Fix file upload issue, closes [#11122 ](https://github.com/lobehub/lobe-chat/issues/11122 ) ([1ae327a ](https://github.com/lobehub/lobe-chat/commit/1ae327a ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-03 06:20:01 +00:00
Arvin Xu
bb2799dc75
♻️ refactor: remove client db and refactor test ( #11123 )
...
* ♻️ refactor: refactor to remove client db
* remove tableViewer
* ✅ tests: remove tests
2026-01-03 13:59:45 +08:00
bbbugg
bc44cba10a
🐛 fix: add support for built-in model search in TokenTag component ( #11114 )
...
* fix: add support for built-in model search in TokenTag component
* fix: improve layout handling in List component for better overflow management
2026-01-03 13:56:17 +08:00
Arvin Xu
1ae327ab53
🐛 fix: fix file upload issue ( #11122 )
...
* fix upload
* ✅ tests: fix upload
2026-01-03 13:55:19 +08:00
lobehubbot
f737afacc7
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-03 04:45:55 +00:00
semantic-release-bot
c8710d7585
🔖 chore(release): v2.0.0-next.196 [skip ci]
...
## [Version 2.0.0-next.196](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.195...v2.0.0-next.196 )
<sup>Released on **2026-01-03**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor to remove access code.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor to remove access code, closes [#11120 ](https://github.com/lobehub/lobe-chat/issues/11120 ) ([0e9f98c ](https://github.com/lobehub/lobe-chat/commit/0e9f98c ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-03 04:44:30 +00:00
Arvin Xu
0e9f98cacb
♻️ refactor: refactor to remove access code ( #11120 )
2026-01-03 12:26:02 +08:00
lobehubbot
d5cde9fbbf
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-03 04:13:53 +00:00
semantic-release-bot
ff0c3c4364
🔖 chore(release): v2.0.0-next.195 [skip ci]
...
## [Version 2.0.0-next.195](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.194...v2.0.0-next.195 )
<sup>Released on **2026-01-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix tool call message content missing.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix tool call message content missing, closes [#11116 ](https://github.com/lobehub/lobe-chat/issues/11116 ) ([885964e ](https://github.com/lobehub/lobe-chat/commit/885964e ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-03 04:12:25 +00:00
Arvin Xu
885964e1bc
🐛 fix: fix tool call message content missing ( #11116 )
...
* implement telemetry middleware
* refactor mcp http call tool telemetry
* refactor cloud call tool telemetry
* 🐛 fix: fix call tool telemetry
* 🐛 fix: fix call tool issue
* ✅ tests: add tests
* ✅ tests: add tests
* ✅ tests: improve tests
* 🔥 chore: remove files
* fix tests
* fix tests
2026-01-03 11:54:29 +08:00
LobeHub Bot
553a369673
🌐 chore: translate non-English comments to English in zhipu provider ( #11119 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-03 10:56:19 +08:00
lobehubbot
821a14c712
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-03 02:18:05 +00:00
semantic-release-bot
c552327d70
🔖 chore(release): v2.0.0-next.194 [skip ci]
...
## [Version 2.0.0-next.194](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.193...v2.0.0-next.194 )
<sup>Released on **2026-01-03**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#11115 ](https://github.com/lobehub/lobe-chat/issues/11115 ) ([072e0dd ](https://github.com/lobehub/lobe-chat/commit/072e0dd ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-03 02:16:45 +00:00
LobeHub Bot
072e0ddd88
🤖 style: update i18n ( #11115 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2026-01-03 09:57:40 +08:00
lobehubbot
e2ad5a683c
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-02 13:22:29 +00:00
semantic-release-bot
eeda4f90af
🔖 chore(release): v2.0.0-next.193 [skip ci]
...
## [Version 2.0.0-next.193](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.192...v2.0.0-next.193 )
<sup>Released on **2026-01-02**</sup>
#### 🐛 Bug Fixes
- **database**: Add userId authorization check in removeFilesFromKnowledgeBase.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **database**: Add userId authorization check in removeFilesFromKnowledgeBase, closes [#11108 ](https://github.com/lobehub/lobe-chat/issues/11108 ) ([2c1762b ](https://github.com/lobehub/lobe-chat/commit/2c1762b ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-02 13:21:07 +00:00
Arvin Xu
2c1762b85a
🐛 fix(database): add userId authorization check in removeFilesFromKnowledgeBase ( #11108 )
...
* fix kb issue
* 🔒 fix(file): validate file size from S3 instead of trusting client input
Security fix for GHSA-wrrr-8jcv-wjf5: The file upload feature did not
validate the integrity of upload requests, allowing users to manipulate
the size parameter to bypass quota limits.
Changes:
- Add getFileMetadata method to S3 module using HeadObjectCommand
- Add getFileMetadata to FileServiceImpl interface and implementations
- Update createFile router to fetch actual file size from S3
- Add comprehensive tests for the new functionality
- Fix duplicate import in knowledgeBase.test.ts
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* 🐛 fix(ci): use allowed_tools instead of claude_args for claude-translator
Fix shell parsing issue where special characters in claude_args were
incorrectly split. The parentheses and asterisks in tool patterns like
`Bash(gh issue view *)` were being parsed by shell, causing:
- "Bash(gh issue view *)" to become ["Bash", "gh", "issue", "view", "*"]
Changes:
- Replace `claude_args: "--allowed-tools ..."` with `allowed_tools: '...'`
- Use colon separator format consistent with other workflows
- Simplify tool patterns while maintaining security restrictions
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-02 21:03:05 +08:00
lobehubbot
a2947c91c7
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-02 12:42:29 +00:00
semantic-release-bot
0abe565347
🔖 chore(release): v2.0.0-next.192 [skip ci]
...
## [Version 2.0.0-next.192](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.191...v2.0.0-next.192 )
<sup>Released on **2026-01-02**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix model edit icon missing.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix model edit icon missing, closes [#11105 ](https://github.com/lobehub/lobe-chat/issues/11105 ) ([0f88995 ](https://github.com/lobehub/lobe-chat/commit/0f88995 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-02 12:41:06 +00:00
Arvin Xu
0f889952dd
🐛 fix: fix model edit icon missing ( #11105 )
...
* 🐛 fix: fix model edit icon missing
* fix stats welcome
* refactor pglite db case
* fix e2e tests
* update docs
2026-01-02 20:12:19 +08:00
lobehubbot
3db9947b14
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-02 12:03:43 +00:00
semantic-release-bot
521908008e
🔖 chore(release): v2.0.0-next.191 [skip ci]
...
## [Version 2.0.0-next.191](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.190...v2.0.0-next.191 )
<sup>Released on **2026-01-02**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor to remove meta in message.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor to remove meta in message, closes [#11103 ](https://github.com/lobehub/lobe-chat/issues/11103 ) ([527c1cd ](https://github.com/lobehub/lobe-chat/commit/527c1cd ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-02 12:02:07 +00:00
LobeHub Bot
5b214b6642
🌐 chore: translate non-English comments to English in agent executors ( #11023 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-02 19:21:36 +08:00
LobeHub Bot
472b664a13
✅ test: add unit tests for packages/const/src/utils/merge ( #10987 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-02 19:18:51 +08:00
Arvin Xu
527c1cd670
♻️ refactor: refactor to remove meta in message ( #11103 )
...
* ♻️ refactor: refactor to remove meta in message
* ✅ test: update test fixtures to remove deprecated meta field
- Update 8 snapshots in prompts package for groupChat tests
- Remove meta field from 36 JSON fixtures in conversation-flow package
- Updated both inputs and outputs fixtures
- Covers: linear-conversation, tasks, branch, compare, agentCouncil,
agentGroup, assistantGroup scenarios
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-02 19:15:38 +08:00
LobeHub Bot
88552540fb
✅ test: add unit tests for modelParamsResolver ( #11104 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-02 14:08:16 +08:00
LobeHub Bot
0cf6275ed4
🌐 chore: translate non-English comments to English in src/server/services ( #11102 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-02 14:07:54 +08:00
lobehubbot
e3727e1a6f
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-02 02:39:22 +00:00
semantic-release-bot
c786c028c6
🔖 chore(release): v2.0.0-next.190 [skip ci]
...
## [Version 2.0.0-next.190](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.189...v2.0.0-next.190 )
<sup>Released on **2026-01-02**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#11100 ](https://github.com/lobehub/lobe-chat/issues/11100 ) ([bb4571b ](https://github.com/lobehub/lobe-chat/commit/bb4571b ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-02 02:38:02 +00:00
LobeHub Bot
bb4571b0d5
🤖 style: update i18n ( #11100 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2026-01-02 10:20:04 +08:00
lobehubbot
b43404c892
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-01 17:34:23 +00:00
semantic-release-bot
73c042352b
🔖 chore(release): v2.0.0-next.189 [skip ci]
...
## [Version 2.0.0-next.189](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.188...v2.0.0-next.189 )
<sup>Released on **2026-01-01**</sup>
#### ♻ Code Refactoring
- **misc**: Migrate to new DropdownMenuV2 and showContextMenu API.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Migrate to new DropdownMenuV2 and showContextMenu API, closes [#11079 ](https://github.com/lobehub/lobe-chat/issues/11079 ) ([04cfc0e ](https://github.com/lobehub/lobe-chat/commit/04cfc0e ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-01 17:32:56 +00:00
Innei
04cfc0e9e0
♻️ refactor: migrate to new DropdownMenuV2 and showContextMenu API ( #11079 )
...
* ♻️ refactor: migrate to new DropdownMenuV2 and showContextMenu API
- Replace Dropdown with DropdownMenuV2 for action menus
- Use showContextMenu for context menu handling instead of Dropdown wrapper
- Update @lobehub/ui to preview version with new context menu API
- Add styles for popup-open state in NavItem component
* ♻️ refactor: migrate to new DropdownMenuV2 and showContextMenu API
* chore: Update @lobehub/ui dependency to version ^4.6.3.
Signed-off-by: Innei <tukon479@gmail.com >
* ♻️ refactor: migrate to new DropdownMenuV2 and showContextMenu API
- Remove deprecated ContextMenu component
- Migrate all context menu usages to DropdownMenuV2 and showContextMenu API
- Update multiple Action components across Conversation features
- Update ResourceManager toolbar components
- Clean up related styles
🤖 Generated with [Claude Code](https://claude.com/claude-code )
* feat: Update `@lobehub/ui` dependency, simplify `ActionIconGroup` menu prop, and ensure action group visibility when popups are open.
Signed-off-by: Innei <tukon479@gmail.com >
* fix: Add null check for context menu items, include debug log, and update `@lobehub/ui` dependency.
Signed-off-by: Innei <tukon479@gmail.com >
* ♻️ refactor: migrate TopicSelector to new DropdownMenuV2 API
Migrate from antd/Dropdown to @lobehub/ui DropdownMenu component
with checkbox items pattern.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
---------
Signed-off-by: Innei <tukon479@gmail.com >
2026-01-02 01:14:30 +08:00
Arvin Xu
e3f0f46436
✅ test: add more user journey ( #11072 )
...
* ✅ test(e2e): add Agent conversation E2E test with LLM mock
- Add LLM mock framework to intercept /webapi/chat/openai requests
- Create Agent conversation journey test (AGENT-CHAT-001)
- Add data-testid="chat-input" to Desktop ChatInput for E2E testing
- Mock returns SSE streaming responses matching LobeChat's actual format
Test scenario: Enter Lobe AI → Send "hello" → Verify AI response
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* 📝 docs(e2e): add experience-driven E2E testing strategy
Add comprehensive testing strategy from LOBE-2417:
- Core philosophy: user experience baseline for refactoring safety
- Product architecture coverage with priority levels
- Tag system (@journey, @P0/@P1/@P2, module tags)
- Execution strategies for CI, Nightly, and Release
- Updated directory structure with full journey coverage plan
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
📝 docs(e2e): add E2E testing guide for Claude
Document key learnings from implementing Agent conversation test:
- LLM Mock SSE format and usage
- Desktop/Mobile dual component handling with boundingBox
- contenteditable input handling
- Debugging tips and common issues
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* 📝 docs(e2e): add experience-driven E2E testing strategy
Add comprehensive testing strategy from LOBE-2417:
- Core philosophy: user experience baseline for refactoring safety
- Product architecture coverage with priority levels
- Tag system (@journey, @P0/@P1/@P2, module tags)
- Execution strategies for CI, Nightly, and Release
- Updated directory structure with full journey coverage plan
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
📝 docs(e2e): add E2E testing guide for Claude
Document key learnings from implementing Agent conversation test:
- LLM Mock SSE format and usage
- Desktop/Mobile dual component handling with boundingBox
- contenteditable input handling
- Debugging tips and common issues
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* update sop
* update sop
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-01 23:53:25 +08:00
lobehubbot
2bc3b16671
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-01 15:44:04 +00:00
semantic-release-bot
ae759f29aa
🔖 chore(release): v2.0.0-next.188 [skip ci]
...
## [Version 2.0.0-next.188](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.187...v2.0.0-next.188 )
<sup>Released on **2026-01-01**</sup>
#### 💄 Styles
- **misc**: Improve tools UI and fix Google schema compatibility.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve tools UI and fix Google schema compatibility, closes [#11096 ](https://github.com/lobehub/lobe-chat/issues/11096 ) ([70a9cff ](https://github.com/lobehub/lobe-chat/commit/70a9cff ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-01 15:42:42 +00:00
Arvin Xu
70a9cffc52
💄 style: improve tools UI and fix Google schema compatibility ( #11096 )
...
* ♻️ refactor: refactor tool implement
* 🐛 fix: fix google tool schema issue
* ♻️ refactor: refactor tool implement
* ✨ feat: improve kb inspector
* 💄 style: improve local system inspector
* 💄 style: improve local system inspector
* 💄 style: improve web and kb inspector
2026-01-01 23:23:31 +08:00
lobehubbot
b937a815ca
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-01 15:08:36 +00:00
semantic-release-bot
4d01659ded
🔖 chore(release): v2.0.0-next.187 [skip ci]
...
## [Version 2.0.0-next.187](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.186...v2.0.0-next.187 )
<sup>Released on **2026-01-01**</sup>
#### 💄 Styles
- **misc**: Add Gemini 3 Flash & Doubao Seed 1.8 models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Gemini 3 Flash & Doubao Seed 1.8 models, closes [#10832 ](https://github.com/lobehub/lobe-chat/issues/10832 ) ([cb35935 ](https://github.com/lobehub/lobe-chat/commit/cb35935 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-01 15:07:05 +00:00
LobeHub Bot
d502924665
✅ test: add unit tests for fetch-sse request module ( #11014 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-01 22:47:18 +08:00
sxjeru
cb3593585b
💄 style: Add Gemini 3 Flash & Doubao Seed 1.8 models ( #10832 )
...
* ✨ feat: 添加 Gemini 3 Flash 模型及其参数配置
* ✨ feat: 添加 Doubao Seed 1.8 和 DeepSeek V3.2 模型,更新模型参数配置;修改处理负载以支持 reasoning_effort
* ✨ feat: 启用 DeepSeek V3.2 模型
* ✨ feat: 移除 doubaoChatModels 中的 enableReasoning 参数
* ✨ feat: 添加混元图生文模型,更新智谱模型配置,优化模型解析逻辑
* ✨ feat: 添加 MiniMax M2.1 和 MiniMax M2.1 Lightning 模型,更新模型参数配置;调整 OllamaCloud 模型的上下文窗口大小
* ✨ feat: 添加 MiniMax M2.1 和 GLM-4.7 模型,更新模型描述和参数配置
* ✨ feat: 添加 GLM-4.7 模型,更新模型描述和定价策略;优化 Zhipu 模型的工具处理逻辑
* ✨ feat: add thinkingLevel2 parameter and update related components
* Update volcengine.ts
* ✨ feat: 添加 gpt5_2ReasoningEffort 和 gpt5_2ProReasoningEffort 参数,并更新相关组件
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2026-01-01 22:42:25 +08:00
lobehubbot
2e260a8146
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-01 14:07:08 +00:00
semantic-release-bot
ffbb4fd6a0
🔖 chore(release): v2.0.0-next.186 [skip ci]
...
## [Version 2.0.0-next.186](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.185...v2.0.0-next.186 )
<sup>Released on **2026-01-01**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor oidc env to auth env.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor oidc env to auth env, closes [#11095 ](https://github.com/lobehub/lobe-chat/issues/11095 ) ([6e8d4ff ](https://github.com/lobehub/lobe-chat/commit/6e8d4ff ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-01 14:05:35 +00:00
Arvin Xu
6e8d4ffbc7
♻️ refactor: refactor oidc env to auth env ( #11095 )
...
♻️ refactor: refactor oidc to auth
2026-01-01 21:45:42 +08:00
LobeHub Bot
a71d9c70d2
🌐 chore: translate non-English comments to English in packages/types ( #11086 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-01 20:54:29 +08:00
sxjeru
479556b39a
🔨 chore: fix Vercel build process ( #11092 )
...
* Update package.json
* Update next.config.ts
* improve webpack handling
* 调整构建命令以增加内存限制并更新 Vercel 构建命令
2026-01-01 19:18:38 +08:00
lobehubbot
789c302e2e
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-01 09:57:09 +00:00
semantic-release-bot
b883d833d4
🔖 chore(release): v2.0.0-next.185 [skip ci]
...
## [Version 2.0.0-next.185](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.184...v2.0.0-next.185 )
<sup>Released on **2026-01-01**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#11085 ](https://github.com/lobehub/lobe-chat/issues/11085 ) ([0941a52 ](https://github.com/lobehub/lobe-chat/commit/0941a52 ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-01 09:55:46 +00:00
LobeHub Bot
bfd07ca266
✅ test: add unit tests for size utils ( #11090 )
2026-01-01 17:37:28 +08:00
LobeHub Bot
0941a52b9e
🤖 style: update i18n ( #11085 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2026-01-01 14:02:50 +08:00
lobehubbot
21bb985bec
📝 docs(bot): Auto sync agents & plugin to readme
2026-01-01 05:44:34 +00:00
semantic-release-bot
3b870e41da
🔖 chore(release): v2.0.0-next.184 [skip ci]
...
## [Version 2.0.0-next.184](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.183...v2.0.0-next.184 )
<sup>Released on **2026-01-01**</sup>
#### 💄 Styles
- **misc**: Improve loading and local-system render.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve loading and local-system render, closes [#11087 ](https://github.com/lobehub/lobe-chat/issues/11087 ) ([44630bc ](https://github.com/lobehub/lobe-chat/commit/44630bc ))
</details>
<div align="right">
[](#readme-top)
</div>
2026-01-01 05:43:09 +00:00
Arvin Xu
44630bcfe4
💄 style: improve loading and local-system render ( #11087 )
...
* 💄 style: improve loading
* ♻️ refactor: move local-system to builtin-tool-local-system package
* update
* remove focusThrottleInterval
2026-01-01 13:24:17 +08:00
lobehubbot
ee48742f7b
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-31 18:19:27 +00:00
semantic-release-bot
4306ec5cb1
🔖 chore(release): v2.0.0-next.183 [skip ci]
...
## [Version 2.0.0-next.183](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.182...v2.0.0-next.183 )
<sup>Released on **2025-12-31**</sup>
#### 🐛 Bug Fixes
- **store**: Clear new key data when switchTopic to new state.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **store**: Clear new key data when switchTopic to new state, closes [#11078 ](https://github.com/lobehub/lobe-chat/issues/11078 ) ([180ea14 ](https://github.com/lobehub/lobe-chat/commit/180ea14 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-31 18:18:08 +00:00
Arvin Xu
180ea14b18
🐛 fix(store): clear new key data when switchTopic to new state ( #11078 )
...
When switching to a new topic state (topicId = null), the previous
messages in the `_new` key might remain as stale data. This causes
old messages to appear when users click "New Topic".
Changes:
- Add `SwitchTopicOptions` interface with `scope` and `skipRefreshMessage`
- Modify `switchTopic` to support both boolean and options object (backward compatible)
- Clear the corresponding scope's `_new` key when switching to new state
- Add 6 new test cases for the new functionality
Closes: LOBE-2456
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-01 02:00:33 +08:00
lobehubbot
5b98b08353
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-31 15:06:57 +00:00
semantic-release-bot
bdde01d9cf
🔖 chore(release): v2.0.0-next.182 [skip ci]
...
## [Version 2.0.0-next.182](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.181...v2.0.0-next.182 )
<sup>Released on **2025-12-31**</sup>
#### ✨ Features
- **misc**: Brand new 2.0 ui for next.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Brand new 2.0 ui for next ([e5d6d3d ](https://github.com/lobehub/lobe-chat/commit/e5d6d3d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-31 15:05:36 +00:00
arvinxx
e5d6d3d0d3
✨ feat: brand new 2.0 ui for next
2025-12-31 22:44:43 +08:00
lobehubbot
b7488b85e6
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-31 14:36:24 +00:00
semantic-release-bot
8934282c2c
🔖 chore(release): v2.0.0-next.181 [skip ci]
...
## [Version 2.0.0-next.181](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.180...v2.0.0-next.181 )
<sup>Released on **2025-12-31**</sup>
#### ♻ Code Refactoring
- **userMemories**: Added `benchmark_locomo` as source unify use the of source type.
- **misc**: Add builtin tools, clean code, clean desktop relative code, clean page editor, flatten i18n keys and extract hardcoded strings in desktop, i18n formatting optimization, improve modal handling with createRawModal, move code-interpreter to single packages, refactor builtin-tool implement, refactor hooks, refactor implement, refactor implement for desktop, refactor local-system, refactor service, refactor static style, refactor to use better underline style, refactor to use better underline style, refactor tool prompt injection, refactor ui and layout, refactor with editor runtime, refactor with electron, refactor with es-toolkit, remove desktop-specific upload logic, rename browser identifier from 'chat' to 'app', tools ui, use /f/:fid as file mode, use supervisor role for agent group supervisor.
#### ✨ Features
- **auth**: Add confirm password field and integrate business signup logic, add useBusinessSignup hook for business signup functionality, enhance BetterAuthSignUpForm with businessElement and update useSignUp hook for improved signup process, integrate business sign-in features and update social sign-in logic, update useBusinessSignin to include getAdditionalData function for enhanced sign-in process.
- **desktop**: MacOS About menu should navigate to Settings About tab.
- **layout**: Integrate BusinessGlobalProvider for conditional rendering based on business features.
- **memory-user-memory**: Added LoCoMo dataset loader & converter & exporter, support to extract memories from LoCoMo dataset, support to load in memory, and extract from in-memory memory sources.
- **model**: Improve model list UI and add disabled models management.
- **referral**: Add backfill referral code i18n keys.
- **userMemories**: Apply userMemories.enable from settings for injecting, use capturedAt for time of memory entries, use honorific title for identity memory.
- **misc**: Add a white waitlist in edge config env, add always show tools render in createPlan & createDoc tools, add batch tasks ui, add Bundle Analyzer workflow for detailed bundle size analysis, add business features support with new components and hooks, add business settings features with dynamic loading for Plans, Funds, Usage, Billing, and Referral tabs, add db and schema feature, add home page create group builder button, Add i18n UI locales and improve tool types, add like action in community detail, add memory implement, add subscription settings group with dynamic loading for Plans, Funds, Usage, Billing, and Referral tabs, add the market auth auto generate way, Add turbopack configuration support to CustomNextConfig, add user memory, agent builder, agent builder, agent builder and group builder, app ui page, brand new 2.0 ui for next, buildin some tools should save into docs, code-interpreter tool, code-interpreter tool, code-interpreter tool, desktop feature, enhance desktop onboarding with sign out and localization, enhance macOS desktop permissions and onboarding, enhance onboarding process by removing mode selection step and adding export functionality in advanced settings, file search feature, gtd create plan support streaming render, implement agent builder, implement builtin agents packages, implement memories package, implement Redis caching for presigned URLs in file proxy service, implement server data feature, include Subscription settings group in the Accordion component, Integrate bcryptjs for password verification in BetterAuth, integrate BrandingProviderCard and update Provider components for branding support, onboarding ui, page and knowledge base, rebranding total UI of app, refactor authentication handler to support dynamic loading of better-auth and next-auth, refactor desktop implement with brand new 2.0, rename codeinterpreter into lobe sandbox, server implement, support CMD K, support exec async sub agent task, support export and import topic JSON, support files upload in chat input, support notebook tool, support swr local cache, topic message swr cache, translate AI model descriptions to English, update agent builder ui, update create group chat use builder, update gtd tools( use editor & update metadata ), update user memory embedding model selection based on business features, user memory, user memory, user onboarding, when use usesend to create agent/group, the model should override by lobeAi, wrap ConversationArea and ModelSwitchPanel in TooltipGroup for enhanced UI.
#### 🐛 Bug Fixes
- **ci**: Skip backend routes in bundle analyzer build.
- **desktop**: prevent window resize when onboarding, add safe top edge for message container.
- **i18n**: Translate plugin.ts locale to English.
- **image-generation**: Update chargeBeforeGenerate to return ChargeResult and include configForDatabase in parameters.
- **memory-user-memory**: Should pre-process date & time.
- **observability-otel**: Typo in package name.
- **prebuild**: Correct syntax in partialBuildPages array.
- **translation**: Add fallback for all English locale variants.
- **userMemories**: 404/405 issue due to incorrectly used workflow name and mounted catch-all route, missing base memory as part of context, must assign workflow id, should use `context.invoke` for workflow instead of `context.run`, skip to handle WorkflowAbort, use date & time for building context, workflow id build issue.
- **misc**: Agent profiles update, agent tools config set, editor placeholder, bump charts 3.0.4 to fix import es path, fix anthropic thinking budget, fix async task and improve tool style, fix default waitlist bug, fix delete agent group bug, Fix desktop test cases and refactor translations, Fix desktop test cases and refactor translations, fix gemini 3 model thinking issue, fix gemini 3 pro parallel tool use, fix gemini 3 thinking params, fix identity memory not working, fix supervisor flag, fix thread not working issue, fix when use branch topic,the branch index error problem, fixed the welcome card the create button not work, handle session invalidation on 401 error by logging out signed-in users, improve test infrastructure and mock configurations, locale resolve bug with ESM module loading, page agent editor, prevent redundant login redirect when already on auth pages, redis read json object, remove openapi pkg patch file, slove input editor on pause emit, slove swr mutate not work in Cache Provider, slove the group add member checkbox not work, slove the model select null problem, slove the mutate not work problem, slove when click agentbuilder should clean topic, slove when first call thread, not show ai chat message, support retry error message and fix continueGenerationMessage, update contextMenu in group tools message, update OFFICIAL_URL to app.lobehub.com, update PlanTag link paths for subscription settings, update test snapshots for model description changes, when use agentbuilder the topic id should use new & clear topic….
#### 💄 Styles
- **misc**: Improve ExecTask and task message UI, improve gtd tool inspector and todo list, improve page document tool inspector UI, improve RunCommand Inspector, rebranding chat ui, refactor UI in features, rerun i18n, setting style, support streaming and display ui for group mode, support tool streaming and title custom render, update i18n, Update i18n microcopy, update ui.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **userMemories**: Added `benchmark_locomo` as source unify use the of source type, closes [#10922 ](https://github.com/lobehub/lobe-chat/issues/10922 ) ([03342a7 ](https://github.com/lobehub/lobe-chat/commit/03342a7 ))
* **misc**: Add builtin tools ([26e73cc ](https://github.com/lobehub/lobe-chat/commit/26e73cc ))
* **misc**: Clean code ([4ddb491 ](https://github.com/lobehub/lobe-chat/commit/4ddb491 ))
* **misc**: Clean desktop relative code ([ffd7d23 ](https://github.com/lobehub/lobe-chat/commit/ffd7d23 ))
* **misc**: Clean page editor, closes [#10966 ](https://github.com/lobehub/lobe-chat/issues/10966 ) ([15410d1 ](https://github.com/lobehub/lobe-chat/commit/15410d1 ))
* **misc**: Flatten i18n keys and extract hardcoded strings in desktop, closes [#10939 ](https://github.com/lobehub/lobe-chat/issues/10939 ) ([e5f3a58 ](https://github.com/lobehub/lobe-chat/commit/e5f3a58 ))
* **misc**: I18n formatting optimization, closes [#10929 ](https://github.com/lobehub/lobe-chat/issues/10929 ) [#10933 ](https://github.com/lobehub/lobe-chat/issues/10933 ) ([d692a37 ](https://github.com/lobehub/lobe-chat/commit/d692a37 ))
* **misc**: Improve modal handling with createRawModal, closes [#11071 ](https://github.com/lobehub/lobe-chat/issues/11071 ) ([f5314c5 ](https://github.com/lobehub/lobe-chat/commit/f5314c5 ))
* **misc**: Move code-interpreter to single packages ([1fa4357 ](https://github.com/lobehub/lobe-chat/commit/1fa4357 ))
* **misc**: Refactor builtin-tool implement ([9ede8e7 ](https://github.com/lobehub/lobe-chat/commit/9ede8e7 ))
* **misc**: Refactor hooks ([e3fa62e ](https://github.com/lobehub/lobe-chat/commit/e3fa62e ))
* **misc**: Refactor implement ([34d059f ](https://github.com/lobehub/lobe-chat/commit/34d059f ))
* **misc**: Refactor implement for desktop ([27f101f ](https://github.com/lobehub/lobe-chat/commit/27f101f ))
* **misc**: Refactor local-system ([a69221f ](https://github.com/lobehub/lobe-chat/commit/a69221f ))
* **misc**: Refactor service ([91bbbf5 ](https://github.com/lobehub/lobe-chat/commit/91bbbf5 ))
* **misc**: Refactor static style, closes [#11010 ](https://github.com/lobehub/lobe-chat/issues/11010 ) ([d865e27 ](https://github.com/lobehub/lobe-chat/commit/d865e27 ))
* **misc**: Refactor to use better underline style ([784bb58 ](https://github.com/lobehub/lobe-chat/commit/784bb58 ))
* **misc**: Refactor to use better underline style ([5e10ac8 ](https://github.com/lobehub/lobe-chat/commit/5e10ac8 ))
* **misc**: Refactor tool prompt injection ([6099ac3 ](https://github.com/lobehub/lobe-chat/commit/6099ac3 ))
* **misc**: Refactor ui and layout ([436d9e5 ](https://github.com/lobehub/lobe-chat/commit/436d9e5 ))
* **misc**: Refactor with editor runtime ([be2b41c ](https://github.com/lobehub/lobe-chat/commit/be2b41c ))
* **misc**: Refactor with electron ([849ee3d ](https://github.com/lobehub/lobe-chat/commit/849ee3d ))
* **misc**: Refactor with es-toolkit ([1848d27 ](https://github.com/lobehub/lobe-chat/commit/1848d27 ))
* **misc**: Remove desktop-specific upload logic, closes [#11070 ](https://github.com/lobehub/lobe-chat/issues/11070 ) ([475065e ](https://github.com/lobehub/lobe-chat/commit/475065e ))
* **misc**: Rename browser identifier from 'chat' to 'app', closes [#10940 ](https://github.com/lobehub/lobe-chat/issues/10940 ) ([dc870c7 ](https://github.com/lobehub/lobe-chat/commit/dc870c7 ))
* **misc**: Tools ui ([6bf4546 ](https://github.com/lobehub/lobe-chat/commit/6bf4546 ))
* **misc**: Use /f/:fid as file mode ([3b01174 ](https://github.com/lobehub/lobe-chat/commit/3b01174 ))
* **misc**: Use supervisor role for agent group supervisor ([0ca823f ](https://github.com/lobehub/lobe-chat/commit/0ca823f ))
#### What's improved
* **auth**: Add confirm password field and integrate business signup logic ([2ccd5c7 ](https://github.com/lobehub/lobe-chat/commit/2ccd5c7 ))
* **auth**: Add useBusinessSignup hook for business signup functionality ([3efb6cc ](https://github.com/lobehub/lobe-chat/commit/3efb6cc ))
* **auth**: Enhance BetterAuthSignUpForm with businessElement and update useSignUp hook for improved signup process ([991d8c1 ](https://github.com/lobehub/lobe-chat/commit/991d8c1 ))
* **auth**: Integrate business sign-in features and update social sign-in logic ([6dc7916 ](https://github.com/lobehub/lobe-chat/commit/6dc7916 ))
* **auth**: Update useBusinessSignin to include getAdditionalData function for enhanced sign-in process ([c8e3bc9 ](https://github.com/lobehub/lobe-chat/commit/c8e3bc9 ))
* **desktop**: MacOS About menu should navigate to Settings About tab, closes [#10942 ](https://github.com/lobehub/lobe-chat/issues/10942 ) ([1a4f456 ](https://github.com/lobehub/lobe-chat/commit/1a4f456 ))
* **layout**: Integrate BusinessGlobalProvider for conditional rendering based on business features ([52c7a49 ](https://github.com/lobehub/lobe-chat/commit/52c7a49 ))
* **memory-user-memory**: Added LoCoMo dataset loader & converter & exporter, closes [#10923 ](https://github.com/lobehub/lobe-chat/issues/10923 ) ([a5dd785 ](https://github.com/lobehub/lobe-chat/commit/a5dd785 ))
* **memory-user-memory**: Support to extract memories from LoCoMo dataset, closes [#10925 ](https://github.com/lobehub/lobe-chat/issues/10925 ) ([c7c7d6f ](https://github.com/lobehub/lobe-chat/commit/c7c7d6f ))
* **memory-user-memory**: Support to load in memory, and extract from in-memory memory sources, closes [#10924 ](https://github.com/lobehub/lobe-chat/issues/10924 ) ([9ac3ce7 ](https://github.com/lobehub/lobe-chat/commit/9ac3ce7 ))
* **model**: Improve model list UI and add disabled models management, closes [#11036 ](https://github.com/lobehub/lobe-chat/issues/11036 ) ([4faa65c ](https://github.com/lobehub/lobe-chat/commit/4faa65c ))
* **referral**: Add backfill referral code i18n keys ([bbf62ce ](https://github.com/lobehub/lobe-chat/commit/bbf62ce ))
* **userMemories**: Apply userMemories.enable from settings for injecting, closes [#11038 ](https://github.com/lobehub/lobe-chat/issues/11038 ) ([1cc0e8c ](https://github.com/lobehub/lobe-chat/commit/1cc0e8c ))
* **userMemories**: Use capturedAt for time of memory entries, closes [#11037 ](https://github.com/lobehub/lobe-chat/issues/11037 ) ([5615d20 ](https://github.com/lobehub/lobe-chat/commit/5615d20 ))
* **userMemories**: Use honorific title for identity memory, closes [#11039 ](https://github.com/lobehub/lobe-chat/issues/11039 ) ([ab61c69 ](https://github.com/lobehub/lobe-chat/commit/ab61c69 ))
* **misc**: Add a white waitlist in edge config env, closes [#11009 ](https://github.com/lobehub/lobe-chat/issues/11009 ) ([88f22f4 ](https://github.com/lobehub/lobe-chat/commit/88f22f4 ))
* **misc**: Add always show tools render in createPlan & createDoc tools, closes [#10937 ](https://github.com/lobehub/lobe-chat/issues/10937 ) ([c224951 ](https://github.com/lobehub/lobe-chat/commit/c224951 ))
* **misc**: Add batch tasks ui ([80587ae ](https://github.com/lobehub/lobe-chat/commit/80587ae ))
* **misc**: Add Bundle Analyzer workflow for detailed bundle size analysis ([596e489 ](https://github.com/lobehub/lobe-chat/commit/596e489 ))
* **misc**: Add business features support with new components and hooks ([1dccc04 ](https://github.com/lobehub/lobe-chat/commit/1dccc04 ))
* **misc**: Add business settings features with dynamic loading for Plans, Funds, Usage, Billing, and Referral tabs ([35c6ad9 ](https://github.com/lobehub/lobe-chat/commit/35c6ad9 ))
* **misc**: Add db and schema feature ([9e47c33 ](https://github.com/lobehub/lobe-chat/commit/9e47c33 ))
* **misc**: Add home page create group builder button, closes [#10904 ](https://github.com/lobehub/lobe-chat/issues/10904 ) ([3183189 ](https://github.com/lobehub/lobe-chat/commit/3183189 ))
* **misc**: Add i18n UI locales and improve tool types, closes [#10964 ](https://github.com/lobehub/lobe-chat/issues/10964 ) ([0e89ce5 ](https://github.com/lobehub/lobe-chat/commit/0e89ce5 ))
* **misc**: Add like action in community detail, closes [#10971 ](https://github.com/lobehub/lobe-chat/issues/10971 ) ([c11d802 ](https://github.com/lobehub/lobe-chat/commit/c11d802 ))
* **misc**: Add memory implement ([fdae83c ](https://github.com/lobehub/lobe-chat/commit/fdae83c ))
* **misc**: Add subscription settings group with dynamic loading for Plans, Funds, Usage, Billing, and Referral tabs ([2ddc876 ](https://github.com/lobehub/lobe-chat/commit/2ddc876 ))
* **misc**: Add the market auth auto generate way, closes [#10993 ](https://github.com/lobehub/lobe-chat/issues/10993 ) ([849ac73 ](https://github.com/lobehub/lobe-chat/commit/849ac73 ))
* **misc**: Add turbopack configuration support to CustomNextConfig ([2e7076a ](https://github.com/lobehub/lobe-chat/commit/2e7076a ))
* **misc**: Add user memory ([c305889 ](https://github.com/lobehub/lobe-chat/commit/c305889 ))
* **misc**: Agent builder ([ede0ed6 ](https://github.com/lobehub/lobe-chat/commit/ede0ed6 ))
* **misc**: Agent builder ([e3c9454 ](https://github.com/lobehub/lobe-chat/commit/e3c9454 ))
* **misc**: Agent builder and group builder ([d735e2c ](https://github.com/lobehub/lobe-chat/commit/d735e2c ))
* **misc**: App ui page ([78d07c0 ](https://github.com/lobehub/lobe-chat/commit/78d07c0 ))
* **misc**: Brand new 2.0 ui for next ([f7d724f ](https://github.com/lobehub/lobe-chat/commit/f7d724f ))
* **misc**: Buildin some tools should save into docs, closes [#10935 ](https://github.com/lobehub/lobe-chat/issues/10935 ) ([be4c17d ](https://github.com/lobehub/lobe-chat/commit/be4c17d ))
* **misc**: Code-interpreter tool ([1940914 ](https://github.com/lobehub/lobe-chat/commit/1940914 ))
* **misc**: Code-interpreter tool ([c931909 ](https://github.com/lobehub/lobe-chat/commit/c931909 ))
* **misc**: Code-interpreter tool ([baa29c8 ](https://github.com/lobehub/lobe-chat/commit/baa29c8 ))
* **misc**: Desktop feature ([ac93637 ](https://github.com/lobehub/lobe-chat/commit/ac93637 ))
* **misc**: Enhance desktop onboarding with sign out and localization, closes [#11033 ](https://github.com/lobehub/lobe-chat/issues/11033 ) ([34a6312 ](https://github.com/lobehub/lobe-chat/commit/34a6312 ))
* **misc**: Enhance macOS desktop permissions and onboarding, closes [#11016 ](https://github.com/lobehub/lobe-chat/issues/11016 ) ([9db8da8 ](https://github.com/lobehub/lobe-chat/commit/9db8da8 ))
* **misc**: Enhance onboarding process by removing mode selection step and adding export functionality in advanced settings ([8b6c30e ](https://github.com/lobehub/lobe-chat/commit/8b6c30e ))
* **misc**: File search feature ([9786d64 ](https://github.com/lobehub/lobe-chat/commit/9786d64 ))
* **misc**: Gtd create plan support streaming render, closes [#11034 ](https://github.com/lobehub/lobe-chat/issues/11034 ) ([74d3555 ](https://github.com/lobehub/lobe-chat/commit/74d3555 ))
* **misc**: Implement agent builder ([f638b97 ](https://github.com/lobehub/lobe-chat/commit/f638b97 ))
* **misc**: Implement builtin agents packages ([2255a7c ](https://github.com/lobehub/lobe-chat/commit/2255a7c ))
* **misc**: Implement memories package ([7f94ef1 ](https://github.com/lobehub/lobe-chat/commit/7f94ef1 ))
* **misc**: Implement Redis caching for presigned URLs in file proxy service ([15722f1 ](https://github.com/lobehub/lobe-chat/commit/15722f1 ))
* **misc**: Implement server data feature ([9c46c6e ](https://github.com/lobehub/lobe-chat/commit/9c46c6e ))
* **misc**: Include Subscription settings group in the Accordion component ([8f2d57d ](https://github.com/lobehub/lobe-chat/commit/8f2d57d ))
* **misc**: Integrate bcryptjs for password verification in BetterAuth ([180ebfd ](https://github.com/lobehub/lobe-chat/commit/180ebfd ))
* **misc**: Integrate BrandingProviderCard and update Provider components for branding support ([6b5ce79 ](https://github.com/lobehub/lobe-chat/commit/6b5ce79 ))
* **misc**: Onboarding ui ([81d33a6 ](https://github.com/lobehub/lobe-chat/commit/81d33a6 ))
* **misc**: Page and knowledge base ([492d3cc ](https://github.com/lobehub/lobe-chat/commit/492d3cc ))
* **misc**: Rebranding total UI of app ([13ca81b ](https://github.com/lobehub/lobe-chat/commit/13ca81b ))
* **misc**: Refactor authentication handler to support dynamic loading of better-auth and next-auth ([d6419e4 ](https://github.com/lobehub/lobe-chat/commit/d6419e4 ))
* **misc**: Refactor desktop implement with brand new 2.0 ([10e048c ](https://github.com/lobehub/lobe-chat/commit/10e048c ))
* **misc**: Rename codeinterpreter into lobe sandbox, closes [#11076 ](https://github.com/lobehub/lobe-chat/issues/11076 ) ([2a631b4 ](https://github.com/lobehub/lobe-chat/commit/2a631b4 ))
* **misc**: Server implement ([685a6cd ](https://github.com/lobehub/lobe-chat/commit/685a6cd ))
* **misc**: Support CMD K ([d2bd8a6 ](https://github.com/lobehub/lobe-chat/commit/d2bd8a6 ))
* **misc**: Support exec async sub agent task ([dba1acf ](https://github.com/lobehub/lobe-chat/commit/dba1acf ))
* **misc**: Support export and import topic JSON, closes [#10885 ](https://github.com/lobehub/lobe-chat/issues/10885 ) ([0c5a41f ](https://github.com/lobehub/lobe-chat/commit/0c5a41f ))
* **misc**: Support files upload in chat input, closes [#10967 ](https://github.com/lobehub/lobe-chat/issues/10967 ) ([60eba45 ](https://github.com/lobehub/lobe-chat/commit/60eba45 ))
* **misc**: Support notebook tool, closes [#10902 ](https://github.com/lobehub/lobe-chat/issues/10902 ) ([e05375f ](https://github.com/lobehub/lobe-chat/commit/e05375f ))
* **misc**: Support swr local cache, closes [#10884 ](https://github.com/lobehub/lobe-chat/issues/10884 ) ([bc3f3e2 ](https://github.com/lobehub/lobe-chat/commit/bc3f3e2 ))
* **misc**: Topic message swr cache, closes [#10886 ](https://github.com/lobehub/lobe-chat/issues/10886 ) ([613a404 ](https://github.com/lobehub/lobe-chat/commit/613a404 ))
* **misc**: Translate AI model descriptions to English, closes [#10989 ](https://github.com/lobehub/lobe-chat/issues/10989 ) ([36ea258 ](https://github.com/lobehub/lobe-chat/commit/36ea258 ))
* **misc**: Update agent builder ui, closes [#10996 ](https://github.com/lobehub/lobe-chat/issues/10996 ) ([704ef7f ](https://github.com/lobehub/lobe-chat/commit/704ef7f ))
* **misc**: Update create group chat use builder, closes [#11030 ](https://github.com/lobehub/lobe-chat/issues/11030 ) ([7ae24c2 ](https://github.com/lobehub/lobe-chat/commit/7ae24c2 ))
* **misc**: Update gtd tools( use editor & update metadata ), closes [#11029 ](https://github.com/lobehub/lobe-chat/issues/11029 ) ([4a47ea0 ](https://github.com/lobehub/lobe-chat/commit/4a47ea0 ))
* **misc**: Update user memory embedding model selection based on business features ([c026117 ](https://github.com/lobehub/lobe-chat/commit/c026117 ))
* **misc**: User memory ([d5ce144 ](https://github.com/lobehub/lobe-chat/commit/d5ce144 ))
* **misc**: User memory ([49ffcb5 ](https://github.com/lobehub/lobe-chat/commit/49ffcb5 ))
* **misc**: User onboarding ([5e59388 ](https://github.com/lobehub/lobe-chat/commit/5e59388 ))
* **misc**: When use usesend to create agent/group, the model should override by lobeAi, closes [#11048 ](https://github.com/lobehub/lobe-chat/issues/11048 ) ([754ffe1 ](https://github.com/lobehub/lobe-chat/commit/754ffe1 ))
* **misc**: Wrap ConversationArea and ModelSwitchPanel in TooltipGroup for enhanced UI ([672bcf7 ](https://github.com/lobehub/lobe-chat/commit/672bcf7 ))
#### What's fixed
* **ci**: Skip backend routes in bundle analyzer build, closes [#10944 ](https://github.com/lobehub/lobe-chat/issues/10944 ) ([2fc3b42 ](https://github.com/lobehub/lobe-chat/commit/2fc3b42 ))
* **desktop**: prevent window resize when onboarding, closes [#10887 ](https://github.com/lobehub/lobe-chat/issues/10887 ) ([c29c02b ](https://github.com/lobehub/lobe-chat/commit/c29c02b ))
* **desktop**: Add safe top edge for message container, closes [#10908 ](https://github.com/lobehub/lobe-chat/issues/10908 ) ([2558b47 ](https://github.com/lobehub/lobe-chat/commit/2558b47 ))
* **i18n**: Translate plugin.ts locale to English, closes [#10972 ](https://github.com/lobehub/lobe-chat/issues/10972 ) ([89f89c7 ](https://github.com/lobehub/lobe-chat/commit/89f89c7 ))
* **image-generation**: Update chargeBeforeGenerate to return ChargeResult and include configForDatabase in parameters ([4f2a683 ](https://github.com/lobehub/lobe-chat/commit/4f2a683 ))
* **memory-user-memory**: Should pre-process date & time, closes [#10979 ](https://github.com/lobehub/lobe-chat/issues/10979 ) ([c2bcf73 ](https://github.com/lobehub/lobe-chat/commit/c2bcf73 ))
* **observability-otel**: Typo in package name, closes [#11025 ](https://github.com/lobehub/lobe-chat/issues/11025 ) ([63224dd ](https://github.com/lobehub/lobe-chat/commit/63224dd ))
* **prebuild**: Correct syntax in partialBuildPages array ([9580672 ](https://github.com/lobehub/lobe-chat/commit/9580672 ))
* **translation**: Add fallback for all English locale variants, closes [#10984 ](https://github.com/lobehub/lobe-chat/issues/10984 ) ([ce46996 ](https://github.com/lobehub/lobe-chat/commit/ce46996 ))
* **userMemories**: 404/405 issue due to incorrectly used workflow name and mounted catch-all route, closes [#10995 ](https://github.com/lobehub/lobe-chat/issues/10995 ) ([45996c6 ](https://github.com/lobehub/lobe-chat/commit/45996c6 ))
* **userMemories**: Missing base memory as part of context, closes [#11040 ](https://github.com/lobehub/lobe-chat/issues/11040 ) ([3c9bafe ](https://github.com/lobehub/lobe-chat/commit/3c9bafe ))
* **userMemories**: Must assign workflow id, closes [#11021 ](https://github.com/lobehub/lobe-chat/issues/11021 ) ([78b0c7b ](https://github.com/lobehub/lobe-chat/commit/78b0c7b ))
* **userMemories**: Should use `context.invoke` for workflow instead of `context.run`, closes [#10994 ](https://github.com/lobehub/lobe-chat/issues/10994 ) ([6592d10 ](https://github.com/lobehub/lobe-chat/commit/6592d10 ))
* **userMemories**: Skip to handle WorkflowAbort, closes [#11031 ](https://github.com/lobehub/lobe-chat/issues/11031 ) ([17124a8 ](https://github.com/lobehub/lobe-chat/commit/17124a8 ))
* **userMemories**: Use date & time for building context, closes [#10978 ](https://github.com/lobehub/lobe-chat/issues/10978 ) ([15bc6bc ](https://github.com/lobehub/lobe-chat/commit/15bc6bc ))
* **userMemories**: Workflow id build issue, closes [#10998 ](https://github.com/lobehub/lobe-chat/issues/10998 ) ([0b110b6 ](https://github.com/lobehub/lobe-chat/commit/0b110b6 ))
* **misc**: Agent profiles update, agent tools config set, editor placeholder, closes [#11074 ](https://github.com/lobehub/lobe-chat/issues/11074 ) ([f7cbfe4 ](https://github.com/lobehub/lobe-chat/commit/f7cbfe4 ))
* **misc**: Bump charts 3.0.4 to fix import es path, closes [#10898 ](https://github.com/lobehub/lobe-chat/issues/10898 ) ([6d7dce7 ](https://github.com/lobehub/lobe-chat/commit/6d7dce7 ))
* **misc**: Fix anthropic thinking budget ([6e19bd3 ](https://github.com/lobehub/lobe-chat/commit/6e19bd3 ))
* **misc**: Fix async task and improve tool style ([1aa1c04 ](https://github.com/lobehub/lobe-chat/commit/1aa1c04 ))
* **misc**: Fix default waitlist bug ([de62035 ](https://github.com/lobehub/lobe-chat/commit/de62035 ))
* **misc**: Fix delete agent group bug ([0fe0d6f ](https://github.com/lobehub/lobe-chat/commit/0fe0d6f ))
* **misc**: Fix desktop test cases and refactor translations, closes [#10956 ](https://github.com/lobehub/lobe-chat/issues/10956 ) ([568235c ](https://github.com/lobehub/lobe-chat/commit/568235c ))
* **misc**: Fix desktop test cases and refactor translations, closes [#10955 ](https://github.com/lobehub/lobe-chat/issues/10955 ) ([b3520a2 ](https://github.com/lobehub/lobe-chat/commit/b3520a2 ))
* **misc**: Fix gemini 3 model thinking issue ([69f4cf3 ](https://github.com/lobehub/lobe-chat/commit/69f4cf3 ))
* **misc**: Fix gemini 3 pro parallel tool use ([a0cc9c3 ](https://github.com/lobehub/lobe-chat/commit/a0cc9c3 ))
* **misc**: Fix gemini 3 thinking params ([89363b2 ](https://github.com/lobehub/lobe-chat/commit/89363b2 ))
* **misc**: Fix identity memory not working, closes [#10916 ](https://github.com/lobehub/lobe-chat/issues/10916 ) ([fbd0b66 ](https://github.com/lobehub/lobe-chat/commit/fbd0b66 ))
* **misc**: Fix supervisor flag ([fc20dbc ](https://github.com/lobehub/lobe-chat/commit/fc20dbc ))
* **misc**: Fix thread not working issue ([7dd30eb ](https://github.com/lobehub/lobe-chat/commit/7dd30eb ))
* **misc**: Fix when use branch topic,the branch index error problem, closes [#11049 ](https://github.com/lobehub/lobe-chat/issues/11049 ) ([34b5a32 ](https://github.com/lobehub/lobe-chat/commit/34b5a32 ))
* **misc**: Fixed the welcome card the create button not work, closes [#11055 ](https://github.com/lobehub/lobe-chat/issues/11055 ) ([00e81f1 ](https://github.com/lobehub/lobe-chat/commit/00e81f1 ))
* **misc**: Handle session invalidation on 401 error by logging out signed-in users ([499bd4a ](https://github.com/lobehub/lobe-chat/commit/499bd4a ))
* **misc**: Improve test infrastructure and mock configurations, closes [#11028 ](https://github.com/lobehub/lobe-chat/issues/11028 ) ([da4eb9c ](https://github.com/lobehub/lobe-chat/commit/da4eb9c ))
* **misc**: Locale resolve bug with ESM module loading, closes [#11018 ](https://github.com/lobehub/lobe-chat/issues/11018 ) ([770c872 ](https://github.com/lobehub/lobe-chat/commit/770c872 ))
* **misc**: Page agent editor, closes [#10953 ](https://github.com/lobehub/lobe-chat/issues/10953 ) ([61b3031 ](https://github.com/lobehub/lobe-chat/commit/61b3031 ))
* **misc**: Prevent redundant login redirect when already on auth pages ([1a5049c ](https://github.com/lobehub/lobe-chat/commit/1a5049c ))
* **misc**: Redis read json object ([1718fa3 ](https://github.com/lobehub/lobe-chat/commit/1718fa3 ))
* **misc**: Remove openapi pkg patch file, closes [#10910 ](https://github.com/lobehub/lobe-chat/issues/10910 ) ([a34c111 ](https://github.com/lobehub/lobe-chat/commit/a34c111 ))
* **misc**: Slove input editor on pause emit, closes [#11051 ](https://github.com/lobehub/lobe-chat/issues/11051 ) ([d102d47 ](https://github.com/lobehub/lobe-chat/commit/d102d47 ))
* **misc**: Slove swr mutate not work in Cache Provider, closes [#10895 ](https://github.com/lobehub/lobe-chat/issues/10895 ) ([b3fbffe ](https://github.com/lobehub/lobe-chat/commit/b3fbffe ))
* **misc**: Slove the group add member checkbox not work, closes [#11045 ](https://github.com/lobehub/lobe-chat/issues/11045 ) [#11042 ](https://github.com/lobehub/lobe-chat/issues/11042 ) ([91d3f74 ](https://github.com/lobehub/lobe-chat/commit/91d3f74 ))
* **misc**: Slove the model select null problem, closes [#10988 ](https://github.com/lobehub/lobe-chat/issues/10988 ) ([50aa304 ](https://github.com/lobehub/lobe-chat/commit/50aa304 ))
* **misc**: Slove the mutate not work problem, closes [#10947 ](https://github.com/lobehub/lobe-chat/issues/10947 ) ([78ca5eb ](https://github.com/lobehub/lobe-chat/commit/78ca5eb ))
* **misc**: Slove when click agentbuilder should clean topic, closes [#11068 ](https://github.com/lobehub/lobe-chat/issues/11068 ) ([048bd66 ](https://github.com/lobehub/lobe-chat/commit/048bd66 ))
* **misc**: Slove when first call thread, not show ai chat message, closes [#10878 ](https://github.com/lobehub/lobe-chat/issues/10878 ) ([5a79cb9 ](https://github.com/lobehub/lobe-chat/commit/5a79cb9 ))
* **misc**: Support retry error message and fix continueGenerationMessage ([8bf85fb ](https://github.com/lobehub/lobe-chat/commit/8bf85fb ))
* **misc**: Update contextMenu in group tools message, closes [#11056 ](https://github.com/lobehub/lobe-chat/issues/11056 ) ([8b49414 ](https://github.com/lobehub/lobe-chat/commit/8b49414 ))
* **misc**: Update OFFICIAL_URL to app.lobehub.com, closes [#11015 ](https://github.com/lobehub/lobe-chat/issues/11015 ) ([f9e11d0 ](https://github.com/lobehub/lobe-chat/commit/f9e11d0 ))
* **misc**: Update PlanTag link paths for subscription settings ([ada71d3 ](https://github.com/lobehub/lobe-chat/commit/ada71d3 ))
* **misc**: Update test snapshots for model description changes, closes [#11008 ](https://github.com/lobehub/lobe-chat/issues/11008 ) ([626e808 ](https://github.com/lobehub/lobe-chat/commit/626e808 ))
* **misc**: When use agentbuilder the topic id should use new & clear topic…, closes [#10983 ](https://github.com/lobehub/lobe-chat/issues/10983 ) ([0b2b096 ](https://github.com/lobehub/lobe-chat/commit/0b2b096 ))
#### Styles
* **misc**: Improve ExecTask and task message UI ([977a700 ](https://github.com/lobehub/lobe-chat/commit/977a700 ))
* **misc**: Improve gtd tool inspector and todo list ([0664563 ](https://github.com/lobehub/lobe-chat/commit/0664563 ))
* **misc**: Improve page document tool inspector UI, closes [#10977 ](https://github.com/lobehub/lobe-chat/issues/10977 ) ([7f69cb1 ](https://github.com/lobehub/lobe-chat/commit/7f69cb1 ))
* **misc**: Improve RunCommand Inspector ([0751fa4 ](https://github.com/lobehub/lobe-chat/commit/0751fa4 ))
* **misc**: Rebranding chat ui ([ad14222 ](https://github.com/lobehub/lobe-chat/commit/ad14222 ))
* **misc**: Refactor UI in features ([83e689f ](https://github.com/lobehub/lobe-chat/commit/83e689f ))
* **misc**: Rerun i18n ([80f511c ](https://github.com/lobehub/lobe-chat/commit/80f511c ))
* **misc**: Setting style ([e8c755f ](https://github.com/lobehub/lobe-chat/commit/e8c755f ))
* **misc**: Support streaming and display ui for group mode ([f708cdb ](https://github.com/lobehub/lobe-chat/commit/f708cdb ))
* **misc**: Support tool streaming and title custom render, closes [#10976 ](https://github.com/lobehub/lobe-chat/issues/10976 ) ([576ccd6 ](https://github.com/lobehub/lobe-chat/commit/576ccd6 ))
* **misc**: Update i18n ([2e6fd07 ](https://github.com/lobehub/lobe-chat/commit/2e6fd07 ))
* **misc**: Update i18n microcopy, closes [#10905 ](https://github.com/lobehub/lobe-chat/issues/10905 ) ([024aeb2 ](https://github.com/lobehub/lobe-chat/commit/024aeb2 ))
* **misc**: Update ui ([1693fc5 ](https://github.com/lobehub/lobe-chat/commit/1693fc5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-31 14:28:13 +00:00
arvinxx
876a1d40ef
Revert " ✅ test: add unit tests for EdgeConfig module ( #11069 )"
...
This reverts commit 377b5388c3 .
2025-12-31 22:09:01 +08:00
LobeHub Bot
377b5388c3
✅ test: add unit tests for EdgeConfig module ( #11069 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2025-12-31 22:00:41 +08:00
Arvin Xu
f7d724fb87
✨ feat: brand new 2.0 ui for next
2025-12-31 21:55:39 +08:00
YuTengjing
b96363d8c0
🔧 chore: update business interface and test fixes ( #11077 )
2025-12-31 21:30:07 +08:00
arvinxx
8fe36548d6
♻️ refactor rename code-interpreter to cloud-sandbox
2025-12-31 20:30:11 +08:00
arvinxx
9ea3df62b3
♻️ refactor rename code-interpreter to cloud-sandbox
2025-12-31 20:27:37 +08:00
YuTengjing
e48aac72b2
🔧 chore: limit max image num to 8 when business features enabled
2025-12-31 20:22:45 +08:00
Shinji-Li
2a631b476f
✨ feat: rename codeinterpreter into lobe sandbox ( #11076 )
...
* feat: rename codeinterpreter into lobe sandbox
* fix: fixed the market publish agent too much
2025-12-31 20:02:18 +08:00
YuTengjing
954789dc4e
feat: add createImageBusinessMiddleware to enhance image creation process
...
- Introduced createImageBusinessMiddleware for additional processing in the createImage mutation.
- Updated imageRouter to utilize the new middleware, improving the structure and maintainability of the image generation logic.
2025-12-31 20:02:18 +08:00
YuTengjing
39aa01b444
refactor: move async jwt auth to async auth middleware
2025-12-31 20:02:18 +08:00
canisminor1990
e8c755f532
💄 style: setting style
2025-12-31 20:02:18 +08:00
arvinxx
8bf85fb251
🐛 fix: support retry error message and fix continueGenerationMessage
2025-12-31 18:23:59 +08:00
YuTengjing
7a532eee92
🔒 security: replace KEY_VAULTS_SECRET with JWT signing for async router auth
...
- Add JWKS_KEY env variable with fallback to OIDC_JWKS_KEY
- Add signInternalJWT() and validateInternalJWT() in internalJwt.ts
- Use short-lived JWT (3s) with purpose claim to authenticate lambda → async calls
- Remove KEY_VAULTS_SECRET from Authorization header transmission
- Update OIDC provider to use JWKS_KEY from authEnv
- Update documentation for JWKS_KEY and desktop sync
2025-12-31 18:06:02 +08:00
Rene Wang
0f0eb40b41
refac: Use SDK to submit feedback
2025-12-31 17:57:59 +08:00
Rene Wang
99c18702d2
fix: Highlight style
2025-12-31 17:37:56 +08:00
arvinxx
0751fa48c6
💄 style: improve RunCommand Inspector
2025-12-31 17:13:44 +08:00
arvinxx
89363b277e
🐛 fix: fix gemini 3 thinking params
2025-12-31 17:13:44 +08:00
YuTengjing
bbf62ce97c
✨ feat(referral): add backfill referral code i18n keys
...
Add translations for backfill referral code feature:
- errors.alreadyBound, errors.backfillExpired, errors.invalidCode, errors.selfReferral
- rules.backfill.* (title, description, placeholder, submit, success, etc.)
- rules.missedCode with link component
2025-12-31 17:00:32 +08:00
Shinji-Li
f7cbfe4497
🐛 fix: agent profiles update, agent tools config set, editor placeholder ( #11074 )
...
* feat: open the gtd & document tools in normal agent
* feat: add getAllbuildintools in agent profles tools settings
* fix: slove the tools modal segment not work
* feat: support editor placeholder
2025-12-31 16:45:20 +08:00
Innei
f26bbc56de
chore: change lobehub/ui exported const
...
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-31 16:32:16 +08:00
YuTengjing
1718fa378a
🔧 fix: redis read json object
2025-12-31 16:30:24 +08:00
Rene Wang
1c47de378d
feat: Create folder in the modal
2025-12-31 16:28:50 +08:00
YuTengjing
15722f1e27
✨ feat: implement Redis caching for presigned URLs in file proxy service
...
- Added Redis integration to cache presigned URLs, reducing S3 API calls.
- Implemented cache hit/miss logic to improve performance.
- Set cache expiration time to 4 minutes.
2025-12-31 16:18:41 +08:00
YuTengjing
5a93639cbd
chore: remove @lobehub/ui from devDependencies in package.json
2025-12-31 16:02:16 +08:00
canisminor1990
08b2444b1c
style: update cloud style
2025-12-31 15:43:12 +08:00
canisminor1990
ddb4c2ac7c
style: update cloud style
2025-12-31 15:43:11 +08:00
arvinxx
1c2723c5db
🔧 chore: unpin lobehub and antd-style
2025-12-31 15:34:14 +08:00
arvinxx
a0cc9c3354
🐛 fix: fix gemini 3 pro parallel tool use
2025-12-31 15:20:11 +08:00
arvinxx
80f511cd6e
🌐 style: rerun i18n
2025-12-31 15:20:11 +08:00
arvinxx
5cfb4a5e0e
🔒 chore: remove error stack
2025-12-31 15:19:16 +08:00
YuTengjing
ada71d386d
🔗 fix: update PlanTag link paths for subscription settings
...
- Change the link paths in PlanTag component to direct users to '/settings/plans' and '/settings/usage' based on the isFree flag, improving navigation consistency.
2025-12-31 15:06:22 +08:00
Innei
f5314c5c32
♻️ refactor: improve modal handling with createRawModal ( #11071 )
...
* feat: integrate TooltipGroup into SideBarLayout for enhanced UI interactions
Signed-off-by: Innei <tukon479@gmail.com >
* feat: refactor components to utilize createRawModal for improved modal handling and enhance UI interactions with TooltipGroup
Signed-off-by: Innei <tukon479@gmail.com >
* chore: update @lobehub/ui dependency to version 4.5.0 in package.json
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-31 15:03:24 +08:00
Innei
f9d991b26c
Merge branch 'next' into dev
2025-12-31 14:58:42 +08:00
YuTengjing
98f75cff6a
🔧 chore: update prebuild script to echo environment variables
...
- Modify the prebuild script in package.json to include echo statements for NEXT_PUBLIC_AUTH_URL, NEXTAUTH_URL, APP_URL, and VERCEL_URL, enhancing visibility of environment variables during the build process.
2025-12-31 14:54:06 +08:00
YuTengjing
c026117d1a
✨ feat: update user memory embedding model selection based on business features
...
- Import BRANDING_PROVIDER and ENABLE_BUSINESS_FEATURES constants.
- Modify getEmbeddingRuntime to select the model provider based on the ENABLE_BUSINESS_FEATURES flag, enhancing flexibility in model usage.
2025-12-31 14:38:54 +08:00
canisminor1990
e62d6cc1a1
style: update style
2025-12-31 14:23:38 +08:00
Innei
475065e081
♻️ refactor: remove desktop-specific upload logic ( #11070 )
...
- Remove isDesktop check for upload flow
- Remove uploadToDesktopS3 method
- Clean up related mocks in tests
- Simplify upload service to use server-side logic only
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-31 14:16:10 +08:00
Rene Wang
e3dd7ff16c
feat: Open feedback with CMDK
2025-12-31 13:28:32 +08:00
Shinji-Li
048bd66ce0
🐛 fix: slove when click agentbuilder should clean topic ( #11068 )
...
fix: slove when click agentbuilder should clean topic
2025-12-31 12:14:10 +08:00
Rene Wang
8b1c0a4a13
feat: Submit feedback to Linear
2025-12-31 11:47:24 +08:00
Rene Wang
ab683abf18
feat: Submit feedback to Linear
2025-12-31 11:45:48 +08:00
Rene Wang
a155693acf
feat: Submit feedback to Linear
2025-12-31 11:39:45 +08:00
Arvin Xu
8560a6bf29
✅ test: agent e2e case for user journey ( #11063 )
...
* ✅ test(e2e): add Agent conversation E2E test with LLM mock
- Add LLM mock framework to intercept /webapi/chat/openai requests
- Create Agent conversation journey test (AGENT-CHAT-001)
- Add data-testid="chat-input" to Desktop ChatInput for E2E testing
- Mock returns SSE streaming responses matching LobeChat's actual format
Test scenario: Enter Lobe AI → Send "hello" → Verify AI response
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* 📝 docs(e2e): add E2E testing guide for Claude
Document key learnings from implementing Agent conversation test:
- LLM Mock SSE format and usage
- Desktop/Mobile dual component handling with boundingBox
- contenteditable input handling
- Debugging tips and common issues
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* 📝 docs(e2e): add experience-driven E2E testing strategy
Add comprehensive testing strategy from LOBE-2417:
- Core philosophy: user experience baseline for refactoring safety
- Product architecture coverage with priority levels
- Tag system (@journey, @P0/@P1/@P2, module tags)
- Execution strategies for CI, Nightly, and Release
- Updated directory structure with full journey coverage plan
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* add conversation case
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-31 10:10:40 +08:00
arvinxx
b5d33e6564
✅ tests: add more tests case
2025-12-31 09:28:56 +08:00
Arvin Xu
a9a93c15ae
✅ test: fix e2e tests for new product flow ( #11060 )
...
* add e2e tests
* fix workflow
* update workflow
* 🐛 fix(e2e): fix smoke tests i18n and timeout issues
- Unify default port to 3006 across hooks.ts and world.ts
- Reduce step timeout from 30s to 10s for faster feedback
- Fix i18n matching for featured sections (support zh-CN/en-US)
- Add mock framework foundation for future API mocking
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* 🐛 fix(e2e): save failure screenshots to file for CI artifacts
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* 🐛 fix(e2e): move PORT to global env for consistent access
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* 🐛 fix(e2e): set onboarding as completed for test user
Skip onboarding flow by setting finishedAt in test user seed
2025-12-31 02:13:32 +08:00
arvinxx
6e19bd3d4c
🐛 fix: fix anthropic thinking budget
2025-12-31 01:49:42 +08:00
arvinxx
69f4cf3dd9
🐛 fix: fix gemini 3 model thinking issue
2025-12-31 01:15:50 +08:00
arvinxx
7d65b51e0c
✅ tests: fix tests
2025-12-31 00:08:49 +08:00
arvinxx
fc20dbca36
🐛 fix: fix supervisor flag
2025-12-30 23:39:46 +08:00
Zhijie He
5034fd02d4
👷 build: fix docker image build error, missing patches folder ( #11059 )
...
fix: fix docker image build error, missing `patches` folder
2025-12-30 23:39:46 +08:00
YuTengjing
8f2d57d968
✨ feat: include Subscription settings group in the Accordion component
2025-12-30 23:39:46 +08:00
YuTengjing
2ddc876a4c
✨ feat: add subscription settings group with dynamic loading for Plans, Funds, Usage, Billing, and Referral tabs
2025-12-30 23:39:46 +08:00
YuTengjing
ea11a2b506
🔧 chore: update ESLint rules to be commented out, enhance manifest for development mode, and adjust Welcome component username prop
2025-12-30 23:39:46 +08:00
canisminor1990
dd5b28b4ad
style: task style
2025-12-30 23:39:46 +08:00
YuTengjing
35c6ad909b
✨ feat: add business settings features with dynamic loading for Plans, Funds, Usage, Billing, and Referral tabs
2025-12-30 20:43:41 +08:00
Rene Wang
0f94fa9968
feat: Add error boundary
2025-12-30 20:27:36 +08:00
canisminor1990
88abd1bbd1
style: update supervisor
2025-12-30 20:11:43 +08:00
YuTengjing
d6419e4903
✨ feat: refactor authentication handler to support dynamic loading of better-auth and next-auth
2025-12-30 19:40:28 +08:00
YuTengjing
0b1c7812ba
🔧 chore: downgrade better-auth package versions to 1.4.6
2025-12-30 18:59:49 +08:00
canisminor1990
f4d420076b
style: fix some style
2025-12-30 18:54:23 +08:00
Shinji-Li
eb97bf696b
🔨 chore: update editor version ( #11057 )
...
chore: update editor version
2025-12-30 18:38:37 +08:00
Shinji-Li
8b494142ea
🐛 fix: update contextMenu in group tools message ( #11056 )
...
feat: update contextMenu in group tools message
2025-12-30 18:29:06 +08:00
canisminor1990
7367093191
style: update actions bar
2025-12-30 18:21:10 +08:00
YuTengjing
499bd4a722
🐛 fix: handle session invalidation on 401 error by logging out signed-in users
2025-12-30 18:16:49 +08:00
Shinji-Li
00e81f1abd
🐛 fix: fixed the welcome card the create button not work ( #11055 )
...
fix: slove the welcome card create agent button problem
2025-12-30 18:15:26 +08:00
canisminor1990
e056a69a94
style: update typing speed
2025-12-30 18:03:41 +08:00
canisminor1990
ed694f202f
style: update desktop onboarding
2025-12-30 18:01:47 +08:00
canisminor1990
0bb6b44fcd
style: update desktop onboarding
2025-12-30 17:48:13 +08:00
YuTengjing
cdd7a9239d
🔧 chore: update better-auth version to a fixed release
2025-12-30 17:43:57 +08:00
Shinji-Li
d102d47577
🐛 fix: slove input editor on pause emit ( #11051 )
...
fix: slove input editor on pause emit
2025-12-30 17:30:25 +08:00
YuTengjing
1a5049c5b0
🐛 fix: prevent redundant login redirect when already on auth pages
2025-12-30 17:05:49 +08:00
arvinxx
1fa4357963
♻️ refactor: move code-interpreter to single packages
2025-12-30 17:04:43 +08:00
arvinxx
784bb5806a
♻️ refactor: refactor to use better underline style
2025-12-30 17:04:42 +08:00
Innei
efe18bf762
♻️ chore: move desktop onboarding route file path
2025-12-30 16:57:31 +08:00
Rene Wang
43d506cfa4
lint: Use createStyles instead of CSS-in-JS
2025-12-30 16:55:54 +08:00
Innei
4faa65c6af
✨ feat(model): improve model list UI and add disabled models management ( #11036 )
...
* ✨ feat(model): improve model list UI and add disabled models management
- Enhanced DisabledModels component with better UI/UX
- Updated ModelList layout and interactions
- Added repository methods for disabled model management
- Improved AI model service and router functionality
- Added tests for new functionality
* ✨ feat(DisabledModels): enhance loading and rendering logic for disabled models
- Implemented pagination and dynamic loading for disabled models
- Improved state management for visible models and loading conditions
- Ensured unique model entries in the displayed list
- Updated component to handle provider changes effectively
Signed-off-by: Innei <tukon479@gmail.com >
* fix(DisabledModels): handle edge case for last page in pagination logic
- Added a check to ensure lastPage is defined before evaluating pagination end conditions
- Improved robustness of loading state management in DisabledModels component
Signed-off-by: Innei <tukon479@gmail.com >
* lint
* lint
* lint
---------
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-30 16:49:12 +08:00
YuTengjing
381cf51ec0
refactor: simplify prebuild script by removing environment variable echoes
2025-12-30 16:33:22 +08:00
YuTengjing
6b5ce79e56
✨ feat: integrate BrandingProviderCard and update Provider components for branding support
2025-12-30 16:33:21 +08:00
Rene Wang
adcc987faf
lint: Clean up code
2025-12-30 16:30:38 +08:00
Shinji-Li
34b5a32aa1
🐛 fix: fix when use branch topic,the branch index error problem ( #11049 )
...
fix: fix when use branch topic,the branch index error problem
2025-12-30 16:25:01 +08:00
arvinxx
5e10ac8d88
♻️ refactor: refactor to use better underline style
2025-12-30 16:21:41 +08:00
canisminor1990
73b773260b
style: update ChatInput
2025-12-30 16:16:54 +08:00
Innei
9db8da82f6
✨ feat: enhance macOS desktop permissions and onboarding ( #11016 )
...
* feat: enhance macOS desktop permissions and onboarding
- Improve screen recording access request with dual-method approach
(Electron API + getDisplayMedia trigger for TCC registration)
- Add auto-add functionality for Full Disk Access using AppleScript
- Make onboarding flow platform-aware (skip Screen3 on non-macOS)
- Add NSAppleEventsUsageDescription and NSScreenCaptureUsageDescription
- Add comprehensive unit tests for permission flows
* feat: implement full disk access automation and enhance onboarding messages
* feat: enhance Screen5 with context menu support and update theme background color
2025-12-30 16:06:44 +08:00
canisminor1990
98df0d144f
style: add chat appearance
2025-12-30 15:58:14 +08:00
Rene Wang
5d8a0acc73
lint: Rename varibles
2025-12-30 15:57:24 +08:00
canisminor1990
752f4e51ff
style: update stats
2025-12-30 15:46:14 +08:00
YuTengjing
8b6c30ebef
✨ feat: enhance onboarding process by removing mode selection step and adding export functionality in advanced settings
2025-12-30 15:31:04 +08:00
YuTengjing
1dccc04a29
✨ feat: add business features support with new components and hooks
2025-12-30 14:57:00 +08:00
Rene Wang
d3012ce677
fix: Upload file
2025-12-30 14:45:51 +08:00
Shinji-Li
754ffe1de2
✨ feat: when use usesend to create agent/group, the model should override by lobeAi ( #11048 )
...
feat: when use usesend to create agent/group, the model should override by LobeAI
2025-12-30 14:39:41 +08:00
arvinxx
80587aeb7e
✨ feat: add batch tasks ui
2025-12-30 14:38:02 +08:00
arvinxx
d780fa82ab
📸 tests: add test fixtures
2025-12-30 14:38:02 +08:00
Rene Wang
2cc5c6611f
lint: Remove ocnosle.log
2025-12-30 14:04:56 +08:00
Rene Wang
84467157ac
fix: Button hover
2025-12-30 14:00:47 +08:00
arvinxx
a2582f285e
✅ tests: fix tests
2025-12-30 13:04:14 +08:00
arvinxx
0fe0d6f86f
🐛 fix: fix delete agent group bug
2025-12-30 12:33:53 +08:00
Shinji-Li
91d3f746c7
🐛 fix: slove the group add member checkbox not work ( #11045 )
...
* fix: slove wait list always jupm wait problem
* 🐛 fix: slove wait list always jump wait problem (#11042 )
fix: slove wait list always jupm wait problem
* fix: roll back state.isInWaitList judge problem
* fix: slove the group add member checkbox notwork
2025-12-30 12:07:24 +08:00
Rene Wang
41f1005dfa
fix: Border radius of dock
2025-12-30 12:02:47 +08:00
Rene Wang
f9595f0dfa
fix: Drag stuck
2025-12-30 11:52:03 +08:00
Shinji-Li
977a700615
💄 style: improve ExecTask and task message UI
2025-12-30 11:40:50 +08:00
arvinxx
de62035979
🐛 fix: fix default waitlist bug
2025-12-30 09:54:59 +08:00
Neko
3c9bafee6f
🐛 fix(userMemories): missing base memory as part of context ( #11040 )
2025-12-30 03:52:00 +08:00
Neko
ab61c69fef
✨ feat(userMemories): use honorific title for identity memory ( #11039 )
2025-12-30 03:50:23 +08:00
Neko
1cc0e8c375
✨ feat(userMemories): apply userMemories.enable from settings for injecting ( #11038 )
2025-12-30 03:44:33 +08:00
Neko
5615d20d45
✨ feat(userMemories): use capturedAt for time of memory entries ( #11037 )
2025-12-30 03:43:44 +08:00
arvinxx
a3fc406b7d
🚨 chore: fix lint
2025-12-30 01:25:41 +08:00
arvinxx
cd78e5f196
✅ tests: fix tests
2025-12-30 01:19:26 +08:00
arvinxx
f708cdb901
💄 style: support streaming and display ui for group mode
2025-12-30 01:11:24 +08:00
arvinxx
30cb4dfb93
move web-browsing
2025-12-30 01:11:24 +08:00
arvinxx
3b01174d4f
♻️ refactor: use /f/:fid as file mode
2025-12-30 00:41:00 +08:00
arvinxx
0ca823fc56
♻️ refactor: use supervisor role for agent group supervisor
2025-12-29 23:59:11 +08:00
Innei
98bc8567a1
chore: update @lobehub/ui dependency to version 4.4.0 in package.json
...
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-29 22:27:05 +08:00
YuTengjing
52c7a4928a
✨ feat(layout): integrate BusinessGlobalProvider for conditional rendering based on business features
2025-12-29 22:05:24 +08:00
YuTengjing
991d8c1874
✨ feat(auth): enhance BetterAuthSignUpForm with businessElement and update useSignUp hook for improved signup process
2025-12-29 21:52:44 +08:00
YuTengjing
3efb6cc3f1
✨ feat(auth): add useBusinessSignup hook for business signup functionality
2025-12-29 21:44:14 +08:00
Rene Wang
bb1a6d65fa
opti: Better performance
2025-12-29 21:41:22 +08:00
YuTengjing
c8e3bc90b3
✨ feat(auth): update useBusinessSignin to include getAdditionalData function for enhanced sign-in process
2025-12-29 21:40:52 +08:00
canisminor1990
149315c427
fix: fix style issues
2025-12-29 21:33:17 +08:00
canisminor1990
f4ef1f7d96
fix: fix style issues
2025-12-29 21:22:34 +08:00
YuTengjing
2ccd5c78f5
✨ feat(auth): add confirm password field and integrate business signup logic
2025-12-29 21:10:39 +08:00
YuTengjing
6dc79162f0
✨ feat(auth): integrate business sign-in features and update social sign-in logic
2025-12-29 21:10:38 +08:00
Shinji-Li
74d35554f2
✨ feat: gtd create plan support streaming render ( #11034 )
...
feat: add the gtd stream render
2025-12-29 21:05:24 +08:00
Innei
34a6312668
✨ feat: enhance desktop onboarding with sign out and localization ( #11033 )
...
* ✨ feat(onboarding): add English and Chinese localization for desktop onboarding screens
* ✨ feat(onboarding): implement sign out functionality and enhance onboarding experience
* ✨ feat(remote-server): implement broadcast for remote server configuration updates
* update
2025-12-29 21:03:08 +08:00
arvinxx
1aa1c04a8d
🐛 fix: fix async task and improve tool style
2025-12-29 21:01:11 +08:00
Rene Wang
7fce85ea88
refac: Better resource manager
2025-12-29 20:52:56 +08:00
canisminor1990
e3df7f6e24
style: fix style issues
2025-12-29 20:49:47 +08:00
YuTengjing
821d57e56e
chore: remove JSON validation from ESLint settings in VSCode configuration
2025-12-29 20:26:15 +08:00
Shinji-Li
4a47ea0d2f
✨ feat: update gtd tools( use editor & update metadata ) ( #11029 )
...
* feat: use lobehub editor to modify gtd plan
* merge origin/dev
* feat: show todo in doc portal
* feat: use the todoProcess in docs portal
* feat: add gtd context engine inject
2025-12-29 20:20:11 +08:00
Neko Ayaka
8786628016
fix: duplicated alias of vitest config
2025-12-29 18:52:41 +08:00
Neko
17124a8e73
🐛 fix(userMemories): skip to handle WorkflowAbort ( #11031 )
2025-12-29 18:48:07 +08:00
YuTengjing
85df0bc8ca
chore: add JSON validation to ESLint settings in VSCode configuration
2025-12-29 17:58:03 +08:00
Shinji-Li
7ae24c2163
✨ feat: update create group chat use builder ( #11030 )
...
feat: change the create group button to direction group/profile
2025-12-29 17:57:02 +08:00
arvinxx
dba1acf2b4
✨ feat: support exec async sub agent task
2025-12-29 17:50:38 +08:00
arvinxx
6099ac380a
♻️ refactor: refactor tool prompt injection
2025-12-29 17:49:08 +08:00
arvinxx
be2b41c792
♻️ refactor: refactor with editor runtime
2025-12-29 17:43:10 +08:00
YuTengjing
37e33b8b73
docs: update CLAUDE.md to reflect repository name change and clarify git workflow
2025-12-29 16:59:44 +08:00
canisminor1990
8d947ceefc
feat: codemirror
2025-12-29 16:59:23 +08:00
huangkairan
812ed7db15
fix: updater not work on Windows ( #11027 )
2025-12-29 16:55:51 +08:00
Innei
da4eb9c1b1
🧪 fix: improve test infrastructure and mock configurations ( #11028 )
...
* 🧪 fix: improve test infrastructure and mock configurations
- Add vitest plugin to fix @lobehub/fluent-emoji style import issue
- Update antd-style mocks to preserve actual exports while mocking specific functions
- Switch from useClientDataSWR to useClientDataSWRWithSync in tests
- Add @/utils/identifier alias in vitest config
- Fix duplicate @lobehub/ui mock in ComfyUIForm test
* 🐛 fix: use recommended-legacy for ESLint 8 compatibility
The @next/eslint-plugin-next v16 changed to flat config format which is
incompatible with ESLint 8. Using recommended-legacy to maintain compatibility.
2025-12-29 16:54:06 +08:00
YuTengjing
8b67718158
docs: update subscription locale json
2025-12-29 16:48:39 +08:00
YuTengjing
db5e02bac8
feat: expose useBusinessTTSProvider hook
2025-12-29 16:42:34 +08:00
YuTengjing
d257a06887
feat: expose markUserValidAction business interface
2025-12-29 16:38:29 +08:00
YuTengjing
bbe7a050b7
docs: expose cloud locales
2025-12-29 16:22:22 +08:00
Rene Wang
3942de130e
style: Hide save label while loading
2025-12-29 15:37:51 +08:00
Rene Wang
61119dee74
opti: Use useSWR to cache request
2025-12-29 15:37:51 +08:00
Innei
95806721ba
🐛 fix(prebuild): correct syntax in partialBuildPages array
...
- Fixed the syntax of the partialBuildPages array in prebuild.mts by replacing a trailing comma with a closing brace.
- Ensured proper structure for the array to avoid potential runtime errors.
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-29 14:38:43 +08:00
Innei
5380f76ed1
🔧 chore: increase NODE_OPTIONS memory limit to 8GB across configurations
...
- Updated NODE_OPTIONS from 6144MB to 8192MB in Dockerfile, package.json scripts, GitHub workflows, and environment configurations.
- Ensured consistent memory allocation for builds and tests to improve performance.
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-29 14:35:04 +08:00
Innei
2fc3b4238a
🐛 fix(ci): skip backend routes in bundle analyzer build ( #10944 )
...
- Add isBundleAnalyzer check in prebuild script to skip backend routes when ANALYZE=true && CI=true
- Update bundle analyzer workflow to use fallback KEY_VAULTS_SECRET from generate-secret step
- Increase NODE_OPTIONS memory limit to 8GB
- Remove unnecessary S3_PUBLIC_DOMAIN and APP_URL env vars
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-29 13:51:03 +08:00
Innei
04de37b0ec
🔧 chore(deps): upgrade Next.js from 16.1.0 to 16.1.1 ( #10949 )
...
Upgrade Next.js and related packages to 16.1.1:
- next: 16.1.0 → 16.1.1
- @next/third-parties: 16.1.0 → 16.1.1
- @next/bundle-analyzer: 16.1.0 → 16.1.1
- @next/eslint-plugin-next: 15.5.9 → 16.1.1
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-29 13:32:52 +08:00
Innei
596e489d74
✨ feat: add Bundle Analyzer workflow for detailed bundle size analysis
...
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-29 13:29:40 +08:00
Innei
f9e11d03df
🐛 fix: update OFFICIAL_URL to app.lobehub.com ( #11015 )
...
fix: update OFFICIAL_URL to app.lobehub.com
Update OFFICIAL_URL from https://lobechat.com to https://app.lobehub.com
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-29 13:24:10 +08:00
Innei
770c87256b
🐛 fix: locale resolve bug with ESM module loading ( #11018 )
...
* 🐛 fix: simplify translation key access and add fallback logic
- Remove special handling for 'models' and 'providers' namespaces in create.ts
- Use flat key structure (direct object access) instead of nested get()
- Add fallback to default module when locale JSON is missing
- Add tests for missing key fallback behavior
* 🐛 fix: locale resolve bug with ESM module loading
Fix locale resolution in desktop and server environments by properly handling ESM module loading and adding fallback logic for translation namespaces.
Also move lexical from devDependencies to dependencies in builtin-tool-page-agent to fix type-check issues.
2025-12-29 13:19:51 +08:00
Neko
63224dd1a4
🐛 fix(observability-otel): typo in package name ( #11025 )
2025-12-29 11:40:29 +08:00
Neko
6f0574ddfd
✨ feat(observability-otel,userMemories): implemented upstash workflow tracing ( #11024 )
2025-12-29 11:38:06 +08:00
Rene Wang
61fe7849d7
impr: Quit guard
2025-12-29 11:10:52 +08:00
Rene Wang
dcd54f50f1
feat: Limit title length
2025-12-29 11:02:18 +08:00
Neko Ayaka
6ad7cd518c
fix(userMemories): completely removed serveMany
2025-12-29 05:25:40 +08:00
Neko
c4a5055081
🔨 chore(userMemories): debug with more console ( #11022 )
2025-12-29 04:06:06 +08:00
Neko
78b0c7be9b
🐛 fix(userMemories): must assign workflow id ( #11021 )
2025-12-29 03:31:01 +08:00
Neko
02a3cc796f
🔨 chore(userMemories): debug memory workflow keep stucking ( #11020 )
2025-12-29 02:58:51 +08:00
arvinxx
0f57b8aacc
refactor for execSubAgentTask
2025-12-29 00:34:53 +08:00
arvinxx
0664563da7
💄 style: improve gtd tool inspector and todo list
2025-12-29 00:34:53 +08:00
Innei
e935ddcbe4
✅ test: update test snapshots for i18n model description changes
...
Updated model descriptions in test snapshots from Chinese to English to align with model-bank package updates.
Changes:
- Fixed descriptions in parseModels.test.ts for gpt-4o, gpt-4o-mini, and o1-mini
- Fixed descriptions in openaiCompatibleFactory/index.test.ts for claude-3-haiku-20240307 with correct smart quote (U+2019)
- Updated related snapshot files for responsesStream, novita, openai, and ppio providers
All tests passing:
- parseModels.test.ts: 49 tests ✓
- openaiCompatibleFactory/index.test.ts: 65 tests ✓
2025-12-28 22:25:27 +08:00
arvinxx
9ede8e7ffd
♻️ refactor: refactor builtin-tool implement
2025-12-28 13:07:43 +08:00
canisminor1990
bfd88a1df2
style: fix style issues
2025-12-28 12:42:36 +08:00
YuTengjing
2f2264da49
fix: update EnableSwitch logic to conditionally render based on ENABLE_BUSINESS_FEATURES
2025-12-28 01:26:07 +08:00
canisminor1990
0659d4f88d
style: fix menu border
2025-12-28 01:19:49 +08:00
YuTengjing
e83885670d
fix: update ENABLED_LOBEHUB logic and enhance server global config with business features
2025-12-28 01:15:08 +08:00
YuTengjing
333355d77a
fix: update waitlist redirection logic to check pathname
2025-12-28 00:38:42 +08:00
YuTengjing
15fd41342a
chore: remove unneed business logic
2025-12-28 00:00:44 +08:00
YuTengjing
38016e73cb
style: optimize waitList ux
2025-12-28 00:00:44 +08:00
CanisMinor
d865e27d58
♻️ refactor: refactor static style ( #11010 )
...
* refactor: refactor static style
* refactor: refactor static style
* refactor: refactor static style
* refactor: refactor static style
* refactor: refactor static style
* refactor: refactor static style
* refactor: refactor static style
* refactor: refactor static style
* refactor: refactor static style
* refactor: refactor static style
* refactor: refactor static style
* refactor: refactor static style
* refactor: refactor static style
* refactor: refactor static style
* refactor: refactor static style
* refactor: refactor static style
2025-12-27 23:51:21 +08:00
YuTengjing
ba4834ff84
feat: add businessErrorsLocales and businessLocales to error handling
2025-12-27 20:38:38 +08:00
YuTengjing
b8e5715766
feat: add businessLocales to default resources
2025-12-27 20:33:10 +08:00
YuTengjing
c963a47474
refactor: BusinessGlobalService file rename
2025-12-27 20:11:26 +08:00
YuTengjing
0e35629529
Revert "chore: rename filename BusinessGlobalService"
...
This reverts commit b3e77ffae6 .
2025-12-27 20:10:25 +08:00
YuTengjing
b3e77ffae6
chore: rename filename BusinessGlobalService
2025-12-27 20:09:09 +08:00
YuTengjing
5d4c0694a9
feat: introduce BusinessGlobalService and extend GlobalService
2025-12-27 20:00:34 +08:00
YuTengjing
c2acb551f6
refactor: change access modifiers for getValue and getValues methods in EdgeConfig class
2025-12-27 19:56:11 +08:00
YuTengjing
c923e0a716
feat: add business configuration endpoints to lambda router
2025-12-27 19:51:41 +08:00
YuTengjing
6b2154d165
feat: ready for cloud client
2025-12-27 19:21:01 +08:00
arvinxx
7a3d25be7f
Revert " ✨ feat: add a white waitlist in edge config env ( #11009 )"
...
This reverts commit 88f22f4f2d .
2025-12-27 19:07:28 +08:00
Shinji-Li
88f22f4f2d
✨ feat: add a white waitlist in edge config env ( #11009 )
...
feat: add a white waitlist in edge config
2025-12-27 17:40:36 +08:00
Innei
626e808a1c
🐛 fix: update test snapshots for model description changes ( #11008 )
...
fix: update test snapshots for model description changes
Update test snapshots to reflect English model descriptions replacing Chinese ones.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-27 16:57:58 +08:00
Innei
a763f12fd3
build: add assertions to electron workflow modifiers ( #11003 )
...
- Add post-condition assertions to all file modification operations
- Add verify-desktop-patch.yml workflow for CI validation
- Add invariant, updateFile, writeFileEnsuring, removePathEnsuring utilities
- Improve error messages and validation in workflow scripts
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-27 02:04:53 +08:00
lobehubbot
e96c014426
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-26 16:34:51 +00:00
semantic-release-bot
527bcf3fdc
🔖 chore(release): v2.0.0-next.180 [skip ci]
...
## [Version 2.0.0-next.180](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.179...v2.0.0-next.180 )
<sup>Released on **2025-12-26**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-26 16:33:28 +00:00
Innei
e409ec8725
👷 build: add manual desktop build workflow ( #11002 )
...
👷 feat: add manual desktop build workflow
Add GitHub Actions workflow for manually triggering desktop builds across all platforms (macOS, Windows, Linux) with configurable release channels (nightly, beta, stable) and optional version override.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-27 00:18:51 +08:00
YuTengjing
841f3e4db5
fix: make models property optional in RouterInstance interface
2025-12-27 00:09:51 +08:00
YuTengjing
87dac5f426
chore: export edge config types
2025-12-26 23:53:54 +08:00
YuTengjing
548f41ddfb
refactor: move edge-config to npm package
2025-12-26 23:49:40 +08:00
YuTengjing
d2a14620a2
chore: remove outdated @auth/core dependency from package.json
2025-12-26 23:19:28 +08:00
YuTengjing
5e521d2fb5
chore: update package dependencies in database and utils
2025-12-26 22:54:06 +08:00
Arvin Xu
563927b55c
👷 build: fix deps not correct set in packages ( #11001 )
...
fix deps
2025-12-26 22:38:16 +08:00
Neko
2c86cfd877
🔨 chore(@upstash/qstash): debug 400 error not shown issue ( #11000 )
2025-12-26 22:22:30 +08:00
LobeHub Bot
6da2a8d4df
✅ test: add unit tests for keyboard module ( #10861 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2025-12-26 22:06:14 +08:00
Shinji-Li
134788961d
🐛 fix slove when have market scerat key should direct publish agnet ( #10999 )
...
fix: slove when have market scerat key should direct publish agnet
2025-12-26 21:31:26 +08:00
Innei
704ef7f2cf
✨ feat: update agent builder ui ( #10996 )
...
* refactor: remove memoization from InputArea component and adjust Flexbox padding in Checker component
* style: enhance layout and spacing in ProviderMenu and ModelList components
* fix: update FloatPanel to conditionally render FloatButton based on isDesktop
* feat: add NewModelBadge component and refactor ModelInfoTags to use FeatureTagItem for improved rendering
* remove
* style: enhance UpdatePrompt component with new styles and improve layout for better readability
2025-12-26 20:48:45 +08:00
YuTengjing
c401b55ff6
chore: remove outdate @types/bcryptjs
2025-12-26 20:46:17 +08:00
YuTengjing
28f0dab520
fix: circle deps
2025-12-26 20:41:27 +08:00
Neko
0b110b6012
🐛 fix(userMemories): workflow id build issue ( #10998 )
2025-12-26 20:26:27 +08:00
Shinji-Li
849ac733c7
✨ feat: add the market auth auto generate way ( #10993 )
...
* feat: add the market auth auto generate way
* feat: use market trusted client to have auto auth way
* chore: update deps
2025-12-26 20:23:33 +08:00
Neko
45996c6f23
🐛 fix(userMemories): 404/405 issue due to incorrectly used workflow name and mounted catch-all route ( #10995 )
2025-12-26 19:21:19 +08:00
Neko
6592d10b1d
🐛 fix(userMemories): should use context.invoke for workflow instead of context.run ( #10994 )
2025-12-26 18:51:51 +08:00
Rene Wang
1a82a12cac
feat: Swtich agent
2025-12-26 18:50:48 +08:00
YuTengjing
fce68b0f58
feat: conditionally render ReferralProvider based on business feature flag
2025-12-26 18:31:59 +08:00
YuTengjing
9933ab109d
fix: export RootLayoutProps interface for better accessibility in layout component
2025-12-26 18:14:43 +08:00
YuTengjing
53b4aa76d3
feat: add export for lobehub model provider in package.json
2025-12-26 17:44:16 +08:00
Rene Wang
3efe8dbfed
fix: Agent swtich UI
2025-12-26 17:26:50 +08:00
YuTengjing
79e90eccce
fix: add missing @lobehub/ui deps to builtin-tool-gtd
2025-12-26 16:24:41 +08:00
YuTengjing
1737b7fe30
fix: update getSubscriptionPlan to return default plan
2025-12-26 16:08:04 +08:00
YuTengjing
c92f3cf4ac
chore: export some business router interface
2025-12-26 15:39:56 +08:00
Innei
36ea258fec
✨ feat: translate AI model descriptions to English ( #10989 )
...
Translate all AI model and model provider descriptions from Chinese to English for better international accessibility and consistency.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-26 15:21:59 +08:00
canisminor1990
8d2eb1ca2e
style: replace all checkbox
2025-12-26 15:20:12 +08:00
Shinji-Li
50aa304317
🐛 fix: slove the model select null problem ( #10988 )
...
fix: slove the model select null problem
2025-12-26 14:46:12 +08:00
canisminor1990
fddff0e962
style: update Group Avatar
2025-12-26 14:31:57 +08:00
Innei
50bca49e7d
refactor(i18n): move UI locale files from TypeScript to JSON format ( #10985 )
...
* refactor(i18n): move UI locale files from TypeScript to JSON format
- Move UI locale translations from src/locales/ui/*.ts to locales/{locale}/ui.json
- Add src/locales/default/ui.ts for default (en-US) translations
- Update getUILocaleAndResources.ts to load from JSON files
- Add ui.json for all 18 supported locales (ar, bg-BG, de-DE, en-US, es-ES, fa-IR, fr-FR, it-IT, ja-JP, ko-KR, nl-NL, pl-PL, pt-BR, ru-RU, tr-TR, vi-VN, zh-CN, zh-TW)
This change unifies the locale file format, using JSON for all translations
instead of mixing TS and JSON formats.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* fix: throw error when UI locale resources and fallback both fail
Instead of returning an empty object which could cause silent failures
in string lookups, throw an error when both the primary locale and
en-US fallback fail to load.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* refactor(i18n): remove component-level texts props and unused locale keys
- Remove texts props from all @lobehub/ui components (EmojiPicker, Form.SubmitFooter, Hotkey, ColorSwatches)
- Remove unused 'custom' and 'presets' keys from color.json files (only used for ColorSwatches texts prop)
- Components now use @lobehub/ui's built-in translations via ConfigProvider resources
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* refactor(i18n): remove unused locale keys from default locale files
- Remove EmojiPicker.* keys from components.ts (only used for texts prop)
- Remove submitFooter.* keys from setting.ts (only used for texts prop)
- Remove custom and presets keys from color.ts (only used for ColorSwatches texts prop)
- Update getUILocaleAndResources tests to reflect new behavior
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* refactor(i18n): enhance getUILocaleAndResources with fallback logic
* style: format code and remove unused imports
- Remove unused useTranslation import from EmojiPicker
- Format code with prettier
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-26 14:13:46 +08:00
Innei
ce469967de
🐛 fix(translation): add fallback for all English locale variants ( #10984 )
...
When using English locale variants (e.g., en-GB, en-AU), the translation system should fall back to the default English namespace instead of trying to load non-existent locale files.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-26 12:37:50 +08:00
Rene Wang
972809deed
lint: Warp id conversion logic
2025-12-26 12:29:10 +08:00
YuTengjing
5acd5c0a2f
chore: revert type only lint
2025-12-26 12:01:32 +08:00
YuTengjing
4f2a6833b2
🐛 fix(image-generation): update chargeBeforeGenerate to return ChargeResult and include configForDatabase in parameters
2025-12-26 12:01:32 +08:00
Rene Wang
a784b73685
feat: Export to markdown
2025-12-26 11:55:04 +08:00
Rene Wang
1b61f0c978
feat: Update translation
2025-12-26 11:37:58 +08:00
Shinji-Li
0b2b0963d4
🐛 fix: when use agentbuilder the topic id should use new & clear topic… ( #10983 )
...
* feat: when use agentbuilder the topic id should use new & clear topicid in unmount
* feat: when click chat button,should clear topicid first
2025-12-26 11:34:31 +08:00
Arvin Xu
7f69cb1e54
💄 style: improve page document tool inspector UI ( #10977 )
2025-12-26 08:51:08 +08:00
Neko
15bc6bcfbb
🐛 fix(userMemories): use date & time for building context ( #10978 )
2025-12-26 03:40:17 +08:00
Neko
196cfce115
✅ tests(memory-user-memory): add tests ( #10980 )
2025-12-26 03:40:08 +08:00
Neko
c2bcf73f9d
🐛 fix(memory-user-memory): should pre-process date & time ( #10979 )
2025-12-26 03:39:59 +08:00
canisminor1990
4f592ce100
style: update i18n
2025-12-26 00:09:41 +08:00
canisminor1990
4f71117bac
style: update todo list style
2025-12-26 00:09:41 +08:00
Rene Wang
41e59f733b
opti: Better strings
2025-12-25 23:58:30 +08:00
Arvin Xu
576ccd678c
💄 style: support tool streaming and title custom render ( #10976 )
...
* support custom inspector
* support local-system inspector
* add streaming feature
* merge
2025-12-25 23:52:57 +08:00
Rene Wang
84350b3ffc
feat: Import from PDF
2025-12-25 23:23:47 +08:00
Innei
e87bee6dd5
chore: update lint to use type imports ( #10970 )
...
* chore: update lint to use type imports
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* revert
* chore: add workspaces and overrides to package.json
* refactor: clean up imports in lobe-web-browsing executor
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-25 22:28:19 +08:00
Rene Wang
7f6bca71e7
fix: Page title missing
2025-12-25 22:22:10 +08:00
Rene Wang
13349406d5
fix: Cannot load more
2025-12-25 22:12:20 +08:00
YuTengjing
51ddc7cb18
refactor: replace logging library with console.error in tRPC tools handler
2025-12-25 22:00:50 +08:00
YuTengjing
41c0b3bab3
refactor: expose lobehub models
2025-12-25 21:48:30 +08:00
Innei
221bd6e5af
chore: update i18n translations for multiple locales ( #10973 )
...
Update translations for ar, bg-BG, de-DE, es-ES, fa-IR, fr-FR, it-IT, ja-JP, ko-KR, nl-NL, pl-PL, pt-BR, ru-RU, tr-TR, vi-VN, zh-TW locales.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-25 21:28:18 +08:00
canisminor1990
3a59cf33e9
style: update agent back style
2025-12-25 21:24:27 +08:00
YuTengjing
92ca00eb85
refactor: remove some unused business code
2025-12-25 21:19:19 +08:00
YuTengjing
12fb04b88d
refactor: move src/config/modelProviders to model-bank
2025-12-25 21:02:19 +08:00
YuTengjing
d2a8b9ce02
refactor: remove lobehub configuration from LLM settings
2025-12-25 20:38:36 +08:00
YuTengjing
d2cf3d1c33
fix: lint errors
2025-12-25 20:33:09 +08:00
canisminor1990
c004973b23
style: update token tag
2025-12-25 20:28:20 +08:00
YuTengjing
180ebfdf70
✨ feat: Integrate bcryptjs for password verification in BetterAuth
...
- Added bcryptjs as a dependency for handling password verification.
- Updated the defineConfig function to support bcrypt password hashes migrated from Clerk.
- Implemented a new password verification method that checks for bcrypt hashes and falls back to BetterAuth's default verification.
2025-12-25 19:44:36 +08:00
YuTengjing
2e7076a9fd
✨ feat: Add turbopack configuration support to CustomNextConfig
...
- Introduced a new optional property `turbopack` in the CustomNextConfig interface.
- Updated the defineConfig function to merge turbopack settings from the provided config.
2025-12-25 19:26:11 +08:00
YuTengjing
d86f9831ca
refactor: extract common next config
2025-12-25 18:04:59 +08:00
Innei
89f89c7f83
✨ fix(i18n): Translate plugin.ts locale to English ( #10972 )
...
Translate all plugin-related UI strings from Chinese to English following the microcopy guidelines:
- Use "Skill" as the standard term (not tool/plugin)
- Consistent terminology: Agent, Group, Library, Page, Memory, Workspace
- Clear, actionable language with concise phrasing
- Natural product-native English (avoid translationese)
- Preserved all placeholders for interpolation
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-25 18:01:21 +08:00
Innei
0e89ce508a
✨ feat: Add i18n UI locales and improve tool types ( #10964 )
...
* ✨ feat: Add i18n UI locales and improve tool types
- Add multiple UI locale files (ar, bg-BG, de-DE, es-ES, fa-IR, fr-FR, it-IT, ja-JP, ko-KR, nl-NL, pl-PL, pt-BR, ru-RU, tr-TR, vi-VN, zh-TW)
- Add getUILocaleAndResources utility with tests
- Update tool-related type definitions
- Use type-only imports for better tree-shaking
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* chore: update
* test: update siteName to use BRANDING_NAME and streamline translation mocks
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-25 17:37:35 +08:00
Shinji-Li
c11d802d26
✨ feat: add like action in community detail ( #10971 )
...
feat: add like action in community detail
2025-12-25 17:22:14 +08:00
canisminor1990
8630f61d61
style: update community style
2025-12-25 17:01:57 +08:00
canisminor1990
7803fc52c2
style: update community style
2025-12-25 17:01:56 +08:00
Shinji-Li
60eba456ed
✨ feat: support files upload in chat input ( #10967 )
...
* feat: add a custom drag upload way
* feat: add agent bulilder & page builder & group chat support upload files
* feat: use upload fileitem to show detail
* feat: support preview in chatinput files
* feat: add useUploadFiles hook to replace the repeat logic code
2025-12-25 16:56:21 +08:00
YuTengjing
9f1c79e9a7
Tj/refactor/businessify-3 ( #10961 )
2025-12-25 16:31:56 +08:00
Arvin Xu
15410d1a10
♻️ refactor: clean page editor ( #10966 )
...
refactor and clean
2025-12-25 16:07:38 +08:00
lobehubbot
c00dbebc2c
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-25 07:14:20 +00:00
semantic-release-bot
350c36a762
🔖 chore(release): v2.0.0-next.179 [skip ci]
...
## [Version 2.0.0-next.179](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.178...v2.0.0-next.179 )
<sup>Released on **2025-12-25**</sup>
#### 🐛 Bug Fixes
- **scripts**: Fix syntax error in prebuild.mts.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **scripts**: Fix syntax error in prebuild.mts, closes [#10952 ](https://github.com/lobehub/lobe-chat/issues/10952 ) ([3d46c13 ](https://github.com/lobehub/lobe-chat/commit/3d46c13 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-25 07:13:06 +00:00
IpiggyI
3d46c13c08
🐛 fix(scripts): fix syntax error in prebuild.mts ( #10952 )
2025-12-25 14:58:17 +08:00
Innei
568235c311
🐛 fix: Fix desktop test cases and refactor translations ( #10956 )
...
* 🐛 fix: fix desktop test cases and refactor translations
- Import translations from default locale instead of hardcoding
- Fix macOS menu test expectations to match actual translations
- Update I18nManager test to match implementation (fallbackLng: 'en')
- Support {{appName}} interpolation in test mocks
* 🐛 fix: add missing buildAndSetAppMenu calls in tests
2025-12-25 14:57:35 +08:00
Neko Ayaka
81d3e74aed
feat(userMemories): added /api/dev/memory-user-memory/benchmark-locomo with feature flag gate, and webhook auth
2025-12-25 14:54:10 +08:00
Neko Ayaka
29c70b7b40
fix(memory-user-memory): incorrect format exported from LoCoMo
2025-12-25 14:54:10 +08:00
Neko Ayaka
3dfb18b3e2
refactor(userMemories): make CEPx4 + Ix1 parallel
2025-12-25 14:54:10 +08:00
CanisMinor
c5fe456aec
🔨 chore: update compoents version ( #10957 )
...
chore: update deps
2025-12-25 12:52:31 +08:00
Innei
b3520a2205
🐛 fix: Fix desktop test cases and refactor translations ( #10955 )
...
* 🐛 fix: fix desktop test cases and refactor translations
- Import translations from default locale instead of hardcoding
- Fix macOS menu test expectations to match actual translations
- Update I18nManager test to match implementation (fallbackLng: 'en')
- Support {{appName}} interpolation in test mocks
* 🐛 fix: add missing buildAndSetAppMenu calls in tests
2025-12-25 12:29:28 +08:00
Rene Wang
256309a6e4
fix: Type error
2025-12-25 11:47:39 +08:00
Arvin Xu
61b30310bc
🐛 fix: page agent editor ( #10953 )
...
* refactor page agent
* refactor page agent system prompt
* support inject page context in the agent runtime
* fix initial context injection
* support diff all toolbar
2025-12-25 11:38:15 +08:00
Rene Wang
d43acc8e24
fix: Editor
2025-12-25 10:44:26 +08:00
Rene Wang
f2dd3894c6
lint: Create consts for URLs
2025-12-25 10:30:00 +08:00
René Wang
bda2d76fdf
feat: Import from notion ( #10948 )
2025-12-24 23:16:57 +08:00
Shinji-Li
78ca5ebed5
🐛 fix: slove the mutate not work problem ( #10947 )
...
fix: slove the mutate not work problem
2025-12-24 22:42:50 +08:00
lobehubbot
7a8373926d
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-24 14:37:32 +00:00
semantic-release-bot
825e6ebd39
🔖 chore(release): v2.0.0-next.178 [skip ci]
...
## [Version 2.0.0-next.178](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.177...v2.0.0-next.178 )
<sup>Released on **2025-12-24**</sup>
#### 🐛 Bug Fixes
- **ci**: Always continue build to upload bundle analyzer report, skip backend routes in bundle analyzer build.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **ci**: Always continue build to upload bundle analyzer report, closes [#10946 ](https://github.com/lobehub/lobe-chat/issues/10946 ) ([8d37811 ](https://github.com/lobehub/lobe-chat/commit/8d37811 ))
* **ci**: Skip backend routes in bundle analyzer build, closes [#10944 ](https://github.com/lobehub/lobe-chat/issues/10944 ) ([0276b87 ](https://github.com/lobehub/lobe-chat/commit/0276b87 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-24 14:36:23 +00:00
Innei
8d37811b79
🐛 fix(ci): always continue build to upload bundle analyzer report ( #10946 )
...
Use `|| true` to ensure the build step always succeeds and continues
to the report upload step, even if the actual build fails.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-24 22:21:21 +08:00
Innei
0276b8713f
🐛 fix(ci): skip backend routes in bundle analyzer build ( #10944 )
...
- Add isBundleAnalyzer check in prebuild script to skip backend routes when ANALYZE=true && CI=true
- Update bundle analyzer workflow to use fallback KEY_VAULTS_SECRET from generate-secret step
- Increase NODE_OPTIONS memory limit to 8GB
- Remove unnecessary S3_PUBLIC_DOMAIN and APP_URL env vars
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-24 22:01:01 +08:00
YuTengjing
0e49d11621
fix: maxDuration must use literal
2025-12-24 21:13:51 +08:00
Shinji-Li
de949d19ad
🐛 fix add lost portal locals files ( #10943 )
...
fix: add lost portal locals files
2025-12-24 20:58:57 +08:00
Shinji-Li
c224951340
✨ feat: add always show tools render in createPlan & createDoc tools ( #10937 )
...
* feat: add always show tools render in createPlan & createDoc tools
* feat: add document protral can modify & jump to pages to modify it
* feat: add a warpper into portal render
2025-12-24 20:50:12 +08:00
Innei
1a4f4564f0
✨ feat(desktop): macOS About menu should navigate to Settings About tab ( #10942 )
...
Changed the macOS app menu's "About" action from using the default Electron
about dialog to navigating to the Settings page's About tab.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-24 20:49:57 +08:00
Innei
dc870c7635
♻️ refactor: rename browser identifier from 'chat' to 'app' ( #10940 )
...
Rename the main browser identifier from 'chat' to 'app' to better represent its purpose as the main application window. Also update the initial path from '/agent' to '/' for the root route.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-24 20:43:11 +08:00
Innei
e5f3a58056
♻️ refactor: flatten i18n keys and extract hardcoded strings in desktop ( #10939 )
...
- Flatten all nested i18n objects to dot notation format (e.g. 'dialog.about.title')
- Add en-* locale fallback to use default TypeScript files
- Extract hardcoded Chinese strings in menu files to i18n keys
- Update 17 locale JSON files with flattened structure
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-24 20:29:19 +08:00
lobehubbot
0da2b3652f
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-24 11:31:33 +00:00
semantic-release-bot
804a6197a9
🔖 chore(release): v2.0.0-next.177 [skip ci]
...
## [Version 2.0.0-next.177](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.176...v2.0.0-next.177 )
<sup>Released on **2025-12-24**</sup>
#### ✨ Features
- **ci**: Add bundle analyzer workflow.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **ci**: Add bundle analyzer workflow, closes [#10932 ](https://github.com/lobehub/lobe-chat/issues/10932 ) ([c470cfb ](https://github.com/lobehub/lobe-chat/commit/c470cfb ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-24 11:30:20 +00:00
YuTengjing
187b5ab4b2
fix: remove useless config variable
2025-12-24 19:20:01 +08:00
Innei
c470cfb1e8
✨ feat(ci): add bundle analyzer workflow ( #10932 )
...
* ✨ feat(ci): add bundle analyzer workflow
- Add GitHub Actions workflow for bundle size analysis
- Generate pnpm lockfile for reproducible builds
- Include analyzer reports and lockfile in artifacts
- Use pnpm for dependency installation
- Run build:analyze script directly for bundle generation
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* fix(ci): add required env vars for bundle analyzer build
- Add KEY_VAULTS_SECRET generation step
- Add S3_PUBLIC_DOMAIN and APP_URL env vars
- Fixes build error when running build:analyze
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-24 19:15:17 +08:00
YuTengjing
bb39de4a24
chore: fix proxy.ts ( #10938 )
2025-12-24 17:58:16 +08:00
Innei
d692a37e28
♻️ refactor: i18n formatting optimization ( #10929 )
...
* ♻️ refactor: i18n formatting optimization
* ✨ feat(i18n): update localization strings for clarity and consistency across chat, discover, and settings components
* ✨ feat(i18n): update Chinese localization strings for improved clarity and consistency across various components, including chat, onboarding, and settings
* 🗑️ chore(i18n): remove outdated localization files for multiple languages to streamline the project and improve maintainability
* ✨ feat(i18n): enhance localization loading logic to improve language handling and streamline imports for default and normalized locales
* 🐛 fix(i18n): restore English i18n keys that were incorrectly changed to Japanese characters
* ✨ chore(i18n): Adjust Latin language locales for terminology consistency (#10933 )
* This comprehensive update ensures all Latin language locales (de-DE, fr-FR, es-ES, it-IT, pt-BR, nl-NL, pl-PL) follow the microcopy style guide's terminology requirements.
**Total: 557 changes across 7 Latin locales**
1. **"Plugin" → "Skill"**
- Fixed terminology inconsistency across all Latin languages
- UI elements now consistently use "Skill" instead of localized equivalents
- Includes both singular and plural forms: `plugin/Skill`, `plugins/Skills`
2. **"LobeChat" → "LobeHub"**
- Updated brand name references to current branding
3. **"Agent" Terminology Consistency**
- French: Fixed inconsistent "Assistant" → "Agent" usage in UI elements
- Ensured consistent terminology across all languages
- **de-DE (German)**: 267 changes
- **fr-FR (French)**: 94 changes (including 7 Agent→Assistant fixes)
- **es-ES (Spanish)**: 39 changes
- **it-IT (Italian)**: 59 changes (including 18 plugin→skill fixes)
- **pt-BR (Portuguese)**: 58 changes
- **nl-NL (Dutch)**: 62 changes
- **pl-PL (Polish)**: 28 changes
- All 37 locale JSON files for each language (259 total files)
- Includes: auth.json, chat.json, common.json, discover.json, plugin.json, setting.json, etc.
1. **Fixed Terminology**: Following microcopy guide's fixed terminology rules
2. **Brand Consistency**: Changed all brand references to "LobeHub"
3. **Natural Localization**: Maintained natural language patterns while ensuring consistency
4. **User Experience**: Improved consistency across all Latin language interfaces
Two utility scripts for future locale maintenance:
- `scripts/adjust-latin-locales.py` - For common.json specific adjustments
- `scripts/adjust-latin-locales-full.py` - For comprehensive adjustments across all files
- All changes maintain backward compatibility
- No breaking changes to functionality
- JSON files validated and remain syntactically correct
- Changes reviewed against English base for consistency
---------
Co-authored-by: canisminor1990 <i@canisminor.cc >
* ✨ feat(i18n): update welcome and group activity localization strings for improved clarity and consistency
* ✨ chore(i18n): add ESLint directives to welcome localization file for improved code quality
* 🐛 fix(i18n): add missing footer translation keys for discover page
* ✨ feat(i18n): restore footer translation keys for discover page
---------
Co-authored-by: canisminor1990 <i@canisminor.cc >
2025-12-24 17:54:42 +08:00
YuTengjing
ca16409b39
🔨 chore: project structure businessify ( #10930 )
2025-12-24 17:52:22 +08:00
Rene Wang
d0616ccebb
feat: Use our own viewer
2025-12-24 17:44:38 +08:00
Rene Wang
b9648deafe
fix: Image preview
2025-12-24 17:44:31 +08:00
Rene Wang
7ee27c1531
fix: Restore placeholder
2025-12-24 17:44:24 +08:00
canisminor1990
89597a85bf
style: update community footer and modal
2025-12-24 17:07:10 +08:00
Shinji-Li
be4c17d4cc
✨ feat: buildin some tools should save into docs ( #10935 )
...
* feat: change the GTD & document protrol should show editor
* feat: when crawl website should save it into doc
2025-12-24 16:52:15 +08:00
canisminor1990
0f5ba3a6cd
style: fix tool auto expand
2025-12-24 15:53:39 +08:00
canisminor1990
b65ffdcc15
style: fix some style issues
2025-12-24 15:38:35 +08:00
canisminor1990
2e37b65663
style: fix some style issues
2025-12-24 14:09:17 +08:00
Arvin Xu
1bb19027b3
✅ test: fix some tests failed ( #10927 )
...
* fix tests
* fix tests
* fix tests
* improve title size
* fix tests
* fix messages
* fix messages
2025-12-24 13:47:06 +08:00
Neko
c7c7d6f3c8
✨ feat(memory-user-memory): support to extract memories from LoCoMo dataset ( #10925 )
2025-12-24 12:56:52 +08:00
Neko
9ac3ce7741
✨ feat(memory-user-memory): support to load in memory, and extract from in-memory memory sources ( #10924 )
2025-12-24 12:56:52 +08:00
Neko
a5dd785dca
✨ feat(memory-user-memory): added LoCoMo dataset loader & converter & exporter ( #10923 )
2025-12-24 12:56:52 +08:00
Neko
03342a76e3
♻️ refactor(userMemories): added benchmark_locomo as source unify use the of source type ( #10922 )
...
refactor(userMemories): added benchmark_locomo as source unify use the of source type
2025-12-24 12:56:52 +08:00
Neko
a6be1a7f75
refactor(userMemories): should use MemorySourceType ( #10921 )
2025-12-24 12:55:13 +08:00
Arvin Xu
fbd0b666f0
🐛 fix: fix identity memory not working ( #10916 )
...
* update memory prompts
* fix memory issue
* update i18n
* update prompts and injector
* fix memory query issue
* remove fetchedAt
* fix identity memory issues
* fix lint
* fix topic messages query issues
* fix lint
2025-12-24 12:55:13 +08:00
CanisMinor
024aeb2e4e
💄 style: Update i18n microcopy ( #10905 )
...
* chore: update i18n
* chore: update i18n
* chore: update i18n
* chore: update i18n
* chore: update i18n
* chore: update i18n
* chore: update i18n
* chore: update i18n translations and placeholders across multiple components
Signed-off-by: Innei <tukon479@gmail.com >
* chore: update i18n translations for consistency in terminology across chat, onboarding, and settings components
Signed-off-by: Innei <tukon479@gmail.com >
* chore: update i18n translations to replace 'assistant' with 'agent' and ensure consistency across all components
Signed-off-by: Innei <tukon479@gmail.com >
* chore: update model descriptions in locales for clarity and accuracy
Signed-off-by: Innei <tukon479@gmail.com >
* feat: extract hard code string
Signed-off-by: Innei <tukon479@gmail.com >
* feat: enhance Chinese localization with new proxy and sync settings, update dialog messages for version checks and OAuth authorization
Signed-off-by: Innei <tukon479@gmail.com >
* chore: flatten
* chore: standardize localization keys by flattening nested structures across multiple languages
Signed-off-by: Innei <tukon479@gmail.com >
* chore: refine i18n documentation by consolidating key naming conventions and workflow guidelines for translation management
Signed-off-by: Innei <tukon479@gmail.com >
* chore: update i18n
* feat: add chat title localization for improved user experience in Chinese
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
Co-authored-by: Innei <tukon479@gmail.com >
2025-12-24 12:55:12 +08:00
René Wang
1f3531f8f5
feat: Better CMDK ( #10915 )
...
* lint: Remove unused console.log
* lint: Clean up console.log
* lint: Clean up console.log
* lint: Clean up console.log
* fix: Page creaetion
* feat: Add more CMDK commands
* feat: Create team in the CMDK
* feat: Context aware commands
* feat: Ask AI menu
* feat: SHow agent list in CMDK
* feat: Lobe AI
* feat: Adjust text
* feat: Add email entry
2025-12-24 12:55:11 +08:00
Arvin Xu
e05375f796
✨ feat: support notebook tool ( #10902 )
...
* add notebook builtin tool
* document init workflow
* gtd support plan mode
* add notebook tools
2025-12-24 12:55:09 +08:00
Shinji-Li
c6a6e246d8
✨ feat: community support like and follow ( #10913 )
...
* feat: add user follow and like agent/mcp
* feat: update market sdk& api call back
2025-12-24 12:54:47 +08:00
Innei
1a99f3f37e
⚡ ️ perf(tooltip): group tooltip to optimize tooltip performance ( #10906 )
...
✨ perf: integrate TooltipGroup component across various UI components
- Added TooltipGroup to enhance tooltip management in Header, ProviderList, ModelList, UserAgentCard, and LikeButton components.
- Updated imports to include TooltipGroup in relevant files for consistent tooltip behavior.
- Refactored existing tooltip implementations to utilize TooltipGroup for better organization and performance.
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-24 12:54:47 +08:00
Innei
a34c1113eb
🐛 fix: remove openapi pkg patch file ( #10910 )
...
🔧 chore: remove deprecated patch for @swagger-api/apidom-reference from package.json and delete associated patch file
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-24 12:54:47 +08:00
Innei
2558b47822
🐛 fix(desktop): add safe top edge for message container ( #10908 )
...
fix(desktop): add safe top edge for message container
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-24 12:54:47 +08:00
Neko
4e65f11ab5
refactor(memory-user-memory,userMemories): split chat topic related operations into dedicated pipelines sub-route ( #10907 )
2025-12-24 12:54:46 +08:00
Shinji-Li
3183189cc2
✨ feat: add home page create group builder button ( #10904 )
...
feat: add group builder inhome page use sender
2025-12-24 12:54:46 +08:00
Innei
83fa92268d
⚡ ️perf: reduce back to home render time ( #10890 )
...
* ✨ feat: update DesktopHome layout and routing
* Upgraded @lobehub/ui to version 3.4.2.
* Enhanced DesktopHome layout with conditional rendering of PageTitle based on route.
* Refactored home layout to manage visibility and activation state.
* Updated desktop router configuration to streamline home page handling.
Signed-off-by: Innei <tukon479@gmail.com >
* refactor: simplify layout visibility handling in home component
* Removed pointerEvents and visibility styles based on route condition.
* Streamlined layout rendering logic for improved performance.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-24 12:54:46 +08:00
Innei
ca373f643e
🔨 chore: update patch file to try fix build error ( #10900 )
...
🔧 chore: update apidom-reference patch and clean up binary parser code
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-24 12:54:46 +08:00
Innei
6d7dce798f
🐛 fix: bump charts 3.0.4 to fix import es path ( #10898 )
...
🔧 chore: update @lobehub/charts dependency to version 3.0.4 in package.json
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-24 12:54:46 +08:00
Innei
e22fd2761c
🔨 chore: bump @lobehub/charts ( #10897 )
...
chore: update @lobehub/charts dependency to version 3.0.2 in package.json
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-24 12:54:46 +08:00
Innei
e51225baa8
✅ test: fix desktop test case ( #10894 )
...
test(logger): enhance logger tests with mocked environment variables
* Added mock for getDesktopEnv to simulate various NODE_ENV and DEBUG_VERBOSE states.
* Updated logger tests to utilize the mocked environment for consistent behavior across different log levels.
* Ensured that logger methods correctly handle production and development environments.
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-24 12:54:46 +08:00
Shinji-Li
b3fbffe428
🐛 fix: slove swr mutate not work in Cache Provider ( #10895 )
...
fix: slove swr mutate not work in Cache Provider
2025-12-24 12:54:46 +08:00
Innei
95c6840162
fix(import): fix lobehub ui es import path ( #10893 )
...
chore: update package dependencies and import paths
* Updated @lobehub/ui from version 3.4.2 to 3.4.4 in package.json.
* Adjusted import paths for components from '@lobehub/ui/es/' to include '.mjs' extension where necessary.
* Refactored imports for motion library to use 'motion/react-m' instead of 'motion/react'.
* Cleaned up import statements in various components for consistency.
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-24 12:54:46 +08:00
Shinji-Li
613a404bf5
✨ feat: topic message swr cache ( #10886 )
...
feat: add topic message swr cache
2025-12-24 12:54:46 +08:00
canisminor1990
d9de7a547e
style: fix some style issues
2025-12-24 12:54:46 +08:00
René Wang
ba6a5475bc
feat: Remove docs_ prefix from URL ( #10888 )
...
* feat: Remove page filter
* feat: Replace medium with youtube
* feat: Remove `docs_` prefix from URL
* fix: TS error
2025-12-24 12:54:46 +08:00
Innei
c29c02bb23
🐛 fix(desktop): prevent window resize when onboarding ( #10887 )
...
✨ feat: add window resizing and sizing functionality
* Implemented IPC methods for setting window size and resizability.
* Updated Browser and BrowserManager classes to handle new window settings.
* Integrated window settings in DesktopOnboarding component.
* Added new types for window size and resizability in electron-client-ipc.
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-24 12:54:45 +08:00
canisminor1990
1b0b49cc1a
style: fix some style issues
2025-12-24 12:54:45 +08:00
Shinji-Li
bc3f3e2a07
✨ feat: support swr local cache ( #10884 )
...
* feat: add localstorage cache in swr provider
* feat: add use fetch topic into cache
* feat: add homepage recents api cache
* feat: add group chat initial cache
* docs: update the hint
2025-12-24 12:54:45 +08:00
Arvin Xu
0c5a41f896
✨ feat: support export and import topic JSON ( #10885 )
...
* support export topic json
* ✨ feat: support import and export topic data
* update config
2025-12-24 12:54:45 +08:00
YuTengjing
c927d5ec86
chore: sync some changes from cloud ( #10882 )
2025-12-24 12:54:45 +08:00
René Wang
c1be517fd6
feat: Improve CMDK ( #10877 )
...
* fix: Search more of a speific topic
* refac: Warp CommandItem
* fix: Type error
* fix: AddButton cannot expand
* style: Back button position
* refac: Use context instead of hook
* style: Add hint
* fix: Add missing translation
* lint: Remove unused varibles
2025-12-24 12:54:44 +08:00
canisminor1990
49b97df50c
style: update AgentCouncil actions
2025-12-24 12:54:44 +08:00
Shinji-Li
5a79cb9116
🐛 fix: slove when first call thread, not show ai chat message ( #10878 )
...
fix: slove when first call thread, not show ai chat message
2025-12-24 12:54:44 +08:00
canisminor1990
a9cda5b46e
style: fix antd modal padding
2025-12-24 12:54:44 +08:00
canisminor1990
45630015e2
style: update AgentCouncil style
2025-12-24 12:54:44 +08:00
canisminor1990
33e00b5a77
style: fix some antd v6 style issues
2025-12-24 12:54:44 +08:00
Innei
86dd27b0e1
chore: update references from react-layout-kit to @lobehub/ui for Flexbox and Center components in documentation and rules
...
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-24 12:54:44 +08:00
YuTengjing
3c8973b9ba
fix: improve tooltip hover behavior in ModelSelect component
2025-12-24 12:54:43 +08:00
canisminor1990
cedcbae038
style: remove react layout kit
2025-12-24 12:54:43 +08:00
canisminor1990
36327a7432
style: remove some memo
2025-12-24 12:54:43 +08:00
arvinxx
7dd30ebb98
🐛 fix: fix thread not working issue
2025-12-24 12:54:43 +08:00
arvinxx
c632b22d97
fix agent session group not working
2025-12-24 12:54:43 +08:00
canisminor1990
53e8088f74
style: update tool style
2025-12-24 12:54:43 +08:00
canisminor1990
79274f6dee
style: update tools style
2025-12-24 12:54:43 +08:00
Innei
672bcf7740
✨ feat: wrap ConversationArea and ModelSwitchPanel in TooltipGroup for enhanced UI
...
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-24 12:54:42 +08:00
arvinxx
4f98c1199d
fix home send message
2025-12-24 12:54:42 +08:00
canisminor1990
511d6acef5
chore: update antd v6
2025-12-24 12:54:42 +08:00
arvinxx
2e6fd07c19
🌐 style: update i18n
2025-12-24 12:54:42 +08:00
arvinxx
728ce7344d
🚨 chore: fix lint
2025-12-24 12:54:42 +08:00
Shinji-Li
0a39a71245
🔧 chore: update some code
2025-12-24 12:54:42 +08:00
René Wang
d2bd8a6d84
✨ feat: support CMD K
2025-12-24 12:54:41 +08:00
arvinxx
685a6cd5a5
✨ feat: server implement
2025-12-24 12:54:41 +08:00
YuTengjing
34d059ffae
♻️ refactor: refactor implement
2025-12-24 12:54:41 +08:00
Innei
ac9363784f
✨ feat: desktop feature
2025-12-24 12:54:41 +08:00
arvinxx
d5ce1442b3
✨ feat: user memory
2025-12-24 12:54:41 +08:00
Shinji-Li
ede0ed6d37
✨ feat: agent builder
2025-12-24 12:54:41 +08:00
canisminor1990
83e689f342
💄 style: refactor UI in features
2025-12-24 12:54:40 +08:00
arvinxx
9c46c6ed89
✨ feat: implement server data feature
2025-12-24 12:54:40 +08:00
canisminor1990
e44a82bc14
🌐 chore: add i18n
2025-12-24 12:54:40 +08:00
Innei
849ee3daa3
♻️ refactor: refactor with electron
2025-12-24 12:54:40 +08:00
canisminor1990
1693fc5666
💄 style: update ui
2025-12-24 12:54:40 +08:00
arvinxx
96c1379e9c
🔧 chore: update config
2025-12-24 12:54:40 +08:00
arvinxx
d735e2c810
✨ feat: agent builder and group builder
2025-12-24 12:54:39 +08:00
arvinxx
4ddb491a74
♻️ refactor: clean code
2025-12-24 12:54:39 +08:00
arvinxx
81d33a6c97
✨ feat: onboarding ui
2025-12-24 12:54:39 +08:00
arvinxx
ad14222371
💄 style: rebranding chat ui
2025-12-24 12:54:39 +08:00
Shinji-Li
e3c945423f
✨ feat: agent builder
2025-12-24 12:54:39 +08:00
arvinxx
91bbbf5cb0
♻️ refactor: refactor service
2025-12-24 12:54:39 +08:00
arvinxx
78d07c0504
✨ feat: app ui page
2025-12-24 12:54:39 +08:00
arvinxx
e3fa62e73a
♻️ refactor: refactor hooks
2025-12-24 12:54:39 +08:00
arvinxx
1b32d3a95d
✅ tests: refactor tests
2025-12-24 12:54:38 +08:00
Neko
49ffcb5c06
✨ feat: user memory
2025-12-24 12:54:38 +08:00
arvinxx
6bf4546c92
♻️ refactor: tools ui
2025-12-24 12:54:38 +08:00
arvinxx
9786d6462a
✨ feat: file search feature
2025-12-24 12:54:38 +08:00
arvinxx
9e47c33e9f
✨ feat: add db and schema feature
2025-12-24 12:54:38 +08:00
Neko
fdae83ca2d
✨ feat: add memory implement
2025-12-24 12:54:38 +08:00
Innei
6ff8efacb3
🔧 chore: clean code
2025-12-24 12:54:38 +08:00
arvinxx
1940914e8b
✨ feat: code-interpreter tool
2025-12-24 12:54:38 +08:00
Shinji-Li
c931909eda
✨ feat: code-interpreter tool
2025-12-24 12:54:38 +08:00
Shinji-Li
baa29c882b
✨ feat: code-interpreter tool
2025-12-24 12:54:37 +08:00
canisminor1990
13ca81bafa
✨ feat: rebranding total UI of app
2025-12-24 12:54:37 +08:00
canisminor1990
436d9e5e8d
♻️ refactor: refactor ui and layout
2025-12-24 12:54:37 +08:00
Innei
ffd7d23d5c
♻️ refactor: clean desktop relative code
2025-12-24 12:54:37 +08:00
René Wang
492d3ccbf6
✨ feat: page and knowledge base
2025-12-24 12:54:37 +08:00
YuTengjing
5e59388317
✨ feat: user onboarding
2025-12-24 12:54:37 +08:00
arvinxx
c305889ac4
✨ feat: add user memory
2025-12-24 12:54:37 +08:00
Innei
1848d279d9
♻️ refactor: refactor with es-toolkit
2025-12-24 12:54:36 +08:00
Innei
a69221f4f8
♻️ refactor: refactor local-system
2025-12-24 12:54:36 +08:00
Shinji-Li
f638b97517
✨ feat: implement agent builder
2025-12-24 12:54:36 +08:00
arvinxx
2255a7cc51
✨ feat: implement builtin agents packages
2025-12-24 12:54:36 +08:00
Neko
7f94ef1478
✨ feat: implement memories package
2025-12-24 12:54:36 +08:00
Innei
27f101f51e
♻️ refactor: refactor implement for desktop
2025-12-24 12:54:36 +08:00
arvinxx
26e73cc438
♻️ refactor: add builtin tools
2025-12-24 12:54:36 +08:00
arvinxx
2da0691d4e
🔧 chore: update basic config
2025-12-24 12:54:35 +08:00
Innei
10e048c9c5
✨ feat: refactor desktop implement with brand new 2.0
2025-12-24 12:54:35 +08:00
lobehubbot
b5720434e4
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-23 11:12:01 +00:00
semantic-release-bot
cec3754c48
🔖 chore(release): v2.0.0-next.176 [skip ci]
...
## [Version 2.0.0-next.176](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.175...v2.0.0-next.176 )
<sup>Released on **2025-12-23**</sup>
#### ✨ Features
- **misc**: Mobile native better auth support.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Mobile native better auth support, closes [#10871 ](https://github.com/lobehub/lobe-chat/issues/10871 ) ([8c42a93 ](https://github.com/lobehub/lobe-chat/commit/8c42a93 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-23 11:10:42 +00:00
Arvin Xu
9be0893dba
👷 build: improve document db schema ( #10892 )
...
* add document db schema update
* update migration sql
* update migration sql
2025-12-23 18:54:48 +08:00
Rdmclin2
8c42a934b3
✨ feat: mobile native better auth support ( #10871 )
...
* feat: mobile native better auth support
* chore: add android assetlinks
* chore: add android assetlinks
* chore: add expo fingerpoint
* chore: add relation
* chore: add android origin hash
* chore: update passkey table
* chore: optimize version
* chore: remove as any
* fix: sql not exits problem
* fix: passkey statement
* fix: passkey origin null
* chore: remove strict peer dependencies
* fix: test case
* chore: remove local passkey origin
2025-12-23 15:19:42 +08:00
lobehubbot
cf02912965
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-21 13:54:52 +00:00
semantic-release-bot
af96f577ec
🔖 chore(release): v2.0.0-next.175 [skip ci]
...
## [Version 2.0.0-next.175](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.174...v2.0.0-next.175 )
<sup>Released on **2025-12-21**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-21 13:53:37 +00:00
Arvin Xu
50b042f73e
👷 build: add session group in agents table ( #10868 )
...
add session group
2025-12-21 21:38:20 +08:00
lobehubbot
8abff4c450
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-20 12:35:56 +00:00
semantic-release-bot
93d2bb995f
🔖 chore(release): v2.0.0-next.174 [skip ci]
...
## [Version 2.0.0-next.174](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.173...v2.0.0-next.174 )
<sup>Released on **2025-12-20**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor database schema.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor database schema, closes [#10860 ](https://github.com/lobehub/lobe-chat/issues/10860 ) ([5c489bc ](https://github.com/lobehub/lobe-chat/commit/5c489bc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-20 12:34:34 +00:00
Arvin Xu
5c489bc971
♻️ refactor: refactor database schema ( #10860 )
...
* update data schema
* update data schema
2025-12-20 20:20:07 +08:00
Arvin Xu
5cc9141b52
🔨 chore: update config ( #10857 )
...
chore update config
2025-12-19 23:13:22 +08:00
Arvin Xu
3c4ef8a837
🔨 chore: update agent coding rule ( #10856 )
...
update agent coding rule
2025-12-19 23:05:15 +08:00
Jiyuan Zheng
5ed88d7947
📝 docs: Update development guide links in README and README.zh-CN ( #10806 )
...
* 📝 docs: Update development guide links in README and README.zh-CN
* 📝 docs(zh-CN): Fix typo
2025-12-16 16:38:16 +08:00
lobehubbot
486e14efd9
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-16 06:31:08 +00:00
semantic-release-bot
11e065cd05
🔖 chore(release): v2.0.0-next.173 [skip ci]
...
## [Version 2.0.0-next.173](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.172...v2.0.0-next.173 )
<sup>Released on **2025-12-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Request to gpt5 series should not with `top_p`, temperature when reasoning effort is not none.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Request to gpt5 series should not with `top_p`, temperature when reasoning effort is not none, closes [#10800 ](https://github.com/lobehub/lobe-chat/issues/10800 ) ([b4ad470 ](https://github.com/lobehub/lobe-chat/commit/b4ad470 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-16 06:29:49 +00:00
Rylan Cai
b4ad47054a
🐛 fix: request to gpt5 series should not with top_p, temperature when reasoning effort is not none ( #10800 )
...
* 🐛 fix: gpt5.2 reasoning effort should not with top_p, temperature
* ✅ test: adjust tests to align behaviors
2025-12-16 14:14:35 +08:00
lobehubbot
216e49ac7c
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-16 02:18:08 +00:00
Arvin Xu
01cd222d5e
🐛 fix fix Knowledge Base select list ( #10798 )
...
fix kb list
2025-12-16 10:03:08 +08:00
lobehubbot
a32e0cc7b9
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-15 18:10:05 +00:00
semantic-release-bot
d11e9d5dde
🔖 chore(release): v2.0.0-next.172 [skip ci]
...
## [Version 2.0.0-next.172](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.171...v2.0.0-next.172 )
<sup>Released on **2025-12-15**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#10759 ](https://github.com/lobehub/lobe-chat/issues/10759 ) ([24cae77 ](https://github.com/lobehub/lobe-chat/commit/24cae77 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-15 18:08:54 +00:00
LobeHub Bot
24cae772ef
🤖 style: update i18n ( #10759 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-12-16 01:54:30 +08:00
lobehubbot
3230f13817
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-14 17:22:36 +00:00
semantic-release-bot
c3ca76293c
🔖 chore(release): v2.0.0-next.171 [skip ci]
...
## [Version 2.0.0-next.171](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.170...v2.0.0-next.171 )
<sup>Released on **2025-12-14**</sup>
#### 💄 Styles
- **misc**: Update GPT-5.2 models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update GPT-5.2 models, closes [#10749 ](https://github.com/lobehub/lobe-chat/issues/10749 ) ([0446127 ](https://github.com/lobehub/lobe-chat/commit/0446127 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-14 17:21:10 +00:00
Arvin Xu
81e56d462a
⚡ ️ perf: add more sql to improve performance ( #10777 )
...
* Update sql
* fix user tests
2025-12-15 01:06:34 +08:00
sxjeru
0446127910
💄 style: Update GPT-5.2 models ( #10749 )
...
* ✨ feat: 添加 GPT-5.2 和 GPT-5.2 Pro 模型及其推理努力滑块
* ✨ feat: 添加 GPT-5.2 和 GPT-5.2 Pro 模型,更新 GPT-5.2 推理努力滑块的标签
* 🔨 chore: 移除 GPT-5.2 和 GPT-5.2 Pro 模型的推理努力参数及相关组件
* ✨ feat: 更新模型设置,添加 gpt5_1ReasoningEffort 参数
2025-12-12 23:28:51 +08:00
YuTengjing
79b2afda70
⏪ revert: remove after() from image router to avoid resource waste ( #10757 )
2025-12-12 23:07:05 +08:00
YuTengjing
0287239975
🔨 chore: optimize not await async call ( #10756 )
2025-12-12 22:58:09 +08:00
lobehubbot
2da6cac673
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-12 12:25:26 +00:00
semantic-release-bot
c46bd6e49a
🔖 chore(release): v2.0.0-next.170 [skip ci]
...
## [Version 2.0.0-next.170](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.169...v2.0.0-next.170 )
<sup>Released on **2025-12-12**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-12 12:24:16 +00:00
René Wang
ec3aa6ba3b
⚡ ️ perf(database): optimize document queries with indexes and field exclusion ( #10740 )
...
* ⚡ ️ perf(database): optimize document queries with indexes and field exclusion
- Add database indexes for source_type and compound query optimization
- Exclude large JSONB fields (content, pages, editorData) in list queries
- Improve queryDocuments performance for better list view rendering
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
* feat: Add migration
* ⚡ ️ perf(database): missing user_id and user_memory_id index
* refac: Use select
* fix: migration
* fix: Test error
* Update sql
* feat(userMemories): added captured_at column
* fix: not null default now
* fix: not null default now
* Update sql
* Update sql
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
Co-authored-by: Neko Ayaka <neko@ayaka.moe >
Co-authored-by: arvinxx <arvinx@foxmail.com >
2025-12-12 20:09:08 +08:00
lobehubbot
0cb8bc1179
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-12 04:39:50 +00:00
semantic-release-bot
5cb69336b2
🔖 chore(release): v2.0.0-next.169 [skip ci]
...
## [Version 2.0.0-next.169](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.168...v2.0.0-next.169 )
<sup>Released on **2025-12-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix CVE errors.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix CVE errors, closes [#10748 ](https://github.com/lobehub/lobe-chat/issues/10748 ) ([6591f3c ](https://github.com/lobehub/lobe-chat/commit/6591f3c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-12 04:38:41 +00:00
LobeHub Bot
84a6e711b8
🌐 chore: translate non-English comments to English in file-loaders ( #10746 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2025-12-12 12:25:17 +08:00
Pleasure1234
6591f3c4ef
🐛 fix: fix CVE errors ( #10748 )
...
fix: fix cve errors
2025-12-12 12:23:10 +08:00
lobehubbot
157d9accbc
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-12 03:44:09 +00:00
semantic-release-bot
7cfc9a28e4
🔖 chore(release): v2.0.0-next.168 [skip ci]
...
## [Version 2.0.0-next.168](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.167...v2.0.0-next.168 )
<sup>Released on **2025-12-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Slove market oidc error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Slove market oidc error, closes [#10715 ](https://github.com/lobehub/lobe-chat/issues/10715 ) ([108d2a7 ](https://github.com/lobehub/lobe-chat/commit/108d2a7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-12 03:42:53 +00:00
Shinji-Li
108d2a72a5
🐛 fix: slove market oidc error ( #10715 )
...
fix: slove oidc error
2025-12-12 11:27:59 +08:00
lobehubbot
05ca7b51be
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-11 10:31:14 +00:00
semantic-release-bot
2923bc676e
🔖 chore(release): v2.0.0-next.167 [skip ci]
...
## [Version 2.0.0-next.167](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.166...v2.0.0-next.167 )
<sup>Released on **2025-12-11**</sup>
#### ✨ Features
- **misc**: Add Replicate image provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Replicate image provider ([542f4d9 ](https://github.com/lobehub/lobe-chat/commit/542f4d9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-11 10:29:50 +00:00
YuTengjing
a44224132a
🔨 chore: fix ci ( #10735 )
2025-12-11 17:53:54 +08:00
YuTengjing
458cbf4d5c
🔨 chore: track user last active time ( #10733 )
2025-12-11 17:14:25 +08:00
Oriol Rius
542f4d97dd
✨ feat: Add Replicate image provider
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-11 15:43:00 +08:00
lobehubbot
1c187063cd
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-09 09:33:36 +00:00
semantic-release-bot
82424887dd
🔖 chore(release): v2.0.0-next.166 [skip ci]
...
## [Version 2.0.0-next.166](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.165...v2.0.0-next.166 )
<sup>Released on **2025-12-09**</sup>
#### 🐛 Bug Fixes
- **Dockerfile**: Electron main typing pkg.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **Dockerfile**: Electron main typing pkg, closes [#10693 ](https://github.com/lobehub/lobe-chat/issues/10693 ) ([f3357b0 ](https://github.com/lobehub/lobe-chat/commit/f3357b0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-09 09:32:21 +00:00
Innei
f3357b0b46
🔧 fix(Dockerfile): electron main typing pkg ( #10693 )
2025-12-09 17:17:31 +08:00
lobehubbot
a8822940b3
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-09 07:18:25 +00:00
semantic-release-bot
f312661166
🔖 chore(release): v2.0.0-next.165 [skip ci]
...
## [Version 2.0.0-next.165](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.164...v2.0.0-next.165 )
<sup>Released on **2025-12-09**</sup>
#### ♻ Code Refactoring
- **electron-main**: Client ipc decorate.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **electron-main**: Client ipc decorate, closes [#10679 ](https://github.com/lobehub/lobe-chat/issues/10679 ) ([f74befa ](https://github.com/lobehub/lobe-chat/commit/f74befa ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-09 07:17:05 +00:00
Innei
f74befadc9
♻️ refactor(electron-main): client ipc decorate ( #10679 )
...
* refactor: client ipc
* refactor: server ipc
refactor: update IPC method names for consistency
Signed-off-by: Innei <tukon479@gmail.com >
fix: cast IPC return type to DesktopIpcServices for type safety
Signed-off-by: Innei <tukon479@gmail.com >
chore: add new workspace for desktop application in package.json
Signed-off-by: Innei <tukon479@gmail.com >
fix: export FileMetadata interface for improved accessibility
Signed-off-by: Innei <tukon479@gmail.com >
refactor: unify IPC mocking across test files for consistency
Signed-off-by: Innei <tukon479@gmail.com >
feat: enhance type-safe IPC flow with context propagation and service registry
- Introduced `getIpcContext()` and `runWithIpcContext()` for improved context management in IPC handlers.
- Updated `BrowserWindowsCtr` methods to utilize the new context handling.
- Added `McpInstallCtr` to the IPC constructors registry.
- Enhanced README with details on the new type-safe IPC features.
Signed-off-by: Innei <tukon479@gmail.com >
refactor: enhance IPC method registration for improved type safety
- Updated `registerMethod` in `IpcHandler` and `IpcService` to accept variable argument types, enhancing flexibility in method signatures.
- Simplified the `ExtractMethodSignature` type to support multiple arguments.
Signed-off-by: Innei <tukon479@gmail.com >
chore: add global type definitions and refactor import statements
- Introduced a new global type definition file to support Vite client imports.
- Refactored import statements in `App.ts` and `App.test.ts` to remove unnecessary type casting for `import.meta.glob`, improving code clarity.
Signed-off-by: Innei <tukon479@gmail.com >
* refactor: make groupName in BrowserWindowsCtr readonly for better encapsulation
Signed-off-by: Innei <tukon479@gmail.com >
* refactor: update IPC method registration and usage for improved type safety and consistency
- Replaced `@ipcClientEvent` with `@IpcMethod()` in various controllers to standardize IPC method definitions.
- Enhanced the usage of `ensureElectronIpc()` for type-safe IPC calls in service layers.
- Updated `BrowserWindowsCtr` and `NotificationCtr` to utilize the new IPC method structure, improving encapsulation and clarity.
- Refactored service methods to eliminate manual string concatenation for IPC event names, ensuring better maintainability.
Signed-off-by: Innei <tukon479@gmail.com >
---------
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-09 15:01:18 +08:00
Neko
a775f6544c
🔨 chore(deps): remove @types/ioredis as ioredis now provides types by default ( #10654 )
...
chore(deps): remove @types/ioredis as ioredis now provides types by default
2025-12-09 10:34:00 +08:00
lobehubbot
d9c4d672ca
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-08 10:33:09 +00:00
semantic-release-bot
8645a6db16
🔖 chore(release): v2.0.0-next.164 [skip ci]
...
## [Version 2.0.0-next.164](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.163...v2.0.0-next.164 )
<sup>Released on **2025-12-08**</sup>
#### 💄 Styles
- **profile**: Add mobile responsive layout and signup improvements.
- **misc**: Update link handling in PlanTag component to use react-router-dom.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **profile**: Add mobile responsive layout and signup improvements, closes [#10669 ](https://github.com/lobehub/lobe-chat/issues/10669 ) ([1afd471 ](https://github.com/lobehub/lobe-chat/commit/1afd471 ))
* **misc**: Update link handling in PlanTag component to use react-router-dom, closes [#10673 ](https://github.com/lobehub/lobe-chat/issues/10673 ) ([3aceeb6 ](https://github.com/lobehub/lobe-chat/commit/3aceeb6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-08 10:31:51 +00:00
YuTengjing
3aceeb6d94
💄 style: update link handling in PlanTag component to use react-router-dom ( #10673 )
2025-12-08 18:13:31 +08:00
YuTengjing
1afd4710e7
💄 style(profile): add mobile responsive layout and signup improvements ( #10669 )
2025-12-08 18:05:07 +08:00
lobehubbot
b09361fbce
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-06 14:55:13 +00:00
semantic-release-bot
ecdda9d452
🔖 chore(release): v2.0.0-next.163 [skip ci]
...
## [Version 2.0.0-next.163](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.162...v2.0.0-next.163 )
<sup>Released on **2025-12-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Add smooth scroll to top on 'More' button click in Title component.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add smooth scroll to top on 'More' button click in Title component, closes [#10178 ](https://github.com/lobehub/lobe-chat/issues/10178 ) ([5ad4f0c ](https://github.com/lobehub/lobe-chat/commit/5ad4f0c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-06 14:53:55 +00:00
bbbugg
5ad4f0c3ad
🐛 fix: add smooth scroll to top on 'More' button click in Title component ( #10178 )
...
* 💄 style: implement smooth scroll to top functionality in Nav and Title components
* fix: update link handling in Title component for improved navigation
* fix: enhance pagination scrolling behavior for mobile responsiveness
2025-12-06 22:39:05 +08:00
lobehubbot
21c32e9b41
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-05 12:36:06 +00:00
semantic-release-bot
6d5a5379e8
🔖 chore(release): v2.0.0-next.162 [skip ci]
...
## [Version 2.0.0-next.162](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.161...v2.0.0-next.162 )
<sup>Released on **2025-12-05**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-05 12:34:51 +00:00
YuTengjing
c5c1f42d2f
⚡ ️ perf: optimize better-auth performance with cache ( #10621 )
2025-12-05 20:19:31 +08:00
lobehubbot
63a749542f
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-05 06:58:56 +00:00
semantic-release-bot
172b15b0df
🔖 chore(release): v2.0.0-next.161 [skip ci]
...
## [Version 2.0.0-next.161](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.160...v2.0.0-next.161 )
<sup>Released on **2025-12-05**</sup>
#### ✨ Features
- **misc**: Support klavis mcp connector.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support klavis mcp connector, closes [#10584 ](https://github.com/lobehub/lobe-chat/issues/10584 ) ([e3ec79e ](https://github.com/lobehub/lobe-chat/commit/e3ec79e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-05 06:57:36 +00:00
Shinji-Li
e3ec79e28d
✨ feat: support klavis mcp connector ( #10584 )
...
* feat: support klavis mcp connector
* feat: update klavis item & klavis call tools
* feat: update the noraml klavis mcp (no need oauth)
* fix: rollback test
* fix: fixed test ci
* feat: update the klavis select model & locals settings
* fix: change the klavis id to klavis types
* fix: delete the klavis into getGlobalConfig
* fix: delete useless migrations
* fix: improve the code
* feat: update test & update the klavis const var
* fix: change it to const
* feat: use swr to replace useEffect
2025-12-05 14:43:22 +08:00
Innei
bde9bde17c
🔨 chore: integrate code inspector plugin and update turbopack configuration ( #10588 )
...
* feat: integrate code inspector plugin and update turbopack configuration
Signed-off-by: Innei <tukon479@gmail.com >
* chore: add e2e env
---------
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-05 14:35:11 +08:00
LobeHub Bot
068d5d34f8
✅ test: add unit tests for ImportService ( #10599 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-05 13:16:27 +08:00
lobehubbot
3c45c924b4
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-05 04:24:53 +00:00
semantic-release-bot
95d9f7026f
🔖 chore(release): v2.0.0-next.160 [skip ci]
...
## [Version 2.0.0-next.160](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.159...v2.0.0-next.160 )
<sup>Released on **2025-12-05**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-05 04:23:29 +00:00
17hz
8989745573
⚡ ️ perf: optimize better-auth bundle size ( #10604 )
2025-12-05 12:09:59 +08:00
17hz
925d2fd04a
⚡ ️ perf: optimize better-auth query speed with database joins ( #10605 )
2025-12-05 12:06:35 +08:00
LobeHub Bot
be49eec2ed
🌐 chore: translate non-English comments to English in packages/database ( #10613 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-05 11:55:38 +08:00
Mümin Köykıran
06417812af
🌐 i18n(tr-TR): improve Turkish translations ( #10611 )
2025-12-05 09:44:19 +08:00
lobehubbot
4900998633
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-04 17:49:57 +00:00
semantic-release-bot
f35d904deb
🔖 chore(release): v2.0.0-next.159 [skip ci]
...
## [Version 2.0.0-next.159](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.158...v2.0.0-next.159 )
<sup>Released on **2025-12-04**</sup>
#### ✨ Features
- **misc**: Betterauth username signin.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Betterauth username signin, closes [#10607 ](https://github.com/lobehub/lobe-chat/issues/10607 ) ([f72a5e6 ](https://github.com/lobehub/lobe-chat/commit/f72a5e6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-04 17:48:40 +00:00
YuTengjing
f72a5e6cc1
✨ feat: betterauth username signin ( #10607 )
2025-12-05 01:35:20 +08:00
lobehubbot
67824a097e
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-04 16:57:22 +00:00
semantic-release-bot
1f4e33b073
🔖 chore(release): v2.0.0-next.158 [skip ci]
...
## [Version 2.0.0-next.158](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.157...v2.0.0-next.158 )
<sup>Released on **2025-12-04**</sup>
#### 🐛 Bug Fixes
- **misc**: Limit check-user response surface.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Limit check-user response surface, closes [#10609 ](https://github.com/lobehub/lobe-chat/issues/10609 ) ([2f6d3f0 ](https://github.com/lobehub/lobe-chat/commit/2f6d3f0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-04 16:56:07 +00:00
YuTengjing
2f6d3f0172
🐛 fix: limit check-user response surface ( #10609 )
2025-12-05 00:42:41 +08:00
Shinji-Li
c09f2474db
🔨 chore: add source type into user_install_plugins ( #10603 )
...
* chore: add source type into user_install_plugins
* fix: change the source type into varchar
2025-12-04 18:14:21 +08:00
lobehubbot
62097e60f5
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-04 04:42:44 +00:00
semantic-release-bot
876a997c0f
🔖 chore(release): v2.0.0-next.157 [skip ci]
...
## [Version 2.0.0-next.157](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.156...v2.0.0-next.157 )
<sup>Released on **2025-12-04**</sup>
#### 💄 Styles
- **misc**: Update Spark X1.5 model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Spark X1.5 model, closes [#10103 ](https://github.com/lobehub/lobe-chat/issues/10103 ) ([d1aca26 ](https://github.com/lobehub/lobe-chat/commit/d1aca26 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-04 04:41:25 +00:00
LobeHub Bot
005e71d29b
🌐 chore: translate non-English comments to English in store modules and types ( #10597 )
2025-12-04 12:26:21 +08:00
sxjeru
d1aca26a69
💄 style: Update Spark X1.5 model ( #10103 )
2025-12-04 12:25:56 +08:00
lobehubbot
fcddc568a7
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-04 02:00:28 +00:00
semantic-release-bot
ce7971e61c
🔖 chore(release): v2.0.0-next.156 [skip ci]
...
## [Version 2.0.0-next.156](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.155...v2.0.0-next.156 )
<sup>Released on **2025-12-04**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix React CVE issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix React CVE issue, closes [#10593 ](https://github.com/lobehub/lobe-chat/issues/10593 ) ([abd850f ](https://github.com/lobehub/lobe-chat/commit/abd850f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-04 01:59:10 +00:00
Innei
c6aa46a154
🔨 chore: environment variable loading with dotenv-expand ( #10590 )
...
fix: environment variable loading with dotenv-expand
Signed-off-by: Innei <tukon479@gmail.com >
2025-12-04 09:46:48 +08:00
Arvin Xu
abd850f16e
🐛 fix: fix React CVE issue ( #10593 )
...
* fix cve
* update
2025-12-04 09:45:42 +08:00
lobehubbot
f63cf580cc
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-03 17:31:36 +00:00
semantic-release-bot
dc09cc8667
🔖 chore(release): v2.0.0-next.155 [skip ci]
...
## [Version 2.0.0-next.155](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.154...v2.0.0-next.155 )
<sup>Released on **2025-12-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Missing init user after user creation.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Missing init user after user creation, closes [#10587 ](https://github.com/lobehub/lobe-chat/issues/10587 ) ([0e97a42 ](https://github.com/lobehub/lobe-chat/commit/0e97a42 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-03 17:30:20 +00:00
LobeHub Bot
263b92b0e1
🌐 chore: translate non-English comments to English in python-interpreter ( #10568 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-03 23:06:45 +08:00
YuTengjing
0e97a42299
🐛 fix: missing init user after user creation ( #10587 )
2025-12-03 22:56:14 +08:00
lobehubbot
c1e3df97ee
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-03 14:26:36 +00:00
semantic-release-bot
d12864cac1
🔖 chore(release): v2.0.0-next.154 [skip ci]
...
## [Version 2.0.0-next.154](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.153...v2.0.0-next.154 )
<sup>Released on **2025-12-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Udpate discover detail tools get & more link.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Udpate discover detail tools get & more link, closes [#10586 ](https://github.com/lobehub/lobe-chat/issues/10586 ) ([8ace3f0 ](https://github.com/lobehub/lobe-chat/commit/8ace3f0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-03 14:25:22 +00:00
Shinji-Li
8ace3f0e48
🐛 fix: udpate discover detail tools get & more link ( #10586 )
...
* fix: slove discover loadmore link error
* fix: update the get plugin detail api
2025-12-03 22:13:06 +08:00
lobehubbot
9007c0b4c8
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-03 13:29:38 +00:00
semantic-release-bot
58e9d2faf7
🔖 chore(release): v2.0.0-next.153 [skip ci]
...
## [Version 2.0.0-next.153](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.152...v2.0.0-next.153 )
<sup>Released on **2025-12-03**</sup>
#### 🐛 Bug Fixes
- **security**: Prevent prompt injection in Claude workflows.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **security**: Prevent prompt injection in Claude workflows, closes [#10585 ](https://github.com/lobehub/lobe-chat/issues/10585 ) ([87f748f ](https://github.com/lobehub/lobe-chat/commit/87f748f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-03 13:28:23 +00:00
Arvin Xu
87f748f431
🔒 fix(security): prevent prompt injection in Claude workflows ( #10585 )
2025-12-03 21:15:27 +08:00
lobehubbot
845ee5e887
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-03 12:59:18 +00:00
semantic-release-bot
093b72865f
🔖 chore(release): v2.0.0-next.152 [skip ci]
...
## [Version 2.0.0-next.152](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.151...v2.0.0-next.152 )
<sup>Released on **2025-12-03**</sup>
#### ✨ Features
- **misc**: Optimize betterauth UX.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Optimize betterauth UX, closes [#10582 ](https://github.com/lobehub/lobe-chat/issues/10582 ) ([01a6a89 ](https://github.com/lobehub/lobe-chat/commit/01a6a89 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-03 12:58:05 +00:00
YuTengjing
01a6a898cf
✨ feat: optimize betterauth UX ( #10582 )
2025-12-03 20:45:38 +08:00
lobehubbot
455ff6a413
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-03 11:30:16 +00:00
semantic-release-bot
12f110a084
🔖 chore(release): v2.0.0-next.151 [skip ci]
...
## [Version 2.0.0-next.151](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.150...v2.0.0-next.151 )
<sup>Released on **2025-12-03**</sup>
#### ♻ Code Refactoring
- **misc**: Unify retry logic to async-retry.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Unify retry logic to async-retry, closes [#10579 ](https://github.com/lobehub/lobe-chat/issues/10579 ) ([95f31bc ](https://github.com/lobehub/lobe-chat/commit/95f31bc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-03 11:29:00 +00:00
Arvin Xu
95f31bc57c
♻️ refactor: unify retry logic to async-retry ( #10579 )
...
* ♻️ refactor: unify retry logic to async-retry
- Refactor MCPService.listTools() to use async-retry with exponential backoff
- Refactor asyncifyPolling() to use async-retry internally while maintaining the same API
- Add async-retry as dependency to root package and model-runtime package
🔗 Related: LOBE-1370
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test: update MCPService.listTools tests for async-retry
- Update test expectation: throw original error when retries exceeded
- Remove skipCache parameter test (now handled internally by async-retry)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-03 19:14:40 +08:00
Neko
d15c845213
feat(database): topic metadata for user memory extractor ( #10569 )
2025-12-03 19:14:29 +08:00
lobehubbot
cbb705c64f
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-03 10:31:10 +00:00
semantic-release-bot
ad3f953fe4
🔖 chore(release): v2.0.0-next.150 [skip ci]
...
## [Version 2.0.0-next.150](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.149...v2.0.0-next.150 )
<sup>Released on **2025-12-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Better-auth add apple sso icon and label.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Better-auth add apple sso icon and label, closes [#10570 ](https://github.com/lobehub/lobe-chat/issues/10570 ) ([17facd5 ](https://github.com/lobehub/lobe-chat/commit/17facd5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-03 10:30:00 +00:00
YuTengjing
17facd5e63
🐛 fix: better-auth add apple sso icon and label ( #10570 )
2025-12-03 18:16:25 +08:00
lobehubbot
69c3f0d4f5
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-03 07:59:56 +00:00
semantic-release-bot
64950a3af2
🔖 chore(release): v2.0.0-next.149 [skip ci]
...
## [Version 2.0.0-next.149](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.148...v2.0.0-next.149 )
<sup>Released on **2025-12-03**</sup>
#### 🐛 Bug Fixes
- **desktop**: Add token refresh retry mechanism.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **desktop**: Add token refresh retry mechanism, closes [#10575 ](https://github.com/lobehub/lobe-chat/issues/10575 ) ([83fc2e8 ](https://github.com/lobehub/lobe-chat/commit/83fc2e8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-03 07:58:49 +00:00
Arvin Xu
83fc2e8bc6
🐛 fix(desktop): add token refresh retry mechanism ( #10575 )
...
* 🐛 fix(desktop): add token refresh retry mechanism
- Add `async-retry` library for exponential backoff retry
- Implement retry logic in RemoteServerConfigCtr.refreshAccessToken()
- Retries up to 3 times with exponential backoff (1s, 2s, 4s)
- Distinguishes between retryable (network) and non-retryable (invalid_grant) errors
- Update AuthCtr to only clear tokens for non-retryable errors
- Transient errors now preserve tokens for retry on next cycle
- Add isNonRetryableError() helper method
This fixes the issue where temporary network problems would cause
users to be logged out and require re-authorization.
Closes LOBE-1368
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* update
* 🐛 fix: treat deterministic failures as non-retryable errors
Add deterministic failures to non-retryable error list:
- 'No refresh token available' - refresh token missing from storage
- 'Remote server is not active or configured' - config invalid/disabled
- 'Missing tokens in refresh response' - server returned incomplete response
These permanent failures now trigger immediate token clearing and
authorizationRequired broadcast instead of infinite retry loop.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* 📝 docs: clarify issue status workflow - use "In Review" after PR creation
- Change workflow to set status to "In Review" when PR is created
- "Done" status should only be set after PR is merged
- Add note about Linear-GitHub integration for auto status update
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* 🐛 fix: add grace period for consumed RefreshToken
When rotateRefreshToken is enabled, the old refresh token is consumed
when a new one is issued. If the client fails to receive/save the new
token (network issues, crashes), the login state is lost.
This adds a 3-minute grace period allowing consumed refresh tokens to
be reused, giving clients a chance to retry the refresh operation.
Changes:
- Add REFRESH_TOKEN_GRACE_PERIOD_SECONDS constant (180s)
- Modify find() to allow RefreshToken reuse within grace period
- Add unit tests for grace period behavior
Closes LOBE-1369
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* 📝 style: translate adapter test descriptions to English
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-03 15:46:14 +08:00
lobehubbot
95bc5c2e6c
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-03 06:57:14 +00:00
semantic-release-bot
db5a98ea09
🔖 chore(release): v2.0.0-next.148 [skip ci]
...
## [Version 2.0.0-next.148](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.147...v2.0.0-next.148 )
<sup>Released on **2025-12-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Remove apiMode param from Azure and Cloudflare provider requests, when desktop use contextMenu not work.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Remove apiMode param from Azure and Cloudflare provider requests, closes [#10571 ](https://github.com/lobehub/lobe-chat/issues/10571 ) ([7e44faa ](https://github.com/lobehub/lobe-chat/commit/7e44faa ))
* **misc**: When desktop use contextMenu not work, closes [#10545 ](https://github.com/lobehub/lobe-chat/issues/10545 ) ([43c4db7 ](https://github.com/lobehub/lobe-chat/commit/43c4db7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-03 06:55:55 +00:00
sxjeru
7e44faa518
🐛 fix: remove apiMode param from Azure and Cloudflare provider requests ( #10571 )
...
* ✨ feat: 移除内部 apiMode 参数以防止发送到 Azure 和 Cloudflare API
* ✨ feat: 更新 DeepSeek 和 Qwen 模型的发布日期及定价策略
* ✨ feat: 添加 DeepSeek API 类型及模型支持
2025-12-03 14:42:54 +08:00
Shinji-Li
43c4db7bc5
🐛 fix: when desktop use contextMenu not work ( #10545 )
...
fix: when desktop use contextMenu not work
2025-12-03 14:29:32 +08:00
lobehubbot
6532b42440
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-02 17:19:18 +00:00
semantic-release-bot
8f532de593
🔖 chore(release): v2.0.0-next.147 [skip ci]
...
## [Version 2.0.0-next.147](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.146...v2.0.0-next.147 )
<sup>Released on **2025-12-02**</sup>
#### ✨ Features
- **misc**: Support apple sso auth.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support apple sso auth, closes [#10563 ](https://github.com/lobehub/lobe-chat/issues/10563 ) ([2e50313 ](https://github.com/lobehub/lobe-chat/commit/2e50313 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-02 17:18:00 +00:00
YuTengjing
2e50313986
✨ feat: support apple sso auth ( #10563 )
2025-12-03 01:04:54 +08:00
lobehubbot
e50a7b7d30
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-02 15:36:57 +00:00
semantic-release-bot
123ef27510
🔖 chore(release): v2.0.0-next.146 [skip ci]
...
## [Version 2.0.0-next.146](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.145...v2.0.0-next.146 )
<sup>Released on **2025-12-02**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor agent slug schema.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor agent slug schema, closes [#10561 ](https://github.com/lobehub/lobe-chat/issues/10561 ) ([0d609d1 ](https://github.com/lobehub/lobe-chat/commit/0d609d1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-02 15:35:38 +00:00
Arvin Xu
0d609d199a
♻️ refactor: refactor agent slug schema ( #10561 )
...
* fix agent schema
* fix snapshot
2025-12-02 23:23:42 +08:00
Arvin Xu
a057953480
✅ test: fix test types and improve desktop ci workflow ( #10552 )
...
* fix lint
* improve ci
* update ci
* fix types
2025-12-02 20:16:34 +08:00
lobehubbot
2532cba8d2
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-02 11:20:17 +00:00
semantic-release-bot
cc95e6f9ed
🔖 chore(release): v2.0.0-next.145 [skip ci]
...
## [Version 2.0.0-next.145](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.144...v2.0.0-next.145 )
<sup>Released on **2025-12-02**</sup>
#### ✨ Features
- **misc**: Email provider support resend.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Email provider support resend, closes [#10557 ](https://github.com/lobehub/lobe-chat/issues/10557 ) ([7449b29 ](https://github.com/lobehub/lobe-chat/commit/7449b29 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-02 11:18:58 +00:00
YuTengjing
7449b2913f
✨ feat: email provider support resend ( #10557 )
2025-12-02 19:05:08 +08:00
LobeHub Bot
08572d0602
🌐 chore: translate non-English comments to English in server file service ( #10546 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-02 13:11:38 +08:00
lobehubbot
6867a6b3ca
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-02 04:50:52 +00:00
semantic-release-bot
3d79eb0592
🔖 chore(release): v2.0.0-next.144 [skip ci]
...
## [Version 2.0.0-next.144](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.143...v2.0.0-next.144 )
<sup>Released on **2025-12-02**</sup>
#### 🐛 Bug Fixes
- **misc**: User email unique migration error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: User email unique migration error, closes [#10548 ](https://github.com/lobehub/lobe-chat/issues/10548 ) ([ca2a1a2 ](https://github.com/lobehub/lobe-chat/commit/ca2a1a2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-02 04:49:37 +00:00
YuTengjing
ca2a1a21f6
🐛 fix: user email unique migration error ( #10548 )
2025-12-02 12:37:42 +08:00
lobehubbot
16e6c4dcaa
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-02 03:53:35 +00:00
semantic-release-bot
a54af84882
🔖 chore(release): v2.0.0-next.143 [skip ci]
...
## [Version 2.0.0-next.143](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.142...v2.0.0-next.143 )
<sup>Released on **2025-12-02**</sup>
#### ✨ Features
- **misc**: Support market cloud endpoint mcp.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support market cloud endpoint mcp, closes [#10484 ](https://github.com/lobehub/lobe-chat/issues/10484 ) ([9c7ce44 ](https://github.com/lobehub/lobe-chat/commit/9c7ce44 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-02 03:52:15 +00:00
Shinji-Li
9c7ce449f5
✨ feat: support market cloud endpoint mcp ( #10484 )
...
* feat: add market into userSettings & save the oidc token into db
* feat: support market mcp endpoint to use in web
* feat: add market signIn before use cloudEndpoint mcp
* fix: update mcp call fc
* fix: update test.ts
* feat: delete client type cloud ts
* feat: add auth market modal
* fix: close some antd message
* feat: update docs & remove the message loading in oidc
2025-12-02 11:39:52 +08:00
Arvin Xu
a73c9d1b9b
✅ test(desktop): improve test coverage for multiple modules ( #10543 )
...
* ✅ test(desktop): improve test coverage for multiple modules
Add comprehensive unit tests for desktop app modules to improve overall test coverage from 29% toward 60%+:
- Preload Scripts: routeInterceptor, invoke, streamer, electronApi (49 tests)
- Menu System: macOS, windows, linux, BaseMenuPlatform (108 tests)
- Core UI (Tray): Tray, TrayManager, MenuManager (78 tests)
- Services: fileSearchSrv (21 tests)
- Utilities: file-system, logger (25 tests)
Total: 281 new test cases covering critical desktop functionality.
Closes LOBE-1215, LOBE-1216, LOBE-1217, LOBE-1218, LOBE-1219
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* 🐛 fix(desktop): update test assertion to support co-located test files
The integration test for file search was failing because it expected all
test files to be in __tests__ directories, but some test files are now
co-located with their source files (e.g., src/preload/*.test.ts).
Updated the assertion to accept both patterns.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* 📦 chore(desktop): add happy-dom to devDependencies
The routeInterceptor.test.ts uses @vitest-environment happy-dom for
browser API testing. Added happy-dom to desktop package devDependencies
to ensure CI can find the package.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-02 02:52:26 +08:00
lobehubbot
e1bd89f4fc
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-01 16:04:56 +00:00
semantic-release-bot
fd3a3e07e6
🔖 chore(release): v2.0.0-next.142 [skip ci]
...
## [Version 2.0.0-next.142](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.141...v2.0.0-next.142 )
<sup>Released on **2025-12-01**</sup>
#### 🐛 Bug Fixes
- **misc**: Remove internal apiMode param from chat completion API requests.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Remove internal apiMode param from chat completion API requests, closes [#10539 ](https://github.com/lobehub/lobe-chat/issues/10539 ) ([9498cc6 ](https://github.com/lobehub/lobe-chat/commit/9498cc6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-01 16:03:23 +00:00
sxjeru
9498cc6026
🐛 fix: remove internal apiMode param from chat completion API requests ( #10539 )
...
🐛 fix: 移除发送到API的内部apiMode参数
2025-12-01 23:50:27 +08:00
Arvin Xu
9edb7adfa7
✅ test(desktop): add unit tests for Core Browser module ( #10535 )
...
Add comprehensive unit tests for Desktop Core Browser:
- Browser.ts (39 tests)
- BrowserManager.ts (32 tests)
Total: 71 tests (all passed)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-01 23:39:08 +08:00
Arvin Xu
66abd805ac
✅ test: add controllers tests for desktop ( #10536 )
...
* ✅ test: add unit tests for UploadFileCtr
Add comprehensive unit tests for UploadFileCtr covering:
- uploadFile: file upload functionality
- getFileUrlById: get file path by ID
- getFileHTTPURL: get HTTP URL for file
- deleteFiles: delete multiple files
- createFile: create new file
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test: add unit tests for RemoteServerSyncCtr
Add comprehensive unit tests for RemoteServerSyncCtr covering:
- proxyTRPCRequest: proxy request handling with various configurations
- 401 token refresh and retry mechanism
- Error handling for network failures
- afterAppReady: IPC handler registration
- destroy: cleanup resources
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test: add unit tests for McpInstallCtr
Add comprehensive unit tests for McpInstallController covering:
- Missing required parameters validation
- Third-party marketplace schema requirement
- Official market without schema
- Invalid JSON schema parsing
- Schema structure validation
- Schema identifier matching
- Valid stdio and http schema handling
- Invalid URL validation for http config
- Unknown config type handling
- BrowserManager availability check
- Optional fields handling
- Env configuration support
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test: add unit tests for SystemCtr
Add comprehensive unit tests for SystemController covering:
- getAppState: system info and user paths
- checkAccessibilityForMacOS: macOS accessibility check
- openExternalLink: external link opening
- updateLocale: locale update and broadcast
- updateThemeModeHandler: theme mode update
- getDatabasePath: database path retrieval
- getDatabaseSchemaHash: schema hash read/write
- getUserDataPath: user data path
- setDatabaseSchemaHash: schema hash persistence
- afterAppReady: system theme listener initialization
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test: add unit tests for NotificationCtr
Add comprehensive unit tests for NotificationCtr covering:
- afterAppReady: notification setup for different platforms
- showDesktopNotification: notification display with various conditions
- isMainWindowHidden: window visibility state detection
- Error handling for notification failures
- Platform-specific behavior (Windows, macOS)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test: add unit tests for RemoteServerConfigCtr
Add comprehensive unit tests for RemoteServerConfigCtr covering:
- getRemoteServerConfig: configuration retrieval
- setRemoteServerConfig: configuration update
- clearRemoteServerConfig: configuration and token clearing
- saveTokens: encrypted and unencrypted token storage
- getAccessToken/getRefreshToken: token decryption
- clearTokens: token memory and store clearing
- getTokenExpiresAt: expiration time retrieval
- isTokenExpiringSoon: expiration check with buffer
- refreshAccessToken: token refresh with error handling
- afterAppReady: token loading from store
- getRemoteServerUrl: URL resolution for cloud/selfHost modes
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-01 22:50:45 +08:00
Arvin Xu
fa492b48fa
✅ test(desktop): add unit tests for Core Infrastructure module ( #10533 )
...
Add comprehensive unit tests for Desktop Core Infrastructure:
- UpdaterManager.ts (32 tests, 5 skipped due to require() limitation)
- StaticFileServerManager.ts (20 tests)
- ProtocolManager.ts (24 tests)
- I18nManager.ts (21 tests)
- StoreManager.ts (10 tests)
- IoCContainer.ts (15 tests)
Total: 122 tests (117 passed, 5 skipped)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-01 21:03:07 +08:00
bbbugg
c5d1b0494a
📝 docs: add Vertex AI configuration options and update documentation ( #10331 )
...
💄 style: add Vertex AI configuration options and update documentation
2025-12-01 20:31:23 +08:00
lobehubbot
2e3fa41a0f
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-01 11:14:39 +00:00
semantic-release-bot
b8a9ad421a
🔖 chore(release): v2.0.0-next.141 [skip ci]
...
## [Version 2.0.0-next.141](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.140...v2.0.0-next.141 )
<sup>Released on **2025-12-01**</sup>
#### 🐛 Bug Fixes
- **misc**: Drop user.phoneNumber and reuse user.phone.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Drop user.phoneNumber and reuse user.phone, closes [#10531 ](https://github.com/lobehub/lobe-chat/issues/10531 ) ([2ab88c5 ](https://github.com/lobehub/lobe-chat/commit/2ab88c5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-01 11:13:23 +00:00
YuTengjing
2ab88c5dcf
🐛 fix: drop user.phoneNumber and reuse user.phone ( #10531 )
2025-12-01 19:00:29 +08:00
lobehubbot
f0e05b4868
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-01 09:31:40 +00:00
semantic-release-bot
bb7561468f
🔖 chore(release): v2.0.0-next.140 [skip ci]
...
## [Version 2.0.0-next.140](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.139...v2.0.0-next.140 )
<sup>Released on **2025-12-01**</sup>
#### ✨ Features
- **misc**: Integrate better-auth admin plugin.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Integrate better-auth admin plugin, closes [#10512 ](https://github.com/lobehub/lobe-chat/issues/10512 ) ([3be78f0 ](https://github.com/lobehub/lobe-chat/commit/3be78f0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-01 09:30:25 +00:00
YuTengjing
3be78f04e8
✨ feat: integrate better-auth admin plugin ( #10512 )
2025-12-01 17:16:06 +08:00
lobehubbot
7b5a58b6b9
📝 docs(bot): Auto sync agents & plugin to readme
2025-12-01 03:59:10 +00:00
semantic-release-bot
83ae71ad05
🔖 chore(release): v2.0.0-next.139 [skip ci]
...
## [Version 2.0.0-next.139](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.138...v2.0.0-next.139 )
<sup>Released on **2025-12-01**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#10519 ](https://github.com/lobehub/lobe-chat/issues/10519 ) ([bd9a38c ](https://github.com/lobehub/lobe-chat/commit/bd9a38c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-12-01 03:58:02 +00:00
LobeHub Bot
bd9a38cda7
🤖 style: update i18n ( #10519 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-12-01 11:45:01 +08:00
lobehubbot
ed85cb51ca
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-30 18:20:34 +00:00
semantic-release-bot
dc8eca9952
🔖 chore(release): v2.0.0-next.138 [skip ci]
...
## [Version 2.0.0-next.138](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.137...v2.0.0-next.138 )
<sup>Released on **2025-11-30**</sup>
#### 🐛 Bug Fixes
- **conversation-flow**: Support optimistic update for activeBranchIndex.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **conversation-flow**: Support optimistic update for activeBranchIndex, closes [#10517 ](https://github.com/lobehub/lobe-chat/issues/10517 ) ([9b5b234 ](https://github.com/lobehub/lobe-chat/commit/9b5b234 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-30 18:19:24 +00:00
Arvin Xu
9b5b234571
🐛 fix(conversation-flow): support optimistic update for activeBranchIndex ( #10517 )
...
* 🐛 fix(conversation-flow): support optimistic update for activeBranchIndex
- Allow activeBranchIndex === children.length for optimistic updates
- Return undefined when branch is being created (not yet exists)
- Update FlatListBuilder to handle undefined activeBranchId gracefully
- Update ContextTreeBuilder to use children.length for optimistic index
- Add tests for optimistic update scenarios
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test(conversation-flow): add tests for getActiveBranchIdFromMetadata optimistic update
- Add test case for activeBranchIndex === childIds.length (optimistic update)
- Add test case for activeBranchIndex > childIds.length (invalid, fallback)
- Achieves 100% coverage for BranchResolver.ts
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test(conversation-flow): add optimistic update tests for ContextTreeBuilder and FlatListBuilder
- ContextTreeBuilder: test activeBranchIndex = children.length sets correct index
- FlatListBuilder: test user message with optimistic update skips branch processing
- Improves test coverage from 97.26% to 98.04%
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-01 02:06:56 +08:00
Arvin Xu
28a56e96ce
✅ test(database): improve test coverage for models and repositories ( #10518 )
...
* update
* ✅ test(database): add ThreadModel unit tests
Add comprehensive unit tests for ThreadModel covering:
- create: thread creation with various parameters
- query: fetch all threads for user
- queryByTopicId: fetch threads by topic
- findById: retrieve thread by id
- update: update thread properties
- delete: delete single thread
- deleteAll: delete all user threads
- User isolation tests for security
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test(database): add EmbeddingModel unit tests
Add comprehensive unit tests for EmbeddingModel covering:
- create: create new embedding for a chunk
- bulkCreate: batch create embeddings with conflict handling
- delete: delete embedding by id
- query: fetch all user embeddings
- findById: retrieve embedding by id
- countUsage: count total embeddings for user
- User isolation tests for security
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test(database): add OAuthHandoffModel unit tests
Add comprehensive unit tests for OAuthHandoffModel covering:
- create: create OAuth handoff with conflict handling
- fetchAndConsume: fetch and delete credentials with TTL check
- cleanupExpired: delete expired records (>5 min old)
- exists: check credential existence without consuming
- Expiration validation for 5-minute TTL
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test(database): add UserModel unit tests
Add comprehensive unit tests for UserModel covering:
- getUserRegistrationDuration: calculate user registration duration
- getUserState: get user state with settings and decryption
- getUserSSOProviders: get linked SSO providers
- getUserSettings: retrieve user settings
- updateUser: update user properties
- deleteSetting: delete user settings
- updateSetting: create/update user settings (upsert)
- updatePreference: merge and update user preferences
- updateGuide: update user guide preferences
Static methods:
- makeSureUserExist: ensure user exists
- createUser: create new user with duplicate check
- deleteUser: delete user by id
- findById: find user by id
- findByEmail: find user by email
- getUserApiKeys: get decrypted API keys
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test(database): add missing DocumentModel tests
Add tests for uncovered DocumentModel methods:
- create: create new document
- delete: delete document by id with user isolation
- deleteAll: delete all user documents
- query: query all documents with ordering
- findById: find document by id with user isolation
- update: update document with user isolation
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test(database): add user isolation tests for AgentModel
Add user isolation security tests to ensure users cannot access or modify
other users' knowledge base and file associations.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* 🐛 fix(database): fix flaky document ordering test
Add 50ms delay before update to ensure timestamp difference for ordering test.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-01 02:04:14 +08:00
lobehubbot
c674434636
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-30 16:41:28 +00:00
semantic-release-bot
423bdee43b
🔖 chore(release): v2.0.0-next.137 [skip ci]
...
## [Version 2.0.0-next.137](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.136...v2.0.0-next.137 )
<sup>Released on **2025-11-30**</sup>
#### 🐛 Bug Fixes
- **misc**: Update apiMode handling in ChatService to prioritize user preferences.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update apiMode handling in ChatService to prioritize user preferences, closes [#10487 ](https://github.com/lobehub/lobe-chat/issues/10487 ) ([5483d91 ](https://github.com/lobehub/lobe-chat/commit/5483d91 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-30 16:40:17 +00:00
sxjeru
5483d91452
🐛 fix: update apiMode handling in ChatService to prioritize user preferences ( #10487 )
2025-12-01 00:26:49 +08:00
lobehubbot
d37b398427
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-30 15:13:08 +00:00
semantic-release-bot
65a5c41f59
🔖 chore(release): v2.0.0-next.136 [skip ci]
...
## [Version 2.0.0-next.136](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.135...v2.0.0-next.136 )
<sup>Released on **2025-11-30**</sup>
#### 🐛 Bug Fixes
- **misc**: Refresh custom AI provider on selection.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Refresh custom AI provider on selection, closes [#10506 ](https://github.com/lobehub/lobe-chat/issues/10506 ) ([d7db99e ](https://github.com/lobehub/lobe-chat/commit/d7db99e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-30 15:11:35 +00:00
sxjeru
d7db99e41f
🐛 fix: refresh custom AI provider on selection ( #10506 )
...
✨ feat: 增加自定义服务商支持,更新选择器和界面显示
2025-11-30 22:59:08 +08:00
renovate[bot]
8da7cc4418
Update all non-major dependencies ( #10372 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-30 19:39:26 +08:00
Arvin Xu
dff82f4093
🔨 chore: update topic and message db ( #10511 )
...
* update topic and message db
* fix tests
2025-11-30 19:37:57 +08:00
renovate[bot]
22ab9bab20
Update dependency @types/pdfkit to ^0.17.4 ( #10497 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-30 19:32:37 +08:00
renovate[bot]
bfe36c8dfe
Update dependency next to v16.0.5 ( #10498 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-30 19:32:02 +08:00
LobeHub Bot
5b1999c3bc
🌐 chore: translate non-English comments to English in python-interpreter ( #10499 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-30 19:29:02 +08:00
lobehubbot
1a6f808d35
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-30 09:38:46 +00:00
semantic-release-bot
1523f5f6ca
🔖 chore(release): v2.0.0-next.135 [skip ci]
...
## [Version 2.0.0-next.135](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.134...v2.0.0-next.135 )
<sup>Released on **2025-11-30**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix BetterAuth `Unable to link account - untrusted provider`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix BetterAuth `Unable to link account - untrusted provider`, closes [#10505 ](https://github.com/lobehub/lobe-chat/issues/10505 ) ([d845451 ](https://github.com/lobehub/lobe-chat/commit/d845451 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-30 09:37:33 +00:00
Zhijie He
d8454512a6
🐛 fix: fix BetterAuth Unable to link account - untrusted provider ( #10505 )
...
Update auth.ts
2025-11-30 17:25:10 +08:00
lobehubbot
2625a4daca
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-29 17:08:01 +00:00
semantic-release-bot
103d70caf3
🔖 chore(release): v2.0.0-next.134 [skip ci]
...
## [Version 2.0.0-next.134](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.133...v2.0.0-next.134 )
<sup>Released on **2025-11-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Betterauth public url auto detect from VERCEL_URL.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Betterauth public url auto detect from VERCEL_URL, closes [#10493 ](https://github.com/lobehub/lobe-chat/issues/10493 ) ([b5bf8ad ](https://github.com/lobehub/lobe-chat/commit/b5bf8ad ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-29 17:06:46 +00:00
YuTengjing
b5bf8ad407
🐛 fix: betterauth public url auto detect from VERCEL_URL ( #10493 )
2025-11-30 00:54:03 +08:00
lobehubbot
e2c0c2893a
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-29 08:17:00 +00:00
semantic-release-bot
58027bb29b
🔖 chore(release): v2.0.0-next.133 [skip ci]
...
## [Version 2.0.0-next.133](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.132...v2.0.0-next.133 )
<sup>Released on **2025-11-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Betterauth name should mapped to fullName.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Betterauth name should mapped to fullName, closes [#10490 ](https://github.com/lobehub/lobe-chat/issues/10490 ) ([7babdc1 ](https://github.com/lobehub/lobe-chat/commit/7babdc1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-29 08:15:48 +00:00
YuTengjing
7babdc18fc
🐛 fix: betterauth name should mapped to fullName ( #10490 )
...
* 🐛 fix: betterauth name should mapped to fullname
* 🐛 fix: update auth field name from 'full_name' to 'fullName' for better compatibility
2025-11-29 16:03:35 +08:00
lobehubbot
c76cfd5c1e
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-29 05:20:56 +00:00
semantic-release-bot
b81ffd488b
🔖 chore(release): v2.0.0-next.132 [skip ci]
...
## [Version 2.0.0-next.132](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.131...v2.0.0-next.132 )
<sup>Released on **2025-11-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Unable to switch to default topic.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Unable to switch to default topic, closes [#10472 ](https://github.com/lobehub/lobe-chat/issues/10472 ) ([d181f71 ](https://github.com/lobehub/lobe-chat/commit/d181f71 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-29 05:19:35 +00:00
LobeHub Bot
766a2616c0
🌐 chore: translate non-English comments to English in model-bank ( #10488 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-29 13:07:33 +08:00
sxjeru
d181f718c9
🐛 fix: Unable to switch to default topic ( #10472 )
...
* 修复: 更新话题项编辑状态的条件判断逻辑
* 修复: 修改 Alt+Click 事件处理逻辑以保持当前话题选择
* 修复: 添加 Cerebras 模型提供者的代理 URL 占位符
2025-11-29 13:05:00 +08:00
Shinji-Li
1674cc94f2
🔨 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
2025-11-28 23:19:42 +08:00
lobehubbot
5777e195ef
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-28 09:46:05 +00:00
semantic-release-bot
1c4b3556dd
🔖 chore(release): v2.0.0-next.131 [skip ci]
...
## [Version 2.0.0-next.131](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.130...v2.0.0-next.131 )
<sup>Released on **2025-11-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Implement uniform callback URL for SSO providers.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Implement uniform callback URL for SSO providers, closes [#10479 ](https://github.com/lobehub/lobe-chat/issues/10479 ) ([74554c6 ](https://github.com/lobehub/lobe-chat/commit/74554c6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-28 09:44:51 +00:00
YuTengjing
74554c664f
🐛 fix: Implement uniform callback URL for SSO providers ( #10479 )
2025-11-28 17:30:54 +08:00
lobehubbot
ab5db5042b
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-28 09:03:53 +00:00
semantic-release-bot
836060068e
🔖 chore(release): v2.0.0-next.130 [skip ci]
...
## [Version 2.0.0-next.130](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.129...v2.0.0-next.130 )
<sup>Released on **2025-11-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Add handling for `content_part` and `reasoning_part` events in fetchSSE.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add handling for `content_part` and `reasoning_part` events in fetchSSE, closes [#10470 ](https://github.com/lobehub/lobe-chat/issues/10470 ) ([8aff3ab ](https://github.com/lobehub/lobe-chat/commit/8aff3ab ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-28 09:02:37 +00:00
sxjeru
8aff3ab70c
🐛 fix: add handling for content_part and reasoning_part events in fetchSSE ( #10470 )
...
feat: add handling for content_part and reasoning_part events in fetchSSE
2025-11-28 16:50:44 +08:00
lobehubbot
e4ca75acf9
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-28 06:04:34 +00:00
semantic-release-bot
06cd54518b
🔖 chore(release): v2.0.0-next.129 [skip ci]
...
## [Version 2.0.0-next.129](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.128...v2.0.0-next.129 )
<sup>Released on **2025-11-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Filter out file with `sourceType` = `file`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Filter out file with `sourceType` = `file`, closes [#10474 ](https://github.com/lobehub/lobe-chat/issues/10474 ) ([e1c99a0 ](https://github.com/lobehub/lobe-chat/commit/e1c99a0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-28 06:03:16 +00:00
Arvin Xu
69898185f3
♻️ refactor: refactor thread table and nextauth userId ( #10475 )
...
push update
2025-11-28 13:50:43 +08:00
René Wang
e1c99a068b
🐛 fix: Filter out file with sourceType = file ( #10474 )
...
fix: Filter out file with type = file
2025-11-28 13:37:38 +08:00
lobehubbot
5b8f7279c0
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-28 03:54:04 +00:00
semantic-release-bot
3c7eb69933
🔖 chore(release): v2.0.0-next.128 [skip ci]
...
## [Version 2.0.0-next.128](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.127...v2.0.0-next.128 )
<sup>Released on **2025-11-28**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#10466 ](https://github.com/lobehub/lobe-chat/issues/10466 ) ([37bd67a ](https://github.com/lobehub/lobe-chat/commit/37bd67a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-28 03:52:39 +00:00
LobeHub Bot
37bd67a539
🤖 style: update i18n ( #10466 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-11-28 11:37:21 +08:00
sxjeru
7f40f15cbb
🐛 fix: Optimized New API provider ( #10452 )
...
* 🐛 fix: add CORS bypass for pricing fetch in browser and update provider icon mapping
* 🐛 fix: refactor pricing response handling to avoid duplicated logic in fetchPricing
2025-11-28 11:36:28 +08:00
LobeHub Bot
285a05059e
🌐 chore: translate non-English comments to English in packages/database ( #10468 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-28 11:36:10 +08:00
Neko
36750adc3a
🔨 chore: support to have Redis and providers ( #10391 )
...
* feat: added redis providers (ioredis, upstash)
For environment annotation of Vitest, read more: https://github.com/capricorn86/happy-dom/issues/1042#issuecomment-3585851354
Co-authored-by: Makito <5277268+sumimakito@users.noreply.github.com >
* chore: changed as suggested
---------
Co-authored-by: Makito <5277268+sumimakito@users.noreply.github.com >
2025-11-28 11:35:35 +08:00
Neko
1193568f73
chore(ci): remove check console.log CI due to incorrect reports ( #10460 )
2025-11-28 00:08:01 +08:00
lobehubbot
95d34aea4f
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-27 14:23:22 +00:00
semantic-release-bot
37266c0244
🔖 chore(release): v2.0.0-next.127 [skip ci]
...
## [Version 2.0.0-next.127](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.126...v2.0.0-next.127 )
<sup>Released on **2025-11-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Better-auth fallback next-auth providers env.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Better-auth fallback next-auth providers env, closes [#10459 ](https://github.com/lobehub/lobe-chat/issues/10459 ) ([e167075 ](https://github.com/lobehub/lobe-chat/commit/e167075 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-27 14:22:08 +00:00
YuTengjing
e1670758ce
🐛 fix: better-auth fallback next-auth providers env ( #10459 )
...
* 🐛 fix: better-auth fallback next-auth providers env
* ✨ test: add unit tests for getAuthConfig fallbacks
2025-11-27 22:08:54 +08:00
lobehubbot
1e2c12460e
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-27 13:31:20 +00:00
semantic-release-bot
5facc05852
🔖 chore(release): v2.0.0-next.126 [skip ci]
...
## [Version 2.0.0-next.126](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.125...v2.0.0-next.126 )
<sup>Released on **2025-11-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Align docker auth defaults and better-auth docs.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Align docker auth defaults and better-auth docs, closes [#10457 ](https://github.com/lobehub/lobe-chat/issues/10457 ) ([1375314 ](https://github.com/lobehub/lobe-chat/commit/1375314 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-27 13:30:04 +00:00
YuTengjing
1375314555
🐛 fix: align docker auth defaults and better-auth docs ( #10457 )
2025-11-27 21:16:22 +08:00
lobehubbot
224b3f0506
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-27 12:24:06 +00:00
semantic-release-bot
fdec35449a
🔖 chore(release): v2.0.0-next.125 [skip ci]
...
## [Version 2.0.0-next.125](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.124...v2.0.0-next.125 )
<sup>Released on **2025-11-27**</sup>
#### ✨ Features
- **misc**: Support better-auth.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support better-auth, closes [#10215 ](https://github.com/lobehub/lobe-chat/issues/10215 ) ([dc62cc9 ](https://github.com/lobehub/lobe-chat/commit/dc62cc9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-27 12:22:53 +00:00
YuTengjing
dc62cc969d
✨ feat: support better-auth ( #10215 )
2025-11-27 20:10:40 +08:00
lobehubbot
ef6809461b
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-27 05:27:57 +00:00
semantic-release-bot
57dcb48b33
🔖 chore(release): v2.0.0-next.124 [skip ci]
...
## [Version 2.0.0-next.124](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.123...v2.0.0-next.124 )
<sup>Released on **2025-11-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Fixed the agent settings plugins pages error problem, improve topic item interaction and editing behavior.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fixed the agent settings plugins pages error problem, closes [#10437 ](https://github.com/lobehub/lobe-chat/issues/10437 ) ([c58f37a ](https://github.com/lobehub/lobe-chat/commit/c58f37a ))
* **misc**: Improve topic item interaction and editing behavior, closes [#10409 ](https://github.com/lobehub/lobe-chat/issues/10409 ) ([85b45cb ](https://github.com/lobehub/lobe-chat/commit/85b45cb ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-27 05:26:41 +00:00
sxjeru
85b45cb8cd
🐛 fix: improve topic item interaction and editing behavior ( #10409 )
...
♻️ refactor: improve topic item interaction and editing behavior
2025-11-27 13:13:12 +08:00
Shinji-Li
c58f37ad96
🐛 fix: fixed the agent settings plugins pages error problem ( #10437 )
...
fix: fixed the agent settings plugins pages error problem
2025-11-27 13:12:33 +08:00
Shinji-Li
3f95d1c34a
🔨 chore: add editor_data in agents db ( #10448 )
...
* feat: add editor_data in agents db
* fix: add if exists sql
* fix: change the schema
2025-11-27 13:09:05 +08:00
lobehubbot
513f2d36e7
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-27 04:27:34 +00:00
semantic-release-bot
fcd781824c
🔖 chore(release): v2.0.0-next.123 [skip ci]
...
## [Version 2.0.0-next.123](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.122...v2.0.0-next.123 )
<sup>Released on **2025-11-27**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#10445 ](https://github.com/lobehub/lobe-chat/issues/10445 ) ([4942bc9 ](https://github.com/lobehub/lobe-chat/commit/4942bc9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-27 04:26:27 +00:00
LobeHub Bot
4942bc91ae
🤖 style: update i18n ( #10445 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-11-27 12:11:58 +08:00
lobehubbot
341690eb22
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-26 13:50:39 +00:00
semantic-release-bot
b9ca265b54
🔖 chore(release): v2.0.0-next.122 [skip ci]
...
## [Version 2.0.0-next.122](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.121...v2.0.0-next.122 )
<sup>Released on **2025-11-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Slove the publish to market the agent config error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Slove the publish to market the agent config error, closes [#10440 ](https://github.com/lobehub/lobe-chat/issues/10440 ) ([fda8119 ](https://github.com/lobehub/lobe-chat/commit/fda8119 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-26 13:49:24 +00:00
Shinji-Li
fda8119967
🐛 fix: slove the publish to market the agent config error ( #10440 )
...
fix: slove the publish to market the agent config error
2025-11-26 21:37:27 +08:00
lobehubbot
81860fef0f
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-26 11:54:06 +00:00
semantic-release-bot
e38d37eee5
🔖 chore(release): v2.0.0-next.121 [skip ci]
...
## [Version 2.0.0-next.121](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.120...v2.0.0-next.121 )
<sup>Released on **2025-11-26**</sup>
#### 💄 Styles
- **misc**: Add image aspect ratio and resolution settings for Nano Banana Pro.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add image aspect ratio and resolution settings for Nano Banana Pro, closes [#10430 ](https://github.com/lobehub/lobe-chat/issues/10430 ) ([a197b4b ](https://github.com/lobehub/lobe-chat/commit/a197b4b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-26 11:52:57 +00:00
sxjeru
a197b4b433
💄 style: add image aspect ratio and resolution settings for Nano Banana Pro ( #10430 )
...
✨ feat: add image aspect ratio and resolution settings for AI models
2025-11-26 19:40:52 +08:00
lobehubbot
b6dca900e3
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-26 09:42:17 +00:00
semantic-release-bot
6a235f22bf
🔖 chore(release): v2.0.0-next.120 [skip ci]
...
## [Version 2.0.0-next.120](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.119...v2.0.0-next.120 )
<sup>Released on **2025-11-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Try to fix “TypeError: Response body object should not be disturbed or locked”.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Try to fix “TypeError: Response body object should not be disturbed or locked”, closes [#10321 ](https://github.com/lobehub/lobe-chat/issues/10321 ) ([a547e9e ](https://github.com/lobehub/lobe-chat/commit/a547e9e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-26 09:41:05 +00:00
Arvin Xu
a547e9e5b4
🐛 fix: try to fix “TypeError: Response body object should not be disturbed or locked” ( #10321 )
...
* try to fix
* fix again
* fix again
2025-11-26 17:28:25 +08:00
lobehubbot
f9d2c3f07f
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-26 09:04:24 +00:00
semantic-release-bot
0c831527ba
🔖 chore(release): v2.0.0-next.119 [skip ci]
...
## [Version 2.0.0-next.119](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.118...v2.0.0-next.119 )
<sup>Released on **2025-11-26**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#10405 ](https://github.com/lobehub/lobe-chat/issues/10405 ) ([fb8f977 ](https://github.com/lobehub/lobe-chat/commit/fb8f977 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-26 09:03:08 +00:00
LobeHub Bot
fb8f977292
🤖 style: update i18n ( #10405 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-11-26 16:50:24 +08:00
Arvin Xu
acbb72a752
🔨 chore: update docker yml ( #10433 )
...
update
2025-11-26 13:19:23 +08:00
lobehubbot
e95ed341b4
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-26 04:26:51 +00:00
semantic-release-bot
6553544fed
🔖 chore(release): v2.0.0-next.118 [skip ci]
...
## [Version 2.0.0-next.118](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.117...v2.0.0-next.118 )
<sup>Released on **2025-11-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Showing compatibility with both new and old versions of Plugins.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Showing compatibility with both new and old versions of Plugins, closes [#10418 ](https://github.com/lobehub/lobe-chat/issues/10418 ) ([64af7b1 ](https://github.com/lobehub/lobe-chat/commit/64af7b1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-26 04:25:29 +00:00
Arvin Xu
a5a8bde483
✅ test: fix tests snapshot ( #10434 )
...
fix snapshot
2025-11-26 12:12:44 +08:00
Shinji-Li
64af7b12ce
🐛 fix: Showing compatibility with both new and old versions of Plugins ( #10418 )
...
* fix: Showing compatibility with both new and old versions of Plugins
* fix: add mcp plugin detail as plugins return
2025-11-26 11:23:40 +08:00
LobeHub Bot
6924b81a38
✅ test: add unit tests for headersToRecord function ( #10412 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-26 01:27:14 +08:00
LobeHub Bot
e508f8abd2
🌐 chore: translate non-English comments to English in mcp service ( #10407 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-26 01:24:44 +08:00
lobehubbot
5ef00aeb73
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-25 17:07:38 +00:00
semantic-release-bot
c7c1757e44
🔖 chore(release): v2.0.0-next.117 [skip ci]
...
## [Version 2.0.0-next.117](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.116...v2.0.0-next.117 )
<sup>Released on **2025-11-25**</sup>
#### ✨ Features
- **misc**: Bedrock claude model thinking support.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Bedrock claude model thinking support, closes [#10422 ](https://github.com/lobehub/lobe-chat/issues/10422 ) ([8b41638 ](https://github.com/lobehub/lobe-chat/commit/8b41638 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-25 17:06:17 +00:00
YuTengjing
20ca43cc4f
🔨 chore: remove useless const file ( #10425 )
2025-11-26 00:51:17 +08:00
YuTengjing
8b41638755
✨ feat: bedrock claude model thinking support ( #10422 )
2025-11-26 00:42:36 +08:00
lobehubbot
5bab1a4bcf
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-25 16:29:55 +00:00
semantic-release-bot
1f42b9beec
🔖 chore(release): v2.0.0-next.116 [skip ci]
...
## [Version 2.0.0-next.116](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.115...v2.0.0-next.116 )
<sup>Released on **2025-11-25**</sup>
#### ✨ Features
- **misc**: Support nano banana pro.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support nano banana pro, closes [#10413 ](https://github.com/lobehub/lobe-chat/issues/10413 ) ([a93cfcd ](https://github.com/lobehub/lobe-chat/commit/a93cfcd ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-25 16:28:42 +00:00
Arvin Xu
a93cfcd703
✨ feat: support nano banana pro ( #10413 )
...
* fix nanobanana
* add types
* 完成 fetch sse 和 google ai 侧转换
* thinking
* ui for part render
* support image in thinking
* fix issue
* support convert content part
* support nano banana pro image generation
* fix tests
* fix tests
2025-11-26 00:16:44 +08:00
lobehubbot
b78f24c67f
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-25 06:47:24 +00:00
semantic-release-bot
78a0efad8b
🔖 chore(release): v2.0.0-next.115 [skip ci]
...
## [Version 2.0.0-next.115](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.114...v2.0.0-next.115 )
<sup>Released on **2025-11-25**</sup>
#### ✨ Features
- **misc**: Add Claude Opus 4.5 model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Claude Opus 4.5 model, closes [#10406 ](https://github.com/lobehub/lobe-chat/issues/10406 ) ([042005a ](https://github.com/lobehub/lobe-chat/commit/042005a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-25 06:46:10 +00:00
sxjeru
042005a5ea
✨ feat: Add Claude Opus 4.5 model ( #10406 )
2025-11-25 14:33:11 +08:00
lobehubbot
728cd02404
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-25 05:54:43 +00:00
semantic-release-bot
25898eb497
🔖 chore(release): v2.0.0-next.114 [skip ci]
...
## [Version 2.0.0-next.114](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.113...v2.0.0-next.114 )
<sup>Released on **2025-11-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Fixed the topic link dropdown error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fixed the topic link dropdown error, closes [#10408 ](https://github.com/lobehub/lobe-chat/issues/10408 ) ([864e3d5 ](https://github.com/lobehub/lobe-chat/commit/864e3d5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-25 05:53:28 +00:00
Shinji-Li
864e3d5aa3
🐛 fix: fixed the topic link dropdown error ( #10408 )
...
* fix: fixed the topic link jump problem
* fix: delete console.log
2025-11-25 13:41:44 +08:00
Lucas
d77288f925
Fix issue to avoid sync error in forked repos ( #10410 )
2025-11-25 13:02:45 +08:00
lobehubbot
3a50003228
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-25 03:12:45 +00:00
semantic-release-bot
83aff86dd7
🔖 chore(release): v2.0.0-next.113 [skip ci]
...
## [Version 2.0.0-next.113](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.112...v2.0.0-next.113 )
<sup>Released on **2025-11-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Fixed when desktop userId was change manytimes the aimodel not right.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fixed when desktop userId was change manytimes the aimodel not right, closes [#10389 ](https://github.com/lobehub/lobe-chat/issues/10389 ) ([3ed8153 ](https://github.com/lobehub/lobe-chat/commit/3ed8153 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-25 03:11:31 +00:00
Shinji-Li
3ed81539d0
🐛 fix: fixed when desktop userId was change manytimes the aimodel not right ( #10389 )
...
* fix: fixed when desktop userId was change manytimes the ai model catch not right
* feat: change the isSyncActive as second params
2025-11-25 10:58:34 +08:00
lobehubbot
021f955aeb
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-24 15:16:25 +00:00
semantic-release-bot
1d59c27aa6
🔖 chore(release): v2.0.0-next.112 [skip ci]
...
## [Version 2.0.0-next.112](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.111...v2.0.0-next.112 )
<sup>Released on **2025-11-24**</sup>
#### ♻ Code Refactoring
- **misc**: Optimize files schema definition.
#### 💄 Styles
- **misc**: Add Kimi K2 Thinking to Qwen Provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Optimize files schema definition, closes [#10403 ](https://github.com/lobehub/lobe-chat/issues/10403 ) ([cf28c87 ](https://github.com/lobehub/lobe-chat/commit/cf28c87 ))
#### Styles
* **misc**: Add Kimi K2 Thinking to Qwen Provider, closes [#10287 ](https://github.com/lobehub/lobe-chat/issues/10287 ) ([bd2e838 ](https://github.com/lobehub/lobe-chat/commit/bd2e838 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-24 15:15:10 +00:00
YuTengjing
cf28c87d3e
♻️ refactor: optimize files schema definition ( #10403 )
2025-11-24 23:03:09 +08:00
bbbugg
bd2e8387dc
💄 style: add Kimi K2 Thinking to Qwen Provider ( #10287 )
...
* 💄 style: add GLM-4.6 and Kimi K2 Thinking to Qwen
* 💄 style: update Qwen model configurations and extend reasoning capabilities
2025-11-24 22:55:58 +08:00
lobehubbot
57208ee8a5
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-24 13:29:13 +00:00
semantic-release-bot
9383d42a81
🔖 chore(release): v2.0.0-next.111 [skip ci]
...
## [Version 2.0.0-next.111](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.110...v2.0.0-next.111 )
<sup>Released on **2025-11-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix db migration snapshot not align with db schema, Separate agent file injection from knowledge base RAG search.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix db migration snapshot not align with db schema, closes [#10399 ](https://github.com/lobehub/lobe-chat/issues/10399 ) ([760105a ](https://github.com/lobehub/lobe-chat/commit/760105a ))
* **misc**: Separate agent file injection from knowledge base RAG search, closes [#10398 ](https://github.com/lobehub/lobe-chat/issues/10398 ) ([e1c813a ](https://github.com/lobehub/lobe-chat/commit/e1c813a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-24 13:27:50 +00:00
Arvin Xu
760105adb2
🐛 fix: fix db migration snapshot not align with db schema ( #10399 )
...
* fix db sql
* clean
2025-11-24 21:15:25 +08:00
Arvin Xu
e1c813a301
🐛 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
2025-11-24 21:14:21 +08:00
Neko
9caacde1c1
🔨 chore(database): added user memory db model ( #10062 )
...
* feat(database): added user memory db model
* fix: types, omit vector columsn
* test: adding more tests
* test: missing tests
* chore: circular dependency
* test: missing tests
* test: missing tests
* chore: use merge(...) for merging fields & properties, added tests
2025-11-24 19:30:05 +08:00
lobehubbot
2711450436
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-24 07:34:59 +00:00
semantic-release-bot
da9ca7e921
🔖 chore(release): v2.0.0-next.110 [skip ci]
...
## [Version 2.0.0-next.110](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.109...v2.0.0-next.110 )
<sup>Released on **2025-11-24**</sup>
#### 💄 Styles
- **misc**: Add hyperlink to each topic & pinned agent, support ContextMenu on ChatItem.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add hyperlink to each topic & pinned agent, closes [#10367 ](https://github.com/lobehub/lobe-chat/issues/10367 ) ([63e4b3d ](https://github.com/lobehub/lobe-chat/commit/63e4b3d ))
* **misc**: Support ContextMenu on ChatItem, closes [#9034 ](https://github.com/lobehub/lobe-chat/issues/9034 ) ([27c1154 ](https://github.com/lobehub/lobe-chat/commit/27c1154 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-24 07:33:41 +00:00
sxjeru
63e4b3d731
💄 style: Add hyperlink to each topic & pinned agent ( #10367 )
...
* ✨ feat: refactor TopicItem to use Link for navigation and improve URL handling
* 🐛 fix: remove enabled property from Gemini 3 Pro model definition
* ✨ feat: add link to session chat in pinned agent list
2025-11-24 15:20:24 +08:00
Shinji-Li
27c1154210
💄 style: support ContextMenu on ChatItem ( #9034 )
...
* feat: add chatitem right click contextMenu
* fix: soft key fixed
* feat: add contextMenu used box
* feat: add commons contextMenuMode settings config
* feat: add i18n
* feat: update contextmenu use
* fix: add lost merge files
* fix: add lost className
* fix: lint fixed
* feat: add expand & collapse fc in contextMenu
* fix: delete the onShare callback
* fix: refactor contextMenu
* feat: update i18n
2025-11-24 15:19:15 +08:00
Arvin Xu
1fb7b292ca
⚡ ️ perf: move settings into one page ( #10229 )
...
* move settings into one page
* fix: change the jump link to react-router-dom
---------
Co-authored-by: ONLY-yours <1349021570@qq.com >
2025-11-24 15:10:41 +08:00
lobehubbot
3e820fd6b7
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-24 05:57:26 +00:00
semantic-release-bot
9d6a8faaa1
🔖 chore(release): v2.0.0-next.109 [skip ci]
...
## [Version 2.0.0-next.109](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.108...v2.0.0-next.109 )
<sup>Released on **2025-11-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Fixed the knowledge files cant open error.
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fixed the knowledge files cant open error, closes [#10386 ](https://github.com/lobehub/lobe-chat/issues/10386 ) ([8104c77 ](https://github.com/lobehub/lobe-chat/commit/8104c77 ))
#### Styles
* **misc**: Update i18n, closes [#10368 ](https://github.com/lobehub/lobe-chat/issues/10368 ) ([ed707af ](https://github.com/lobehub/lobe-chat/commit/ed707af ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-24 05:56:09 +00:00
LobeHub Bot
ed707af91c
🤖 style: update i18n ( #10368 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-11-24 13:42:35 +08:00
LobeHub Bot
5bfe36d28f
🌐 chore: translate non-English comments to English in src/server/globalConfig ( #10382 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-24 13:39:40 +08:00
Shinji-Li
8104c774d5
🐛 fix: fixed the knowledge files cant open error ( #10386 )
...
fix: fixed the knowledge files cant open error
2025-11-24 13:38:03 +08:00
lobehubbot
c5fb6c8288
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-24 02:59:52 +00:00
semantic-release-bot
5b235891f3
🔖 chore(release): v2.0.0-next.108 [skip ci]
...
## [Version 2.0.0-next.108](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.107...v2.0.0-next.108 )
<sup>Released on **2025-11-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Fixed the pinned session not work.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fixed the pinned session not work, closes [#10323 ](https://github.com/lobehub/lobe-chat/issues/10323 ) ([224f999 ](https://github.com/lobehub/lobe-chat/commit/224f999 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-24 02:58:37 +00:00
Shinji-Li
224f9998df
🐛 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
2025-11-24 10:46:10 +08:00
LobeHub Bot
f8a24d22e3
🌐 chore: translate non-English comments to English in packages/model-bank ( #10373 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-23 22:09:49 +08:00
lobehubbot
f32b0d9ff8
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-23 14:05:11 +00:00
semantic-release-bot
7645475640
🔖 chore(release): v2.0.0-next.107 [skip ci]
...
## [Version 2.0.0-next.107](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.106...v2.0.0-next.107 )
<sup>Released on **2025-11-23**</sup>
#### 💄 Styles
- **misc**: Optimize nana banana pro error message.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Optimize nana banana pro error message, closes [#10378 ](https://github.com/lobehub/lobe-chat/issues/10378 ) ([cb34757 ](https://github.com/lobehub/lobe-chat/commit/cb34757 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-23 14:03:57 +00:00
YuTengjing
cb34757743
💄 style: optimize nana banana pro error message ( #10378 )
2025-11-23 21:51:00 +08:00
lobehubbot
cdc71b26c6
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-23 12:33:33 +00:00
semantic-release-bot
3aa39a651e
🔖 chore(release): v2.0.0-next.106 [skip ci]
...
## [Version 2.0.0-next.106](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.105...v2.0.0-next.106 )
<sup>Released on **2025-11-23**</sup>
#### ✨ Features
- **misc**: Add nano-banana-pro model support and optimization.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add nano-banana-pro model support and optimization, closes [#10376 ](https://github.com/lobehub/lobe-chat/issues/10376 ) ([5349bdc ](https://github.com/lobehub/lobe-chat/commit/5349bdc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-23 12:32:24 +00:00
YuTengjing
5349bdcabf
✨ feat: Add nano-banana-pro model support and optimization ( #10376 )
2025-11-23 20:19:51 +08:00
lobehubbot
5bbb303806
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-23 11:38:03 +00:00
semantic-release-bot
29f19637d3
🔖 chore(release): v2.0.0-next.105 [skip ci]
...
## [Version 2.0.0-next.105](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.104...v2.0.0-next.105 )
<sup>Released on **2025-11-23**</sup>
#### 🐛 Bug Fixes
- **operation**: Isolate loading state to current active topic.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **operation**: Isolate loading state to current active topic, closes [#10360 ](https://github.com/lobehub/lobe-chat/issues/10360 ) ([c568369 ](https://github.com/lobehub/lobe-chat/commit/c568369 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-23 11:36:36 +00:00
Arvin Xu
c568369c69
🐛 fix(operation): isolate loading state to current active topic ( #10360 )
...
* fix(operation): isolate loading state to current active topic
- Modified isMainWindowAgentRuntimeRunning to only check operations in current active topic
- Prevents loading state from other topics affecting the send button
- Added comprehensive test case to verify topic isolation
- Fixes issue where switching topics would still show loading state from previous topic
* test: fix isMainWindowAgentRuntimeRunning tests to set active context
- Added activeId and activeTopicId setup in test cases
- Ensured operation context matches active context for proper filtering
- Fixed tests to align with new getCurrentContextOperations-based implementation
* fix: change activeTopicId from null to undefined in tests
- Fixed TypeScript type error where null is not assignable to string | undefined
- Changed all activeTopicId: null to activeTopicId: undefined
* fix: check if operation's message is in current displayed messages
- Changed from using getCurrentContextOperations to checking message presence
- Prevents loading state from showing when switching back to default topic
- Operation's context topicId is captured at creation time and doesn't update
- Now checks if operation's message is in activeDisplayMessages instead
* refactor
* refactor to fix
* try to fix stylelint ci issue
* fix tests
* fix tests
2025-11-23 19:24:40 +08:00
renovate[bot]
19f7d74652
Update dependency electron-vite to v4 ( #9007 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-23 15:41:12 +08:00
renovate[bot]
ee6b2ea3b9
Update dependency uuid to v13 ( #9983 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-23 15:40:37 +08:00
renovate[bot]
5518b822ca
Update dependency vite to v7 ( #10328 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-23 15:39:15 +08:00
sxjeru
9f20ec4135
🔨 chore: Support Interleaved thinking in kimi-k2-thinking ( #10256 )
...
✨ feat(moonshot): 添加 Kimi K2 思考模型及其高速版本,增强聊天模型功能
2025-11-23 00:16:52 +08:00
LobeHub Bot
89a0fa5337
🌐 chore: translate non-English comments to English in packages/utils ( #10351 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-22 23:18:55 +08:00
lobehubbot
1cb9c5a3f2
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-22 11:29:10 +00:00
semantic-release-bot
5cb0c2a2d0
🔖 chore(release): v2.0.0-next.104 [skip ci]
...
## [Version 2.0.0-next.104](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.103...v2.0.0-next.104 )
<sup>Released on **2025-11-22**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#10349 ](https://github.com/lobehub/lobe-chat/issues/10349 ) ([3482d38 ](https://github.com/lobehub/lobe-chat/commit/3482d38 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-22 11:28:04 +00:00
LobeHub Bot
3482d38ae5
🤖 style: update i18n ( #10349 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-11-22 19:15:14 +08:00
lobehubbot
12d29d9a4d
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-22 10:43:48 +00:00
semantic-release-bot
530c328816
🔖 chore(release): v2.0.0-next.103 [skip ci]
...
## [Version 2.0.0-next.103](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.102...v2.0.0-next.103 )
<sup>Released on **2025-11-22**</sup>
#### 🐛 Bug Fixes
- **misc**: Hide ai image config item in settings category.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Hide ai image config item in settings category, closes [#10066 ](https://github.com/lobehub/lobe-chat/issues/10066 ) ([90354eb ](https://github.com/lobehub/lobe-chat/commit/90354eb ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-22 10:42:32 +00:00
wenhua
90354ebde3
🐛 fix: hide ai image config item in settings category ( #10066 )
...
* fix(settings): hide ai image config item in settings category
* fix(settings): Add `showAiImage` to the useMemo dependency array
So the menu re-renders when that flag changes.
2025-11-22 18:30:23 +08:00
YuTengjing
40751393d1
feat: add release date for multiple AI chat models ( #10357 )
2025-11-22 17:42:30 +08:00
YuTengjing
5b1a9340fa
chore: add new badge for image model list ( #10356 )
2025-11-22 14:40:12 +08:00
lobehubbot
1f00351815
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-22 05:49:01 +00:00
semantic-release-bot
7afbf36f9d
🔖 chore(release): v2.0.0-next.102 [skip ci]
...
## [Version 2.0.0-next.102](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.101...v2.0.0-next.102 )
<sup>Released on **2025-11-22**</sup>
#### ✨ Features
- **misc**: Add new provider ZenMux & Gemini 3 Pro Image Preview.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add new provider ZenMux & Gemini 3 Pro Image Preview, closes [#10310 ](https://github.com/lobehub/lobe-chat/issues/10310 ) ([f2291e4 ](https://github.com/lobehub/lobe-chat/commit/f2291e4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-22 05:47:45 +00:00
sxjeru
f2291e4fc8
✨ feat: Add new provider ZenMux & Gemini 3 Pro Image Preview ( #10310 )
...
Co-authored-by: YuTengjing <ytj2713151713@gmail.com >
2025-11-22 13:36:05 +08:00
lobehubbot
ac4d102bef
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-22 05:22:40 +00:00
semantic-release-bot
b0f71e774b
🔖 chore(release): v2.0.0-next.101 [skip ci]
...
## [Version 2.0.0-next.101](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.100...v2.0.0-next.101 )
<sup>Released on **2025-11-22**</sup>
#### ✨ Features
- **misc**: Support bedrok prompt cache and usage compute.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support bedrok prompt cache and usage compute, closes [#10337 ](https://github.com/lobehub/lobe-chat/issues/10337 ) ([beb9471 ](https://github.com/lobehub/lobe-chat/commit/beb9471 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-22 05:21:30 +00:00
YuTengjing
beb9471e15
✨ feat: support bedrok prompt cache and usage compute ( #10337 )
2025-11-22 13:09:07 +08:00
lobehubbot
8b63246491
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-21 16:16:08 +00:00
semantic-release-bot
9195ba922a
🔖 chore(release): v2.0.0-next.100 [skip ci]
...
## [Version 2.0.0-next.100](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.99...v2.0.0-next.100 )
<sup>Released on **2025-11-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Gemini 3 Pro does not display thought summaries.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Gemini 3 Pro does not display thought summaries, closes [#10345 ](https://github.com/lobehub/lobe-chat/issues/10345 ) ([89e296a ](https://github.com/lobehub/lobe-chat/commit/89e296a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-21 16:14:53 +00:00
sxjeru
89e296a1c3
🐛 fix: Gemini 3 Pro does not display thought summaries ( #10345 )
...
* 💄 style: update filter logic to retain thoughtSignature metadata in Google stream processing
* add tests
2025-11-22 00:02:23 +08:00
lobehubbot
9a799ec6a8
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-21 14:21:26 +00:00
semantic-release-bot
ef7b5b6730
🔖 chore(release): v2.0.0-next.99 [skip ci]
...
## [Version 2.0.0-next.99](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.98...v2.0.0-next.99 )
<sup>Released on **2025-11-21**</sup>
#### ✨ Features
- **misc**: Refactor to use kb search tool.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Refactor to use kb search tool, closes [#10340 ](https://github.com/lobehub/lobe-chat/issues/10340 ) ([291ff3c ](https://github.com/lobehub/lobe-chat/commit/291ff3c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-21 14:20:03 +00:00
Arvin Xu
291ff3cc42
✨ feat: refactor to use kb search tool ( #10340 )
...
* fix all render
* add kb builtin tool
* 完成知识库搜索功能
* 初步完成知识库读取实现
* finish display
* fix
* fix
* fix
* fix server api mode
* update i18n
2025-11-21 22:05:41 +08:00
Neko
0286d1e15a
🔨 chore: relax codecov with 1% diff threshold ( #10326 )
...
* chore: relax codecov with 1% diff threshold
* Update codecov.yml
2025-11-21 21:03:52 +08:00
LobeHub Bot
c316414277
✅ test: add unit tests for FileService ( #10341 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-21 21:03:05 +08:00
lobehubbot
3bfc1d2dcf
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-21 10:11:59 +00:00
semantic-release-bot
e600d471b2
🔖 chore(release): v2.0.0-next.98 [skip ci]
...
## [Version 2.0.0-next.98](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.97...v2.0.0-next.98 )
<sup>Released on **2025-11-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Fixed changelog pages and open again.
#### 💄 Styles
- **misc**: Fix some translations.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fixed changelog pages and open again, closes [#10285 ](https://github.com/lobehub/lobe-chat/issues/10285 ) ([871d141 ](https://github.com/lobehub/lobe-chat/commit/871d141 ))
#### Styles
* **misc**: Fix some translations, closes [#10343 ](https://github.com/lobehub/lobe-chat/issues/10343 ) ([ed193e0 ](https://github.com/lobehub/lobe-chat/commit/ed193e0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-21 10:10:33 +00:00
René Wang
ed193e096b
💄 style: Fix some translations ( #10343 )
...
* fix: Add missing i18n
* fix: Add missing translation
* fix: Fix wrong translation
* fix: translation
* fix: Address wrong translation
2025-11-21 17:56:57 +08:00
René Wang
eea41dcb82
👷 build: Add slug to documents table ( #10299 )
...
* feat: Add SLUG
* fix: CI
* feat: Update constairnt
* fix: Remove slug from files
* fix: Test error
2025-11-21 17:56:08 +08:00
Shinji-Li
871d1416cc
🐛 fix: fixed changelog pages and open again ( #10285 )
...
* feat: fixed changelog pages and open again
* fix: add discover use dynamic import
* fix: update the routers
* fix: change the pre build mts
2025-11-21 17:47:13 +08:00
renovate[bot]
6d96dec672
Update opentelemetry-js-contrib monorepo ( #10254 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-21 14:20:04 +08:00
renovate[bot]
fd93f6d0c7
Update dependency node to v24.11.1 ( #10327 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-21 14:18:45 +08:00
René Wang
c0542e80a3
🔨 chore: Add CI to Check console.log ( #10333 )
...
* lint: Clean breakpoints
* build: Add CI to check
* build: Add `next` branch
* build: Remove markdown files
* fix: CI hang out
* fix: Show warning on GitHub
* feat: Send comment
* fix: CI error
* fix: show file list
2025-11-21 14:18:10 +08:00
lobehubbot
4c7ebd5b39
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-21 04:08:06 +00:00
semantic-release-bot
e893886082
🔖 chore(release): v2.0.0-next.97 [skip ci]
...
## [Version 2.0.0-next.97](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.96...v2.0.0-next.97 )
<sup>Released on **2025-11-21**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor Conversation to ChatList.
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor Conversation to ChatList, closes [#10330 ](https://github.com/lobehub/lobe-chat/issues/10330 ) ([bca70e2 ](https://github.com/lobehub/lobe-chat/commit/bca70e2 ))
#### Styles
* **misc**: Update i18n, closes [#10338 ](https://github.com/lobehub/lobe-chat/issues/10338 ) ([9c8cf81 ](https://github.com/lobehub/lobe-chat/commit/9c8cf81 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-21 04:06:49 +00:00
Arvin Xu
bca70e2057
♻️ refactor: refactor Conversation to ChatList ( #10330 )
...
* update
* update
* update
* update
* 🐛 fix(test): update test mocks to use ChatList instead of Conversation
- Update AssistantMessageExtra test mocks from @/features/Conversation/components/Extras/* to @/features/ChatList/components/Extras/*
- Update ComfyUIForm test mock from @/features/Conversation/Error/style to @/features/ChatList/Error/style
Fixes module resolution errors after Conversation -> ChatList refactor
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-21 11:52:50 +08:00
LobeHub Bot
1ed9424166
🌐 chore: translate non-English comments to English in services and desktop modules ( #10339 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-21 11:43:09 +08:00
LobeHub Bot
9c8cf81759
🤖 style: update i18n ( #10338 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-11-21 11:42:30 +08:00
lobehubbot
e7657cf5bc
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-20 15:41:37 +00:00
semantic-release-bot
e83561dffa
🔖 chore(release): v2.0.0-next.96 [skip ci]
...
## [Version 2.0.0-next.96](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.95...v2.0.0-next.96 )
<sup>Released on **2025-11-20**</sup>
#### ✨ Features
- **misc**: Support Command Menu (CMD + J).
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support Command Menu (CMD + J), closes [#10271 ](https://github.com/lobehub/lobe-chat/issues/10271 ) ([a9aed0b ](https://github.com/lobehub/lobe-chat/commit/a9aed0b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-20 15:40:17 +00:00
René Wang
a9aed0bc44
✨ feat: support Command Menu (CMD + J) ( #10271 )
...
* feat: Init
* feat: Add more commands
* opti: Use lazy load
* feat: More command
* fix: CMDK position
* style: Add shortkey hint
* feat: Add entry
* feat: Add About entries
* feat: Add shortcut hint
* feat: Create agent in CMDK
* feat: Ues cmd + J temproraily
* fix: Add missing translation
2025-11-20 23:27:08 +08:00
LobeHub Bot
9472001461
✅ test: add unit tests for conversation-flow indexing and structuring ( #10322 )
...
Add comprehensive unit tests for the core parsing phases:
- indexing.ts: Phase 1 helper map building
- structuring.ts: Phase 2 tree construction
Tests cover:
- messageMap, childrenMap, threadMap, messageGroupMap building
- Tree building with branches, threads, and edge cases
- Performance testing for large datasets
- Integration scenarios
32 new test cases added, all passing.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-20 22:29:02 +08:00
lobehubbot
c8c28f2f1a
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-20 13:40:44 +00:00
Shinji-Li
5777977ff1
chore: update the settings/model pages change model error ( #10324 )
...
* chore: update the settings/model the change model error
* fix: add first common active tab
2025-11-20 19:59:03 +08:00
lobehubbot
4ae407844e
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-20 10:11:19 +00:00
semantic-release-bot
ba3c7e6068
🔖 chore(release): v2.0.0-next.95 [skip ci]
...
## [Version 2.0.0-next.95](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.94...v2.0.0-next.95 )
<sup>Released on **2025-11-20**</sup>
#### ✨ Features
- **misc**: Add Security Blacklist for agent runtime.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Security Blacklist for agent runtime, closes [#10325 ](https://github.com/lobehub/lobe-chat/issues/10325 ) ([deab4d0 ](https://github.com/lobehub/lobe-chat/commit/deab4d0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-20 10:10:06 +00:00
Arvin Xu
deab4d0386
✨ feat: add Security Blacklist for agent runtime ( #10325 )
2025-11-20 17:57:45 +08:00
lobehubbot
a41230ea11
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-20 05:21:35 +00:00
semantic-release-bot
f6dbc1eb2f
🔖 chore(release): v2.0.0-next.94 [skip ci]
...
## [Version 2.0.0-next.94](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.93...v2.0.0-next.94 )
<sup>Released on **2025-11-20**</sup>
#### 🐛 Bug Fixes
- **misc**: Provider settings button unable to redirect.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Provider settings button unable to redirect, closes [#10319 ](https://github.com/lobehub/lobe-chat/issues/10319 ) ([e025fec ](https://github.com/lobehub/lobe-chat/commit/e025fec ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-20 05:20:21 +00:00
sxjeru
e025fec9f0
🐛 fix: provider settings button unable to redirect ( #10319 )
...
* 🔧 refactor: replace Next.js router with React Router for navigation in ModelSwitchPanel
* 🔧 feat: 添加新多模态模型 Grok 4.1 Fast 和 Grok 4.1 Fast (Non-Reasoning) 到 xai.ts
2025-11-20 13:08:09 +08:00
lobehubbot
4d64d9d045
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-20 03:50:35 +00:00
semantic-release-bot
3730b89f7d
🔖 chore(release): v2.0.0-next.93 [skip ci]
...
## [Version 2.0.0-next.93](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.92...v2.0.0-next.93 )
<sup>Released on **2025-11-20**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#10317 ](https://github.com/lobehub/lobe-chat/issues/10317 ) ([8fb9890 ](https://github.com/lobehub/lobe-chat/commit/8fb9890 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-20 03:49:19 +00:00
LobeHub Bot
8fb9890737
🤖 style: update i18n ( #10317 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-11-20 11:35:17 +08:00
LobeHub Bot
02d2121355
🌐 chore: translate non-English comments to English in packages/database ( #10318 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-20 11:34:31 +08:00
Shinji-Li
fe352ff330
⚡ ️ perf: delete profiles slug page & settings page ( #10316 )
...
* fix: delete profiles slug pages
* fix: delete settings
2025-11-20 11:33:53 +08:00
lobehubbot
c7f0a38b57
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-19 16:51:01 +00:00
semantic-release-bot
5d8648c7d6
🔖 chore(release): v2.0.0-next.92 [skip ci]
...
## [Version 2.0.0-next.92](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.91...v2.0.0-next.92 )
<sup>Released on **2025-11-19**</sup>
#### 💄 Styles
- **misc**: Remove debug console logs and add loading state.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Remove debug console logs and add loading state, closes [#10314 ](https://github.com/lobehub/lobe-chat/issues/10314 ) ([094cdff ](https://github.com/lobehub/lobe-chat/commit/094cdff ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-19 16:49:55 +00:00
Arvin Xu
094cdff097
💄 style: remove debug console logs and add loading state ( #10314 )
...
perf
2025-11-20 00:32:33 +08:00
lobehubbot
83e0cea322
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-19 16:17:38 +00:00
semantic-release-bot
21c67d6700
🔖 chore(release): v2.0.0-next.91 [skip ci]
...
## [Version 2.0.0-next.91](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.90...v2.0.0-next.91 )
<sup>Released on **2025-11-19**</sup>
#### 🐛 Bug Fixes
- **misc**: Fixed the hydrated false problem.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fixed the hydrated false problem, closes [#10308 ](https://github.com/lobehub/lobe-chat/issues/10308 ) ([340aa2a ](https://github.com/lobehub/lobe-chat/commit/340aa2a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-19 16:16:27 +00:00
Shinji-Li
340aa2a9e9
🐛 fix: fixed the hydrated false problem ( #10308 )
...
* fix: fixed the hydrated error problem
* fix: use next/dynamic to replace react-router-dom lazy import
* fix: add registor NavigatorRegistrar back
* fix: add dynamic loading components
* fix: change the dynamic config
* fix: add losting loading layout
* fix: delete useless memo
* fix: add ErrorBoundary in some layout
2025-11-20 00:04:04 +08:00
lobehubbot
a7d1878630
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-19 14:38:29 +00:00
semantic-release-bot
6a2d439f5c
🔖 chore(release): v2.0.0-next.90 [skip ci]
...
## [Version 2.0.0-next.90](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.89...v2.0.0-next.90 )
<sup>Released on **2025-11-19**</sup>
#### 💄 Styles
- **misc**: Extract StatusIndicator component and improve tools display.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Extract StatusIndicator component and improve tools display, closes [#10311 ](https://github.com/lobehub/lobe-chat/issues/10311 ) ([b5ae53a ](https://github.com/lobehub/lobe-chat/commit/b5ae53a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-19 14:37:18 +00:00
Arvin Xu
b5ae53ab30
💄 style: extract StatusIndicator component and improve tools display ( #10311 )
...
improve
2025-11-19 22:24:01 +08:00
YuTengjing
474af231b5
🔧 chore: sync cloud changes ( #10307 )
2025-11-19 19:05:38 +08:00
lobehubbot
7ec5594e1c
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-19 09:38:11 +00:00
semantic-release-bot
ffff700c6c
🔖 chore(release): v2.0.0-next.89 [skip ci]
...
## [Version 2.0.0-next.89](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.88...v2.0.0-next.89 )
<sup>Released on **2025-11-19**</sup>
#### ✨ Features
- **misc**: Support gemini 3.0 tools calling.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support gemini 3.0 tools calling, closes [#10301 ](https://github.com/lobehub/lobe-chat/issues/10301 ) ([7114fc1 ](https://github.com/lobehub/lobe-chat/commit/7114fc1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-19 09:37:02 +00:00
Arvin Xu
7114fc10c4
✨ feat: support gemini 3.0 tools calling ( #10301 )
...
* fix error display
* 完整支持 gemini 的 Function calling 机制
* add fetchsse
* fix continue mode
* improve
* refactor
* fix
2025-11-19 17:24:46 +08:00
lobehubbot
973367c7ac
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-19 06:11:56 +00:00
semantic-release-bot
d1c57a1f97
🔖 chore(release): v2.0.0-next.88 [skip ci]
...
## [Version 2.0.0-next.88](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.87...v2.0.0-next.88 )
<sup>Released on **2025-11-19**</sup>
#### 💄 Styles
- **misc**: Fully support Gemini 3.0 model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fully support Gemini 3.0 model, closes [#10292 ](https://github.com/lobehub/lobe-chat/issues/10292 ) ([6545ef8 ](https://github.com/lobehub/lobe-chat/commit/6545ef8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-19 06:10:46 +00:00
sxjeru
6545ef863c
💄 style: Fully support Gemini 3.0 model ( #10292 )
...
* feat: 添加 Gemini 3 Pro 模型并移除 Gemini 2.0 Flash 预览模型
* feat: 添加思考水平功能,更新相关模型和配置
* feat: 添加 Gemini 3 Pro 模型并移除旧版 Gemini 2.5 Flash 和 Flash-Lite 模型
* feat: 添加 Gemini 3 Pro 预览模型及其相关配置
* fix: 调整 ThinkingLevelSlider 组件的最小宽度为 130
* fix: 修正对 3.0 模型的思考级别判断条件
2025-11-19 13:57:52 +08:00
lobehubbot
de60a6732e
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-19 05:14:48 +00:00
semantic-release-bot
d178d4f931
🔖 chore(release): v2.0.0-next.87 [skip ci]
...
## [Version 2.0.0-next.87](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.86...v2.0.0-next.87 )
<sup>Released on **2025-11-19**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor chat selectors.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor chat selectors, closes [#10274 ](https://github.com/lobehub/lobe-chat/issues/10274 ) ([0a056f3 ](https://github.com/lobehub/lobe-chat/commit/0a056f3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-19 05:13:36 +00:00
Arvin Xu
0a056f3f0b
♻️ refactor: refactor chat selectors ( #10274 )
...
refactor chat selectors to displayMessageSelectors
2025-11-19 13:00:03 +08:00
lobehubbot
c5d71fe165
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-19 04:02:23 +00:00
semantic-release-bot
741f588cae
🔖 chore(release): v2.0.0-next.86 [skip ci]
...
## [Version 2.0.0-next.86](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.85...v2.0.0-next.86 )
<sup>Released on **2025-11-19**</sup>
#### ✨ Features
- **misc**: Support user abort in the agent runtime.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support user abort in the agent runtime, closes [#10289 ](https://github.com/lobehub/lobe-chat/issues/10289 ) ([0925069 ](https://github.com/lobehub/lobe-chat/commit/0925069 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-19 04:01:07 +00:00
Arvin Xu
092506906a
✨ feat: support user abort in the agent runtime ( #10289 )
...
* use operation
* add integration tests
* refactor context to operation id
* refactor to support cancel ai streaming
* refactor to support to cancel tools calling
* add finish type
* 初步实现 agent runtime 的中断逻辑
* refactor agent runtime config
* debug cancel
* 完成 tool operation 调用重构
* add tests
* fix tests
* fix tests
* refactor state to isAgentRuntimeRunning
* fix loading state
* add more tests
* ✅ test: add test for human_abort extractAbortInfo path
- Add test for unified abort check with human_abort phase
- Covers extractAbortInfo lines 140-145
- Improves GeneralChatAgent coverage to 100% statements
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* fix
* auto clean up
* 🐛 fix: prevent showing success status when tool execution is cancelled
- Add abort check after tool execution completes
- Skip completion and success logging if operation was cancelled during execution
- Prevents race condition where success message shows before abort status
- Add test for tool execution cancelled during execution scenario
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* fix thread send
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-19 11:48:51 +08:00
LobeHub Bot
e8c7d1c568
🌐 chore: translate non-English comments to English in networkProxy ( #10293 )
...
🌐 chore: translate non-English comments to English in networkProxy module
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-19 11:42:31 +08:00
lobehubbot
61bb8aeaf2
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-19 03:13:14 +00:00
semantic-release-bot
caaa331002
🔖 chore(release): v2.0.0-next.85 [skip ci]
...
## [Version 2.0.0-next.85](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.84...v2.0.0-next.85 )
<sup>Released on **2025-11-19**</sup>
#### 🐛 Bug Fixes
- **misc**: Slove discover pagination router.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Slove discover pagination router, closes [#10294 ](https://github.com/lobehub/lobe-chat/issues/10294 ) ([fcda0b5 ](https://github.com/lobehub/lobe-chat/commit/fcda0b5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-19 03:12:04 +00:00
Shinji-Li
fcda0b50f1
🐛 fix: slove discover pagination router ( #10294 )
...
fix: slove discover pagination router
2025-11-19 10:58:31 +08:00
lobehubbot
53a2c30a75
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-19 02:15:09 +00:00
semantic-release-bot
203fdc4b22
🔖 chore(release): v2.0.0-next.84 [skip ci]
...
## [Version 2.0.0-next.84](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.83...v2.0.0-next.84 )
<sup>Released on **2025-11-19**</sup>
#### 💄 Styles
- **misc**: Add Gemini 3.0 Pro Preview to Google Provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Gemini 3.0 Pro Preview to Google Provider, closes [#10290 ](https://github.com/lobehub/lobe-chat/issues/10290 ) ([25c4358 ](https://github.com/lobehub/lobe-chat/commit/25c4358 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-19 02:14:01 +00:00
泠音
25c43587de
💄 style: add Gemini 3.0 Pro Preview to Google Provider ( #10290 )
...
* 💄 style: add Gemini 3.0 Pro Preview Thinking to Google Provider
* Update google.ts
* fix model id
2025-11-19 09:59:36 +08:00
lobehubbot
2cd2ca9a23
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-19 01:36:26 +00:00
semantic-release-bot
7636344e07
🔖 chore(release): v2.0.0-next.83 [skip ci]
...
## [Version 2.0.0-next.83](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.82...v2.0.0-next.83 )
<sup>Released on **2025-11-19**</sup>
#### ✨ Features
- **misc**: New API support switch Responses API mode.
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: New API support switch Responses API mode, closes [#9776 ](https://github.com/lobehub/lobe-chat/issues/9776 ) [#9916 ](https://github.com/lobehub/lobe-chat/issues/9916 ) [#9997 ](https://github.com/lobehub/lobe-chat/issues/9997 ) [#9916 ](https://github.com/lobehub/lobe-chat/issues/9916 ) ([d0ee3df ](https://github.com/lobehub/lobe-chat/commit/d0ee3df ))
#### Styles
* **misc**: Update i18n, closes [#10291 ](https://github.com/lobehub/lobe-chat/issues/10291 ) ([1c9f0d9 ](https://github.com/lobehub/lobe-chat/commit/1c9f0d9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-19 01:35:16 +00:00
LobeHub Bot
1c9f0d9b72
🤖 style: update i18n ( #10291 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-11-19 09:22:50 +08:00
sxjeru
d0ee3df579
✨ feat: New API support switch Responses API mode ( #9776 )
...
* ✨ feat: 添加对新API和路由类型的支持,更新相关配置以启用Responses API
* fix: 更新测试文件中的console.error和console.debug实现,确保输出格式一致;在CreateNewProvider组件中调整provider图标映射逻辑
* ✨ feat: 更新novita和qwen模型,调整定价策略,添加新模型及其功能
* 🐛 fix: OIDC error when connecting to self-host instance (#9916 )
fix: oidc/consent redirect header
* ✨ feat: 添加 MiniMax M2 和 Qwen3 VL 235B Instruct 模型,更新模型属性
🔧 fix: 修复免费标识逻辑,确保正确判断模型是否免费
* ✨ feat: 添加 MiniMax-M2 模型,更新 SiliconCloud 和 Vercel AI Gateway 模型信息,调整 Kimi K2 的上下文窗口大小
* fix test
* 📝 docs: update ComfyUI documentation cover image URL (#9997 )
* 🔖 chore(release): v1.142.9 [skip ci]
### [Version 1.142.9](https://github.com/lobehub/lobe-chat/compare/v1.142.8...v1.142.9 )
<sup>Released on **2025-11-02**</sup>
#### 🐛 Bug Fixes
- **misc**: OIDC error when connecting to self-host instance.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: OIDC error when connecting to self-host instance, closes [#9916 ](https://github.com/lobehub/lobe-chat/issues/9916 ) ([2e2b9c4 ](https://github.com/lobehub/lobe-chat/commit/2e2b9c4 ))
</details>
<div align="right">
[](#readme-top)
</div>
* 📝 docs(bot): Auto sync agents & plugin to readme
* 优化 Responses API 处理逻辑,优化错误处理和流数据转换
---------
Co-authored-by: Aloxaf <bailong104@gmail.com >
2025-11-19 00:53:18 +08:00
lobehubbot
3ad336fa28
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-18 16:51:14 +00:00
semantic-release-bot
92b65f7b7a
🔖 chore(release): v2.0.0-next.82 [skip ci]
...
## [Version 2.0.0-next.82](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.81...v2.0.0-next.82 )
<sup>Released on **2025-11-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix noisy error notification.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix noisy error notification, closes [#10286 ](https://github.com/lobehub/lobe-chat/issues/10286 ) ([9ea680c ](https://github.com/lobehub/lobe-chat/commit/9ea680c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-18 16:50:01 +00:00
Arvin Xu
9ea680c96d
🐛 fix: fix noisy error notification ( #10286 )
...
fix error notifcation
2025-11-19 00:38:11 +08:00
lobehubbot
457e7c130d
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-18 09:22:34 +00:00
semantic-release-bot
4d8053bebe
🔖 chore(release): v2.0.0-next.81 [skip ci]
...
## [Version 2.0.0-next.81](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.80...v2.0.0-next.81 )
<sup>Released on **2025-11-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Slove when logout always show loading.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Slove when logout always show loading, closes [#10284 ](https://github.com/lobehub/lobe-chat/issues/10284 ) ([d91fb73 ](https://github.com/lobehub/lobe-chat/commit/d91fb73 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-18 09:21:22 +00:00
Shinji-Li
d91fb73f68
🐛 fix: slove when logout always show loading ( #10284 )
...
fix: slove when logout always show loading
2025-11-18 17:06:59 +08:00
lobehubbot
14fe7c5736
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-18 08:54:56 +00:00
semantic-release-bot
4c68fc3e3a
🔖 chore(release): v2.0.0-next.80 [skip ci]
...
## [Version 2.0.0-next.80](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.79...v2.0.0-next.80 )
<sup>Released on **2025-11-18**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-18 08:53:45 +00:00
René Wang
10e44dfb6b
👷 build: Update schema for incoming folder ( #10217 )
...
* feat: Update schema
* fix: Circular deps
* feat: Add more validate
* fix: Vercel build error
* fix: Duplicated import
* fix: Circular deps
* feat: Set varchar from 30 to 255
* feat: Regenerate migration file
* feat: Regenerate migration
* feat: Regenerate migration
2025-11-18 16:42:13 +08:00
lobehubbot
5889e8e85c
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-18 07:05:16 +00:00
semantic-release-bot
5e41d9a39c
🔖 chore(release): v2.0.0-next.79 [skip ci]
...
## [Version 2.0.0-next.79](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.78...v2.0.0-next.79 )
<sup>Released on **2025-11-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Fixed the discover page categray sider link error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fixed the discover page categray sider link error, closes [#10282 ](https://github.com/lobehub/lobe-chat/issues/10282 ) ([39e8819 ](https://github.com/lobehub/lobe-chat/commit/39e8819 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-18 07:03:59 +00:00
LobeHub Bot
be096eb9ff
✅ test: add unit tests for genWhere utilities ( #10281 )
...
Added comprehensive unit tests for database query builder utilities in src/utils/genWhere.ts covering:
- genWhere: SQL condition combination logic
- genStartDateWhere: Start date filtering with validation
- genEndDateWhere: End date filtering with date increment
- genRangeWhere: Date range filtering with edge cases
All 32 test cases pass successfully.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-18 14:51:43 +08:00
Shinji-Li
39e88196d7
🐛 fix: fixed the discover page categray sider link error ( #10282 )
...
fix: fixed the discover page categray sider link error
2025-11-18 14:48:52 +08:00
lobehubbot
ceadd61ce3
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-18 05:13:13 +00:00
Arvin Xu
c5e0ecd31e
🔨 chore: implement unified operation state management ( #10275 )
...
* ✨ feat: implement unified operation state management (Phase 1)
Implement RFC-Operation-Runtime-Integration Phase 1:
- Add Operation type system with 17 operation types
- Implement Operation CRUD actions (start, complete, cancel, fail)
- Add Operation selectors for querying and status checks
- Integrate Operation state into ChatStore
- Add comprehensive unit tests (22 tests, 100% pass)
- Update AgentRuntimeContext to include operationId
This provides foundation for eliminating redundant context passing
and achieving zero-redundancy operation management.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* refactor
* fix test
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-18 13:01:20 +08:00
lobehubbot
21c6eb015f
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-18 04:44:02 +00:00
semantic-release-bot
031d6f44dc
🔖 chore(release): v2.0.0-next.78 [skip ci]
...
## [Version 2.0.0-next.78](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.77...v2.0.0-next.78 )
<sup>Released on **2025-11-18**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-18 04:42:48 +00:00
Arvin Xu
5ce5532a0e
⚡ ️ perf: revert dropdown prefetch ( #10279 )
...
fix dropdown render
2025-11-18 12:31:04 +08:00
lobehubbot
a53b3a5ca1
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-18 04:05:29 +00:00
semantic-release-bot
9c5341e098
🔖 chore(release): v2.0.0-next.77 [skip ci]
...
## [Version 2.0.0-next.77](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.76...v2.0.0-next.77 )
<sup>Released on **2025-11-18**</sup>
#### ♻ Code Refactoring
- **misc**: Delete /settings/newapi pages in nextjs build.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Delete /settings/newapi pages in nextjs build, closes [#10278 ](https://github.com/lobehub/lobe-chat/issues/10278 ) ([9d06753 ](https://github.com/lobehub/lobe-chat/commit/9d06753 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-18 04:04:16 +00:00
Shinji-Li
9d067534ae
♻️ refactor: delete /settings/newapi pages in nextjs build ( #10278 )
...
refactor: delete /settings/newapi pages in nextjs build
2025-11-18 11:52:50 +08:00
lobehubbot
6c095a6652
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-18 03:32:23 +00:00
semantic-release-bot
d74f424518
🔖 chore(release): v2.0.0-next.76 [skip ci]
...
## [Version 2.0.0-next.76](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.75...v2.0.0-next.76 )
<sup>Released on **2025-11-18**</sup>
#### ✨ Features
- **misc**: Support Interleaved thinking in MiniMax.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support Interleaved thinking in MiniMax, closes [#10255 ](https://github.com/lobehub/lobe-chat/issues/10255 ) ([13ca8e1 ](https://github.com/lobehub/lobe-chat/commit/13ca8e1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-18 03:31:09 +00:00
LobeHub Bot
992f4e5ad7
✅ test: add unit tests for colorUtils ( #10268 )
...
Added comprehensive unit tests for convertAlphaToSolid function covering:
- Fully opaque and transparent colors
- Various opacity levels (25%, 50%, 75%, 99%)
- Different color formats (hex, rgba, named colors)
- Complex color blending scenarios
- Edge cases with very low/high alpha values
- Complementary colors blending
- Grayscale blending
- Input format consistency
Total: 21 test cases, all passing
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-18 11:20:11 +08:00
sxjeru
13ca8e18c8
✨ feat: Support Interleaved thinking in MiniMax ( #10255 )
...
feat: Enhance LobeMinimaxAI with interleaved thinking and message processing
- Updated LobeMinimaxAI to handle new message structure including reasoning details.
- Added logic to process messages for reasoning content and signatures.
- Resolved parameters with constraints and included reasoning_split in the payload.
test: Update snapshots for NovitaAI, OpenAI, and PPIO models
- Added new models and updated existing model descriptions in snapshots for NovitaAI.
- Updated OpenAI model snapshots to reflect new model additions and descriptions.
- Included new DeepSeek models in PPIO snapshots with detailed descriptions.
fix: Improve error messages for quota and permission issues
- Enhanced error messages for quota limits and permissions to improve clarity and user experience.
2025-11-18 11:19:53 +08:00
lobehubbot
fbcd04696e
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-18 01:49:45 +00:00
semantic-release-bot
037c8b5fae
🔖 chore(release): v2.0.0-next.75 [skip ci]
...
## [Version 2.0.0-next.75](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.74...v2.0.0-next.75 )
<sup>Released on **2025-11-18**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#10277 ](https://github.com/lobehub/lobe-chat/issues/10277 ) ([7563b62 ](https://github.com/lobehub/lobe-chat/commit/7563b62 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-18 01:48:39 +00:00
LobeHub Bot
7563b62b80
🤖 style: update i18n ( #10277 )
2025-11-18 09:37:27 +08:00
lobehubbot
3edeb21bb7
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-17 18:23:17 +00:00
semantic-release-bot
9c4780c82e
🔖 chore(release): v2.0.0-next.74 [skip ci]
...
## [Version 2.0.0-next.74](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.73...v2.0.0-next.74 )
<sup>Released on **2025-11-17**</sup>
#### ✨ Features
- **misc**: Edit local file render & intervention.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Edit local file render & intervention, closes [#10269 ](https://github.com/lobehub/lobe-chat/issues/10269 ) ([3785a71 ](https://github.com/lobehub/lobe-chat/commit/3785a71 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-17 18:22:01 +00:00
Arvin Xu
3785a7109a
✨ feat: edit local file render & intervention ( #10269 )
...
* support editFile render
* clean and add tests
* improve hover state
* support edit local file
* fix tests
* fix desktop build
* fix desktop build
* Revert "fix desktop build"
This reverts commit 6ce58b2eeb .
2025-11-18 02:07:58 +08:00
Arvin Xu
3f4313095f
🔨 chore: update desktop build workflow ( #10276 )
...
* fix desktop build
* Revert "fix desktop build"
This reverts commit 455996af6b .
* fix desktop build
2025-11-18 01:20:28 +08:00
lobehubbot
05aeae1b14
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-17 16:13:10 +00:00
semantic-release-bot
2cedca58fe
🔖 chore(release): v2.0.0-next.73 [skip ci]
...
## [Version 2.0.0-next.73](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.72...v2.0.0-next.73 )
<sup>Released on **2025-11-17**</sup>
#### ✨ Features
- **misc**: Support parallel topic agent runtime.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support parallel topic agent runtime, closes [#10273 ](https://github.com/lobehub/lobe-chat/issues/10273 ) ([02eba3c ](https://github.com/lobehub/lobe-chat/commit/02eba3c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-17 16:11:54 +00:00
Arvin Xu
02eba3ce64
✨ feat: support parallel topic agent runtime ( #10273 )
...
* add
* refactor to support split topic running
* refactor to support split topic running
* support loading
* fix tests
* fix tests
* fix tests
* fix getDbMessageById
2025-11-18 00:00:17 +08:00
lobehubbot
7461d4e486
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-17 13:06:05 +00:00
Shinji-Li
f445ab013c
♻️ 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
2025-11-17 20:54:37 +08:00
lobehubbot
f88e01e59b
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-17 11:56:28 +00:00
semantic-release-bot
8b5fc3656b
🔖 chore(release): v2.0.0-next.72 [skip ci]
...
## [Version 2.0.0-next.72](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.71...v2.0.0-next.72 )
<sup>Released on **2025-11-17**</sup>
#### 💄 Styles
- **misc**: Add model information for the Qiniu provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add model information for the Qiniu provider, closes [#10270 ](https://github.com/lobehub/lobe-chat/issues/10270 ) ([06af793 ](https://github.com/lobehub/lobe-chat/commit/06af793 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-17 11:55:22 +00:00
yliu7949
06af7939e4
💄 style: Add model information for the Qiniu provider ( #10270 )
...
style(): update qiniu.ts
2025-11-17 19:43:13 +08:00
lobehubbot
e12965c7df
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-17 10:26:09 +00:00
semantic-release-bot
7afd1318db
🔖 chore(release): v2.0.0-next.71 [skip ci]
...
## [Version 2.0.0-next.71](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.70...v2.0.0-next.71 )
<sup>Released on **2025-11-17**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix desktop user panel.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix desktop user panel, closes [#10272 ](https://github.com/lobehub/lobe-chat/issues/10272 ) ([6a374d2 ](https://github.com/lobehub/lobe-chat/commit/6a374d2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-17 10:24:55 +00:00
Arvin Xu
6a374d2f32
🐛 fix: fix desktop user panel ( #10272 )
...
fix desktop
2025-11-17 18:13:34 +08:00
renovate[bot]
cec034721f
Update opentelemetry-js monorepo to ^0.208.0 ( #10253 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-17 13:08:48 +08:00
lobehubbot
2d70632d3e
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-17 04:14:39 +00:00
semantic-release-bot
41c554d748
🔖 chore(release): v2.0.0-next.70 [skip ci]
...
## [Version 2.0.0-next.70](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.69...v2.0.0-next.70 )
<sup>Released on **2025-11-17**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-17 04:13:23 +00:00
LobeHub Bot
4e4933d861
🌐 chore: translate non-English comments to English in packages/types and packages/web-crawler ( #10267 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-17 12:01:06 +08:00
René Wang
a5bb31b844
⚡ ️ perf: improve Chat Screenshot and fix image geneartion ( #10261 )
...
* feat: Support narrow mode export
* feat: Replace `modern-screenshot` with `snapDom`
* feat: Add CORS proxy
2025-11-17 12:00:44 +08:00
renovate[bot]
b76e3c85b9
Update all non-major dependencies ( #10177 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-17 09:56:56 +08:00
lobehubbot
29ce0225b2
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-17 01:49:09 +00:00
semantic-release-bot
06878829c9
🔖 chore(release): v2.0.0-next.69 [skip ci]
...
## [Version 2.0.0-next.69](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.68...v2.0.0-next.69 )
<sup>Released on **2025-11-17**</sup>
#### ♻ Code Refactoring
- **misc**: Remove `language_model_settings` and remove isDeprecatedEdition.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove `language_model_settings` and remove isDeprecatedEdition, closes [#10264 ](https://github.com/lobehub/lobe-chat/issues/10264 ) ([ae613c7 ](https://github.com/lobehub/lobe-chat/commit/ae613c7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-17 01:47:59 +00:00
Arvin Xu
ae613c7c35
♻️ refactor: remove language_model_settings and remove isDeprecatedEdition ( #10264 )
2025-11-17 09:35:49 +08:00
lobehubbot
8184f9d097
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-16 15:20:51 +00:00
semantic-release-bot
7fac37b983
🔖 chore(release): v2.0.0-next.68 [skip ci]
...
## [Version 2.0.0-next.68](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.67...v2.0.0-next.68 )
<sup>Released on **2025-11-16**</sup>
#### 🐛 Bug Fixes
- **misc**: The tool to fail execution on ollama when a message contains b….
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: The tool to fail execution on ollama when a message contains b…, closes [#10259 ](https://github.com/lobehub/lobe-chat/issues/10259 ) ([1ad8080 ](https://github.com/lobehub/lobe-chat/commit/1ad8080 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-16 15:19:33 +00:00
Arvin Xu
d3570879da
🔨 chore: unpin eta ( #10260 )
2025-11-16 23:07:44 +08:00
Hypo
1ad80809cf
🐛 fix: the tool to fail execution on ollama when a message contains b… ( #10259 )
2025-11-16 23:06:33 +08:00
lobehubbot
2c97a9e920
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-16 11:59:30 +00:00
semantic-release-bot
246cce28db
🔖 chore(release): v2.0.0-next.67 [skip ci]
...
## [Version 2.0.0-next.67](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.66...v2.0.0-next.67 )
<sup>Released on **2025-11-16**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor to virtua.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor to virtua, closes [#10151 ](https://github.com/lobehub/lobe-chat/issues/10151 ) ([9ffb689 ](https://github.com/lobehub/lobe-chat/commit/9ffb689 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-16 11:58:19 +00:00
Arvin Xu
9ffb6891e4
♻️ refactor: refactor to virtua ( #10151 )
...
* refactor to virtua
* try virtua
* 默认滚动到底部
* fix
2025-11-16 19:46:41 +08:00
lobehubbot
766ca942b3
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-16 07:02:41 +00:00
semantic-release-bot
147975ae46
🔖 chore(release): v2.0.0-next.66 [skip ci]
...
## [Version 2.0.0-next.66](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.65...v2.0.0-next.66 )
<sup>Released on **2025-11-16**</sup>
#### ✨ Features
- **misc**: Support to collapse message.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support to collapse message, closes [#10234 ](https://github.com/lobehub/lobe-chat/issues/10234 ) ([4cd6347 ](https://github.com/lobehub/lobe-chat/commit/4cd6347 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-16 07:01:10 +00:00
renovate[bot]
a6c3317192
Update dependency lucide-react to ^0.553.0 ( #10250 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-16 14:48:08 +08:00
Arvin Xu
4cd6347d7e
✨ feat: support to collapse message ( #10234 )
...
* ✨ feat: add message collapse functionality
- Add collapsed field to MessageMetadata type and schema
- Add isMessageCollapsed selector to check message collapse state
- Add toggleMessageCollapsed action with optimistic update
- Export getDisplayMessageById for internal use
- Collapse state persists to database via metadata field
* 💄 ui: add collapse UI for assistant messages
- Add collapse/expand action icons to action bar
- Add collapsed message style with 200px max height and gradient overlay
- Add collapse/expand translations (zh-CN)
- Integrate with toggleMessageCollapsed store action
- Show appropriate icon based on collapsed state
* support CollapsedMessage
* update
* improve test time
* refactor fixtures
* fix tests
* improve i18n
2025-11-16 14:46:27 +08:00
Shinji-Li
cd7d955e3d
🔨 chore: change the market base url to online market.lobehub.com ( #10247 )
...
* fix: change the market base url to online market.lobehub.com
* feat: update the market callback layout
2025-11-16 12:14:27 +08:00
renovate[bot]
61901ddb07
Update dependency ollama to ^0.6.3 ( #10244 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-16 11:34:45 +08:00
renovate[bot]
77ed938cfb
Update dependency @vercel/otel to v2 ( #9969 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-16 11:34:36 +08:00
renovate[bot]
4c3ac3bce7
Update dependency dayjs to >=1.11.19 ( #10241 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-16 11:33:22 +08:00
renovate[bot]
a142b3384f
Update aws-sdk-js-v3 monorepo to ~3.932.0 ( #10119 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-16 11:31:49 +08:00
renovate[bot]
ee80f613df
Update dependency nanoid to >=5.1.6 ( #10243 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-16 11:24:48 +08:00
lobehubbot
7d05d0270c
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-16 02:12:14 +00:00
semantic-release-bot
acd5954f15
🔖 chore(release): v2.0.0-next.65 [skip ci]
...
## [Version 2.0.0-next.65](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.64...v2.0.0-next.65 )
<sup>Released on **2025-11-16**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#10235 ](https://github.com/lobehub/lobe-chat/issues/10235 ) ([a52c9e5 ](https://github.com/lobehub/lobe-chat/commit/a52c9e5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-16 02:11:08 +00:00
LobeHub Bot
a52c9e5f24
🤖 style: update i18n ( #10235 )
2025-11-16 09:58:21 +08:00
lobehubbot
bcb998d767
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-15 16:51:17 +00:00
semantic-release-bot
c6410b29c5
🔖 chore(release): v2.0.0-next.64 [skip ci]
...
## [Version 2.0.0-next.64](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.63...v2.0.0-next.64 )
<sup>Released on **2025-11-15**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor package types.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor package types, closes [#10233 ](https://github.com/lobehub/lobe-chat/issues/10233 ) ([9872409 ](https://github.com/lobehub/lobe-chat/commit/9872409 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-15 16:50:03 +00:00
Arvin Xu
9872409d98
♻️ refactor: refactor package types ( #10233 )
...
* refactor packages types
* remove lite mode
2025-11-16 00:37:55 +08:00
lobehubbot
319a622778
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-15 16:08:24 +00:00
semantic-release-bot
85153f2464
🔖 chore(release): v2.0.0-next.63 [skip ci]
...
## [Version 2.0.0-next.63](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.62...v2.0.0-next.63 )
<sup>Released on **2025-11-15**</sup>
#### ✨ Features
- **misc**: Show orphaned tool message and support delete tool message.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Show orphaned tool message and support delete tool message, closes [#10232 ](https://github.com/lobehub/lobe-chat/issues/10232 ) ([38cfd26 ](https://github.com/lobehub/lobe-chat/commit/38cfd26 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-15 16:07:14 +00:00
Arvin Xu
38cfd266f4
✨ feat: show orphaned tool message and support delete tool message ( #10232 )
...
* show orphaned tool message
* support delete messages
* update i18n
* clean console.log
* improve system role
* fix
2025-11-15 23:55:13 +08:00
lobehubbot
2c93d9bb1a
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-15 06:46:35 +00:00
semantic-release-bot
a2c3b9e375
🔖 chore(release): v2.0.0-next.62 [skip ci]
...
## [Version 2.0.0-next.62](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.61...v2.0.0-next.62 )
<sup>Released on **2025-11-15**</sup>
#### 🐛 Bug Fixes
- **next16**: Resolve 'Response body object should not be disturbed or locked' error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **next16**: Resolve 'Response body object should not be disturbed or locked' error, closes [#10226 ](https://github.com/lobehub/lobe-chat/issues/10226 ) ([caa9c78 ](https://github.com/lobehub/lobe-chat/commit/caa9c78 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-15 06:45:30 +00:00
Arvin Xu
caa9c78623
🐛 fix(next16): resolve 'Response body object should not be disturbed or locked' error ( #10226 )
...
- Add prepareRequestForTRPC utility to clone Request objects for tRPC handlers
- Update all tRPC route handlers (lambda, async, desktop, mobile, tools) to use cloned requests
- Update checkAuth middleware to clone requests before passing to handlers
- This fixes the issue where Next.js 16 internal mechanisms disturb the request body stream
- Resolves: https://github.com/vercel/next.js/issues/83453
2025-11-15 14:33:28 +08:00
lobehubbot
2072b56708
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-15 04:11:38 +00:00
semantic-release-bot
f95aeb2ca6
🔖 chore(release): v2.0.0-next.61 [skip ci]
...
## [Version 2.0.0-next.61](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.60...v2.0.0-next.61 )
<sup>Released on **2025-11-15**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#10224 ](https://github.com/lobehub/lobe-chat/issues/10224 ) ([ca7551f ](https://github.com/lobehub/lobe-chat/commit/ca7551f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-15 04:10:28 +00:00
LobeHub Bot
ca7551fb40
🤖 style: update i18n ( #10224 )
2025-11-15 11:58:40 +08:00
LobeHub Bot
0d6cb06d59
🌐 chore: translate non-English comments to English in database models ( #10225 )
2025-11-15 11:58:00 +08:00
lobehubbot
23a7c00181
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-14 16:50:11 +00:00
semantic-release-bot
51dbf94576
🔖 chore(release): v2.0.0-next.60 [skip ci]
...
## [Version 2.0.0-next.60](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.59...v2.0.0-next.60 )
<sup>Released on **2025-11-14**</sup>
#### 🐛 Bug Fixes
- **misc**: Reduce threshold.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Reduce threshold, closes [#10222 ](https://github.com/lobehub/lobe-chat/issues/10222 ) ([abdfd06 ](https://github.com/lobehub/lobe-chat/commit/abdfd06 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-14 16:49:01 +00:00
René Wang
abdfd064e7
🐛 fix: Reduce threshold ( #10222 )
2025-11-15 00:37:11 +08:00
Arvin Xu
fe1d05a547
✅ test: fix upload service tests after removing ClientS3 ( #10220 )
...
- Removed references to deleted clientS3Storage
- Updated tests to match current server/desktop upload flow
- Fixed XMLHttpRequest mocking for server upload tests
- Updated filename assertions to match UUID generation behavior
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-14 20:14:14 +08:00
lobehubbot
1c15ea5907
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-14 11:42:55 +00:00
semantic-release-bot
9bb03bcb96
🔖 chore(release): v2.0.0-next.59 [skip ci]
...
## [Version 2.0.0-next.59](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.58...v2.0.0-next.59 )
<sup>Released on **2025-11-14**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#10205 ](https://github.com/lobehub/lobe-chat/issues/10205 ) ([fc57d2a ](https://github.com/lobehub/lobe-chat/commit/fc57d2a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-14 11:41:51 +00:00
LobeHub Bot
fc57d2a28c
🤖 style: update i18n ( #10205 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-11-14 19:28:45 +08:00
lobehubbot
d7ceee2cdb
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-14 11:19:01 +00:00
semantic-release-bot
e033931d4e
🔖 chore(release): v2.0.0-next.58 [skip ci]
...
## [Version 2.0.0-next.58](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.57...v2.0.0-next.58 )
<sup>Released on **2025-11-14**</sup>
#### ✨ Features
- **misc**: Support DeepSeek Interleaved thinking.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support DeepSeek Interleaved thinking, closes [#10219 ](https://github.com/lobehub/lobe-chat/issues/10219 ) ([3736a85 ](https://github.com/lobehub/lobe-chat/commit/3736a85 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-14 11:17:53 +00:00
Arvin Xu
3736a85473
✨ feat: support DeepSeek Interleaved thinking ( #10219 )
...
fix tests
2025-11-14 19:06:28 +08:00
lobehubbot
ca348ec0df
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-14 10:22:47 +00:00
semantic-release-bot
d262fdbeaf
🔖 chore(release): v2.0.0-next.57 [skip ci]
...
## [Version 2.0.0-next.57](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.56...v2.0.0-next.57 )
<sup>Released on **2025-11-14**</sup>
#### 💄 Styles
- **misc**: Revert background style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Revert background style, closes [#10218 ](https://github.com/lobehub/lobe-chat/issues/10218 ) ([97b0413 ](https://github.com/lobehub/lobe-chat/commit/97b0413 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-14 10:21:35 +00:00
Arvin Xu
97b0413020
💄 style: revert background style ( #10218 )
...
revert style
2025-11-14 18:09:16 +08:00
lobehubbot
52280da8bc
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-14 08:51:07 +00:00
semantic-release-bot
c23d908b3b
🔖 chore(release): v2.0.0-next.56 [skip ci]
...
## [Version 2.0.0-next.56](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.55...v2.0.0-next.56 )
<sup>Released on **2025-11-14**</sup>
#### ✨ Features
- **misc**: Add folder creation UI and clean up debug code.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add folder creation UI and clean up debug code ([d5ecd0a ](https://github.com/lobehub/lobe-chat/commit/d5ecd0a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-14 08:49:56 +00:00
Rene Wang
85e2572d26
Merge branch 'next' of github.com:lobehub/lobe-chat into feat/folder-manager
2025-11-14 16:37:59 +08:00
lobehubbot
2e8031f865
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-14 08:31:24 +00:00
semantic-release-bot
9c3ddcc99b
🔖 chore(release): v2.0.0-next.55 [skip ci]
...
## [Version 2.0.0-next.55](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.54...v2.0.0-next.55 )
<sup>Released on **2025-11-14**</sup>
#### ✨ Features
- **image**: Image model show price.
- **misc**: Create Pages in Knowledge Base.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **image**: Image model show price, closes [#10198 ](https://github.com/lobehub/lobe-chat/issues/10198 ) ([b87e0e4 ](https://github.com/lobehub/lobe-chat/commit/b87e0e4 ))
* **misc**: Create Pages in Knowledge Base, closes [#9895 ](https://github.com/lobehub/lobe-chat/issues/9895 ) ([f46edeb ](https://github.com/lobehub/lobe-chat/commit/f46edeb ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-14 08:30:09 +00:00
Rene Wang
d5ecd0a17c
✨ feat: Add folder creation UI and clean up debug code
...
- Add "New Folder" option in KnowledgeManager add button dropdown
- Remove debug logging from FileExplorer component
- Add i18n keys for folder management actions (newFolder, newPage, uploadFile, uploadFolder)
- Prepare UI for folder creation functionality
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-14 16:23:17 +08:00
YuTengjing
b87e0e422e
✨ feat(image): image model show price ( #10198 )
2025-11-14 16:10:22 +08:00
René Wang
f46edeb2d1
✨ feat: Create Pages in Knowledge Base ( #9895 )
...
* feat: New note entry
* feat: save
* feat: custom note
* feat: save
* feat: editor
* feat: editor
* feat: editor
* lint: Regroup files
* fix: Image border
* feat: editor
* feat: masonry view in chat
* style: column
* 🐛 fix: Fix editor in modal
* fix: Mansory stuck
* feat: New note view
* feat: New note view
* fix: New note draft
* fix: New note draft
* style: New sidebar
* style: Remove icon
* style: Add skeleton
* style: button style
* fix: Lint error
* fix: Preview not updating
* style: Collection style
* fix: Cannot query other data
* style: New header style
* feat: Empty placeholder
* style: Adjust padding
* feat: Upload markdown
* fix: Tab active status
* style: image placeholder
* fix: Cannot delete note
* feat: Emoji picker
* style: Move icon to leading position
* style: Fix input color
* fix: Icon not saved
* style: leading icon
* style: Adjust skelton shape
* feat: Auto save
* feat: Upgrade file
* feat: Knowlwdge home
* feat: Knowlwdge home
* feat: Knowlwdge home
* feat: Knowlwdge home
* feat: Rename files
* fix: Knowledge base not working
* fix: Knowledge base home
* fix: Knowledge base home
* feat: Three dot menu
* fix: New knowledge base modal not working
* feat: Cannot use upload
* fix: documents not aloding
* feat: Route for document
* fix: Test error
* fix: Lint
* fix: Type error
* refac: Rename symbol
* fix: Cannot save icon
* fix: Add missing translations
* feat: Use virtualso for the list
* fix: Hover style
* fix: Cannot open documents
* feat: Bump Editor version
* fix: Editor blur
* feat: Hide preview for selected item
* style: Limit max width
* feat: Auto save hint
* style: New doc list style
* style: New header
* feat: Heade tyle
* style: Adjust padding
* feat: Duplicate document
* fix: Add missing i18n
* fix: Add missing translation
* fix: Test error
* lint: Seperate code
* fix: Style pollution
* feat: Share state
* fix: Word count
* fix: Navigation
* feat: Add heading option
* fix: Add missing translation
* feat: Delete confirm
* feat: Collpased by default
* fix: Editor hot area
* fix: Add missing translation
* style: Adjust file list density
* fix: Remove website for now
* feat: Use masonry by default
* feat: Collapse switch
* fix: Remove useless query
* feat: Remove unused features
* feat: Immeditaely create knowledge base
* feat: Immedately create the document
* feat: Add missing translation
* feat: Open emoji pciker by default
* fix: Emoji picker
* feat: Rename
* feat: Rename
* fix: Emoji picker disappear
* fix: Route flickering
* feat: Refactor document
* fix: Address ts error
* feat: Reduce delay
* feat: Document -> Page
* fix: Add missing translation
* fix: URL
* fix: add missing translation
* fix: editor blurred
* fix: No skelton after successfuly deletion
* fix: Filter
* build: Add test
* fix: Test
* fix: Test coverage drop
---------
Co-authored-by: canisminor1990 <i@canisminor.cc >
2025-11-14 16:05:19 +08:00
lobehubbot
9250263fd7
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-14 06:27:53 +00:00
semantic-release-bot
c782d091dd
🔖 chore(release): v2.0.0-next.54 [skip ci]
...
## [Version 2.0.0-next.54](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.53...v2.0.0-next.54 )
<sup>Released on **2025-11-14**</sup>
#### 💄 Styles
- **misc**: Refactor and support move locale file intervention.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Refactor and support move locale file intervention, closes [#10213 ](https://github.com/lobehub/lobe-chat/issues/10213 ) ([63cac81 ](https://github.com/lobehub/lobe-chat/commit/63cac81 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-14 06:26:44 +00:00
Arvin Xu
63cac811cd
💄 style: refactor and support move locale file intervention ( #10213 )
...
refactor and support move locale file
2025-11-14 14:15:25 +08:00
lobehubbot
0eca6f9f4a
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-14 05:12:53 +00:00
semantic-release-bot
d62733adcc
🔖 chore(release): v2.0.0-next.53 [skip ci]
...
## [Version 2.0.0-next.53](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.52...v2.0.0-next.53 )
<sup>Released on **2025-11-14**</sup>
#### ✨ Features
- **misc**: Add GPT-5.1 models.
#### 💄 Styles
- **misc**: Fix approving render and improve Conversation style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add GPT-5.1 models, closes [#10206 ](https://github.com/lobehub/lobe-chat/issues/10206 ) ([afd3a47 ](https://github.com/lobehub/lobe-chat/commit/afd3a47 ))
#### Styles
* **misc**: Fix approving render and improve Conversation style, closes [#10210 ](https://github.com/lobehub/lobe-chat/issues/10210 ) ([841b7f1 ](https://github.com/lobehub/lobe-chat/commit/841b7f1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-14 05:11:29 +00:00
Arvin Xu
841b7f1c37
💄 style: fix approving render and improve Conversation style ( #10210 )
...
fix approving render and improve chat layout style
2025-11-14 12:57:28 +08:00
sxjeru
afd3a47e3d
✨ feat: Add GPT-5.1 models ( #10206 )
2025-11-14 12:53:09 +08:00
LobeHub Bot
14dd288d50
🌐 chore: translate non-English comments to English in electron-server-ipc ( #10207 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-14 12:52:38 +08:00
lobehubbot
799395d982
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-14 03:59:54 +00:00
Arvin Xu
6868d78adb
✅ test: fix tests ( #10209 )
...
fix tests
2025-11-14 11:48:09 +08:00
Arvin Xu
4388270cf4
📌 chore: pin electron to 38.x ( #10204 )
...
Downgrade electron from 39.x to 38.x for stability
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-14 10:14:39 +08:00
lobehubbot
ac4993a769
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-13 18:55:54 +00:00
semantic-release-bot
f1db5e1f11
🔖 chore(release): v2.0.0-next.52 [skip ci]
...
## [Version 2.0.0-next.52](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.51...v2.0.0-next.52 )
<sup>Released on **2025-11-13**</sup>
#### 🐛 Bug Fixes
- **misc**: Filter out reasoning fields from messages in ChatCompletion API.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Filter out reasoning fields from messages in ChatCompletion API, closes [#10203 ](https://github.com/lobehub/lobe-chat/issues/10203 ) [#10193 ](https://github.com/lobehub/lobe-chat/issues/10193 ) ([5f28b2c ](https://github.com/lobehub/lobe-chat/commit/5f28b2c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-13 18:54:38 +00:00
Arvin Xu
5f28b2c59e
🐛 fix: filter out reasoning fields from messages in ChatCompletion API ( #10203 )
...
* fix max tokens issue
* 🐛 fix: filter out reasoning fields from messages in ChatCompletion API
Explicitly map only valid ChatCompletionMessageParam fields and exclude reasoning/reasoning_content to prevent JSON unmarshaling errors when conversation history contains reasoning objects.
Fixes #10193
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-14 02:42:36 +08:00
Arvin Xu
428f05ac8a
💄 style: make OpenAI Response API by default ( #10202 )
...
* update i18n
* 修正测试
* fix macOS impl
* fix directory params
* refactor the builtin render implement
* remove unused sql
* fix tests
2025-11-14 02:13:39 +08:00
lobehubbot
ca2a7d43e9
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-13 15:14:51 +00:00
semantic-release-bot
bf2f6daa1b
🔖 chore(release): v2.0.0-next.51 [skip ci]
...
## [Version 2.0.0-next.51](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.50...v2.0.0-next.51 )
<sup>Released on **2025-11-13**</sup>
#### 💄 Styles
- **misc**: Update ERNIE-5.0-Thinking-Preview model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update ERNIE-5.0-Thinking-Preview model, closes [#10196 ](https://github.com/lobehub/lobe-chat/issues/10196 ) ([89f3eed ](https://github.com/lobehub/lobe-chat/commit/89f3eed ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-13 15:13:37 +00:00
sxjeru
89f3eed4c1
💄 style: Update ERNIE-5.0-Thinking-Preview model ( #10196 )
...
* feat(wenxin): add model listing and parsing for Wenxin models
- Implemented model retrieval in Wenxin provider with async models function.
- Introduced WenxinModelCard interface to define model structure.
- Updated modelParse utility to include keywords specific to Wenxin models.
- Enhanced model owner detection to recognize Wenxin models.
* feat(wenxin): add reasoning parameters to chat model settings and update payload handling
* feat(wenxin): update checkModel and modelsUrl for improved model access
* feat(wenxin): add search ability and update settings for chat models
* feat(wenxin): refine thinking budget handling in chat completion payload
* feat(wenxin): remove enableReasoning from extendParams in chat model settings
2025-11-13 23:01:55 +08:00
Arvin Xu
39cdb2057e
✨ feat: support bash tools in local system ( #9676 )
...
* wip for bash system
* refactor
* fix remark issue
* 完成批准实现
* refactor toolIntervention
* refactor toolIntervention
* use user tool config
* show InterventionModeSelector
* finish local file mode
* fix error
* update
* update i18n
* revert
* fix bug
2025-11-13 22:18:05 +08:00
lobehubbot
bb33feb0f4
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-13 13:10:31 +00:00
semantic-release-bot
72afed9546
🔖 chore(release): v2.0.0-next.50 [skip ci]
...
## [Version 2.0.0-next.50](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.49...v2.0.0-next.50 )
<sup>Released on **2025-11-13**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix oidc accountId mismatch.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix oidc accountId mismatch, closes [#10058 ](https://github.com/lobehub/lobe-chat/issues/10058 ) ([0692ba7 ](https://github.com/lobehub/lobe-chat/commit/0692ba7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-13 13:09:16 +00:00
Rdmclin2
0692ba7406
🐛 fix: fix oidc accountId mismatch ( #10058 )
...
* chore: adjust oidc login and consent page mobile style
* fix: acccount mismatch error
* test: add oidc service test case
2025-11-13 20:55:03 +08:00
LobeHub Bot
39d91a86c0
✅ test: add unit tests for validateRedirectHost ( #10173 )
...
Added comprehensive unit tests for the validateRedirectHost security function covering:
- Invalid input validation
- Exact host matching
- Localhost environment handling
- Subdomain validation
- Open redirect attack prevention
- Port handling with standard and custom ports
- Edge cases (IPv4, case sensitivity, malformed inputs)
- Real-world deployment scenarios
All 52 test cases pass successfully.
2025-11-13 20:05:50 +08:00
LobeHub Bot
331af68b73
🌐 chore: translate non-English comments to English in context-engine ( #10180 )
...
* 🌐 chore: translate non-English comments to English in context-engine
* 🌐 fix: complete comment translation in MessageContent.ts
- Translated remaining 3 Chinese comments to English
- Ensures all comments in context-engine package are properly translated
- Maintains code functionality while improving readability for international developers
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Arvin Xu <arvinxx@users.noreply.github.com >
* 🧪 test: update error message expectations to English in BaseProcessor tests
Updated test assertions to match English error messages ('Invalid context' and 'Invalid output context') instead of Chinese ones.
2025-11-13 17:15:22 +08:00
lobehubbot
4ea759af29
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-13 07:38:20 +00:00
semantic-release-bot
c73e1e2bfc
🔖 chore(release): v2.0.0-next.49 [skip ci]
...
## [Version 2.0.0-next.49](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.48...v2.0.0-next.49 )
<sup>Released on **2025-11-13**</sup>
#### ✨ Features
- **misc**: Support tool invention.
#### 🐛 Bug Fixes
- **misc**: Update lost i18n files.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support tool invention, closes [#10182 ](https://github.com/lobehub/lobe-chat/issues/10182 ) ([4dca708 ](https://github.com/lobehub/lobe-chat/commit/4dca708 ))
#### What's fixed
* **misc**: Update lost i18n files, closes [#10179 ](https://github.com/lobehub/lobe-chat/issues/10179 ) ([b69c7ff ](https://github.com/lobehub/lobe-chat/commit/b69c7ff ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-13 07:36:55 +00:00
Shinji-Li
b69c7ff83e
🐛 fix: update lost i18n files ( #10179 )
...
chore: update i18n
2025-11-13 15:22:32 +08:00
Arvin Xu
4dca708d2c
✨ feat: support tool invention ( #10182 )
...
* finish intervention backend
* add Intervention
* fix tests
* finish action mode
* 初步完成 reject 逻辑
* 初步完成 reject 逻辑
* wip approve tool calling
* 初步完成 approve 流程
* Update index.ts
* 完成 approve 流程
* fix tests
* fix tests
2025-11-13 15:11:28 +08:00
lobehubbot
9b9df57c59
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-13 06:18:25 +00:00
Arvin Xu
8bc15893b8
📌 chore: pin eta to 4.0.1 to fix ERR_PACKAGE_PATH_NOT_EXPORTED error ( #10190 )
...
* 📌 chore: pin eta to 4.0.1 to fix ERR_PACKAGE_PATH_NOT_EXPORTED error
* 🔨 chore: add overrides for bun compatibility
2025-11-13 14:07:25 +08:00
Shinji-Li
bab0054557
🔨 chore: update market-sdk ( #10171 )
...
chore: update market-sdk
2025-11-13 10:13:08 +08:00
Neko
0baacf7301
👷 chore: improve renovate config to support grouping in the same way of npm does ( #10176 )
...
chore(ci): improve renovate config to support grouping in the same way of npm does
2025-11-12 22:34:28 +08:00
Neko
0c11d5fcee
🔨 chore(observability-otel): interval of metrics not small enough ( #10175 )
...
fix(observability-otel): interval of metrics not small enough
2025-11-12 21:05:26 +08:00
lobehubbot
be9678e395
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-12 03:06:36 +00:00
semantic-release-bot
9d6a0a7d99
🔖 chore(release): v2.0.0-next.48 [skip ci]
...
## [Version 2.0.0-next.48](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.47...v2.0.0-next.48 )
<sup>Released on **2025-11-12**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-12 03:05:06 +00:00
Rdmclin2
02f05a875a
🔨 chore: add type ( #10165 )
...
chore: add type
2025-11-12 10:48:25 +08:00
Arvin Xu
ad34554132
👷 build: update client sql ( #10169 )
...
update sql
2025-11-12 10:35:01 +08:00
Arvin Xu
656a33359b
👷 build: add intervention tool column ( #10163 )
...
* add intervention tool
* update sql
2025-11-12 10:25:03 +08:00
lobehubbot
84c3932b41
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-11 15:28:49 +00:00
Shinji-Li
8d362cf6b6
✨ feat:support LobeHub MarketPlace ( #8841 )
...
* feat: 链接market 做基本的市场接驳功能
* feat: 重写分享助手的页面
* feat: 新增market-auth 的 oidc 方案
* feat: 增加初次agent发布链路和更agent逻辑
* feat: 增加二次添加助手时候的提示
* feat: 重新授权时候唤起新的重新授权而不是自动 token 换取
* feat: 添加market-auth-callback的 layout
* feat: 调整env 中的market 引用
* fix: 解决url 双/导致的路径请求问题
* fix: fix build error
* feat: 更新sitemap 的生成逻辑
* feat: 更新pglite的session meta 定义,增加 marketIdentifier
* feat: 增加个人信息存储的逻辑 & 整理发布 agent 时候按钮的整体逻辑
* fix: delete 0030
* feat: add search myown in discover
* feat: clean cthe code & refactor agents showpannel
* feat: support assistant detail pages have unpublish & achiave hint
* feat: change text render type
* feat: add submit mode style fixed
* fix: fixed migrations
* feat: update agent publish version modal
* feat: update market publish button
* feat: update exmaple &summary show case
* feat: add token show in publish modal
* feat: add verison show tags antd version? params search
* feat: add desktop market auth request way
* feat: delete market-oidc second path,change all to base url
* feat: change sdk & api into url const & change market api into servers
* feat: change all api into /market server path
* feat: change the migrations insert position
* feat: support assistant origin checkout feature
* feat: change the item show place
* feat: add market source switch components
* feat: add 'force-dynamic' in discord/detail page
* feat: change the describe name
* feat: styles & locals add
* feat: add locals
* feat: fixed market update locals
* feat: update market-oidc layout
* feat: delete some types
* feat: support leacgcy params change
* feat: change the oidc url
* feat: agent detial page should have status show page
* feat: add db migrations
* test: update test
* feat: delete database change & update i18n
* fix: rollback mirgration
* fix: change mirgration
* fix: back snapshot
* Update print statement from 'Hello' to 'Goodbye'
2025-11-11 23:16:19 +08:00
Shinji-Li
a15eda7fbf
🔨 chore: add market_identifier into agents table schema ( #10164 )
...
chore: add market_identifier into agents table schema
2025-11-11 22:37:47 +08:00
YuTengjing
4f7bc5acd2
🐛 fix: add SSRF protection ( #10152 )
2025-11-11 19:39:36 +08:00
lobehubbot
8219124a10
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-11 11:16:46 +00:00
semantic-release-bot
6ce223ed11
🔖 chore(release): v2.0.0-next.47 [skip ci]
...
## [Version 2.0.0-next.47](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.46...v2.0.0-next.47 )
<sup>Released on **2025-11-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix mcp server return image error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix mcp server return image error, closes [#10113 ](https://github.com/lobehub/lobe-chat/issues/10113 ) ([e5640d4 ](https://github.com/lobehub/lobe-chat/commit/e5640d4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-11 11:15:31 +00:00
Arvin Xu
e5640d499a
🐛 fix: fix mcp server return image error ( #10113 )
...
* support upload image
* support upload image in mcp
* fix tests
* update
* fix
* improve tests
* fix tests
* Update route.ts
2025-11-11 19:02:54 +08:00
LobeHub Bot
b63be1c90a
✅ test: add unit tests for route variants ( #10159 )
...
✅ test: add unit tests for route variants serialization
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-11 17:35:56 +08:00
LobeHub Bot
e70a703a7e
🌐 chore: translate non-English comments to English in packages/types ( #10158 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-11 13:15:34 +08:00
lobehubbot
522a3ec6fa
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-11 01:56:09 +00:00
semantic-release-bot
e682b1a10d
🔖 chore(release): v2.0.0-next.46 [skip ci]
...
## [Version 2.0.0-next.46](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.45...v2.0.0-next.46 )
<sup>Released on **2025-11-11**</sup>
#### ♻ Code Refactoring
- **misc**: Fix thread display.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Fix thread display, closes [#10153 ](https://github.com/lobehub/lobe-chat/issues/10153 ) ([8fda83e ](https://github.com/lobehub/lobe-chat/commit/8fda83e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-11 01:54:55 +00:00
LobeHub Bot
4c5cf41be3
✅ test: add unit tests for ContentChunk module ( #10145 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-11 09:43:24 +08:00
Arvin Xu
8fda83ec55
♻️ refactor: fix thread display ( #10153 )
...
* refactor thread
* fix style
* improve
* refactor to improve rerender
2025-11-11 09:41:02 +08:00
lobehubbot
cee154fc73
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-10 17:23:33 +00:00
semantic-release-bot
18eaa649b5
🔖 chore(release): v2.0.0-next.45 [skip ci]
...
## [Version 2.0.0-next.45](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.44...v2.0.0-next.45 )
<sup>Released on **2025-11-10**</sup>
#### ♻ Code Refactoring
- **misc**: Edge to node runtime.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Edge to node runtime, closes [#10149 ](https://github.com/lobehub/lobe-chat/issues/10149 ) ([2f4c25d ](https://github.com/lobehub/lobe-chat/commit/2f4c25d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-10 17:22:24 +00:00
YuTengjing
2f4c25d826
♻️ refactor: edge to node runtime ( #10149 )
2025-11-10 23:44:10 +08:00
lobehubbot
29b1eb2521
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-10 12:05:59 +00:00
semantic-release-bot
037703c8f0
🔖 chore(release): v2.0.0-next.44 [skip ci]
...
## [Version 2.0.0-next.44](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.43...v2.0.0-next.44 )
<sup>Released on **2025-11-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix reasoning issue with claude and Response API thinking.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix reasoning issue with claude and Response API thinking, closes [#10147 ](https://github.com/lobehub/lobe-chat/issues/10147 ) ([cf6bd53 ](https://github.com/lobehub/lobe-chat/commit/cf6bd53 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-10 12:04:46 +00:00
Arvin Xu
cf6bd53141
🐛 fix: fix reasoning issue with claude and Response API thinking ( #10147 )
...
* add parse testing
* fix claude thinking issue
* fix gpt thinking
* fix mobile router
* Update src/services/message/index.ts
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* fix tests
* fix tests and portal
* fix tests
2025-11-10 19:52:44 +08:00
LobeHub Bot
88e376272c
🌐 chore: translate non-English comments to English in packages/utils and src/services ( #10143 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-10 11:34:19 +08:00
lobehubbot
84b039c4f2
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-09 11:51:23 +00:00
semantic-release-bot
f178777c8d
🔖 chore(release): v2.0.0-next.43 [skip ci]
...
## [Version 2.0.0-next.43](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.42...v2.0.0-next.43 )
<sup>Released on **2025-11-09**</sup>
#### 🐛 Bug Fixes
- **misc**: Abnormal animation of tokens.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Abnormal animation of tokens, closes [#10106 ](https://github.com/lobehub/lobe-chat/issues/10106 ) ([129df7b ](https://github.com/lobehub/lobe-chat/commit/129df7b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-09 11:50:13 +00:00
sxjeru
129df7b888
🐛 fix: Abnormal animation of tokens ( #10106 )
...
* ✨ feat(TokenDetail): add toggle for short/long format display of token values
* ✨ feat(TokenDetail): enhance token display format persistence and toggle functionality
* ✨ feat(TokenDetail): adjust popover trigger behavior for mobile and desktop
* replace localStorage with global store for token display format management
* add animation duration for token value display
* ✨ feat: 强制重新挂载以防止在切换 token/credit 时出现不必要的动画
2025-11-09 19:38:05 +08:00
lobehubbot
190b28244e
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-09 11:23:31 +00:00
semantic-release-bot
5db5cf582d
🔖 chore(release): v2.0.0-next.42 [skip ci]
...
## [Version 2.0.0-next.42](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.41...v2.0.0-next.42 )
<sup>Released on **2025-11-09**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix missing messages when finish runtime.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix missing messages when finish runtime, closes [#10138 ](https://github.com/lobehub/lobe-chat/issues/10138 ) ([b94d477 ](https://github.com/lobehub/lobe-chat/commit/b94d477 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-09 11:22:13 +00:00
Arvin Xu
b94d477f01
🐛 fix: fix missing messages when finish runtime ( #10138 )
...
fix missing message when finish render
2025-11-09 19:10:25 +08:00
LobeHub Bot
5c817bc304
✅ test: add unit tests for trace utilities ( #10136 )
...
- Added comprehensive unit tests for packages/utils/src/trace.ts
- Tests cover getTracePayload, getTraceId, and createTraceHeader functions
- Includes edge cases, Unicode handling, and round-trip encoding/decoding
- All 23 test cases pass successfully
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-09 15:21:35 +08:00
Arvin Xu
b3cea58514
✅ test(database): achieve 100% coverage for message model ( #10137 )
...
* ✅ test(database): fix all 3 skipped tests and improve coverage to 98.6%
- Fix test: create message with file chunks and RAG query ID
- Add proper FK setup (message -> query -> message with chunks)
- Fix similarity precision (database stores 5 decimals)
- Fix test: handle multiple message queries for same message
- Update test to accept any of the queries (no ordering guarantee)
- Add documentation about messageQueries table lacking sort field
- Fix test: heatmap 19:00 time boundary issue
- Use local time at noon to avoid timezone edge cases
- Use explicit date strings to ensure correct date grouping
Test results:
- All 105 tests passing (no skipped tests!)
- Statement coverage: 98.6% (569/577 lines)
- Branch coverage: 91.0% (131/144 branches)
- Function coverage: 100% (34/34 functions)
* fix tests
* ✅ test(database): achieve 100% coverage for message model
- Add edge case tests for INBOX_SESSION_ID, empty fileType, null similarity, groupId, and plugin state
- Fix similarity handling logic to properly convert null to undefined
- Add countWords tests with startDate/endDate filters
2025-11-09 15:06:08 +08:00
LobeHub Bot
2b74d0be05
🌐 chore: translate non-English comments to English in packages/utils ( #10133 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-09 15:00:15 +08:00
lobehubbot
16a9c8b920
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-09 02:16:51 +00:00
semantic-release-bot
e183eacf36
🔖 chore(release): v2.0.0-next.41 [skip ci]
...
## [Version 2.0.0-next.41](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.40...v2.0.0-next.41 )
<sup>Released on **2025-11-09**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#10116 ](https://github.com/lobehub/lobe-chat/issues/10116 ) ([766772e ](https://github.com/lobehub/lobe-chat/commit/766772e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-09 02:15:42 +00:00
LobeHub Bot
766772eaeb
🤖 style: update i18n ( #10116 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-11-09 10:04:06 +08:00
Arvin Xu
00bac7e9fd
✅ test(database): split message.test.ts into modular test files ( #10114 )
...
* ✅ test(database): add comprehensive test coverage for message query edge cases
Added critical test coverage for null parameter scenarios that were previously untested, preventing potential bugs similar to the deleteMessagesBySession issue.
**Test Coverage Added:**
1. **query() method with null parameters:**
- ✅ Query messages in session with null topicId (only non-topic messages)
- ✅ Query messages in session with null groupId (only non-group messages)
- ✅ Query inbox messages with null topicId when no sessionId specified
- ✅ Query messages with combined sessionId and topicId filters
2. **queryBySessionId() method:**
- ✅ Query inbox messages when sessionId is null
- ✅ Query inbox messages when sessionId is undefined
3. **deleteMessagesBySession() method:**
- ✅ Delete messages with specific groupId in session
- ✅ Delete messages with combined topicId and groupId filters
**Why This Matters:**
These edge cases were completely untested, creating blind spots where bugs could hide. The recent deleteMessagesBySession bug (which caused data loss) would have been caught if we had these tests. These tests verify that:
- Passing `null` explicitly filters for null values (e.g., messages without topics)
- Not passing a parameter defaults to null filtering (inbox messages)
- Parameter combinations work correctly without unexpected interactions
**Total New Tests:** 8 test cases covering critical edge cases
* update
* refactor messages tests
* 🔧 fix: use unique userIds in test files to prevent concurrent test conflicts
* ♻️ refactor(database): move conditional query logic from Model to Service layer
- Simplify MessageModel.update() to only perform update operation
- Simplify MessageModel.updatePluginState() to only perform update operation
- Remove options parameter and conditional message query logic from Model layer
- Service layer now handles all conditional query logic via queryWithSuccess()
- Update return types to use proper TypeScript types (UIChatMessage[])
- Remove 3 tests that tested Model layer business logic (now in Service layer)
This separates concerns properly:
- Model layer: pure database operations
- Service layer: business logic and conditional queries
2025-11-09 01:18:57 +08:00
Arvin Xu
508b34a5c8
✅ test(database): add comprehensive test coverage for message query edge cases ( #10111 )
...
* ✅ test(database): add comprehensive test coverage for message query edge cases
Added critical test coverage for null parameter scenarios that were previously untested, preventing potential bugs similar to the deleteMessagesBySession issue.
**Test Coverage Added:**
1. **query() method with null parameters:**
- ✅ Query messages in session with null topicId (only non-topic messages)
- ✅ Query messages in session with null groupId (only non-group messages)
- ✅ Query inbox messages with null topicId when no sessionId specified
- ✅ Query messages with combined sessionId and topicId filters
2. **queryBySessionId() method:**
- ✅ Query inbox messages when sessionId is null
- ✅ Query inbox messages when sessionId is undefined
3. **deleteMessagesBySession() method:**
- ✅ Delete messages with specific groupId in session
- ✅ Delete messages with combined topicId and groupId filters
**Why This Matters:**
These edge cases were completely untested, creating blind spots where bugs could hide. The recent deleteMessagesBySession bug (which caused data loss) would have been caught if we had these tests. These tests verify that:
- Passing `null` explicitly filters for null values (e.g., messages without topics)
- Not passing a parameter defaults to null filtering (inbox messages)
- Parameter combinations work correctly without unexpected interactions
**Total New Tests:** 8 test cases covering critical edge cases
2025-11-09 00:32:34 +08:00
lobehubbot
dcea52bb2e
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-08 15:51:44 +00:00
semantic-release-bot
c62092f63a
🔖 chore(release): v2.0.0-next.40 [skip ci]
...
## [Version 2.0.0-next.40](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.39...v2.0.0-next.40 )
<sup>Released on **2025-11-08**</sup>
#### 🐛 Bug Fixes
- **database**: Fix deleteMessagesBySession incorrectly deleting all messages.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **database**: Fix deleteMessagesBySession incorrectly deleting all messages, closes [#10110 ](https://github.com/lobehub/lobe-chat/issues/10110 ) ([1d7f67d ](https://github.com/lobehub/lobe-chat/commit/1d7f67d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-08 15:50:43 +00:00
Arvin Xu
1d7f67da56
🐛 fix(database): fix deleteMessagesBySession incorrectly deleting all messages ( #10110 )
2025-11-08 23:40:02 +08:00
lobehubbot
c48956e715
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-08 10:27:37 +00:00
semantic-release-bot
07578fe163
🔖 chore(release): v2.0.0-next.39 [skip ci]
...
## [Version 2.0.0-next.39](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.38...v2.0.0-next.39 )
<sup>Released on **2025-11-08**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-08 10:26:19 +00:00
Neko
9f762e12be
👷 build(observability-otel): support to trace and meter for tRPC ( #10086 )
...
feat(observability-otel): support to trace and meter for tRPC
2025-11-08 18:14:53 +08:00
Arvin Xu
2ae4aeb58d
♻️ refactor: refactor mcp context use and support continueGeneration ( #10096 )
...
* refactor plugin actions
* refactor mcp invoke
* refactor MCPType display
* support Continue Generate
* support continueGeneration message
* fix tests
* fix tests
* fix parentId issue
* fix duration is NaN
* improve mcp render
* 🐛 fix(context-engine): preserve reasoning field in MessageCleanupProcessor
The MessageCleanupProcessor was removing the reasoning field from assistant messages during cleanup. This fix ensures that reasoning field is preserved along with other necessary fields like tool_calls.
Changes:
- Added reasoning field preservation in MessageCleanup.ts
- Added test case to verify reasoning field is correctly preserved
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* fix maxSteps
* ✅ test: update test expectation for reasoning field preservation
Updated the test to expect the reasoning field to be preserved in the output, which is now the correct behavior after fixing MessageCleanupProcessor.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-08 17:59:50 +08:00
LobeHub Bot
17efa0bd52
✅ test: add unit tests for network proxy module ( #10104 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-08 15:08:11 +08:00
lobehubbot
dc08f10268
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-08 06:25:05 +00:00
Rylan Cai
0851028205
💄 Style: RFC-113 Provider Model Usage Statistics ( #8453 )
...
* 💄 style: migrate panel UI
* 🌐 i18n: add i18n slots
* ✅ lint: fix
* 🌐 i18n: add translations
* ✅ test: add usage tests
* 📝 docs: update annotations
* 🐛 fix: always enable
* 🐛 fix: dayjs init error
* 🐛 fix: no attr len
* 🐛 fix: slice err
2025-11-08 14:13:21 +08:00
lobehubbot
d600a476f0
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-08 03:40:34 +00:00
semantic-release-bot
92a62e70a9
🔖 chore(release): v2.0.0-next.38 [skip ci]
...
## [Version 2.0.0-next.38](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.37...v2.0.0-next.38 )
<sup>Released on **2025-11-08**</sup>
#### 🐛 Bug Fixes
- **TokenUsage**: Prevent animation when toggling between token and credit display.
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **TokenUsage**: Prevent animation when toggling between token and credit display, closes [#10098 ](https://github.com/lobehub/lobe-chat/issues/10098 ) ([f20a910 ](https://github.com/lobehub/lobe-chat/commit/f20a910 ))
#### Styles
* **misc**: Update i18n, closes [#10100 ](https://github.com/lobehub/lobe-chat/issues/10100 ) ([deb6b5e ](https://github.com/lobehub/lobe-chat/commit/deb6b5e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-08 03:39:22 +00:00
LobeHub Bot
deb6b5e5a0
🤖 style: update i18n ( #10100 )
2025-11-08 11:27:16 +08:00
LobeHub Bot
bd4ee89a43
🌐 chore: translate non-English comments to English in packages/web-crawler ( #10101 )
2025-11-08 11:26:33 +08:00
Arvin Xu
f20a9108ed
🐛 fix(TokenUsage): prevent animation when toggling between token and credit display ( #10098 )
2025-11-08 11:24:38 +08:00
lobehubbot
e56e50b2d6
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-07 18:31:32 +00:00
semantic-release-bot
48b2ec92a1
🔖 chore(release): v2.0.0-next.37 [skip ci]
...
## [Version 2.0.0-next.37](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.36...v2.0.0-next.37 )
<sup>Released on **2025-11-07**</sup>
#### 🐛 Bug Fixes
- **misc**: Don't include runtimeProvider in JWT for non-image operations.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Don't include runtimeProvider in JWT for non-image operations, closes [#9959 ](https://github.com/lobehub/lobe-chat/issues/9959 ) [#9569 ](https://github.com/lobehub/lobe-chat/issues/9569 ) ([b8f25de ](https://github.com/lobehub/lobe-chat/commit/b8f25de ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-07 18:30:16 +00:00
XYenon
b8f25dec30
🐛 fix: don't include runtimeProvider in JWT for non-image operations ( #9959 )
...
The lambdaClient was hardcoding provider='openai' and including it in the JWT
for ALL operations (knowledge base, chat, etc.). This caused the user's JWT
runtimeProvider to override the server's DEFAULT_FILES_CONFIG embedding provider,
resulting in InvalidProviderAPIKey errors.
Root cause:
- lambdaClient headers() set provider=ModelProvider.OpenAI by default
- This was passed to createHeaderWithAuth() for all operations
- createPayloadWithKeyVaults() added runtimeProvider='openai' to JWT
- Server's embedding operations received this JWT
- initModelRuntimeWithUserPayload() used JWT's runtimeProvider instead of server config
Solution:
- Only include provider in JWT for image operations (where user can select provider)
- For other operations (knowledge base, chat), don't pass provider
- Let server use its own DEFAULT_FILES_CONFIG for embedding operations
This fixes #9569 where users with DEFAULT_FILES_CONFIG=embedding_model=ollama/...
were getting InvalidProviderAPIKey errors because JWT was forcing provider='openai'.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2025-11-08 02:18:25 +08:00
LobeHub Bot
6eb6b9010b
✅ test: add unit tests for ApiKeyModel ( #10091 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-07 20:36:06 +08:00
lobehubbot
185f04e060
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-07 08:56:44 +00:00
semantic-release-bot
235a41ca54
🔖 chore(release): v2.0.0-next.36 [skip ci]
...
## [Version 2.0.0-next.36](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.35...v2.0.0-next.36 )
<sup>Released on **2025-11-07**</sup>
#### ✨ Features
- **misc**: Refactor to use agent runtime as the generation core and support branch mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Refactor to use agent runtime as the generation core and support branch mode, closes [#10080 ](https://github.com/lobehub/lobe-chat/issues/10080 ) ([b95e741 ](https://github.com/lobehub/lobe-chat/commit/b95e741 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-07 08:55:27 +00:00
Arvin Xu
b95e741717
✨ 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
2025-11-07 16:44:03 +08:00
LobeHub Bot
c3c4319625
🌐 chore: translate non-English comments to English in file services ( #10089 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-07 14:15:08 +08:00
lobehubbot
29974373f5
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-07 04:57:37 +00:00
semantic-release-bot
729dbe2a0f
🔖 chore(release): v2.0.0-next.35 [skip ci]
...
## [Version 2.0.0-next.35](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.34...v2.0.0-next.35 )
<sup>Released on **2025-11-07**</sup>
#### ♻ Code Refactoring
- **misc**: Use react-router-dom change /chat page to spa mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Use react-router-dom change /chat page to spa mode, closes [#10077 ](https://github.com/lobehub/lobe-chat/issues/10077 ) ([9154606 ](https://github.com/lobehub/lobe-chat/commit/9154606 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-07 04:56:25 +00:00
Shinji-Li
9154606285
♻️ refactor: use react-router-dom change /chat page to spa mode ( #10077 )
...
* feat: base change chat to spa
* feat: add /settings page layout
* feat: change workspace to components dir
* fix: restore the lamdba change
2025-11-07 12:45:26 +08:00
lobehubbot
3961a648ca
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-07 03:28:22 +00:00
semantic-release-bot
553d13c9f8
🔖 chore(release): v2.0.0-next.34 [skip ci]
...
## [Version 2.0.0-next.34](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.33...v2.0.0-next.34 )
<sup>Released on **2025-11-07**</sup>
#### 💄 Styles
- **misc**: Add sorting functionality for disabled models and model providers with tooltip support.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add sorting functionality for disabled models and model providers with tooltip support, closes [#10000 ](https://github.com/lobehub/lobe-chat/issues/10000 ) ([68e98b1 ](https://github.com/lobehub/lobe-chat/commit/68e98b1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-07 03:27:10 +00:00
bbbugg
68e98b1af4
💄 style: add sorting functionality for disabled models and model providers with tooltip support ( #10000 )
...
* ✨ feat: add sorting functionality for disabled models and model providers with tooltip support
* ✨ feat: persist sort type in localStorage for model providers and disabled models
* ✨ feat: add dropdown menu for sorting models and providers with ascending/descending options
* ✨ feat: add sorting options for models by release date with ascending/descending functionality
* ✨ refactor: replace useUserStore with useGlobalStore for disabled models sorting
* ✨ refactor: streamline sort type management in DisabledModels and List components
* ✨ refactor: update sort type management in DisabledModels and List components to use useCallback
2025-11-07 11:15:48 +08:00
LobeHub Bot
23ed51887f
✅ test: add unit tests for MCP installation checkers ( #10078 )
...
Added comprehensive unit tests for PythonInstallationChecker, NpmInstallationChecker, and ManualInstallationChecker classes covering validation, happy paths, edge cases, error handling, and fallback mechanisms.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-06 17:11:24 +08:00
lobehubbot
d394743d4d
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-06 05:53:42 +00:00
semantic-release-bot
65d87b4571
🔖 chore(release): v2.0.0-next.33 [skip ci]
...
## [Version 2.0.0-next.33](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.32...v2.0.0-next.33 )
<sup>Released on **2025-11-06**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor message create name.
#### 🐛 Bug Fixes
- **misc**: Model name display in the assistant panel disappears.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor message create name, closes [#10074 ](https://github.com/lobehub/lobe-chat/issues/10074 ) ([08ec29f ](https://github.com/lobehub/lobe-chat/commit/08ec29f ))
#### What's fixed
* **misc**: Model name display in the assistant panel disappears, closes [#9830 ](https://github.com/lobehub/lobe-chat/issues/9830 ) ([54f4e18 ](https://github.com/lobehub/lobe-chat/commit/54f4e18 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-06 05:52:12 +00:00
Arvin Xu
08ec29f3a2
♻️ refactor: refactor message create name ( #10074 )
...
refactor name
2025-11-06 13:41:01 +08:00
sxjeru
54f4e18c03
🐛 fix: model name display in the assistant panel disappears ( #9830 )
...
♻️ refactor: update session model visibility logic and clean up unused imports
2025-11-06 13:40:29 +08:00
XYenon
7eb78c43e6
👷 build: add INTERNAL_APP_URL for server-to-server calls ( #9960 )
...
* ✨ feat: add INTERNAL_APP_URL for server-to-server calls
Add INTERNAL_APP_URL environment variable to bypass CDN/proxy for internal operations like embedding and file chunking. Falls back to APP_URL if not set.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
* 📝 docs: add INTERNAL_APP_URL documentation
Add documentation for INTERNAL_APP_URL environment variable in:
- docker-compose .env.example
- Docker Compose deployment guide (English and Chinese)
Explains how to bypass CDN/proxy for server-to-server operations.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
* ✅ test: add tests for INTERNAL_APP_URL feature
Add comprehensive test coverage for INTERNAL_APP_URL:
- Test fallback behavior to APP_URL when INTERNAL_APP_URL is not set
- Test explicit INTERNAL_APP_URL configuration
- Test localhost bypass for CDN/proxy
- Test createAsyncServerClient using INTERNAL_APP_URL
- Test authentication headers in async calls
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
---------
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2025-11-06 13:28:54 +08:00
renovate[bot]
46ccddcd24
Update dependency electron to v39 ( #9971 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-06 13:28:24 +08:00
LobeHub Bot
11aa0ecad5
🌐 chore: translate non-English comments to English in packages/const ( #10073 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-06 10:46:27 +08:00
Arvin Xu
0e2bad0a23
🔨 chore: add conversation-flow module ( #10052 )
...
* wip
* refactor
* snapshot
* fix input
* fix assistant-tools calling case
* fix assistant-tools calling case
* fix
* fix compare-mode
* fix basic-branch-mode
* refactor branch test case
* refactor branch test case
* implement branch parse
* improve compare
* improve compare
* improve compare
* refactor
* refactor the transformer
* clean tests
* add test workflow
* update
* fix issue
2025-11-05 22:24:51 +08:00
lobehubbot
4153f182fe
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-05 14:03:06 +00:00
semantic-release-bot
a48841a368
🔖 chore(release): v2.0.0-next.32 [skip ci]
...
## [Version 2.0.0-next.32](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.31...v2.0.0-next.32 )
<sup>Released on **2025-11-05**</sup>
#### 🐛 Bug Fixes
- **misc**: Should install new version after quit this instance.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Should install new version after quit this instance, closes [#10064 ](https://github.com/lobehub/lobe-chat/issues/10064 ) ([9ab77b2 ](https://github.com/lobehub/lobe-chat/commit/9ab77b2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-05 14:01:51 +00:00
Shinji-Li
9ab77b2ea7
🐛 fix: should install new version after quit this instance ( #10064 )
...
fix: should install new version after quit this instance
2025-11-05 21:49:27 +08:00
LobeHub Bot
a91f90340e
✅ test: add unit tests for S3 module ( #10059 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-05 21:28:48 +08:00
lobehubbot
236b825fa0
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-05 11:26:19 +00:00
semantic-release-bot
df7cfa165e
🔖 chore(release): v2.0.0-next.31 [skip ci]
...
## [Version 2.0.0-next.31](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.30...v2.0.0-next.31 )
<sup>Released on **2025-11-05**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-05 11:25:19 +00:00
Neko
d98c88b78f
👷 build(database): fix cannot correctly trace sqls ( #10070 )
...
fix(database): cannot correctly trace sqls
2025-11-05 19:14:15 +08:00
lobehubbot
3d1b050003
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-05 03:55:00 +00:00
semantic-release-bot
8ec9491b48
🔖 chore(release): v2.0.0-next.30 [skip ci]
...
## [Version 2.0.0-next.30](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.29...v2.0.0-next.30 )
<sup>Released on **2025-11-05**</sup>
#### ♻ Code Refactoring
- **misc**: Enhance message router with service layer and comprehensive tests.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Enhance message router with service layer and comprehensive tests, closes [#10056 ](https://github.com/lobehub/lobe-chat/issues/10056 ) ([62110e0 ](https://github.com/lobehub/lobe-chat/commit/62110e0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-05 03:53:51 +00:00
Arvin Xu
62110e08c8
♻️ refactor: enhance message router with service layer and comprehensive tests ( #10056 )
...
* ✅ test: enhance message router integration test coverage
## Summary
Completed comprehensive integration tests for message router, covering all 20 endpoints:
**New Test Coverage:**
- ✅ removeMessage (with return messages)
- ✅ removeAllMessages
- ✅ removeMessagesByGroup
- ✅ getMessages with groupId/useGroup
- ✅ update with return messages
- ✅ updateMessagePlugin
- ✅ updateMetadata
- ✅ updatePluginError (with return messages)
- ✅ updatePluginState
- ✅ updateTranslate (create & delete)
- ✅ getHeatmaps
- ✅ rankModels
- ✅ count/countWords with date range
**Skipped Tests (require complex setup):**
- removeMessageQuery (needs UUID query IDs)
- updateMessageRAG (needs chunk & embeddings setup)
- updateTTS (needs file records)
**Test Results:**
- 33 passed ✅
- 6 skipped (with explanatory comments)
- 0 failed
## Coverage Improvement
Before: ~40% (8/20 endpoints)
After: ~85% (17/20 endpoints)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* fix test
* ♻️ refactor: extract MessageService for mutation + conditional query patterns
Refactored message router to use a new MessageService that consolidates repeated "mutation + conditional query" logic. The service handles operations that perform database mutations (delete/update) followed by conditional message list returns based on sessionId/topicId presence.
Changes:
- Created MessageService in src/server/services/message/index.ts
- Centralized conditional query logic in queryWithSuccess method
- Returns { success: true } when sessionId/topicId not provided
- Returns { messages, success: true } when sessionId/topicId provided
- Simple operations (1-2 lines) remain in router using messageModel directly
- Reduced router code significantly while improving maintainability
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ♻️ refactor: improve MessageService and createNewMessage
Changes:
- Changed all comments in MessageService to English
- Extracted query logic from model for updatePluginState and updateMessage methods
- Added comprehensive unit tests for MessageService (15 tests)
- Fixed createNewMessage to accept useGroup parameter instead of hardcoding groupAssistantMessages
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ♻️ refactor: move createNewMessage from model to MessageService
Changes:
- Moved createNewMessage logic from MessageModel to MessageService
- MessageModel now only handles single-responsibility create operation
- MessageService handles the "create + query" pattern consistently with other methods
- Updated router to use MessageService.createNewMessage
- Added 3 unit tests for createNewMessage in MessageService (total 18 tests now)
This follows the same pattern as other service methods: keep models focused on
database operations, while services handle business logic and composite operations.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ♻️ refactor: remove createNewMessage from MessageModel
Changes:
- Removed createNewMessage method from MessageModel
- Removed 5 associated unit tests from message.test.ts
- This logic now lives entirely in MessageService
Rationale:
MessageModel should focus on single-responsibility database operations.
The "create + query" pattern is a business logic concern that belongs
in the service layer, not the data access layer.
All tests passing:
- MessageModel: 91 passed, 3 skipped
- Server integration: 38 passed, 1 skipped
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* fix
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-05 11:42:19 +08:00
LobeHub Bot
d17b07fda9
🌐 chore: translate non-English comments to English in utils/server ( #10057 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-05 10:55:53 +08:00
lobehubbot
10201a2ba1
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-04 18:27:44 +00:00
semantic-release-bot
5c66dc2b02
🔖 chore(release): v2.0.0-next.29 [skip ci]
...
## [Version 2.0.0-next.29](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.28...v2.0.0-next.29 )
<sup>Released on **2025-11-04**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor chat message model to speed up.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor chat message model to speed up, closes [#10053 ](https://github.com/lobehub/lobe-chat/issues/10053 ) ([035994f ](https://github.com/lobehub/lobe-chat/commit/035994f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-04 18:26:39 +00:00
Arvin Xu
035994f1a8
♻️ refactor: refactor chat message model to speed up ( #10053 )
...
* refactor new chat message
* ♻️ refactor: Unify message creation methods into single `internal_createMessage`
## Changes
### Method Consolidation
- Merged `internal_createMessage` and `internal_createNewMessage` into a single unified method
- All message creation now returns `{ id: string, messages: UIChatMessage[] }`
- Eliminated redundant API calls by always using `createNewMessage` backend endpoint
### Updated Call Sites (11 locations)
**Store Actions:**
- `addAIMessage` & `addUserMessage` - Added result validation
**AI Chat:**
- `generateAIChat.ts` - Extract `result.id` from response
- `generateAIChatV2.ts` - Renamed from `internal_createNewMessage` to `internal_createMessage`
**Group Chat:**
- `generateAIGroupChat.ts` - Extract `result.id` in 3 locations
**Thread & Tools:**
- `thread/action.ts` - Extract `result.id`
- `builtinTool/actions/search.ts` - Extract `result.id`
- `plugin/action.ts` - Extract `result.id`
### Test Updates
- Updated mocks to return `{ id, messages }` structure
- `thread/action.test.ts` - 4 mock updates
- `plugin/action.test.ts` - 2 mock updates
## Benefits
- **Performance**: All message creation now uses single-request pattern
- **Consistency**: Unified return type across all creation flows
- **Maintainability**: Single method to maintain instead of two similar ones
## Testing
- ✅ Type check: 0 errors
- ✅ Unit tests: 175/175 passed
- message/action.test.ts: 33/33
- plugin/action.test.ts: 26/26
- thread/action.test.ts: 39/39
- generateAIChat.test.ts: 41/41
- generateAIChatV2.test.ts: 36/36
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ♻️ refactor: optimize message update operations to reduce API calls
Optimized two message update operations to reduce network requests:
1. **updatePluginState**: Modified to return updated messages
- Backend: `MessageModel.updatePluginState` now accepts options and returns `UpdateMessageResult`
- Router: Added `sessionId`, `topicId`, and `useGroup` parameters
- Frontend: Service layer passes lab preferences, store uses `replaceMessages` instead of `refreshMessages`
- Reduction: 2 requests → 1 request
2. **message.update**: Added `groupAssistantMessages` support
- Service: `updateMessage` now passes `useGroup` flag based on lab preferences
- Backend model already had infrastructure for returning messages
- Reduction: Ensures consistent 1-request pattern
Tests passing (26/26 plugin tests, 14/14 integration tests).
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ♻️ refactor: optimize all internal message methods to reduce API calls
Optimized 6 internal message methods and 3 error handling scenarios to reduce API calls from 2 requests (update + refresh) to 1 request (update with messages returned):
**Internal methods optimized:**
- internal_updateMessagePluginError
- internal_updateMessageRAG
- internal_deleteMessage
- internal_refreshToUpdateMessageTools
- internal_updatePluginError
**Error handling optimized:**
- internal_callPluginApi error scenarios (2 locations)
- invokeStandaloneTypePlugin invalid settings
**Changes:**
- Backend: Updated message routers to accept sessionId/topicId/useGroup and return messages
- Service: Added getUseGroupPreference() getter to simplify lab preference checks
- Service: Updated methods to use getter and return UpdateMessageResult
- Store: Changed from refreshMessages() to replaceMessages(result.messages)
- Tests: Updated 4 plugin tests to verify replaceMessages instead of refreshMessages
**Performance impact:**
Each optimized method now makes 1 request instead of 2, reducing network overhead and improving UI responsiveness.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ♻️ refactor: optimize message deletion to reduce API calls and fix group message children deletion
**Problem 1 - Group message children not deleted:**
- When deleting a `role: 'group'` message, children messages (linked via `parentId`) were not deleted
- Tool result messages were also not included in deletion
**Problem 2 - Delete operations using refresh pattern:**
- `deleteMessage`, `clearMessage`, `clearAllMessages` all used refreshMessages after deletion
- This resulted in 2 requests: delete + refresh
**Solutions:**
1. **Enhanced deleteMessage in UI layer:**
- Added logic to find all children messages via `parentId` for group role messages
- Combined with existing tool message deletion logic
- All related message IDs are collected and passed to backend in one call
- Business logic stays in UI layer, model layer remains simple
2. **Optimized delete operations:**
- Backend: `removeMessages` now accepts sessionId/topicId/useGroup and returns messages
- Service: `removeMessages` updated to pass options and return UpdateMessageResult
- Store: `deleteMessage` now uses replaceMessages with returned data (2 requests → 1 request)
- Store: `clearMessage` and `clearAllMessages` directly replace with empty array
3. **Updated tests:**
- Fixed 4 tests to verify replaceMessages instead of refreshMessages
- Added mock for service to return messages in delete operations
- All 33 message action tests passing
- All 14 integration tests passing
**Performance impact:**
- deleteMessage: 2 requests → 1 request
- clearMessage/clearAllMessages: 1 delete + 1 refresh → 1 delete + direct clear
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test: add comprehensive tests for group message deletion with children
Added 2 new test cases to verify group message deletion behavior:
1. **Basic group message with children deletion:**
- Verifies that deleting a `role: 'group'` message also deletes all children (via `parentId`)
- Tests that unrelated messages are preserved
2. **Group message with children that have tool calls:**
- Verifies that deleting a group message also deletes:
- The group message itself
- All children messages (via `parentId`)
- Tool result messages from children (via `tool_call_id`)
- Ensures complete cleanup of the entire message tree
**Implementation enhancement:**
- Updated `deleteMessage` to also collect and delete tool results from children messages
- Ensures no orphaned tool result messages remain after group deletion
**Test results:**
- All 35 message action tests passing (2 new tests added)
- Verifies complete cascading deletion of group message trees
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-05 02:15:40 +08:00
lobehubbot
c7b7998505
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-04 17:12:15 +00:00
semantic-release-bot
a41c7a3fb7
🔖 chore(release): v2.0.0-next.28 [skip ci]
...
## [Version 2.0.0-next.28](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.27...v2.0.0-next.28 )
<sup>Released on **2025-11-04**</sup>
#### ✨ Features
- **misc**: Support install sreamable http mcp server on web.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support install sreamable http mcp server on web, closes [#10044 ](https://github.com/lobehub/lobe-chat/issues/10044 ) [#9916 ](https://github.com/lobehub/lobe-chat/issues/9916 ) ([85454c5 ](https://github.com/lobehub/lobe-chat/commit/85454c5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-04 17:11:03 +00:00
Shinji-Li
85454c5e7c
✨ feat: support install sreamable http mcp server on web ( #10044 )
...
* 🐛 fix: OIDC error when connecting to self-host instance (#9916 )
fix: oidc/consent redirect header
* feat: support streamable mcp install
* feat: env fixed
* feat: when in desktop only show http mcp
* feat: use http connectionType to query mcp list
* fix: delete useless code
* fix: update the actions test
* feat: change the import way
* feat: change the import way
* feat: change the enum type
* fix: slove types problem
* fix: slove types problem
* fix: mobile not show custom add mcp button
---------
Co-authored-by: Aloxaf <bailong104@gmail.com >
2025-11-05 00:57:19 +08:00
Neko
84148a8dd3
🔨 chore: improve renovate config to not group minor & major ( #10051 )
...
chore: improve renovate config to not group minor & major
2025-11-04 22:47:12 +08:00
lobehubbot
d79ffa37e2
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-04 14:04:44 +00:00
semantic-release-bot
c4873d1854
🔖 chore(release): v2.0.0-next.27 [skip ci]
...
## [Version 2.0.0-next.27](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.26...v2.0.0-next.27 )
<sup>Released on **2025-11-04**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor services to a more clean structure.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor services to a more clean structure, closes [#10050 ](https://github.com/lobehub/lobe-chat/issues/10050 ) ([de61dfa ](https://github.com/lobehub/lobe-chat/commit/de61dfa ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-04 14:03:32 +00:00
Arvin Xu
de61dfaad4
♻️ refactor: refactor services to a more clean structure ( #10050 )
...
* refactor services
* clean tests
* fix type
2025-11-04 21:52:30 +08:00
lobehubbot
1bea16f292
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-04 13:14:51 +00:00
semantic-release-bot
1da176191b
🔖 chore(release): v2.0.0-next.26 [skip ci]
...
## [Version 2.0.0-next.26](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.25...v2.0.0-next.26 )
<sup>Released on **2025-11-04**</sup>
#### ♻ Code Refactoring
- **misc**: Add settings (jsonb) column to `ai_models` table.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Add settings (jsonb) column to `ai_models` table, closes [#10042 ](https://github.com/lobehub/lobe-chat/issues/10042 ) ([7e1dd02 ](https://github.com/lobehub/lobe-chat/commit/7e1dd02 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-04 13:13:38 +00:00
sxjeru
7e1dd02d7c
♻️ refactor: add settings (jsonb) column to ai_models table ( #10042 )
...
* Refactor code structure for improved readability and maintainability
* edit dbml
* feat: 更新 AiInfraRepos 以支持用户设置覆盖内置设置
* Revert "Refactor code structure for improved readability and maintainability"
This reverts commit 81453d8dc3 .
* Refactor code structure for improved readability and maintainability
* 添加 IF NOT EXISTS 选项以避免重复列添加
* format
2025-11-04 21:02:40 +08:00
Arvin Xu
b0dd7be095
✅ test: add more discover bdd tests ( #10048 )
...
add bdd tests
2025-11-04 20:32:09 +08:00
lobehubbot
3cf6242877
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-04 12:10:29 +00:00
semantic-release-bot
da063a726a
🔖 chore(release): v2.0.0-next.25 [skip ci]
...
## [Version 2.0.0-next.25](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.24...v2.0.0-next.25 )
<sup>Released on **2025-11-04**</sup>
#### ✨ Features
- **misc**: Display assistant message in group.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Display assistant message in group, closes [#9941 ](https://github.com/lobehub/lobe-chat/issues/9941 ) ([59b6ac3 ](https://github.com/lobehub/lobe-chat/commit/59b6ac3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-04 12:09:19 +00:00
Arvin Xu
59b6ac3a1c
✨ feat: display assistant message in group ( #9941 )
...
* use message group
* refactor
* fix tests
* fix tests
2025-11-04 19:58:32 +08:00
lobehubbot
8bab7ad448
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-04 11:02:27 +00:00
semantic-release-bot
f69e7a22df
🔖 chore(release): v2.0.0-next.24 [skip ci]
...
## [Version 2.0.0-next.24](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.23...v2.0.0-next.24 )
<sup>Released on **2025-11-04**</sup>
#### 💄 Styles
- **misc**: Improve lab style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve lab style, closes [#10040 ](https://github.com/lobehub/lobe-chat/issues/10040 ) ([bbf1c0b ](https://github.com/lobehub/lobe-chat/commit/bbf1c0b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-04 11:01:15 +00:00
Neko
ffcdd5fac0
🔨 chore: improve renovate config separate major versions only ( #10045 )
...
chore: improve renovate config separate major versions only
2025-11-04 18:49:42 +08:00
Arvin Xu
bbf1c0bbe9
💄 style: improve lab style ( #10040 )
...
* update
* refactor lab
* Update package.json
2025-11-04 18:35:49 +08:00
lobehubbot
fd226d03d4
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-04 09:51:47 +00:00
semantic-release-bot
599e199b91
🔖 chore(release): v2.0.0-next.23 [skip ci]
...
## [Version 2.0.0-next.23](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.22...v2.0.0-next.23 )
<sup>Released on **2025-11-04**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix send message.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix send message, closes [#10041 ](https://github.com/lobehub/lobe-chat/issues/10041 ) [#9984 ](https://github.com/lobehub/lobe-chat/issues/9984 ) ([7cca60f ](https://github.com/lobehub/lobe-chat/commit/7cca60f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-04 09:50:34 +00:00
Arvin Xu
7cca60fcb8
🐛 fix: fix send message ( #10041 )
...
* fix
* Revert "Update dependency vite to v7 (#9984 )"
This reverts commit f1ffaff96f .
2025-11-04 17:38:40 +08:00
Neko
d517f77d1d
🔨 chore: improve renovate config to split pinned deps while keeping grouped ( #10043 )
...
chore: improve renovate config to split pinned deps while keeping grouped
2025-11-04 17:36:16 +08:00
LobeHub Bot
c8e5a630ed
✅ test: add unit tests for MCPSystemDepsCheckService ( #10037 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-04 16:02:27 +08:00
renovate[bot]
9a231ee6d3
Update dependency ora to v9 ( #9977 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-04 15:45:52 +08:00
lobehubbot
fa89dbf6b7
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-04 06:42:06 +00:00
semantic-release-bot
6d0f09fa1e
🔖 chore(release): v2.0.0-next.22 [skip ci]
...
## [Version 2.0.0-next.22](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.21...v2.0.0-next.22 )
<sup>Released on **2025-11-04**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-04 06:40:46 +00:00
Arvin Xu
0d8188c60b
⚡ ️ perf: improve db query performance ( #10036 )
...
* improve db query performance
* Remove query timing log from hasMoreThanN
Removed timing log from hasMoreThanN method.
2025-11-04 14:29:11 +08:00
LobeHub Bot
aae047265e
🌐 chore: translate non-English comments to English in desktop controllers ( #10034 )
...
* 🌐 chore: translate non-English comments to English in desktop controllers
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* 🧪 fix: update Desktop test expectations to match English error messages
- Updated TrayMenuCtr.test.ts to expect English error messages instead of Chinese
- Fixes failing tests after comment translation changes
- Changed '托盘通知仅在 Windows 平台支持' to 'Tray notifications are only supported on Windows platform'
- Changed '托盘功能仅在 Windows 平台支持' to 'Tray functionality is only supported on Windows platform'
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
---------
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
2025-11-04 13:38:31 +08:00
renovate[bot]
f1ffaff96f
Update dependency vite to v7 ( #9984 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-04 13:13:52 +08:00
renovate[bot]
74637839f5
Update dependency pino to v10 ( #9979 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-04 10:37:43 +08:00
lobehubbot
4d9181ece0
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-04 02:28:29 +00:00
semantic-release-bot
f833a461aa
🔖 chore(release): v2.0.0-next.21 [skip ci]
...
## [Version 2.0.0-next.21](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.20...v2.0.0-next.21 )
<sup>Released on **2025-11-04**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix oidc auth timeout issue on the desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix oidc auth timeout issue on the desktop, closes [#10025 ](https://github.com/lobehub/lobe-chat/issues/10025 ) ([20666db ](https://github.com/lobehub/lobe-chat/commit/20666db ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-04 02:26:52 +00:00
Neko
cb8c606d06
🔨 chore: reconfigure renovate to group patch updates ( #10008 )
...
chore: reconfigure renovate to group patch updates
2025-11-04 10:13:19 +08:00
Arvin Xu
20666db14f
🐛 fix: fix oidc auth timeout issue on the desktop ( #10025 )
...
* add tests
* fix auth timeout issue
* update locale
* fix tests
2025-11-04 10:12:54 +08:00
Arvin Xu
e6fc44be76
✅ test: add unit tests for apiKey ( #10031 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-04 10:12:45 +08:00
LobeHub Bot
1be312cb25
✅ test: add unit tests for MCPService ( #10032 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-04 10:12:28 +08:00
LobeHub Bot
9c0ac419d0
🌐 chore: translate non-English comments to English in utils/client ( #10029 )
2025-11-04 09:13:48 +08:00
Arvin Xu
3556e5986c
🔨 chore: add auto creating test workflow ( #10030 )
...
create auto test mode
2025-11-04 02:18:35 +08:00
Arvin Xu
17090f1e8c
💄 style: improve oidc mobile layout style ( #10026 )
...
improve oidc layout again
2025-11-04 02:04:03 +08:00
Arvin Xu
6cce80ee9a
🌐 chore: translate non-English comments to English in chat service ( #10028 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-04 01:54:44 +08:00
Arvin Xu
2da01ca1c7
🔨 chore: add workflow for translating Chinese comments to English ( #10027 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-04 01:54:07 +08:00
Arvin Xu
665e6c99f5
🔨 chore: add desktop test workflow ( #10024 )
...
* workflow
* fix tests
* update
* update
2025-11-04 01:36:05 +08:00
lobehubbot
ccd2c0b510
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-03 17:11:27 +00:00
semantic-release-bot
9346900a50
🔖 chore(release): v2.0.0-next.20 [skip ci]
...
## [Version 2.0.0-next.20](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.19...v2.0.0-next.20 )
<sup>Released on **2025-11-03**</sup>
#### 💄 Styles
- **misc**: Improve oidc layout style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve oidc layout style, closes [#10023 ](https://github.com/lobehub/lobe-chat/issues/10023 ) ([5008be7 ](https://github.com/lobehub/lobe-chat/commit/5008be7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-03 17:10:18 +00:00
Arvin Xu
5008be7fe9
💄 style: improve oidc layout style ( #10023 )
...
improve oidc layout style
2025-11-04 00:57:52 +08:00
lobehubbot
9e81151487
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-03 16:48:22 +00:00
semantic-release-bot
1fdc49ec0f
🔖 chore(release): v2.0.0-next.19 [skip ci]
...
## [Version 2.0.0-next.19](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.18...v2.0.0-next.19 )
<sup>Released on **2025-11-03**</sup>
#### ♻ Code Refactoring
- **misc**: Remove `NEXT_PUBLIC_SERVICE_MODE` env and use server by default.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove `NEXT_PUBLIC_SERVICE_MODE` env and use server by default, closes [#10017 ](https://github.com/lobehub/lobe-chat/issues/10017 ) ([f2ab2fc ](https://github.com/lobehub/lobe-chat/commit/f2ab2fc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-03 16:47:11 +00:00
Arvin Xu
f2ab2fcef6
♻️ refactor: remove NEXT_PUBLIC_SERVICE_MODE env and use server by default ( #10017 )
...
* remove NEXT_PUBLIC_SERVICE_MODE
* update
* fix tests
* update e2e workflow
* update config
* Rename DATABASE_TEST_URL to DATABASE_URL
2025-11-04 00:34:37 +08:00
renovate[bot]
3eaa645fb0
Update dependency dotenv to v17 ( #9970 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 23:10:35 +08:00
lobehubbot
1500e8cdb3
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-03 14:29:12 +00:00
semantic-release-bot
5262a73308
🔖 chore(release): v2.0.0-next.18 [skip ci]
...
## [Version 2.0.0-next.18](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.17...v2.0.0-next.18 )
<sup>Released on **2025-11-03**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor trpc request to use zod schema.
#### 💄 Styles
- **misc**: Improve built-in client OIDC user flow.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor trpc request to use zod schema, closes [#10016 ](https://github.com/lobehub/lobe-chat/issues/10016 ) ([1a84f2c ](https://github.com/lobehub/lobe-chat/commit/1a84f2c ))
#### Styles
* **misc**: Improve built-in client OIDC user flow, closes [#10020 ](https://github.com/lobehub/lobe-chat/issues/10020 ) ([80202ed ](https://github.com/lobehub/lobe-chat/commit/80202ed ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-03 14:27:58 +00:00
Arvin Xu
1a84f2cb00
♻️ refactor: refactor trpc request to use zod schema ( #10016 )
...
refactor request api
2025-11-03 22:16:37 +08:00
Arvin Xu
80202ed4ff
💄 style: improve built-in client OIDC user flow ( #10020 )
...
* refactor
* make builtin client auto consent
* i18n
2025-11-03 22:13:14 +08:00
lobehubbot
0009816364
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-03 13:39:09 +00:00
semantic-release-bot
af839cc5c3
🔖 chore(release): v2.0.0-next.17 [skip ci]
...
## [Version 2.0.0-next.17](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.16...v2.0.0-next.17 )
<sup>Released on **2025-11-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix regex ReDoS.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix regex ReDoS, closes [#10012 ](https://github.com/lobehub/lobe-chat/issues/10012 ) ([1d8d5cd ](https://github.com/lobehub/lobe-chat/commit/1d8d5cd ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-03 13:37:59 +00:00
Arvin Xu
5c9baf490f
✅ test: add more smoke bdd tests ( #10014 )
...
add more smoke bdd tests
2025-11-03 21:24:46 +08:00
Arvin Xu
1d8d5cda30
🐛 fix: fix regex ReDoS ( #10012 )
...
* fix regex ReDoS
* fix regex ReDoS
* fix regex ReDoS
* fix regex ReDoS
* fix regex ReDoS
2025-11-03 21:15:34 +08:00
lobehubbot
bd071fa3c4
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-03 05:54:17 +00:00
semantic-release-bot
fa179fc934
🔖 chore(release): v2.0.0-next.16 [skip ci]
...
## [Version 2.0.0-next.16](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.15...v2.0.0-next.16 )
<sup>Released on **2025-11-03**</sup>
#### ♻ Code Refactoring
- **misc**: Remove deperated code.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove deperated code, closes [#10001 ](https://github.com/lobehub/lobe-chat/issues/10001 ) ([4ee4590 ](https://github.com/lobehub/lobe-chat/commit/4ee4590 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-03 05:53:09 +00:00
Arvin Xu
4ee4590630
♻️ 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
2025-11-03 13:14:35 +08:00
lobehubbot
788d7046ea
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-03 05:08:55 +00:00
semantic-release-bot
65cf324d07
🔖 chore(release): v2.0.0-next.15 [skip ci]
...
## [Version 2.0.0-next.15](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.14...v2.0.0-next.15 )
<sup>Released on **2025-11-03**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-03 05:07:48 +00:00
YuTengjing
44776b40bc
👷 build: nodejs 24 ( #10003 )
...
* build: upgrade node 24
* build: run pnpm update
* fix: tsgo not support baseUrl
2025-11-03 12:56:15 +08:00
YuTengjing
637460bdf0
🔧 chore(workflow): fix desktop PR build concurrency to isolate per-PR builds ( #10005 )
2025-11-03 12:23:39 +08:00
lobehubbot
4363f7d306
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-02 15:49:07 +00:00
semantic-release-bot
d7f927d934
🔖 chore(release): v2.0.0-next.14 [skip ci]
...
## [Version 2.0.0-next.14](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.13...v2.0.0-next.14 )
<sup>Released on **2025-11-02**</sup>
#### ♻ Code Refactoring
- **misc**: Remove client service.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove client service, closes [#9991 ](https://github.com/lobehub/lobe-chat/issues/9991 ) ([9137dba ](https://github.com/lobehub/lobe-chat/commit/9137dba ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-02 15:47:58 +00:00
Arvin Xu
9137dba6a0
♻️ refactor: remove client service ( #9991 )
...
* remove client service
* remove edge client and <InitClientDB />
* fix search tests
* fix app url
* fix tests
* fix tests
* fix tests
* remove InitClientDB
* fix tests
* fix tests
2025-11-02 23:37:50 +08:00
Arvin Xu
c265f6c8ad
⚡ ️ perf: fix provider link issue ( #9993 )
...
* fix provider link issue
* fix again
* fix link
2025-11-02 23:37:26 +08:00
lobehubbot
c58cfd98a4
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-02 15:25:36 +00:00
semantic-release-bot
9ca8f7bbe2
🔖 chore(release): v2.0.0-next.13 [skip ci]
...
## [Version 2.0.0-next.13](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.12...v2.0.0-next.13 )
<sup>Released on **2025-11-02**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix image prompt form.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix image prompt form, closes [#9995 ](https://github.com/lobehub/lobe-chat/issues/9995 ) ([799e6fd ](https://github.com/lobehub/lobe-chat/commit/799e6fd ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-02 15:24:34 +00:00
Coooolfan
799e6fd0fd
🐛 fix: fix image prompt form ( #9995 )
...
* 🐛 fix: do not create image on Enter key during composition
* 🐛 fix: include authorization header in mock user context
2025-11-02 23:12:53 +08:00
lobehubbot
838a7d4eed
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-02 14:40:32 +00:00
semantic-release-bot
955c92e4f1
🔖 chore(release): v2.0.0-next.12 [skip ci]
...
## [Version 2.0.0-next.12](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.11...v2.0.0-next.12 )
<sup>Released on **2025-11-02**</sup>
#### 💄 Styles
- **misc**: Add padding to TopicList component.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add padding to TopicList component, closes [#9994 ](https://github.com/lobehub/lobe-chat/issues/9994 ) ([c1e7381 ](https://github.com/lobehub/lobe-chat/commit/c1e7381 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-02 14:39:28 +00:00
Coooolfan
c1e7381a33
💄 style: add padding to TopicList component ( #9994 )
...
✨ fix: add padding to TopicList component
2025-11-02 22:24:21 +08:00
lobehubbot
adad02a93c
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-02 14:21:53 +00:00
semantic-release-bot
f966f7f4a5
🔖 chore(release): v2.0.0-next.11 [skip ci]
...
## [Version 2.0.0-next.11](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.10...v2.0.0-next.11 )
<sup>Released on **2025-11-02**</sup>
#### 💄 Styles
- **misc**: Smoothed model descriptions in ko-KR locales.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Smoothed model descriptions in ko-KR locales, closes [#9998 ](https://github.com/lobehub/lobe-chat/issues/9998 ) ([fde1d8b ](https://github.com/lobehub/lobe-chat/commit/fde1d8b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-02 14:20:40 +00:00
sunny1234597
fde1d8bfac
💄 style: smoothed model descriptions in ko-KR locales ( #9998 )
...
smoothed model descriptions in ko-KR locales
Updated descriptions for various AI models in Korean.
2025-11-02 22:08:55 +08:00
Arvin Xu
dc5917948c
👷 build: revert turbopack for bundling ( #9999 )
...
Revert "👷 build: switch to turbopack for bundling (#9990 )"
This reverts commit 4565692cb9 .
2025-11-02 22:03:18 +08:00
lobehubbot
9ab6935deb
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-02 10:39:37 +00:00
semantic-release-bot
2516b89c7c
🔖 chore(release): v2.0.0-next.10 [skip ci]
...
## [Version 2.0.0-next.10](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.9...v2.0.0-next.10 )
<sup>Released on **2025-11-02**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-02 10:38:22 +00:00
Arvin Xu
4565692cb9
👷 build: switch to turbopack for bundling ( #9990 )
...
try turbopack
2025-11-02 18:24:35 +08:00
Rylan Cai
78df7a7e86
♻️ Refactor(V2): Remove deprecate envs to reserve Namespace for better-auth ( #9954 )
2025-11-02 16:45:46 +08:00
Arvin Xu
b99bb9a856
🔨 chore: fix desktop-pr workflow ( #9992 )
...
fix desktop
2025-11-02 14:28:32 +08:00
lobehubbot
f110d79228
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-02 05:45:09 +00:00
semantic-release-bot
3513bf4363
🔖 chore(release): v2.0.0-next.9 [skip ci]
...
## [Version 2.0.0-next.9](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.8...v2.0.0-next.9 )
<sup>Released on **2025-11-02**</sup>
#### ♻ Code Refactoring
- **misc**: Remove dalle builtin plugin.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove dalle builtin plugin, closes [#9952 ](https://github.com/lobehub/lobe-chat/issues/9952 ) ([2d4d70a ](https://github.com/lobehub/lobe-chat/commit/2d4d70a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-02 05:43:47 +00:00
Arvin Xu
2d4d70a66d
♻️ refactor: remove dalle builtin plugin ( #9952 )
...
* pre merge
* fix lint
* fix lint
* clean docker workflow
* fix tests
* fix docker
* fix tests
* fix tests
* fix tests
* fix docker
* update client db
* remove dalle
* fix tests
* fix tests
* improve tests
* fix tests
2025-11-02 13:31:01 +08:00
renovate[bot]
831948a305
Update GitHub Artifact Actions (major) ( #9986 )
...
Update GitHub Artifact Actions
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-02 11:26:30 +08:00
Arvin Xu
7eaa7ca326
🔨 chore: fix docker workflow ( #9987 )
...
fix docker workflow
2025-11-02 11:08:29 +08:00
renovate[bot]
08f97dcee4
Update actions/setup-node action to v6 ( #9964 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-02 10:15:08 +08:00
renovate[bot]
5f4e1d37fb
Update actions/checkout action to v5 ( #9963 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-02 10:14:17 +08:00
semantic-release-bot
a5e0e5acb2
🔖 chore(release): v2.0.0-next.8 [skip ci]
...
## [Version 2.0.0-next.8](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.7...v2.0.0-next.8 )
<sup>Released on **2025-11-02**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#9958 ](https://github.com/lobehub/lobe-chat/issues/9958 ) ([f49996c ](https://github.com/lobehub/lobe-chat/commit/f49996c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-02 02:13:27 +00:00
LobeHub Bot
f49996cc84
🤖 style: update i18n ( #9958 )
2025-11-02 10:01:50 +08:00
lobehubbot
6b01095243
📝 docs(bot): Auto sync agents & plugin to readme
2025-11-01 17:04:59 +00:00
semantic-release-bot
9bb717696b
🔖 chore(release): v2.0.0-next.7 [skip ci]
...
## [Version 2.0.0-next.7](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.6...v2.0.0-next.7 )
<sup>Released on **2025-11-01**</sup>
#### ✨ Features
- **misc**: Upgrade to Next 16.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Upgrade to Next 16, closes [#9851 ](https://github.com/lobehub/lobe-chat/issues/9851 ) ([abb71ec ](https://github.com/lobehub/lobe-chat/commit/abb71ec ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-11-01 17:03:54 +00:00
Arvin Xu
abb71ec846
✨ feat: upgrade to Next 16 ( #9851 )
...
* upgrade next 16
* try to fix
* try to fix
* upgrade
* fix sitemap build
* try to fix build
* try to fix build with next 16
* fix docker permission
* 🔒 fix(ci): fix code injection vulnerability and permissions in docker workflow
- Add pull-requests: write permission to allow PR comments
- Fix code injection vulnerability by using env variables instead of direct interpolation
- Prevent potential security risks from malicious branch names in pull_request_target events
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* 🔧 chore(ci): change desktop pr build to use pull_request_target
- Change from pull_request to pull_request_target to access secrets and write permissions
- Update permissions from read-all to specific write permissions for contents and pull-requests
- This allows PR builds to create releases and comment on PRs from forks
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* add comment
* fix on
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-02 00:53:13 +08:00
lobehubbot
39a7399765
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-31 16:40:36 +00:00
semantic-release-bot
57858916eb
🔖 chore(release): v2.0.0-next.6 [skip ci]
...
## [Version 2.0.0-next.6](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.5...v2.0.0-next.6 )
<sup>Released on **2025-10-31**</sup>
#### 🐛 Bug Fixes
- **AssistantStore**: Add missing identifier parameter.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **AssistantStore**: Add missing identifier parameter, closes [#9948 ](https://github.com/lobehub/lobe-chat/issues/9948 ) ([2e40855 ](https://github.com/lobehub/lobe-chat/commit/2e40855 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-31 16:39:30 +00:00
XYenon
2e408554e2
🐛 fix(AssistantStore): add missing identifier parameter ( #9948 )
...
🐛 fix(AssistantStore): add missing identifier parameter in fallback fetch
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2025-11-01 00:28:12 +08:00
lobehubbot
86b5e9eb4c
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-31 04:54:07 +00:00
semantic-release-bot
b3243cf6fb
🔖 chore(release): v2.0.0-next.5 [skip ci]
...
## [Version 2.0.0-next.5](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.4...v2.0.0-next.5 )
<sup>Released on **2025-10-31**</sup>
#### ♻ Code Refactoring
- **misc**: Migrating Firecrawl to v2.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Migrating Firecrawl to v2, closes [#9850 ](https://github.com/lobehub/lobe-chat/issues/9850 ) ([efb4c22 ](https://github.com/lobehub/lobe-chat/commit/efb4c22 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-31 04:52:55 +00:00
sxjeru
efb4c22aff
♻️ refactor: Migrating Firecrawl to v2 ( #9850 )
...
* ✨ feat: 更新 Firecrawl API 版本,增强搜索功能和结果映射
* ✨ feat: 更新 FirecrawlMetadata 和 FirecrawlResults 接口,添加可选字段并增强错误处理
* fix typo (native -> naive)
* ✨ feat: 更新模型配置,移除 Claude 3.5 Sonnet 相关条目,添加 MiniMax M2 和 KAT-Dev 32B 模型
* ✨ feat: 添加 MiniMax M2 模型并更新代理 URL
* fix test
2025-10-31 12:41:14 +08:00
Arvin Xu
8abfdecd54
⚡ ️ perf: improve db query performance ( #9946 )
...
* fix db performance issue
* fix tests
2025-10-31 12:39:59 +08:00
lobehubbot
e73e877db1
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-31 03:32:07 +00:00
semantic-release-bot
4e7f383ff4
🔖 chore(release): v2.0.0-next.4 [skip ci]
...
## [Version 2.0.0-next.4](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.3...v2.0.0-next.4 )
<sup>Released on **2025-10-31**</sup>
#### ♻ Code Refactoring
- **misc**: Remove azure-ad auth provider.
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove azure-ad auth provider, closes [#9942 ](https://github.com/lobehub/lobe-chat/issues/9942 ) ([103c4d7 ](https://github.com/lobehub/lobe-chat/commit/103c4d7 ))
#### Styles
* **misc**: Update i18n, closes [#9944 ](https://github.com/lobehub/lobe-chat/issues/9944 ) ([3a6468f ](https://github.com/lobehub/lobe-chat/commit/3a6468f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-31 03:30:54 +00:00
Arvin Xu
103c4d70fc
♻️ refactor: remove azure-ad auth provider ( #9942 )
...
remove azure ad
2025-10-31 11:19:39 +08:00
LobeHub Bot
3a6468ff48
🤖 style: update i18n ( #9944 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-10-31 11:17:28 +08:00
Arvin Xu
7342315875
♻️ refactor: improve access token duration ( #9943 )
...
update access token duaration
2025-10-31 02:06:53 +08:00
lobehubbot
aa7f98c00d
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-30 17:27:33 +00:00
semantic-release-bot
f78682c704
🔖 chore(release): v2.0.0-next.3 [skip ci]
...
## [Version 2.0.0-next.3](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.2...v2.0.0-next.3 )
<sup>Released on **2025-10-30**</sup>
#### ♻ Code Refactoring
- **misc**: Remove llm page.
#### 💄 Styles
- **misc**: Add new bedrock model support, add pricing info for Azure GPT-5 series models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove llm page, closes [#9940 ](https://github.com/lobehub/lobe-chat/issues/9940 ) ([6ec01a3 ](https://github.com/lobehub/lobe-chat/commit/6ec01a3 ))
#### Styles
* **misc**: Add new bedrock model support, closes [#9826 ](https://github.com/lobehub/lobe-chat/issues/9826 ) ([1b8a981 ](https://github.com/lobehub/lobe-chat/commit/1b8a981 ))
* **misc**: Add pricing info for Azure GPT-5 series models, closes [#9833 ](https://github.com/lobehub/lobe-chat/issues/9833 ) ([39a80c5 ](https://github.com/lobehub/lobe-chat/commit/39a80c5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-30 17:26:18 +00:00
Arvin Xu
6ec01a3c83
♻️ refactor: remove llm page ( #9940 )
...
remove llm page
2025-10-31 01:14:36 +08:00
Kevin Zhao
39a80c5604
💄 style: add pricing info for Azure GPT-5 series models ( #9833 )
...
* 💰 feat: add pricing info for Azure GPT-5 series models
Added comprehensive pricing information for all Azure OpenAI GPT-5 series models:
- GPT-5 Pro: $15/$120 per million tokens (input/output)
- GPT-5 Codex: $1.25/$10 per million tokens with cache support
- GPT-5: $1.25/$10 per million tokens with cache support
- GPT-5 Mini: $0.25/$2 per million tokens with cache support
- GPT-5 Nano: $0.05/$0.4 per million tokens with cache support
- GPT-5 Chat: $1.25/$10 per million tokens with cache support
Pricing aligns with OpenAI official rates and includes cache read pricing where applicable.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* 🔥 feat: remove Azure GPT-5 series models
Removed all GPT-5 series model configurations from Azure provider:
- GPT-5 Pro
- GPT-5 Codex
- GPT-5
- GPT-5 Mini
- GPT-5 Nano
- GPT-5 Chat
These models are not yet officially released by Azure OpenAI.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Zhao <zhaokm@ZhaodeMacBook-Pro.local >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Zhao <zhaokm@842f57833757mbpnetwork.lan >
2025-10-31 01:02:48 +08:00
Kevin Zhao
1b8a981e5b
💄 style: add new bedrock model support ( #9826 )
...
* ✨ feat: add new bedrock model support
* 🔥 chore: remove model provider config per reviewer feedback
Removed Claude Sonnet 4.5 and Claude Haiku 4.5 model configurations from the Bedrock provider config file as per reviewer request.
The model definitions remain in the model bank (packages/model-bank/src/aiModels/bedrock.ts) and can be enabled once needed.
---------
Co-authored-by: Zhao <zhaokm@ZhaodeMacBook-Pro.local >
2025-10-31 01:01:59 +08:00
lobehubbot
44247fd1f6
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-30 16:45:31 +00:00
semantic-release-bot
1b837f7dd0
🔖 chore(release): v2.0.0-next.2 [skip ci]
...
## [Version 2.0.0-next.2](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.1...v2.0.0-next.2 )
<sup>Released on **2025-10-30**</sup>
#### 🐛 Bug Fixes
- **misc**: Hide marketplace link from Plugin List when market disabled, OIDC error when connecting to self-host instance, only include input_fidelity parameter for gpt-image-1..
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Hide marketplace link from Plugin List when market disabled, closes [#9929 ](https://github.com/lobehub/lobe-chat/issues/9929 ) ([e303979 ](https://github.com/lobehub/lobe-chat/commit/e303979 ))
* **misc**: OIDC error when connecting to self-host instance, closes [#9916 ](https://github.com/lobehub/lobe-chat/issues/9916 ) ([7a2ca19 ](https://github.com/lobehub/lobe-chat/commit/7a2ca19 ))
* **misc**: Only include input_fidelity parameter for gpt-image-1., closes [#9920 ](https://github.com/lobehub/lobe-chat/issues/9920 ) ([65dbc63 ](https://github.com/lobehub/lobe-chat/commit/65dbc63 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-30 16:44:24 +00:00
Aloxaf
7a2ca19d5b
🐛 fix: OIDC error when connecting to self-host instance ( #9916 )
...
fix: oidc/consent redirect header
(cherry picked from commit 2e2b9c4c88 )
2025-10-31 00:27:06 +08:00
Taehyung Lee
65dbc6383d
🐛 fix: only include input_fidelity parameter for gpt-image-1. ( #9920 )
...
fix: only include input_fidelity parameter for gpt-image-1.
The input_fidelity parameter was incorrectly sent to all models during image editing, causing errors with DALL-E 2 and gpt-5-image-mini.
2025-10-31 00:24:24 +08:00
Michael Webb
e303979e0f
🐛 fix: Hide marketplace link from Plugin List when market disabled ( #9929 )
...
Hide marketplace link from Plugin List when market disabled
2025-10-31 00:22:30 +08:00
lobehubbot
f31b5294f3
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-30 13:56:06 +00:00
semantic-release-bot
9962f64eeb
🔖 chore(release): v2.0.0-next.1 [skip ci]
...
## [Version 2.0.0-next.1](https://github.com/lobehub/lobe-chat/compare/v1.143.0-next.2...v2.0.0-next.1 )
<sup>Released on **2025-10-30**</sup>
#### ✨ Features
- **misc**: 2.0 next baseline.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: 2.0 next baseline ([8c57dfd ](https://github.com/lobehub/lobe-chat/commit/8c57dfd ))
</details>
#### 💥 BREAKING CHANGES
* **misc**: starting V2
<div align="right">
[](#readme-top)
</div>
2025-10-30 13:55:04 +00:00
arvinxx
8c57dfd3fe
💥 feat: 2.0 next baseline
...
BREAKING CHANGE: starting V2
2025-10-30 21:33:52 +08:00
semantic-release-bot
a1fc90d8b9
🔖 chore(release): v1.143.0-next.2 [skip ci]
...
## [Version 1.143.0-next.2](https://github.com/lobehub/lobe-chat/compare/v1.143.0-next.1...v1.143.0-next.2 )
<sup>Released on **2025-10-30**</sup>
#### ✨ Features
- **misc**: 2.0 next init.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: 2.0 next init ([26daac5 ](https://github.com/lobehub/lobe-chat/commit/26daac5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-30 13:31:12 +00:00
arvinxx
26daac5a6d
💥 feat: 2.0 next init
2025-10-30 21:19:54 +08:00
arvinxx
1d95153960
update
2025-10-30 21:18:47 +08:00
lobehubbot
51d7d187e8
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-30 13:14:41 +00:00
semantic-release-bot
7c6805f819
🔖 chore(release): v1.143.0-next.1 [skip ci]
...
## [Version 1.143.0-next.1](https://github.com/lobehub/lobe-chat/compare/v1.142.8...v1.143.0-next.1 )
<sup>Released on **2025-10-30**</sup>
#### ✨ Features
- **misc**: Try 2.0 next.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Try 2.0 next ([e0af4e6 ](https://github.com/lobehub/lobe-chat/commit/e0af4e6 ))
</details>
#### 💥 BREAKING CHANGES
* **misc**: starting V2
<div align="right">
[](#readme-top)
</div>
2025-10-30 13:13:38 +00:00
arvinxx
177f3f5589
update workflow
2025-10-30 21:02:42 +08:00
arvinxx
e0af4e6c45
💥 feat: try 2.0 next
...
BREAKING CHANGE: starting V2
2025-10-30 20:59:48 +08:00
lobehubbot
7f7e571755
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-30 04:14:55 +00:00
semantic-release-bot
0df0378def
🔖 chore(release): v1.142.8 [skip ci]
...
### [Version 1.142.8](https://github.com/lobehub/lobe-chat/compare/v1.142.7...v1.142.8 )
<sup>Released on **2025-10-30**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-30 04:13:39 +00:00
dependabot[bot]
4376ba2bb2
👷 build(deps): bump next-auth from 5.0.0-beta.29 to 5.0.0-beta.30 ( #9926 )
...
build(deps): bump next-auth from 5.0.0-beta.29 to 5.0.0-beta.30
Bumps [next-auth](https://github.com/nextauthjs/next-auth ) from 5.0.0-beta.29 to 5.0.0-beta.30.
- [Release notes](https://github.com/nextauthjs/next-auth/releases )
- [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@5.0.0-beta.29...next-auth@5.0.0-beta.30 )
---
updated-dependencies:
- dependency-name: next-auth
dependency-version: 5.0.0-beta.30
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-30 12:02:12 +08:00
Shinji-Li
0fdf70944d
🔨 chore: support lobehub-marketPlace oidc in lobechat ( #9922 )
...
* chore: support market-oidc grant
* fix: update appEnv the env Market Base Url
* test: update test.ts & the oidc path
* feat: update the oidc-provider test
2025-10-30 09:59:04 +08:00
Arvin Xu
5db4f58d85
🔨 chore: pre-merge message group code ( #9915 )
...
* pre merge
* refactor
* clean
* fix types
* fix tests
* 🧪 test(plugin): update triggerToolCalls test expectations
- Update content expectation from LOADING_FLAT to empty string
- Add threadId and groupId fields to test assertions
- Use toHaveBeenNthCalledWith for clearer assertions
- Remove unused LOADING_FLAT import
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-29 09:44:58 +08:00
lobehubbot
d4a5d4d443
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-28 16:25:03 +00:00
semantic-release-bot
267d4d80b1
🔖 chore(release): v1.142.7 [skip ci]
...
### [Version 1.142.7](https://github.com/lobehub/lobe-chat/compare/v1.142.6...v1.142.7 )
<sup>Released on **2025-10-28**</sup>
#### ♻ Code Refactoring
- **misc**: Change files page from RSC to SPA mode to improve performance.
#### 💄 Styles
- **aihubmix**: Update extendParams to include urlContext.
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Change files page from RSC to SPA mode to improve performance, closes [#9846 ](https://github.com/lobehub/lobe-chat/issues/9846 ) ([f46cc50 ](https://github.com/lobehub/lobe-chat/commit/f46cc50 ))
#### Styles
* **aihubmix**: Update extendParams to include urlContext, closes [#9914 ](https://github.com/lobehub/lobe-chat/issues/9914 ) ([5a8fd85 ](https://github.com/lobehub/lobe-chat/commit/5a8fd85 ))
* **misc**: Update i18n, closes [#9907 ](https://github.com/lobehub/lobe-chat/issues/9907 ) ([d149c4d ](https://github.com/lobehub/lobe-chat/commit/d149c4d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-28 16:23:47 +00:00
Coooolfan
5a8fd853d7
💄 style(aihubmix): update extendParams to include urlContext ( #9914 )
...
✨ feat(aihubmix): update extendParams to include urlContext
2025-10-29 00:09:08 +08:00
LobeHub Bot
d149c4dbdf
🤖 style: update i18n ( #9907 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-10-29 00:07:48 +08:00
Shinji-Li
f46cc50e15
♻️ refactor: change files page from RSC to SPA mode to improve performance ( #9846 )
...
* feat: change files page to spa
* feat: add height 100%
* fix: delete useless code
* feat: update files preview from severs to client
* feat: change download action to detail right place
* feat: change the dir name and the path
* feat: change the useNavigate to the router outer
* style: use flex 1 to get all width
* feat: update files?filesId to get files loading
* feat: change all files and repo url to knowledge url
* feat: close the knowledge/base settings page & update createNew onSuccess into Modal
* feat: update the knowledge base open judge
2025-10-29 00:02:51 +08:00
lobehubbot
67cb0711d6
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-28 08:02:32 +00:00
semantic-release-bot
747c59c36a
🔖 chore(release): v1.142.6 [skip ci]
...
### [Version 1.142.6](https://github.com/lobehub/lobe-chat/compare/v1.142.5...v1.142.6 )
<sup>Released on **2025-10-28**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-28 08:01:28 +00:00
Neko
6c5caf9184
👷 build(database): improve user memory schema ( #9822 )
...
chore(database): improve user memory schema
2025-10-28 15:50:15 +08:00
lobehubbot
4684ee7f4c
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-27 10:05:01 +00:00
semantic-release-bot
09cbde3a3b
🔖 chore(release): v1.142.5 [skip ci]
...
### [Version 1.142.5](https://github.com/lobehub/lobe-chat/compare/v1.142.4...v1.142.5 )
<sup>Released on **2025-10-27**</sup>
#### 💄 Styles
- **misc**: Add MiniMax-M2 model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add MiniMax-M2 model, closes [#9897 ](https://github.com/lobehub/lobe-chat/issues/9897 ) ([d6fded2 ](https://github.com/lobehub/lobe-chat/commit/d6fded2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-27 10:03:47 +00:00
sxjeru
d6fded2973
💄 style: Add MiniMax-M2 model ( #9897 )
...
* ✨ feat: 更新多个模型的描述、定价和能力,添加新模型支持
* ✨ fix: 处理 <think> 标签的内容分割,优化思考状态管理
* ✨ test: 添加测试以处理包含 </think> 标签的内容分割
* fix test
2025-10-27 17:39:20 +08:00
lobehubbot
ed00394c6e
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-27 09:36:51 +00:00
semantic-release-bot
8558231037
🔖 chore(release): v1.142.4 [skip ci]
...
### [Version 1.142.4](https://github.com/lobehub/lobe-chat/compare/v1.142.3...v1.142.4 )
<sup>Released on **2025-10-27**</sup>
#### 💄 Styles
- **misc**: Pre render ModelSwitchPanel, The error details of the connectivity check lead to a layout problem.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Pre render ModelSwitchPanel, closes [#9499 ](https://github.com/lobehub/lobe-chat/issues/9499 ) ([840382b ](https://github.com/lobehub/lobe-chat/commit/840382b ))
* **misc**: The error details of the connectivity check lead to a layout problem, closes [#9872 ](https://github.com/lobehub/lobe-chat/issues/9872 ) ([ea42e60 ](https://github.com/lobehub/lobe-chat/commit/ea42e60 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-27 09:35:14 +00:00
Neko
ef843c2b81
🔨 chore(ci): better renovate config with group and weekly strategy ( #9466 )
...
chore(ci): better revonate config with group and weekly strategy
2025-10-27 17:23:28 +08:00
EldestBard
ea42e60ddb
💄 style: The error details of the connectivity check lead to a layout problem ( #9872 )
...
* give ProviderChecker's Error component a maxWidth
* add warp property to Highlighter
---------
Co-authored-by: daryl saxton <admin@dylsxtn.com >
2025-10-27 17:20:42 +08:00
sxjeru
840382b5b5
💄 style: Pre render ModelSwitchPanel ( #9499 )
...
✨ feat: (预渲染模型切换浮窗)支持 ActionDropdown 组件的预渲染功能
2025-10-27 17:18:17 +08:00
René Wang
bf53c116dd
👷 build: Add editorData column on document table ( #9899 )
...
feat: Add rawData column
2025-10-27 17:12:55 +08:00
renovate[bot]
fbb96eb4f8
Update dependency @opentelemetry/exporter-metrics-otlp-http to ^0.207.0 ( #9879 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-27 14:27:16 +08:00
renovate[bot]
6fa438c522
Update dependency @opentelemetry/instrumentation to ^0.207.0 ( #9881 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-27 14:27:08 +08:00
Arvin Xu
7fa6c749db
🔨 chore: pre-merge message group code ( #9896 )
...
* update
* update
2025-10-27 13:42:50 +08:00
lobehubbot
b03d6cd940
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-27 02:40:38 +00:00
semantic-release-bot
01e009e89a
🔖 chore(release): v1.142.3 [skip ci]
...
### [Version 1.142.3](https://github.com/lobehub/lobe-chat/compare/v1.142.2...v1.142.3 )
<sup>Released on **2025-10-27**</sup>
#### 💄 Styles
- **misc**: Adjust modal setting form styles for improved layout and responsiveness, Unzip file when uploading in knowledge base [LOB-500].
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Adjust modal setting form styles for improved layout and responsiveness, closes [#9890 ](https://github.com/lobehub/lobe-chat/issues/9890 ) ([1997ec5 ](https://github.com/lobehub/lobe-chat/commit/1997ec5 ))
* **misc**: Unzip file when uploading in knowledge base [LOB-500], closes [#9854 ](https://github.com/lobehub/lobe-chat/issues/9854 ) ([e568ce6 ](https://github.com/lobehub/lobe-chat/commit/e568ce6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-27 02:39:04 +00:00
bbbugg
1997ec5fe2
💄 style: adjust modal setting form styles for improved layout and responsiveness ( #9890 )
...
fix: adjust modal styles for improved layout and responsiveness
2025-10-27 10:26:57 +08:00
René Wang
e568ce6f31
💄 style: Unzip file when uploading in knowledge base [LOB-500] ( #9854 )
...
* feat: Unzip file
* feat: Limit max file upload limit
* fix: Remove unused test
* opti: Update translation
* style: Adjust padding
* feat: Update translation
* fix: Test error
* fix: Test erro
* fix: Test
* fix: test error
* fix: Test
* feat: Rremove message
2025-10-27 10:25:50 +08:00
renovate[bot]
1fe6a5997b
Update dependency @opentelemetry/instrumentation-http to ^0.207.0 ( #9773 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-26 21:27:29 +08:00
renovate[bot]
e75ca3026b
Update dependency @opentelemetry/winston-transport to ^0.18.0 ( #9884 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-26 20:01:05 +08:00
renovate[bot]
a8534da718
Update dependency @opentelemetry/sdk-node to ^0.207.0 ( #9883 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-26 20:00:57 +08:00
renovate[bot]
785b0e04f1
Update dependency @opentelemetry/instrumentation-pg to ^0.60.0 ( #9882 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-26 20:00:49 +08:00
renovate[bot]
3e665a4f5c
Update dependency @opentelemetry/exporter-trace-otlp-http to ^0.207.0 ( #9880 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-26 20:00:33 +08:00
renovate[bot]
2dd134e0b8
Update dependency @opentelemetry/auto-instrumentations-node to ^0.66.0 ( #9878 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-26 20:00:19 +08:00
lobehubbot
12577ec03c
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-26 06:14:05 +00:00
semantic-release-bot
9d87676d6a
🔖 chore(release): v1.142.2 [skip ci]
...
### [Version 1.142.2](https://github.com/lobehub/lobe-chat/compare/v1.142.1...v1.142.2 )
<sup>Released on **2025-10-26**</sup>
#### 💄 Styles
- **misc**: Improve provider modal height when creating custom provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve provider modal height when creating custom provider, closes [#9870 ](https://github.com/lobehub/lobe-chat/issues/9870 ) ([55d92c0 ](https://github.com/lobehub/lobe-chat/commit/55d92c0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-26 06:12:56 +00:00
EldestBard
55d92c0241
💄 style: improve provider modal height when creating custom provider ( #9870 )
...
Remove fixed height for create new provider modal
Co-authored-by: daryl saxton <admin@dylsxtn.com >
2025-10-26 14:01:18 +08:00
Arvin Xu
dec137a21e
🔨 chore: refactor ui message type ( #9877 )
...
* rename ChatMessage To UIChatMessage
refactor db message items
* rename ChatMessage To UIChatMessage
refactor db message items
2025-10-26 13:31:53 +08:00
lobehubbot
863521105e
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-26 03:45:32 +00:00
semantic-release-bot
9faf4c6b52
🔖 chore(release): v1.142.1 [skip ci]
...
### [Version 1.142.1](https://github.com/lobehub/lobe-chat/compare/v1.142.0...v1.142.1 )
<sup>Released on **2025-10-26**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#9862 ](https://github.com/lobehub/lobe-chat/issues/9862 ) ([8d3bc91 ](https://github.com/lobehub/lobe-chat/commit/8d3bc91 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-26 03:44:08 +00:00
YuTengjing
932ceb218b
🔨 chore: sync some small fix changes form cloud ( #9875 )
...
* chore: sync some small fix changes form cloud
* 🐛 fix(image): fix recreateImage execution order and test assertions
- Check activeGenerationTopicId before accessing batch to prevent undefined errors
- Update test mock to include required generations array
- Use batch.generations.length in test assertions instead of hardcoded value
2025-10-26 11:31:37 +08:00
renovate[bot]
3c197360e1
Update dependency lucide-react to ^0.548.0 ( #9886 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-26 11:31:08 +08:00
LobeHub Bot
8d3bc91e46
🤖 style: update i18n ( #9862 )
2025-10-26 11:22:37 +08:00
lobehubbot
2558b31963
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-25 16:24:48 +00:00
Arvin Xu
2ac1ff324b
♻️ chore: refactor message type ( #9876 )
...
* refactor message position
* refactor @/message to @lobechat/types
* refactor @lobechat/types
* fix lint
2025-10-26 00:13:10 +08:00
bbbugg
26533b4938
📝 docs: update "ENABLED_COMFYUI" and remove "ENABLED_BFL" "ENABLED_VERCELAIGATEWAY" in docs ( #9858 )
...
* add ENABLED_COMFYUI, ENABLED_AWS_BEDROCK, ENABLED_OPENAI and remove ENABLED_BFL and ENABLED_VERCELAIGATEWAY
* 🐛 fix: update AiHubMix links and API key documentation
* revert change AiHubMix url
2025-10-24 16:15:56 +08:00
lobehubbot
15dd7ecea4
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-24 04:21:37 +00:00
semantic-release-bot
e264c3ab9d
🔖 chore(release): v1.142.0 [skip ci]
...
## [Version 1.142.0](https://github.com/lobehub/lobe-chat/compare/v1.141.10...v1.142.0 )
<sup>Released on **2025-10-24**</sup>
#### ✨ Features
- **misc**: Use env to control clerk allow origin feature.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Use env to control clerk allow origin feature, closes [#9863 ](https://github.com/lobehub/lobe-chat/issues/9863 ) ([490fee0 ](https://github.com/lobehub/lobe-chat/commit/490fee0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-24 04:20:25 +00:00
Shinji-Li
490fee002e
✨ feat: use env to control clerk allow origin feature ( #9863 )
...
feat: use clerk allow origin feature
2025-10-24 12:08:22 +08:00
lobehubbot
55c1149d95
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-23 10:07:48 +00:00
semantic-release-bot
fbc8d20f94
🔖 chore(release): v1.141.10 [skip ci]
...
### [Version 1.141.10](https://github.com/lobehub/lobe-chat/compare/v1.141.9...v1.141.10 )
<sup>Released on **2025-10-23**</sup>
#### 🐛 Bug Fixes
- **misc**: Loadmore not work & navbar not show in pwa.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Loadmore not work & navbar not show in pwa, closes [#9855 ](https://github.com/lobehub/lobe-chat/issues/9855 ) ([411f875 ](https://github.com/lobehub/lobe-chat/commit/411f875 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-23 10:06:40 +00:00
Shinji-Li
411f875584
🐛 fix: loadmore not work & navbar not show in pwa ( #9855 )
...
fix: fix pwa loadmore not work & navbar not show in pwa
2025-10-23 17:53:31 +08:00
lobehubbot
8d34065833
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-23 09:27:04 +00:00
semantic-release-bot
11fb073e2a
🔖 chore(release): v1.141.9 [skip ci]
...
### [Version 1.141.9](https://github.com/lobehub/lobe-chat/compare/v1.141.8...v1.141.9 )
<sup>Released on **2025-10-23**</sup>
#### 💄 Styles
- **misc**: Improve local system tools render.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve local system tools render, closes [#9853 ](https://github.com/lobehub/lobe-chat/issues/9853 ) ([295e8fc ](https://github.com/lobehub/lobe-chat/commit/295e8fc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-23 09:25:55 +00:00
Arvin Xu
295e8fc3b2
💄 style: improve local system tools render ( #9853 )
...
* refactor the local system tools render
* fix build
* pre merge intervention
2025-10-23 17:14:35 +08:00
lobehubbot
b2f8b4e191
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-23 08:31:18 +00:00
semantic-release-bot
263ba692cb
🔖 chore(release): v1.141.8 [skip ci]
...
### [Version 1.141.8](https://github.com/lobehub/lobe-chat/compare/v1.141.7...v1.141.8 )
<sup>Released on **2025-10-23**</sup>
#### 💄 Styles
- **misc**: Improvement for Agent Team After Alpha Launch [LOB-517].
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improvement for Agent Team After Alpha Launch [LOB-517], closes [#9748 ](https://github.com/lobehub/lobe-chat/issues/9748 ) ([28245be ](https://github.com/lobehub/lobe-chat/commit/28245be ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-23 08:30:13 +00:00
René Wang
28245be7f3
💄 style: Improvement for Agent Team After Alpha Launch [LOB-517] ( #9748 )
...
* feat: Create group member shortcut
* feat: Hide sub topic mode in group chat
* fix: persist stop thinking tag
* feat: ALlow quick
* fix: No fallback header
* feat: Control in lab
* fix: tag style
* fix: Hide virtual in the member add modal
* fix: Ts error
* feat: Replace string
* feat: Update strings
* fix: Cannot turn off host
* feat: Delete member after remove group
* feat: Rename varibles and files
* fix: Update test snap
2025-10-23 16:18:18 +08:00
lobehubbot
f723b38fa8
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-23 03:38:33 +00:00
semantic-release-bot
5382df8cf8
🔖 chore(release): v1.141.7 [skip ci]
...
### [Version 1.141.7](https://github.com/lobehub/lobe-chat/compare/v1.141.6...v1.141.7 )
<sup>Released on **2025-10-23**</sup>
#### 💄 Styles
- **misc**: Allow removal of `top_p` and similar request parameters.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Allow removal of `top_p` and similar request parameters, closes [#9498 ](https://github.com/lobehub/lobe-chat/issues/9498 ) ([4c313ce ](https://github.com/lobehub/lobe-chat/commit/4c313ce ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-23 03:37:10 +00:00
sxjeru
4c313ced5e
💄 style: Allow removal of top_p and similar request parameters ( #9498 )
...
* ✨ feat: 增强参数管理,支持删除 undefined 和 null 值的参数
* ✨ feat: 将模型参数中的 null 值转换为 undefined,以防止向 API 发送 null 值
* ✨ feat: 更新参数处理逻辑,使用 null 表示禁用标记,优化前端与后端的参数同步
* ✨ feat: 更新 Novita 和 SiliconCloud 模型,添加新模型并优化定价信息
* 🔧 refactor: remove deprecated model and update ID format in AI models
* 🔧 feat: update pricing for novita models and add new Ling 1T model to siliconcloud
* 🔧 feat: remove deprecated ERNIE model and add DeepSeek V3.2 Exp models to siliconcloud
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-10-23 11:25:49 +08:00
Arvin Xu
b6f1fc4a14
✅ test: add BDD test framework and initial tests with Playwright and Cucumber ( #9843 )
...
* try with bdd test
* update
* update
* add workspace
* update
* fix
* ci
* ci
* fix
* update
* update
* update parallel
* update config
* ⚡ ️ perf: increase e2e timeout to 120 seconds
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
* update config
* more parallel
* fix parallel
* fix tests
* refactor to improve performance
* fix
* fix
* fix
* refactor with tsx
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
2025-10-23 02:15:24 +08:00
lobehubbot
0dc112436b
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-22 16:53:21 +00:00
semantic-release-bot
24c42f6025
🔖 chore(release): v1.141.6 [skip ci]
...
### [Version 1.141.6](https://github.com/lobehub/lobe-chat/compare/v1.141.5...v1.141.6 )
<sup>Released on **2025-10-22**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-22 16:52:16 +00:00
Arvin Xu
48ee38cf9b
👷 build: fix build ( #9847 )
...
* fix build
* use pnpm install to keep lint stricter
2025-10-23 00:40:57 +08:00
lobehubbot
654064ff7d
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-22 15:48:53 +00:00
semantic-release-bot
b5219c220a
🔖 chore(release): v1.141.5 [skip ci]
...
### [Version 1.141.5](https://github.com/lobehub/lobe-chat/compare/v1.141.4...v1.141.5 )
<sup>Released on **2025-10-22**</sup>
#### ♻ Code Refactoring
- **misc**: Change discover page from RSC to SPA to improve performance.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Change discover page from RSC to SPA to improve performance, closes [#9828 ](https://github.com/lobehub/lobe-chat/issues/9828 ) ([b59ee0a ](https://github.com/lobehub/lobe-chat/commit/b59ee0a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-22 15:47:41 +00:00
Shinji-Li
b59ee0aabe
♻️ refactor: change discover page from RSC to SPA to improve performance ( #9828 )
...
* feat: change discord page to spa
* fix: change locals
* feat: update router change
* fix: revert some files
* feat: add model provider detail page use link
* fix: add trpc back
* feat: update e2e timeout time
* feat: change discord page to spa
* fix: change locals
* feat: update router change
* fix: revert some files
* feat: add model provider detail page use link
* fix: add trpc back
* feat: update e2e timeout time
* fix: use reactrouter-dom link replace next link
2025-10-22 23:35:49 +08:00
Arvin Xu
d481315a66
👷 chore: pin bun@1.2.23 to fix vercel build ( #9839 )
...
pin bun
2025-10-22 19:13:50 +08:00
lobehubbot
4f5d1ff6af
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-22 05:05:26 +00:00
semantic-release-bot
1bd46e0346
🔖 chore(release): v1.141.4 [skip ci]
...
### [Version 1.141.4](https://github.com/lobehub/lobe-chat/compare/v1.141.3...v1.141.4 )
<sup>Released on **2025-10-22**</sup>
#### ♻ Code Refactoring
- **misc**: Fix model runtime cost calculate with CNY.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Fix model runtime cost calculate with CNY, closes [#9834 ](https://github.com/lobehub/lobe-chat/issues/9834 ) ([2e911ea ](https://github.com/lobehub/lobe-chat/commit/2e911ea ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-22 05:04:18 +00:00
René Wang
a8be073b65
💄 style: support files auto chunking ( #9823 )
...
* feat: Auto chunking
* feat: Auto chunking
* opti: Lazy loading for preview content
2025-10-22 12:52:11 +08:00
Arvin Xu
2e911ea9f5
♻️ refactor: fix model runtime cost calculate with CNY ( #9834 )
...
* fix model runtime cost calculate
* add tests
2025-10-22 12:49:51 +08:00
lobehubbot
a89f4c73b4
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-22 03:17:53 +00:00
semantic-release-bot
ebf5a8f649
🔖 chore(release): v1.141.3 [skip ci]
...
### [Version 1.141.3](https://github.com/lobehub/lobe-chat/compare/v1.141.2...v1.141.3 )
<sup>Released on **2025-10-22**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#9832 ](https://github.com/lobehub/lobe-chat/issues/9832 ) ([80b0999 ](https://github.com/lobehub/lobe-chat/commit/80b0999 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-22 03:16:46 +00:00
LobeHub Bot
80b0999467
🤖 style: update i18n ( #9832 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-10-22 11:05:01 +08:00
bbbugg
be952f95fd
📝 docs: update GitHub stars link and tutorial URLs in README files ( #9831 )
2025-10-22 11:04:38 +08:00
lobehubbot
d46bb9ad8b
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-21 15:21:23 +00:00
semantic-release-bot
8e7f541a0b
🔖 chore(release): v1.141.2 [skip ci]
...
### [Version 1.141.2](https://github.com/lobehub/lobe-chat/compare/v1.141.1...v1.141.2 )
<sup>Released on **2025-10-21**</sup>
#### 💄 Styles
- **settings**: Broadcast locale changes and update switchLocale action.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **settings**: Broadcast locale changes and update switchLocale action, closes [#9620 ](https://github.com/lobehub/lobe-chat/issues/9620 ) ([0eb02ca ](https://github.com/lobehub/lobe-chat/commit/0eb02ca ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-21 15:20:15 +00:00
𝑾𝒖𝒙𝒉
0eb02ca1c5
💄 style(settings): broadcast locale changes and update switchLocale action ( #9620 )
...
chore(locale): broadcast locale changes and update switchLocale action
2025-10-21 23:08:38 +08:00
Arvin Xu
b90436421b
build: pin posthog@1.278.0 to fix build ( #9829 )
2025-10-21 23:07:14 +08:00
lobehubbot
e284330678
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-21 12:45:04 +00:00
semantic-release-bot
ea9da27e72
🔖 chore(release): v1.141.1 [skip ci]
...
### [Version 1.141.1](https://github.com/lobehub/lobe-chat/compare/v1.141.0...v1.141.1 )
<sup>Released on **2025-10-21**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor context engine.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor context engine, closes [#9821 ](https://github.com/lobehub/lobe-chat/issues/9821 ) ([e99f12f ](https://github.com/lobehub/lobe-chat/commit/e99f12f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-21 12:43:58 +00:00
Arvin Xu
e99f12f840
♻️ refactor: refactor context engine ( #9821 )
...
* refactor context engine
* fix LocalSystem issue
* refactor mcp in local
2025-10-21 20:32:42 +08:00
lobehubbot
bbc037912c
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-21 09:01:24 +00:00
semantic-release-bot
9881b7b303
🔖 chore(release): v1.141.0 [skip ci]
...
## [Version 1.141.0](https://github.com/lobehub/lobe-chat/compare/v1.140.0...v1.141.0 )
<sup>Released on **2025-10-21**</sup>
#### ✨ Features
- **misc**: Add PDF export functionality to share modal.
#### 🐛 Bug Fixes
- **misc**: Ignore abort signal errors in TRPC client, slove when pwa user info have code cannot be viewed in full.
#### 💄 Styles
- **misc**: Add knowledge base mansory layout [LOB-496], improve rich text link display.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add PDF export functionality to share modal, closes [#9300 ](https://github.com/lobehub/lobe-chat/issues/9300 ) [#9299 ](https://github.com/lobehub/lobe-chat/issues/9299 ) ([2b7761c ](https://github.com/lobehub/lobe-chat/commit/2b7761c ))
#### What's fixed
* **misc**: Ignore abort signal errors in TRPC client, closes [#9809 ](https://github.com/lobehub/lobe-chat/issues/9809 ) [#9401 ](https://github.com/lobehub/lobe-chat/issues/9401 ) ([7f7dcfb ](https://github.com/lobehub/lobe-chat/commit/7f7dcfb ))
* **misc**: Slove when pwa user info have code cannot be viewed in full, closes [#9817 ](https://github.com/lobehub/lobe-chat/issues/9817 ) ([6734a47 ](https://github.com/lobehub/lobe-chat/commit/6734a47 ))
#### Styles
* **misc**: Add knowledge base mansory layout [LOB-496], closes [#9722 ](https://github.com/lobehub/lobe-chat/issues/9722 ) ([69f21da ](https://github.com/lobehub/lobe-chat/commit/69f21da ))
* **misc**: Improve rich text link display, closes [#9816 ](https://github.com/lobehub/lobe-chat/issues/9816 ) ([af33543 ](https://github.com/lobehub/lobe-chat/commit/af33543 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-21 08:59:56 +00:00
Arvin Xu
e9de9e3b52
✅ test: fix tests ( #9818 )
...
fix tests
2025-10-21 16:48:24 +08:00
René Wang
69f21da3e1
💄 style: add knowledge base mansory layout [LOB-496] ( #9722 )
...
* feat: Add knowlwdge base entry
* feat: Bump dayjs
* style: Mansory
* feat: Persist state in URL
* lint: Remove unesd file
* feat: Skelton
* fix: Persist view preference
* fix: Chunk label
* fix: Lint error
* fix: Activate style
* fix: Image size
2025-10-21 16:42:58 +08:00
Shinji-Li
2b7761c36e
✨ feat: add PDF export functionality to share modal ( #9300 )
...
* feat: add PDF export functionality to share modal
- Create usePdfExport hook with jsPDF and html2canvas
- Add "Export as PDF" button to screenshot tab in share modal
- Support multi-page PDFs for long conversations
- Add required dependencies: jspdf@^2.5.2 and html2canvas@^1.4.1
- Add localization support for PDF export button
Fixes #9299
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: LobeHub Bot <lobehubbot@users.noreply.github.com >
* ♻️ refactor: convert PDF export to separate tab with backend generation
- Create new SharePdf tab component with PDF.js preview
- Move PDF generation from frontend to backend via tRPC
- Add server-side PDF generation using jsPDF
- Remove old PDF export button from ShareImage component
- Add proper loading states and error handling
- Update localization for PDF tab
Co-authored-by: Shinji-Li <ONLY-yours@users.noreply.github.com >
* 🐛 fix: resolve unicorn/no-await-expression-member lint error in PDF exporter
Split await expression member access to avoid linting error in exporter.ts
Co-authored-by: Shinji-Li <ONLY-yours@users.noreply.github.com >
* feat: add i18n
* feat: use pdfkit to export a pdf
* feat: add fullscreen preview
* feat: update pdf preview styles
* feat: add i18n locales
* feat: add single pdf share modal
* feat: update css & client mode cant use pdf genertate
* fix: mobile style fixed
* fix: delete console.log & useless packagejson
* feat: use online otf link
---------
Co-authored-by: Shinji-Li <ONLY-yours@users.noreply.github.com >
2025-10-21 16:32:17 +08:00
Shinji-Li
6734a47759
🐛 fix: slove when pwa user info have code cannot be viewed in full ( #9817 )
...
fix: slove when pwa user info have code cCannot be viewed in full
2025-10-21 16:22:46 +08:00
Arvin Xu
7f7dcfbff9
🩹 fix: ignore abort signal errors in TRPC client ( #9809 )
...
- Add abort error detection in lambda client error handling link
- Prevent showing notifications for aborted requests (e.g., rapid settings updates)
- Check for various abort error patterns: 'aborted', 'AbortError', 'signal is aborted without reason'
Fixes #9401
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
2025-10-21 16:17:18 +08:00
Arvin Xu
af33543cba
💄 style: improve rich text link display ( #9816 )
...
* fix model runtime issue
* fix model runtime issue
2025-10-21 16:17:08 +08:00
lobehubbot
8b619f0a8e
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-21 07:47:09 +00:00
semantic-release-bot
b81d8f79a4
🔖 chore(release): v1.140.0 [skip ci]
...
## [Version 1.140.0](https://github.com/lobehub/lobe-chat/compare/v1.139.5...v1.140.0 )
<sup>Released on **2025-10-21**</sup>
#### ✨ Features
- **misc**: Add ComfyUI integration Phase1(RFC-128).
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add ComfyUI integration Phase1(RFC-128), closes [#9043 ](https://github.com/lobehub/lobe-chat/issues/9043 ) ([15ffe28 ](https://github.com/lobehub/lobe-chat/commit/15ffe28 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-21 07:46:07 +00:00
Maple Gao
15ffe289f5
✨ feat: add ComfyUI integration Phase1(RFC-128) ( #9043 )
...
Co-authored-by: YuTengjing <ytj2713151713@gmail.com >
2025-10-21 15:34:57 +08:00
lobehubbot
2606f93146
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-21 07:28:40 +00:00
semantic-release-bot
c882e75580
🔖 chore(release): v1.139.5 [skip ci]
...
### [Version 1.139.5](https://github.com/lobehub/lobe-chat/compare/v1.139.4...v1.139.5 )
<sup>Released on **2025-10-21**</sup>
#### 🐛 Bug Fixes
- **desktop**: Fix desktop open error in some edge cases.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **desktop**: Fix desktop open error in some edge cases, closes [#9813 ](https://github.com/lobehub/lobe-chat/issues/9813 ) ([6334f62 ](https://github.com/lobehub/lobe-chat/commit/6334f62 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-21 07:27:27 +00:00
Arvin Xu
6334f62aa1
🐛 fix(desktop): fix desktop open error in some edge cases ( #9813 )
...
fix lock file bug
2025-10-21 15:16:10 +08:00
Shinji-Li
0af13ca057
fix: sub topic fetch branching topic id was used dynmic get ( #9811 )
...
* feat: when branching topic id was dynmic fetch
* fix: add topic id into callback dep
2025-10-21 14:16:40 +08:00
lobehubbot
68d6457659
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-21 05:06:36 +00:00
semantic-release-bot
3466055968
🔖 chore(release): v1.139.4 [skip ci]
...
### [Version 1.139.4](https://github.com/lobehub/lobe-chat/compare/v1.139.3...v1.139.4 )
<sup>Released on **2025-10-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Pass threadId to messages in sendMessageInServer.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Pass threadId to messages in sendMessageInServer, closes [#9808 ](https://github.com/lobehub/lobe-chat/issues/9808 ) ([d99a3a8 ](https://github.com/lobehub/lobe-chat/commit/d99a3a8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-21 05:05:20 +00:00
Arvin Xu
d99a3a80f8
🐛 fix: pass threadId to messages in sendMessageInServer ( #9808 )
...
* fix dev hydration
* 🐛 fix: pass threadId to messages in sendMessageInServer
- Add threadId parameter to CreateMessageParams interface
- Pass threadId when creating user and assistant messages in aiChat router
- Add comprehensive tests for threadId handling and outputJSON method
This ensures thread context is properly maintained across message creation.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test: add comprehensive tests for addUserMessage
- Test early return when activeId is undefined
- Test message creation with files
- Test threadId propagation when activeThreadId is set
- Test input message clearing after message creation
- Test handling messages without fileList
This ensures the addUserMessage action correctly handles all scenarios including thread context.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
* fix thread fix
* move
* baseline
* ✅ test: fix and improve message integration tests
- Mock FileService to avoid S3 initialization issues
- Mock getServerDB to use test database instance
- Add test for threadId parameter in message creation
- Fix pagination test to handle variable message counts
- Fix batchCreate test to skip rowCount assertion (undefined in PGlite)
- Skip topicId validation test (not currently enforced)
All 15 integration tests now passing.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
* refactor
* improve
2025-10-21 12:54:52 +08:00
renovate[bot]
cc37acb30b
Update actions/download-artifact action to v5 ( #8740 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-21 12:14:18 +08:00
Arvin Xu
eb708e04fe
📝 docs: fix outdated server-side database documentation ( #9806 )
...
- Update environment file setup instructions to use docker-compose/local/.env.example instead of .env.example.development
- Fix references to environment file locations in both English and Chinese documentation
- Align documentation with actual Docker Compose configuration that uses env_file: .env in docker-compose/local/ directory
Fixes #9525
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
2025-10-21 11:24:12 +08:00
lobehubbot
11df190f36
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-21 02:42:55 +00:00
semantic-release-bot
a094d5c04c
🔖 chore(release): v1.139.3 [skip ci]
...
### [Version 1.139.3](https://github.com/lobehub/lobe-chat/compare/v1.139.2...v1.139.3 )
<sup>Released on **2025-10-21**</sup>
#### 💄 Styles
- **misc**: Show message author in minimap.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Show message author in minimap, closes [#9797 ](https://github.com/lobehub/lobe-chat/issues/9797 ) ([f6daefb ](https://github.com/lobehub/lobe-chat/commit/f6daefb ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-21 02:41:24 +00:00
René Wang
f6daefb0a2
💄 style: Show message author in minimap ( #9797 )
...
* feat: Show message author
* fix: Use debug instead
* Update index.tsx
2025-10-21 10:30:34 +08:00
renovate[bot]
b8c59be3a7
Update dependency openapi-fetch to ^0.14.0 ( #5596 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-21 10:01:09 +08:00
renovate[bot]
284faf799b
Update dependency @electron-toolkit/tsconfig to v2 ( #9556 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-21 09:50:17 +08:00
lobehubbot
88d194c3b6
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-20 16:40:00 +00:00
semantic-release-bot
6c53a5f026
🔖 chore(release): v1.139.2 [skip ci]
...
### [Version 1.139.2](https://github.com/lobehub/lobe-chat/compare/v1.139.1...v1.139.2 )
<sup>Released on **2025-10-20**</sup>
#### 💄 Styles
- **misc**: Solve when desktop the sider agent list too long.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Solve when desktop the sider agent list too long, closes [#9792 ](https://github.com/lobehub/lobe-chat/issues/9792 ) ([778dea3 ](https://github.com/lobehub/lobe-chat/commit/778dea3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-20 16:38:30 +00:00
renovate[bot]
d430836f20
Update dependency @anthropic-ai/sdk to ^0.67.0 ( #9771 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-21 00:27:21 +08:00
jjangga0214
7571b66284
👷 build(deps): missing deps for model-runtime ( #9782 )
2025-10-21 00:26:23 +08:00
Shinji-Li
3ec394d77a
fix: slove when desktop 401 not pop up many message ( #9789 )
...
* fix: slove when desktop 401 not theathore many message
* fix: fixed desktop store login judge
2025-10-21 00:23:00 +08:00
Shinji-Li
778dea3853
💄 style: solve when desktop the sider agent list too long ( #9792 )
...
fix: solve when desktop the sider agent list too long
2025-10-21 00:22:30 +08:00
Rylan Cai
f599617042
🔨 chore: remove logs in message action ( #9800 )
...
🔥 chore: remove logs in message action
2025-10-20 23:58:55 +08:00
YuTengjing
cc8f5d0639
🔨 chore: improve bug report template with validations and client type field ( #9795 )
...
* 🔧 feat: improve bug report template with client type field
- Rename Platform to Deployment Platform and make it optional for Desktop App users
- Fix Deployment Mode typo and improve formatting
- Add Client Type field to distinguish Web/Desktop/Mobile access methods
- Improve overall template formatting with better spacing
* 🔧 feat: add validations and PR willingness to bug report template
- Add "Willing to Submit a PR?" dropdown field to encourage contributions
- Add validation checkboxes to ensure quality issue reports
- Include checks for docs reading, duplicate issues, and concrete bugs
* ♻️ refactor: reorder bug report fields to prioritize client type
- Move Client Type to the first field for better categorization
- Move Operating System to second field
- Prioritize platform-related fields before deployment details
2025-10-20 23:54:58 +08:00
jjangga0214
32d365b544
🔨 chore(i18n): rm {{systemRole}} from ko-KR ( #9793 )
...
🐛 fix(i18n): rm {{systemRole}} from ko-KR
2025-10-20 16:10:23 +08:00
renovate[bot]
0ff41dba9c
Update dependency @opentelemetry/instrumentation to ^0.206.0 ( #9772 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-20 15:04:15 +08:00
renovate[bot]
fd68cc364c
Update dependency @opentelemetry/sdk-node to ^0.206.0 ( #9774 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-20 15:04:05 +08:00
lobehubbot
ce7a74242f
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-20 02:56:09 +00:00
semantic-release-bot
7f9bfda652
🔖 chore(release): v1.139.1 [skip ci]
...
### [Version 1.139.1](https://github.com/lobehub/lobe-chat/compare/v1.139.0...v1.139.1 )
<sup>Released on **2025-10-20**</sup>
#### ♻ Code Refactoring
- **i18n**: Rm qa.
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **i18n**: Rm qa, closes [#9783 ](https://github.com/lobehub/lobe-chat/issues/9783 ) ([6d14dfe ](https://github.com/lobehub/lobe-chat/commit/6d14dfe ))
#### Styles
* **misc**: Update i18n, closes [#9787 ](https://github.com/lobehub/lobe-chat/issues/9787 ) ([b43d4b2 ](https://github.com/lobehub/lobe-chat/commit/b43d4b2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-20 02:54:52 +00:00
jjangga0214
5f10aace5b
👷 build(deps): add transitive phantom dependencies ( #9784 )
2025-10-20 10:44:35 +08:00
jjangga0214
6d14dfe50d
♻️ refactor(i18n): rm qa ( #9783 )
2025-10-20 10:42:33 +08:00
sxjeru
12f54759df
🔨 chore: Enable webpackBuildWorker to optimize build memory ( #9350 )
...
Enable webpackBuildWorker in next.config.ts
2025-10-20 10:40:53 +08:00
LobeHub Bot
b43d4b27ad
🤖 style: update i18n ( #9787 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-10-20 10:32:04 +08:00
lobehubbot
dab987f64b
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-19 12:06:08 +00:00
semantic-release-bot
2e24f72b2a
🔖 chore(release): v1.139.0 [skip ci]
...
## [Version 1.139.0](https://github.com/lobehub/lobe-chat/compare/v1.138.5...v1.139.0 )
<sup>Released on **2025-10-19**</sup>
#### ✨ Features
- **misc**: Support image generation for siliconcloud.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support image generation for siliconcloud, closes [#9447 ](https://github.com/lobehub/lobe-chat/issues/9447 ) ([5ebcfa5 ](https://github.com/lobehub/lobe-chat/commit/5ebcfa5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-19 12:05:00 +00:00
WangYK
5ebcfa531e
✨ feat: support image generation for siliconcloud ( #9447 )
...
Co-authored-by: YuTengjing <ytj2713151713@gmail.com >
2025-10-19 19:54:11 +08:00
sxjeru
1b3f88346b
🔨 chore: Update HF provider support ( #9751 )
...
* feat: update Hugging Face integration with new model fetching logic and pricing support
* fix: format adjustments in convertOpenAIMessagesToHFFormat function and update max_tokens handling
* refactor: remove enabled property from huggingfaceChatModels and clean up related tests
* feat: 添加 Qwen3-VL-8B-Instruct 和 Qwen3-VL-8B-Thinking 模型,支持视觉理解和推理
* feat: 实现 OpenAI 消息格式转换为 Hugging Face 格式,并添加相关单元测试
2025-10-19 15:29:42 +08:00
renovate[bot]
808cb21b99
Update pnpm to v10.18.3 ( #9770 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-19 15:26:09 +08:00
lobehubbot
c6dd22eea6
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-18 09:21:51 +00:00
semantic-release-bot
da5427ccdf
🔖 chore(release): v1.138.5 [skip ci]
...
### [Version 1.138.5](https://github.com/lobehub/lobe-chat/compare/v1.138.4...v1.138.5 )
<sup>Released on **2025-10-18**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor upload router into lambda and decide to remove it in V2.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor upload router into lambda and decide to remove it in V2, closes [#9766 ](https://github.com/lobehub/lobe-chat/issues/9766 ) ([d1c7f41 ](https://github.com/lobehub/lobe-chat/commit/d1c7f41 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-18 09:20:47 +00:00
Arvin Xu
d1c7f41bd4
♻️ refactor: refactor upload router into lambda and decide to remove it in V2 ( #9766 )
...
refactor edge router and decide to remove it in V2
2025-10-18 17:09:55 +08:00
lobehubbot
6681989fe6
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-18 08:50:51 +00:00
semantic-release-bot
48a7a08110
🔖 chore(release): v1.138.4 [skip ci]
...
### [Version 1.138.4](https://github.com/lobehub/lobe-chat/compare/v1.138.3...v1.138.4 )
<sup>Released on **2025-10-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix response API tools calling issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix response API tools calling issue, closes [#9760 ](https://github.com/lobehub/lobe-chat/issues/9760 ) ([0596692 ](https://github.com/lobehub/lobe-chat/commit/0596692 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-18 08:49:45 +00:00
Arvin Xu
0596692e95
🐛 fix: fix response API tools calling issue ( #9760 )
...
* fix response tools calling
* add log
* fix
* fix tests
* fix all text and lint and types
* refactor google context builder
* add tests
2025-10-18 16:39:22 +08:00
bbbugg
59ea77d746
✅ test: add search unit test cases for merging the user model with the base model ( #9764 )
...
✅ test: add search unit test cases for merging the user model with the base model.
2025-10-18 15:28:35 +08:00
lobehubbot
4aa570c904
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-18 05:48:48 +00:00
semantic-release-bot
c9ea5336d3
🔖 chore(release): v1.138.3 [skip ci]
...
### [Version 1.138.3](https://github.com/lobehub/lobe-chat/compare/v1.138.2...v1.138.3 )
<sup>Released on **2025-10-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix topic fetch not correct in custom agent.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix topic fetch not correct in custom agent, closes [#9761 ](https://github.com/lobehub/lobe-chat/issues/9761 ) ([ceffce2 ](https://github.com/lobehub/lobe-chat/commit/ceffce2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-18 05:47:20 +00:00
Arvin Xu
ceffce27c3
🐛 fix: fix topic fetch not correct in custom agent ( #9761 )
...
* fix topic issue
* fix tests
2025-10-18 13:34:07 +08:00
bbbugg
b56c9c51b8
🐛 fix: update search settings handling based on explicit model search abilities ( #9757 )
2025-10-18 13:01:03 +08:00
Arvin Xu
97a6c8e172
🔨 chore: refactor the prompt engineering ( #9744 )
...
refactor the prompt engineering
2025-10-17 22:19:26 +08:00
renovate[bot]
727c92ad5b
Update dependency @opentelemetry/auto-instrumentations-node to ^0.65.0 ( #9669 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 17:27:40 +08:00
renovate[bot]
25e45a4cd4
Update dependency @opentelemetry/exporter-trace-otlp-http to ^0.206.0 ( #9672 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 17:27:33 +08:00
renovate[bot]
296bad9fa4
Update dependency @opentelemetry/instrumentation-pg to ^0.59.0 ( #9459 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 16:43:21 +08:00
renovate[bot]
d8d28371d6
Update ghcr.io/grafana/xk6-client-tracing Docker tag to v0.0.9 ( #9666 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 16:14:08 +08:00
renovate[bot]
a588319cf1
Update dependency @opentelemetry/exporter-metrics-otlp-http to ^0.206.0 ( #9670 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 16:13:35 +08:00
lobehubbot
527ab0add7
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-16 18:28:58 +00:00
semantic-release-bot
f2230ae536
🔖 chore(release): v1.138.2 [skip ci]
...
### [Version 1.138.2](https://github.com/lobehub/lobe-chat/compare/v1.138.1...v1.138.2 )
<sup>Released on **2025-10-16**</sup>
#### 💄 Styles
- **misc**: Improve welcome message.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve welcome message, closes [#9747 ](https://github.com/lobehub/lobe-chat/issues/9747 ) ([c83fe13 ](https://github.com/lobehub/lobe-chat/commit/c83fe13 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-16 18:27:52 +00:00
Arvin Xu
c83fe13d7c
💄 style: improve welcome message ( #9747 )
...
* add feishu
* update i18n
* refactor
* rename
* rename
2025-10-17 02:16:45 +08:00
lobehubbot
f4b9d6795b
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-16 16:52:22 +00:00
semantic-release-bot
77bc2614a4
🔖 chore(release): v1.138.1 [skip ci]
...
### [Version 1.138.1](https://github.com/lobehub/lobe-chat/compare/v1.138.0...v1.138.1 )
<sup>Released on **2025-10-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Automatic topic creation switch does not work.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Automatic topic creation switch does not work, closes [#9693 ](https://github.com/lobehub/lobe-chat/issues/9693 ) ([a02b301 ](https://github.com/lobehub/lobe-chat/commit/a02b301 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-16 16:51:11 +00:00
sxjeru
a02b301904
🐛 fix: Automatic topic creation switch does not work ( #9693 )
...
* ✨ feat: 添加自动创建主题功能,支持根据消息数量和配置阈值决定是否创建新主题
* typo
* fix test
* 删除 GLM-4.6 模型的定义
* ✨ feat: 添加 Ring-1T 和 Ling-1T 模型定义,扩展聊天模型库
* ✨ feat: 添加 Qwen3 VL 模型,扩展聊天模型库并更新 Vercel AI Gateway 模型定价
* fix test
2025-10-17 00:41:02 +08:00
Arvin Xu
846a7a5986
🔨 chore: support Feishu OAuth Provider ( #9745 )
...
* feat: 添加 Feishu 作为新的 OAuth 认证提供者,并更新相关配置
* docs: 添加 Feishu 应用的环境变量配置说明
* refactor: 移除 Feishu 相关的环境变量配置,对齐 auth.js 环境变量规范
* improve docs
* add feishu
---------
Co-authored-by: 赵远景 <zhaoyuanjing@shouqianba.com >
2025-10-17 00:17:19 +08:00
lobehubbot
bc7aa88a8f
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-16 14:28:33 +00:00
semantic-release-bot
85c4553821
🔖 chore(release): v1.138.0 [skip ci]
...
## [Version 1.138.0](https://github.com/lobehub/lobe-chat/compare/v1.137.10...v1.138.0 )
<sup>Released on **2025-10-16**</sup>
#### ✨ Features
- **misc**: Support Group Chat, Mention, and Multi-Agent Orchestration with feature flag.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support Group Chat, Mention, and Multi-Agent Orchestration with feature flag, closes [#8976 ](https://github.com/lobehub/lobe-chat/issues/8976 ) ([03c2838 ](https://github.com/lobehub/lobe-chat/commit/03c2838 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-16 14:27:25 +00:00
René Wang
03c28385e5
✨ 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 >
2025-10-16 22:16:40 +08:00
lobehubbot
e525cb2ed6
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-16 14:02:46 +00:00
semantic-release-bot
ea44ef1b4c
🔖 chore(release): v1.137.10 [skip ci]
...
### [Version 1.137.10](https://github.com/lobehub/lobe-chat/compare/v1.137.9...v1.137.10 )
<sup>Released on **2025-10-16**</sup>
#### 💄 Styles
- **misc**: Add Claude Haiku 4.5 model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Claude Haiku 4.5 model, closes [#9735 ](https://github.com/lobehub/lobe-chat/issues/9735 ) ([1cfbc87 ](https://github.com/lobehub/lobe-chat/commit/1cfbc87 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-16 14:01:35 +00:00
sxjeru
1cfbc878bd
💄 style: Add Claude Haiku 4.5 model ( #9735 )
...
* feat: 添加 Claude Haiku 4.5 模型及其相关配置
* fix: 修复模型 ID 格式并移除 Llama 4 Maverick 模型
* 添加 doubao-seed-1.6-lite;更新模型价格区间格式,调整价格单位为百万 tokens
* fix: Invalid combination of reasoning_effort and thinking type: low + disabled
* feat: 添加 Qwen3 VL Flash 和 Qwen3 Coder 30B A3B 模型,更新定价和发布信息
2025-10-16 21:50:32 +08:00
Rdmclin2
61bbd596f0
🔨 chore: mobile related server implementation pick from mobile app ( #9691 )
...
* server: sync from feat/mobile-app (exclude apps/mobile)
* Update package.json
* chore(mobile): update mobile router imports to use lambda
* chore(mobile): refactor mobile router
* chore: format tsconfig.json
* chore(mobile): simplify mobile router
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
Co-authored-by: Tsuki <976499226@qq.com >
2025-10-16 11:32:58 +07:00
lobehubbot
6508e2fcaf
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-15 16:12:31 +00:00
semantic-release-bot
7cef9d88ea
🔖 chore(release): v1.137.9 [skip ci]
...
### [Version 1.137.9](https://github.com/lobehub/lobe-chat/compare/v1.137.8...v1.137.9 )
<sup>Released on **2025-10-15**</sup>
#### 💄 Styles
- **misc**: Improve update notification.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve update notification, closes [#9717 ](https://github.com/lobehub/lobe-chat/issues/9717 ) ([16de38a ](https://github.com/lobehub/lobe-chat/commit/16de38a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-15 16:11:22 +00:00
Arvin Xu
16de38ae32
💄 style: improve update notification ( #9717 )
...
* refactor tool source
* Revert "refactor tool source"
This reverts commit a867118a52 .
* improve update notification
* improve locale
2025-10-16 00:00:35 +08:00
lobehubbot
c6257f1dba
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-15 14:51:34 +00:00
semantic-release-bot
b2c28d0810
🔖 chore(release): v1.137.8 [skip ci]
...
### [Version 1.137.8](https://github.com/lobehub/lobe-chat/compare/v1.137.7...v1.137.8 )
<sup>Released on **2025-10-15**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix duplicate tools id issue and fix link dialog issue.
#### 💄 Styles
- **misc**: Add region support for Vertex AI provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix duplicate tools id issue and fix link dialog issue, closes [#9731 ](https://github.com/lobehub/lobe-chat/issues/9731 ) ([0a8c80d ](https://github.com/lobehub/lobe-chat/commit/0a8c80d ))
#### Styles
* **misc**: Add region support for Vertex AI provider, closes [#9720 ](https://github.com/lobehub/lobe-chat/issues/9720 ) ([d17b50c ](https://github.com/lobehub/lobe-chat/commit/d17b50c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-15 14:50:23 +00:00
Arvin Xu
d17b50c6dc
💄 style: add region support for Vertex AI provider ( #9720 )
...
✨ feat: add region support for Vertex AI provider
- Add VertexAIKeyVault interface with region support
- Update UI to include region selector with 35+ regions
- Add vertexAIRegion field to ClientSecretPayload
- Update backend to use user-selected region with fallback
- Add i18n support for English and Chinese
- Fix issue with Gemini 2.5 models requiring global region
2025-10-15 22:39:36 +08:00
Arvin Xu
0a8c80dfd2
🐛 fix: fix duplicate tools id issue and fix link dialog issue ( #9731 )
...
* add
* baseline
* ✅ test(store): add tests for discover store plugin and mcp slices
- Add comprehensive tests for discover/slices/plugin/action.ts (15 tests)
- Add comprehensive tests for discover/slices/mcp/action.ts (11 tests)
- Update test-coverage.md with new metrics and completed work
- Coverage: 74.24% overall (+26 tests, 2 new test files)
- Action files coverage: 29/40 tested (72.5%, +2 files)
Features tested:
- Plugin/MCP categories, detail, identifiers, and list fetching
- SWR key generation with locale and parameters
- SWR configuration verification
- Service integration with discoverService
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* 📝 docs(testing): add SWR hooks testing guide and subagent workflow
Testing Guide Updates:
- Add comprehensive SWR hooks testing section with examples
- Document key differences from regular action tests
- Add examples for testing SWR key generation and configuration
- Add examples for testing conditional fetching
- Update references to include SWR hook test examples
Test Coverage Guide Updates:
- Add detailed subagent workflow for parallel testing
- Document when and how to use subagents for testing
- Add complete workflow example using subagents
- Add benefits and best practices for subagent usage
- Clarify that subagents should NOT commit or update docs
- Add step-by-step guide for launching parallel subagents
Key improvements:
- Better documentation for testing SWR-based store actions
- Clear workflow for efficient parallel testing using subagents
- Single atomic commit strategy after all subagents complete
- Improved testing efficiency and organization
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ♻️ refactor(test): fix SWR mock strategy to properly test fetcher
Previously, tests were hardcoding return values instead of calling
the fetcher function. This bypassed the actual service call logic.
Changes:
- Fix useSWR mock to call fetcher and return its Promise
- Update assertions to await Promise results
- Update testing guide with correct mock pattern
- Add explanation of why this approach is correct
Before (incorrect):
```typescript
useSWRMock.mockImplementation(((key, fetcher) => {
fetcher?.(); // Call but ignore result
return { data: mockData }; // Hardcoded
}) as any);
expect(result.current.data).toEqual(mockData);
```
After (correct):
```typescript
useSWRMock.mockImplementation(((key, fetcher) => {
const data = fetcher?.(); // Get Promise from fetcher
return { data }; // Return Promise
}) as any);
const resolvedData = await result.current.data;
expect(resolvedData).toEqual(mockData);
```
Benefits:
- ✅ Actually tests the fetcher function
- ✅ Mirrors real SWR behavior (data is Promise)
- ✅ Service calls are properly verified
- ✅ Tests are more accurate and maintainable
Updated files:
- .cursor/rules/testing-guide/zustand-store-action-test.mdc
- src/store/discover/slices/plugin/action.test.ts
- src/store/discover/slices/mcp/action.test.ts
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* 🐛 fix(test): correct SWR mock strategy to match project standards
- Remove useSWR mocking, use real SWR implementation instead
- Only mock service methods (fetchers) with vi.spyOn
- Use waitFor for async assertions
- Update testing guide with correct SWR pattern
- Add reference to src/store/chat/slices/message/action.test.ts
This fixes the incorrect mocking approach from previous commits.
All 13 tests pass with the corrected strategy.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test(store): add comprehensive tests for high priority action files
- Add mcpStore action tests (41 tests, 624 LOC covered)
- MCP plugin installation flow (normal, resume, dependencies, config)
- Connection testing (HTTP and STDIO)
- Plugin lifecycle management
- Error handling and cancellation flows
- Add fileManager action tests (35 tests, 205 LOC covered)
- File upload and processing workflows
- Chunk embedding and parsing
- File list management and refresh
- SWR data fetching
Testing approach:
- Used parallel subagents for efficient development
- Followed zustand testing patterns from guide
- Proper test layering and per-test mocking
- All tests pass type-check and lint
Coverage improvement: 74.24% → ~76% (+76 tests, 2 files)
Action files: 29/40 → 31/40 tested (77.5%)
🏆 Milestone: All high priority files (>200 LOC) now have tests!
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* ✅ test(store): complete 100% action file coverage with 160 new tests
Added comprehensive tests for all remaining 9 medium-priority action files:
Discovery Store (33 tests):
- assistant/action.ts: 10 tests (SWR hooks, categories, detail, identifiers, list)
- provider/action.ts: 11 tests (SWR hooks, detail with readme, identifiers, list with filters)
- model/action.ts: 12 tests (SWR hooks, categories, detail, identifiers, list with params)
Knowledge Base Store (29 tests):
- crud/action.ts: 19 tests (create, update, remove, refresh, loading states, SWR hooks)
- content/action.ts: 10 tests (add files, remove files, error handling)
File Store (36 tests):
- upload/action.ts: 18 tests (base64 upload, file upload with progress, type detection, KB integration)
- chunk/action.ts: 18 tests (drawer management, highlight, semantic search)
AI Infrastructure Store (23 tests):
- aiModel/action.ts: 23 tests (CRUD, batch operations, remote sync, toggle enabled, SWR hooks)
Chat Store (39 tests):
- thread/action.ts: 39 tests (CRUD, messaging, AI title generation, validation, loading states)
Testing approach:
- Used 9 parallel subagents for efficient development
- Followed zustand testing patterns from guide
- SWR hook testing for discovery slices
- Complex async flows with proper error handling
- File operations with progress callbacks
- Semantic search and RAG integration
Coverage improvement: ~76% → ~80% (+160 tests, 9 files)
Action files: 31/40 → 40/40 tested (100%)
🎉 MILESTONE: All 40 action files now have comprehensive test coverage!
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* fix test
* fix test
* fix context-engine
* add tests
* remove
* remove tools bar
* pin bun version
* fix
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-15 22:38:53 +08:00
lobehubbot
6fd337de18
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-15 12:58:39 +00:00
semantic-release-bot
6266a85cf1
🔖 chore(release): v1.137.7 [skip ci]
...
### [Version 1.137.7](https://github.com/lobehub/lobe-chat/compare/v1.137.6...v1.137.7 )
<sup>Released on **2025-10-15**</sup>
#### 💄 Styles
- **misc**: Use different favicon.ico in dev mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Use different favicon.ico in dev mode, closes [#9723 ](https://github.com/lobehub/lobe-chat/issues/9723 ) ([2f7317b ](https://github.com/lobehub/lobe-chat/commit/2f7317b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-15 12:57:27 +00:00
René Wang
2f7317b98f
🔨 style: Use different favicon.ico in dev mode ( #9723 )
2025-10-15 14:47:37 +02:00
Arvin Xu
317df489ce
✅ test(store): refactor generateAIChatV2 tests following V1 patterns ( #9714 )
...
- Introduce shared test helpers and fixtures
- Use TEST_IDS and TEST_CONTENT constants instead of hardcoded strings
- Organize tests by functionality (validation, message creation, RAG integration, error handling)
- Remove commented-out test code
- Maintain V2-specific features (isServerMode, aiChatService mock)
- All 28 tests passing
2025-10-14 23:48:06 +08:00
Arvin Xu
ff41f4bb82
🔨 chore: improve Claude Code triage workflow ( #9713 )
...
* 🔨 chore: unify Claude Code workflows to use claude-code-action@main
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* 🔧 chore: extract issue triage prompt to separate file
- Add .claude/prompts/issue-triage.md with comprehensive triage guide
- Update workflow to read from issue-triage.md instead of inline prompt
- Simplify workflow configuration for better maintainability
- Add provider detection rules including aihubmix
🤖 Generated with [Claude Code](https://claude.com/claude-code )
2025-10-14 23:05:25 +08:00
Arvin Xu
60f43d90e5
🔨 chore: unify Claude Code workflows to use claude-code-action@main ( #9712 )
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
2025-10-14 21:49:52 +08:00
lobehubbot
b8136ac17b
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-14 13:43:35 +00:00
semantic-release-bot
f0e387fa29
🔖 chore(release): v1.137.6 [skip ci]
...
### [Version 1.137.6](https://github.com/lobehub/lobe-chat/compare/v1.137.5...v1.137.6 )
<sup>Released on **2025-10-14**</sup>
#### 🐛 Bug Fixes
- **misc**: Update Claude workflows to use oauth token, vertext ai create image.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update Claude workflows to use oauth token, closes [#9711 ](https://github.com/lobehub/lobe-chat/issues/9711 ) ([8dcb00e ](https://github.com/lobehub/lobe-chat/commit/8dcb00e ))
* **misc**: Vertext ai create image, closes [#9710 ](https://github.com/lobehub/lobe-chat/issues/9710 ) ([790d8fd ](https://github.com/lobehub/lobe-chat/commit/790d8fd ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-14 13:42:24 +00:00
Arvin Xu
8dcb00e2c9
🔧 fix: update Claude workflows to use oauth token ( #9711 )
2025-10-14 21:31:25 +08:00
YuTengjing
790d8fd498
🐛 fix: vertext ai create image ( #9710 )
2025-10-14 21:26:26 +08:00
Arvin Xu
3719bf4d52
🔨 chore: add claude code powered workflows ( #9709 )
...
* add claude dedupe issue workflow
* add triage
* add auto close duplicate
* improve triage
* improve
2025-10-14 21:24:26 +08:00
Arvin Xu
bba23bf5a3
✅ test: refactor aiChat tests ( #9708 )
...
* refactor tests
* ♻️ refactor(test): improve test layering and fix type errors
Improved test architecture by fixing test layer violations:
1. **internal_coreProcessMessage tests**: Changed to spy on direct dependency `internal_fetchAIChatMessage` instead of lower-level `chatService.createAssistantMessageStream`
2. **internal_fetchAIChatMessage tests**: Fixed to mock correct service (`chatService` instead of global `fetch`)
3. **beforeEach cleanup**: Removed global `spyOnChatService()` to reduce implicit coupling - tests now spy `chatService` only when needed
4. **Type fixes**:
- Fixed mockResolvedValue() to include required undefined arguments
- Fixed ChatMessageError type to include required `type` property
- Fixed MessageDispatch type guard for safer property access
Benefits:
✅ Clear test layers - each test only spies on direct dependencies
✅ Correct mocks matching actual implementation
✅ Coverage improved from 81.48% to 82.03%
✅ All 52 tests passing with no type errors
2025-10-14 20:45:14 +08:00
lobehubbot
509619ba15
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-14 10:27:29 +00:00
semantic-release-bot
5de9e9fea3
🔖 chore(release): v1.137.5 [skip ci]
...
### [Version 1.137.5](https://github.com/lobehub/lobe-chat/compare/v1.137.4...v1.137.5 )
<sup>Released on **2025-10-14**</sup>
#### 💄 Styles
- **misc**: Add imagen model to vertex ai.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add imagen model to vertex ai, closes [#9699 ](https://github.com/lobehub/lobe-chat/issues/9699 ) ([3b2a2c1 ](https://github.com/lobehub/lobe-chat/commit/3b2a2c1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-14 10:26:28 +00:00
YuTengjing
3b2a2c1c54
💄 style: add imagen model to vertex ai ( #9699 )
...
* ♻️ refactor: rename isLocalUrl to isDesktopLocalStaticServerUrl
Rename the function to better reflect its specific purpose of checking
desktop local static server URLs (127.0.0.1 only). Update all usages
across the codebase including imports, function calls, and test cases.
* ✨ feat(model-bank): add Vertex AI image generation models
- Add Nano Banana (Gemini 2.5 Flash Image) models
- Add Imagen 4 series (Standard, Ultra, Fast, Preview variants)
- Export shared parameters for reuse across providers
* ✅ test(context-engine): fix mock after function rename
Update test mock from isLocalUrl to isDesktopLocalStaticServerUrl
* ♻️ refactor: use submodule imports for @lobechat/utils
- Change from barrel imports to direct submodule imports
- Update test to mock only necessary functions (imageUrlToBase64)
- Fix test URL from localhost to 127.0.0.1 for isDesktopLocalStaticServerUrl
- Update package.json exports for utils submodules
* ✅ test: update mocks after function rename
Update test mocks from isLocalUrl to isDesktopLocalStaticServerUrl
* ✅ test(chat): fix mocks to use submodule imports
2025-10-14 18:15:58 +08:00
lobehubbot
c07d900648
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-14 07:52:51 +00:00
semantic-release-bot
938cf6ba71
🔖 chore(release): v1.137.4 [skip ci]
...
### [Version 1.137.4](https://github.com/lobehub/lobe-chat/compare/v1.137.3...v1.137.4 )
<sup>Released on **2025-10-14**</sup>
#### 🐛 Bug Fixes
- **misc**: Prevent Vertex AI JSON credentials from being split by comma.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Prevent Vertex AI JSON credentials from being split by comma, closes [#9703 ](https://github.com/lobehub/lobe-chat/issues/9703 ) [#9477 ](https://github.com/lobehub/lobe-chat/issues/9477 ) ([189081d ](https://github.com/lobehub/lobe-chat/commit/189081d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-14 07:51:42 +00:00
Arvin Xu
189081d546
🐛 fix: prevent Vertex AI JSON credentials from being split by comma ( #9703 )
...
- Add special case for VertexAI in getProviderAuthPayload to skip random API key selection
- Vertex AI uses JSON format credentials that contain commas, which should not be split
- Add test case to verify JSON credentials remain intact
Fixes the issue introduced in #9477 where random API key splitting broke Vertex AI authentication
🤖 Generated with [Claude Code](https://claude.com/claude-code )
2025-10-14 15:00:44 +08:00
bbbugg
96e2ccd3fb
🐛 fix(mobile): enable conditional fetching of AI provider list based on mobile view ( #9621 )
...
🐛 fix: enable conditional fetching of AI provider list based on mobile view
2025-10-14 13:35:23 +08:00
Arvin Xu
8693d95e0d
🔨 chore: add e2e workflow ( #9677 )
...
* add e2e test
* Potential fix for code scanning alert no. 137: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* remove
* update
* fix tests
* add e2e
* update
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-10-14 13:32:52 +08:00
lobehubbot
543db87745
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-14 03:10:43 +00:00
semantic-release-bot
e31e7b5d2d
🔖 chore(release): v1.137.3 [skip ci]
...
### [Version 1.137.3](https://github.com/lobehub/lobe-chat/compare/v1.137.2...v1.137.3 )
<sup>Released on **2025-10-14**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix mcp server connect issue and refactor web search implement, fix tools calling long name length >64 issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix mcp server connect issue and refactor web search implement, closes [#9694 ](https://github.com/lobehub/lobe-chat/issues/9694 ) ([15ebcb4 ](https://github.com/lobehub/lobe-chat/commit/15ebcb4 ))
* **misc**: Fix tools calling long name length >64 issue, closes [#9697 ](https://github.com/lobehub/lobe-chat/issues/9697 ) ([cb98604 ](https://github.com/lobehub/lobe-chat/commit/cb98604 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-14 03:09:37 +00:00
Arvin Xu
15ebcb414b
🐛 fix: fix mcp server connect issue and refactor web search implement ( #9694 )
...
* add
* clean
* refactor
* refactor
* add test
* fix style
* refactor to improve search performance
* refactor types
* refactor types
* refactor types
* fix mcp retry issue
* add more tests
* fix test and types
* fix test
* fix desktop remote streamable http
* add local
* fix tests
* update
2025-10-14 10:58:47 +08:00
Arvin Xu
cb986040d5
🐛 fix: fix tools calling long name length >64 issue ( #9697 )
...
* add ToolNameResolver
* fix ToolName generate tests
* fix tests
2025-10-14 10:54:40 +08:00
lobehubbot
ad0fae3c2a
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-14 02:28:05 +00:00
semantic-release-bot
79955e8f8d
🔖 chore(release): v1.137.2 [skip ci]
...
### [Version 1.137.2](https://github.com/lobehub/lobe-chat/compare/v1.137.1...v1.137.2 )
<sup>Released on **2025-10-14**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix the Worker URL cross-origin issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix the Worker URL cross-origin issue, closes [#9624 ](https://github.com/lobehub/lobe-chat/issues/9624 ) ([d379112 ](https://github.com/lobehub/lobe-chat/commit/d379112 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-14 02:27:04 +00:00
peerless-hero
d379112d74
🐛 fix: fix the Worker URL cross-origin issue ( #9624 )
...
When the origin of the Worker script is different from the current page, reconstruct the URL relative to the current origin to avoid cross-origin errors.
2025-10-14 10:16:33 +08:00
lobehubbot
c1a0868ac3
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-14 02:10:13 +00:00
semantic-release-bot
af71a7933a
🔖 chore(release): v1.137.1 [skip ci]
...
### [Version 1.137.1](https://github.com/lobehub/lobe-chat/compare/v1.137.0...v1.137.1 )
<sup>Released on **2025-10-14**</sup>
#### 💄 Styles
- **misc**: Change the user chatItem maxWidth should use flex 1.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Change the user chatItem maxWidth should use flex 1, closes [#9689 ](https://github.com/lobehub/lobe-chat/issues/9689 ) ([cfd5221 ](https://github.com/lobehub/lobe-chat/commit/cfd5221 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-14 02:08:56 +00:00
Shinji-Li
cfd52210d5
💄 style: change the user chatItem maxWidth should use flex 1 ( #9689 )
...
* feat: change the user chatitem max flex 1
* feat: add when editing not show actions
2025-10-14 09:58:39 +08:00
iBenzene
166d715f17
🔨 chore: add Clerk authentication related variables and some other variables in Dockerfile ( #9640 )
...
* chore(docker): add Clerk authentication related variables in Dockerfile
* chore(docker): add ENABLED_FAL, S3_ENABLE_PATH_STYLE, and S3_SET_ACL environment variables to Dockerfile
* chore(docker): add CLERK_WEBHOOK_SECRET environment variable
* revert(docker): fix indentation that was mistakenly modified due to. vscode settings
* chore(docker): add ENABLE_AUTH_PROTECTION environment variable to Dockerfiles
---------
Co-authored-by: bbbugg <daming20120101@163.com >
2025-10-14 09:53:43 +08:00
Arvin Xu
1238d7fbd5
🔨 chore: output JSON support tools calling mode ( #9696 )
...
* support tools calling in generateObject method
* fix tests
2025-10-14 09:51:38 +08:00
Arvin Xu
06507fea7f
✅ test: add model runtime testing ( #9683 )
...
* baseline test docs
* batch 2
* add more tests
* baseline 2
* baseline 3
* baseline 4
* baseline 5
* baseline 6
* baseline 7
* add core tests
* fix tests
2025-10-13 10:18:13 +08:00
Arvin Xu
4b7e838008
✅ test: add tests for agent-runtime and mode-runtime ( #9682 )
...
* update agent runtime
* update agent runtime
* add model runtime tests
* add tests
* add more tests
* add more tests
2025-10-13 00:09:07 +08:00
lobehubbot
9e09099313
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-12 16:07:27 +00:00
semantic-release-bot
e2c5e4f5a6
🔖 chore(release): v1.137.0 [skip ci]
...
## [Version 1.137.0](https://github.com/lobehub/lobe-chat/compare/v1.136.13...v1.137.0 )
<sup>Released on **2025-10-12**</sup>
#### ✨ Features
- **misc**: Add new setting for default image num.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add new setting for default image num, closes [#9618 ](https://github.com/lobehub/lobe-chat/issues/9618 ) ([de7368b ](https://github.com/lobehub/lobe-chat/commit/de7368b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-12 16:06:18 +00:00
YuTengjing
de7368bc25
✨ feat: add new setting for default image num ( #9618 )
2025-10-12 23:56:17 +08:00
Arvin Xu
941b6ec4cb
✅ test: add tests for context-engine ( #9679 )
2025-10-12 16:31:15 +02:00
Arvin Xu
3cf7df5748
✅ test: add tests for file-loaders packages ( #9678 )
...
add tests
2025-10-12 19:43:08 +08:00
lobehubbot
d0e2acac13
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-12 08:22:18 +00:00
semantic-release-bot
7a16e7e539
🔖 chore(release): v1.136.13 [skip ci]
...
### [Version 1.136.13](https://github.com/lobehub/lobe-chat/compare/v1.136.12...v1.136.13 )
<sup>Released on **2025-10-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix input cannot send markdown.
#### 💄 Styles
- **misc**: Optimize OpenRouter modelFetch endpoint, update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix input cannot send markdown, closes [#9674 ](https://github.com/lobehub/lobe-chat/issues/9674 ) ([2518d7e ](https://github.com/lobehub/lobe-chat/commit/2518d7e ))
#### Styles
* **misc**: Optimize OpenRouter modelFetch endpoint, closes [#9671 ](https://github.com/lobehub/lobe-chat/issues/9671 ) ([0038a64 ](https://github.com/lobehub/lobe-chat/commit/0038a64 ))
* **misc**: Update i18n, closes [#9665 ](https://github.com/lobehub/lobe-chat/issues/9665 ) ([02096ea ](https://github.com/lobehub/lobe-chat/commit/02096ea ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-12 08:20:59 +00:00
Arvin Xu
2518d7eabf
🐛 fix: fix input cannot send markdown ( #9674 )
...
* fix claude json output
* refactor to remove langchain in file-loaders
* support deepseek tools calling
* use peer
* use peer
* move files
* fix test
* add local-system placeholder
* fix markdown editing
* fix markdown editing
* refactor doc parse
2025-10-12 16:11:02 +08:00
sxjeru
0038a64819
💄 style: Optimize OpenRouter modelFetch endpoint ( #9671 )
...
* 🔧 refactor: Update OpenRouter API endpoint and enhance model data structure
* 🐛 fix: 修正模型名称处理逻辑以避免不必要的前缀去除
2025-10-12 16:07:30 +08:00
LobeHub Bot
02096ea82d
🤖 style: update i18n ( #9665 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-10-12 16:07:23 +08:00
Stella Wang
d330cf4e94
🔨 chore(ci): Improve Claude translator prompt to prevent hallucination ( #9673 )
...
🐛 fix(ci): Improve Claude translator prompt to prevent hallucination
Add critical rules to prevent translation hallucination issues:
- Enforce exact preservation of original content without modification
- Ensure code blocks, error logs, and JSON appear in both sections
- Clarify that only natural language should be translated
- Add verification step to check original content accuracy
- Prevent dropping or hallucinating end-of-comment sentences
This addresses issues where the translator was hallucinating content
in the "Original Content" section and incorrectly handling large
technical blocks like error logs and JSON structures.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-12 16:03:52 +08:00
renovate[bot]
5c2e1faa94
Update pnpm to v10.18.2 ( #9667 )
2025-10-12 05:05:20 +02:00
lobehubbot
590a9275ce
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-11 17:44:30 +00:00
semantic-release-bot
9242e83824
🔖 chore(release): v1.136.12 [skip ci]
...
### [Version 1.136.12](https://github.com/lobehub/lobe-chat/compare/v1.136.11...v1.136.12 )
<sup>Released on **2025-10-11**</sup>
#### 💄 Styles
- **misc**: Add more AWS regions, Update infini-ai models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add more AWS regions, closes [#9644 ](https://github.com/lobehub/lobe-chat/issues/9644 ) ([4a82daf ](https://github.com/lobehub/lobe-chat/commit/4a82daf ))
* **misc**: Update infini-ai models, closes [#9646 ](https://github.com/lobehub/lobe-chat/issues/9646 ) ([5274225 ](https://github.com/lobehub/lobe-chat/commit/5274225 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-11 17:43:26 +00:00
sxjeru
52742254d6
💄 style: Update infini-ai models ( #9646 )
...
* fix: update models and refactor InfiniAI model handling
* fix: enable models and update InfiniAI configuration
* fix: update DeepSeek model versions and descriptions in modelscope
2025-10-12 01:32:11 +08:00
edwnhoffmann
4a82daf329
💄 style: add more AWS regions ( #9644 )
...
add more regions
2025-10-12 01:32:05 +08:00
lobehubbot
84baabc1b4
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-11 17:29:08 +00:00
semantic-release-bot
7ef16b73f3
🔖 chore(release): v1.136.11 [skip ci]
...
### [Version 1.136.11](https://github.com/lobehub/lobe-chat/compare/v1.136.10...v1.136.11 )
<sup>Released on **2025-10-11**</sup>
#### 💄 Styles
- **misc**: Add capability inference for web search, image output and video recognition in model parsing and update UI form items to support search, imageOutput and video abilities.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add capability inference for web search, image output and video recognition in model parsing and update UI form items to support search, imageOutput and video abilities, closes [#9022 ](https://github.com/lobehub/lobe-chat/issues/9022 ) ([4e44569 ](https://github.com/lobehub/lobe-chat/commit/4e44569 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-11 17:27:57 +00:00
bbbugg
4e445690f1
💄 style: Add capability inference for web search, image output and video recognition in model parsing and update UI form items to support search, imageOutput and video abilities ( #9022 )
...
* 🐛 fix: add searchKeywords support and imageOutput match to model parsing logic
* 🐛 fix: add imageOutputKeywords support to model parsing logic
* 🐛 fix: test
* 🐛 fix: enhance model parsing to support local enabled
* 🐛 fix: refine model parsing by removing unnecessary properties from image models
* 💄 style: update form items to support search and imageOutput abilities
* 🐛 fix: improve model parsing logic to conditionally display search options for Perplexity and Jina
* 🐛 fix: parsing imageOutput model will get other abilities
* style: add model search setting when search ability = true and remove when false
* 🐛 fix: prevent 'internal' search models use fcSearch
* 🐛 fix: update search mode handling for internal models in Controls component
* 🐛 fix: test
* 🐛 fix: refine model parsing by updating keyword matching and removing redundant checks
* 🐛 fix: enhance model search configuration by incorporating internal model checks
* 🐛 fix: streamline settings cleanup by using destructuring to remove unused properties
* 💄 style: add video support to model configuration and parsing
2025-10-12 01:17:11 +08:00
semantic-release-bot
eb0c0696d0
🔖 chore(release): v1.136.10 [skip ci]
...
### [Version 1.136.10](https://github.com/lobehub/lobe-chat/compare/v1.136.9...v1.136.10 )
<sup>Released on **2025-10-11**</sup>
#### 💄 Styles
- **misc**: Improve search experience.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve search experience, closes [#9661 ](https://github.com/lobehub/lobe-chat/issues/9661 ) ([8624f84 ](https://github.com/lobehub/lobe-chat/commit/8624f84 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-11 17:05:57 +00:00
Arvin Xu
8624f84c8d
💄 style: improve search experience ( #9661 )
...
* add placeholder structure
* improve searching
* improve search result content
* fix tests
* improve error
* improve crawler multi page style
* improve crawler multi page content
* improve styles
* fix tests
* make url max twoline
2025-10-12 00:56:17 +08:00
lobehubbot
6db99c090d
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-11 10:19:02 +00:00
semantic-release-bot
cd337011fa
🔖 chore(release): v1.136.9 [skip ci]
...
### [Version 1.136.9](https://github.com/lobehub/lobe-chat/compare/v1.136.8...v1.136.9 )
<sup>Released on **2025-10-11**</sup>
#### 💄 Styles
- **misc**: Add lab to support disable/enable rich text.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add lab to support disable/enable rich text, closes [#9652 ](https://github.com/lobehub/lobe-chat/issues/9652 ) ([658c294 ](https://github.com/lobehub/lobe-chat/commit/658c294 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-11 10:17:59 +00:00
Arvin Xu
236b8f53cc
🔨 chore: add i18n ( #9657 )
...
* add i18n
* add i18n
2025-10-11 18:08:12 +08:00
Arvin Xu
658c2945a0
💄 style: add lab to support disable/enable rich text ( #9652 )
...
* add abstract chunk prompt eval
* add labs page
2025-10-11 18:03:56 +08:00
lobehubbot
f71d1f48cd
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-11 09:19:55 +00:00
semantic-release-bot
515dee110e
🔖 chore(release): v1.136.8 [skip ci]
...
### [Version 1.136.8](https://github.com/lobehub/lobe-chat/compare/v1.136.7...v1.136.8 )
<sup>Released on **2025-10-11**</sup>
#### 🐛 Bug Fixes
- **provider**: Add deepseek-v3.1-terminus to THINKING_MODELS.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **provider**: Add deepseek-v3.1-terminus to THINKING_MODELS, closes [#9653 ](https://github.com/lobehub/lobe-chat/issues/9653 ) [#9648 ](https://github.com/lobehub/lobe-chat/issues/9648 ) ([e9b5c69 ](https://github.com/lobehub/lobe-chat/commit/e9b5c69 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-11 09:18:47 +00:00
Shinji-Li
e9b5c692c7
🐛 fix(provider): add deepseek-v3.1-terminus to THINKING_MODELS ( #9653 )
...
🐛 fix(nvidia): add deepseek-v3.1-terminus to THINKING_MODELS
Add missing deepseek-ai/deepseek-v3.1-terminus model to THINKING_MODELS array
to enable Deep-Think functionality for DeepSeek V3.1 Terminus via NVIDIA NIM.
Fixes #9648
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Shinji-Li <ONLY-yours@users.noreply.github.com >
2025-10-11 17:09:07 +08:00
renovate[bot]
ba3c890f62
Update actions/github-script action to v8 ( #9554 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-11 16:19:15 +08:00
lobehubbot
639032e201
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-11 08:11:16 +00:00
semantic-release-bot
321b414931
🔖 chore(release): v1.136.7 [skip ci]
...
### [Version 1.136.7](https://github.com/lobehub/lobe-chat/compare/v1.136.6...v1.136.7 )
<sup>Released on **2025-10-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Disable rich text in markdown editor.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Disable rich text in markdown editor, closes [#9637 ](https://github.com/lobehub/lobe-chat/issues/9637 ) ([9349ce2 ](https://github.com/lobehub/lobe-chat/commit/9349ce2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-11 08:10:14 +00:00
Arvin Xu
9349ce2d2f
🐛 fix: disable rich text in markdown editor ( #9637 )
...
* clean
* update
* add labs
* fix
* improve
* update
* fix
* hide lab
* improve workflow
2025-10-11 15:59:56 +08:00
lobehubbot
3985c13488
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-11 07:20:51 +00:00
semantic-release-bot
8e3494857d
🔖 chore(release): v1.136.6 [skip ci]
...
### [Version 1.136.6](https://github.com/lobehub/lobe-chat/compare/v1.136.5...v1.136.6 )
<sup>Released on **2025-10-11**</sup>
#### 🐛 Bug Fixes
- **bedrock**: Add parameter conflict handling for Claude 4+ models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **bedrock**: Add parameter conflict handling for Claude 4+ models, closes [#9627 ](https://github.com/lobehub/lobe-chat/issues/9627 ) [#9523 ](https://github.com/lobehub/lobe-chat/issues/9523 ) ([54b6217 ](https://github.com/lobehub/lobe-chat/commit/54b6217 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-11 07:19:42 +00:00
renovate[bot]
55d5ae91ee
Update dependency happy-dom to v20 [SECURITY] ( #9647 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-11 15:09:05 +08:00
Arvin Xu
54b6217256
🐛 fix(bedrock): add parameter conflict handling for Claude 4+ models ( #9627 )
...
* fix(bedrock): add parameter conflict handling for Claude 4+ models
- Add logic to prevent sending both temperature and top_p for Claude 4+ models
- Matches existing implementation in Anthropic provider
- Fixes ValidationException error for Claude 4.5 models via Bedrock
- Includes support for both standard and Bedrock-specific model IDs
Fixes #9523
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
* 🧪 test(bedrock): add parameter conflict handling tests
Add comprehensive tests for Claude 4+ models parameter conflict detection:
- Test temperature preference over top_p when both provided
- Test top_p usage when temperature not provided
- Test both parameters allowed for non-Claude-4+ models
- Test standard and Bedrock-specific model ID formats
- Test US region model IDs
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
* 🔧 fix: make temperature optional in ChatStreamPayload interface
The temperature property should be optional to support test cases and scenarios where only top_p is provided. This resolves TypeScript error TS2741 in Bedrock provider tests.
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
* 🔧 fix: correct test assertions to handle JSON.stringify undefined omission
- Remove undefined properties from test expectations since JSON.stringify omits them
- Fix temperature/top_p conflict test assertions for Claude 4+ models
- Ensure tests match actual JSON serialization behavior
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
* 🔧 fix: add null safety checks for optional temperature parameter
- Added proper undefined checks before temperature arithmetic operations in anthropic and bedrock providers
- Added null checks before temperature comparisons in groq, perplexity, and search1api providers
- Resolves TS18048 errors where temperature is possibly undefined
- Maintains existing logic while satisfying TypeScript strict null checks
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
* refactor with parameterResolver
* upgrade
* upgrade swr
* refactor context-builder
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
2025-10-11 15:08:26 +08:00
lobehubbot
020ef51141
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-11 06:33:11 +00:00
semantic-release-bot
fa07f44436
🔖 chore(release): v1.136.5 [skip ci]
...
### [Version 1.136.5](https://github.com/lobehub/lobe-chat/compare/v1.136.4...v1.136.5 )
<sup>Released on **2025-10-11**</sup>
#### 🐛 Bug Fixes
- **plugin-store**: Fix search functionality for old plugin store.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **plugin-store**: Fix search functionality for old plugin store, closes [#9651 ](https://github.com/lobehub/lobe-chat/issues/9651 ) [#9645 ](https://github.com/lobehub/lobe-chat/issues/9645 ) ([522fc09 ](https://github.com/lobehub/lobe-chat/commit/522fc09 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-11 06:32:09 +00:00
Shinji-Li
522fc09a85
🐛 fix(plugin-store): fix search functionality for old plugin store ( #9651 )
...
- Update Search component to handle different search keywords based on current tab (MCP vs Plugin)
- Add missing useEffect in Plugin List to reset list when search keywords change
- Fixes issue where typing in search bar didn't trigger plugin filtering
Fixes #9645
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Shinji-Li <ONLY-yours@users.noreply.github.com >
2025-10-11 14:22:31 +08:00
lobehubbot
72fcc7afab
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-10 09:52:19 +00:00
semantic-release-bot
05c0ef084a
🔖 chore(release): v1.136.4 [skip ci]
...
### [Version 1.136.4](https://github.com/lobehub/lobe-chat/compare/v1.136.3...v1.136.4 )
<sup>Released on **2025-10-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Add 'gemini-2.5-flash-image' to disabled models Thinking.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add 'gemini-2.5-flash-image' to disabled models Thinking, closes [#9633 ](https://github.com/lobehub/lobe-chat/issues/9633 ) ([771b585 ](https://github.com/lobehub/lobe-chat/commit/771b585 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-10 09:51:12 +00:00
Neko
23d61aebc9
🔨 chore(database): add user memory db schemas ( #9371 )
...
* ✨ feat(database): user memory db schemas
* feat: migrations
* fix: id
* fix: syntax id
* update
* revert
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2025-10-10 17:41:14 +08:00
bailu
771b585f3a
🐛 fix: Add 'gemini-2.5-flash-image' to disabled models Thinking ( #9633 )
...
Add 'gemini-2.5-flash-image' to disabled models Thinking
2025-10-10 17:40:06 +08:00
lobehubbot
65c8dbb525
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-10 03:19:37 +00:00
semantic-release-bot
a11925fbb2
🔖 chore(release): v1.136.3 [skip ci]
...
### [Version 1.136.3](https://github.com/lobehub/lobe-chat/compare/v1.136.2...v1.136.3 )
<sup>Released on **2025-10-10**</sup>
#### 💄 Styles
- **misc**: Add delete & regenerate hotkeys.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add delete & regenerate hotkeys, closes [#9538 ](https://github.com/lobehub/lobe-chat/issues/9538 ) ([d948580 ](https://github.com/lobehub/lobe-chat/commit/d948580 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-10 03:18:33 +00:00
sxjeru
d9485809a1
💄 style: Add delete & regenerate hotkeys ( #9538 )
...
* 🐛 fix(zhipu): update maxOutput and contextWindowTokens for various models
* ✨ feat(hotkeys): add delete last message and delete & regenerate message hotkeys
2025-10-10 11:08:02 +08:00
Arvin Xu
143784b474
🔨 chore: improve code ( #9626 )
...
* improve code
* fix tests
2025-10-10 11:07:35 +08:00
lobehubbot
26504d0017
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-10 02:18:59 +00:00
semantic-release-bot
fa2f9d4eb4
🔖 chore(release): v1.136.2 [skip ci]
...
### [Version 1.136.2](https://github.com/lobehub/lobe-chat/compare/v1.136.1...v1.136.2 )
<sup>Released on **2025-10-10**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#9625 ](https://github.com/lobehub/lobe-chat/issues/9625 ) ([70d356d ](https://github.com/lobehub/lobe-chat/commit/70d356d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-10 02:17:56 +00:00
LobeHub Bot
70d356d524
🤖 style: update i18n ( #9625 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-10-10 10:08:21 +08:00
Kim SooHyun
8d59583dca
Merge commit from fork
...
Co-authored-by: root <root@DESKTOP-FSUSL5A.localdomain >
2025-10-10 10:06:16 +08:00
Tsuki
c609c77f24
🔧 chore: export plugin module and clean up imports in toolCall ( #9619 )
2025-10-09 18:48:21 +08:00
lobehubbot
c050c39c45
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-09 10:04:26 +00:00
semantic-release-bot
ac75d30e0d
🔖 chore(release): v1.136.1 [skip ci]
...
### [Version 1.136.1](https://github.com/lobehub/lobe-chat/compare/v1.136.0...v1.136.1 )
<sup>Released on **2025-10-09**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-09 10:03:26 +00:00
Arvin Xu
b2a1dc66d5
👷 build: Update Dockerfile.database ( #9617 )
...
Update Dockerfile.database
2025-10-09 17:53:04 +08:00
lobehubbot
954c6343d2
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-09 07:38:24 +00:00
semantic-release-bot
d3afc75c59
🔖 chore(release): v1.136.0 [skip ci]
...
## [Version 1.136.0](https://github.com/lobehub/lobe-chat/compare/v1.135.6...v1.136.0 )
<sup>Released on **2025-10-09**</sup>
#### ✨ Features
- **misc**: Add new provider Cerebras.
#### 🐛 Bug Fixes
- **misc**: Fix standalone plugin rerender issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add new provider Cerebras, closes [#9559 ](https://github.com/lobehub/lobe-chat/issues/9559 ) ([9cceaad ](https://github.com/lobehub/lobe-chat/commit/9cceaad ))
#### What's fixed
* **misc**: Fix standalone plugin rerender issue, closes [#9611 ](https://github.com/lobehub/lobe-chat/issues/9611 ) [#9396 ](https://github.com/lobehub/lobe-chat/issues/9396 ) ([7ab30fc ](https://github.com/lobehub/lobe-chat/commit/7ab30fc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-09 07:37:10 +00:00
sxjeru
9cceaad241
✨ feat: Add new provider Cerebras ( #9559 )
...
* ✨ feat: 添加 Cerebras 模型支持,包括模型定义和配置
* ✨ feat: 添加 Cerebras 模型支持,包括环境变量和模型描述
* ✨ feat: 在 OllamaCloud 模型中添加 GLM-4.6,增强推理和编码能力
* ✨ feat: 移除过时的 Grok 模型定义,优化模型列表
2025-10-09 15:27:12 +08:00
blueskyxi3
7ab30fc77e
🐛 fix: fix standalone plugin rerender issue ( #9611 )
...
🐛 fix: standalone 插件当发布生产后多次渲染 (#9396 )
Co-authored-by: Vincent Zou <vincentzou@citictel.com >
2025-10-09 15:26:50 +08:00
Daniel Hofheinz
7ce0d1fbc4
📝 docs(dev): clarify feature organization patterns in tutorial ( #9608 )
...
- Distinguish between global (src/features/) and page-specific features
- Update code example to show page-specific pattern
- Add explanatory note on when to use each pattern
Fixes #9585
2025-10-09 10:48:52 +08:00
lobehubbot
8f1b38a24e
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-08 15:41:09 +00:00
semantic-release-bot
bf57bfe59f
🔖 chore(release): v1.135.6 [skip ci]
...
### [Version 1.135.6](https://github.com/lobehub/lobe-chat/compare/v1.135.5...v1.135.6 )
<sup>Released on **2025-10-08**</sup>
#### 🐛 Bug Fixes
- **desktop**: Macos26 small icon.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **desktop**: Macos26 small icon, closes [#9421 ](https://github.com/lobehub/lobe-chat/issues/9421 ) ([ca03342 ](https://github.com/lobehub/lobe-chat/commit/ca03342 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-08 15:40:07 +00:00
YuTengjing
ca033420b9
🐛 fix(desktop): macos26 small icon ( #9421 )
...
* 🐛 fix(desktop): macos26 icon small
* Revert "🐛 fix(desktop): macos26 icon small"
This reverts commit 4a4b7b230c .
* ✨ feat(desktop): support Liquid Glass icons for macOS 26
- Add pre-generated Assets.car files for all build variants
- Configure afterPack hook to copy Assets.car during build
- Maintain backward compatibility with .icns fallback for older macOS
Reference: https://github.com/electron-userland/electron-builder/issues/9254
* docs: optimize comments
* fix: update deprecated macos-13 to macos-15-intel
* docs: optimize ai rules
2025-10-08 23:30:35 +08:00
lobehubbot
d8bfec02ad
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-08 05:35:31 +00:00
semantic-release-bot
992ecdfdef
🔖 chore(release): v1.135.5 [skip ci]
...
### [Version 1.135.5](https://github.com/lobehub/lobe-chat/compare/v1.135.4...v1.135.5 )
<sup>Released on **2025-10-08**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#9602 ](https://github.com/lobehub/lobe-chat/issues/9602 ) ([ed267a4 ](https://github.com/lobehub/lobe-chat/commit/ed267a4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-08 05:34:32 +00:00
LobeHub Bot
ed267a4d96
🤖 style: update i18n ( #9602 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-10-08 13:24:29 +08:00
lobehubbot
d9da405ff1
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-07 15:43:49 +00:00
semantic-release-bot
f0f132696a
🔖 chore(release): v1.135.4 [skip ci]
...
### [Version 1.135.4](https://github.com/lobehub/lobe-chat/compare/v1.135.3...v1.135.4 )
<sup>Released on **2025-10-07**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor chat item.
#### 💄 Styles
- **misc**: Add GPT-5 pro model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor chat item, closes [#9599 ](https://github.com/lobehub/lobe-chat/issues/9599 ) ([1f36158 ](https://github.com/lobehub/lobe-chat/commit/1f36158 ))
#### Styles
* **misc**: Add GPT-5 pro model, closes [#9594 ](https://github.com/lobehub/lobe-chat/issues/9594 ) ([775f30b ](https://github.com/lobehub/lobe-chat/commit/775f30b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-07 15:42:48 +00:00
sxjeru
775f30b614
💄 style: Add GPT-5 pro model ( #9594 )
...
* ✨ feat: 添加输入缓存读取和写入定价支持,更新相关接口和定价格式
* ✨ feat: 添加 GPT-5 pro 模型及其定价信息,更新模型集合
* ✨ feat: 添加 GPT Image 1 Mini 模型及其定价信息,更新模型参数和定价策略
* ✨ feat: 更新价格格式化函数,允许价格为 undefined,调整模型定价接口的可选属性
* ✨ feat: 更新 DeepSeek V3.1 模型信息,添加新模型及其参数,调整模型 ID
* ✨ feat: 添加 GPT-5 pro 模型,更新其能力、定价和描述信息
* ✨ feat: 强制 gpt-5 pro 使用 high 推理等级,优化推理负担处理逻辑
2025-10-07 23:33:08 +08:00
Arvin Xu
1f36158a2f
♻️ 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
2025-10-07 23:27:19 +08:00
lobehubbot
18bcd08327
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-07 11:27:02 +00:00
semantic-release-bot
f13c4598c3
🔖 chore(release): v1.135.3 [skip ci]
...
### [Version 1.135.3](https://github.com/lobehub/lobe-chat/compare/v1.135.2...v1.135.3 )
<sup>Released on **2025-10-07**</sup>
#### 💄 Styles
- **misc**: Improve Korean translate.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve Korean translate, closes [#9597 ](https://github.com/lobehub/lobe-chat/issues/9597 ) ([319fbfb ](https://github.com/lobehub/lobe-chat/commit/319fbfb ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-07 11:25:52 +00:00
Arvin Xu
319fbfb6fd
💄 style: improve Korean translate ( #9597 )
...
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
2025-10-07 19:15:56 +08:00
renovate[bot]
892844a17f
Update dependency @testing-library/jest-dom to ~6.9.0 ( #9549 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-07 18:42:25 +08:00
Daniel Hofheinz
219250c7bb
📝 docs: remove outdated nextauth server database warning ( #9593 )
2025-10-07 06:20:17 +02:00
lobehubbot
b7d51c51dd
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-06 16:29:03 +00:00
semantic-release-bot
94d447b563
🔖 chore(release): v1.135.2 [skip ci]
...
### [Version 1.135.2](https://github.com/lobehub/lobe-chat/compare/v1.135.1...v1.135.2 )
<sup>Released on **2025-10-06**</sup>
#### 💄 Styles
- **image**: Optimize UX and fix fal pricing.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **image**: Optimize UX and fix fal pricing, closes [#9592 ](https://github.com/lobehub/lobe-chat/issues/9592 ) ([dddbfcd ](https://github.com/lobehub/lobe-chat/commit/dddbfcd ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-06 16:28:03 +00:00
YuTengjing
dddbfcd094
💄 style(image): optimize UX and fix fal pricing ( #9592 )
2025-10-07 00:17:32 +08:00
lobehubbot
5719e4ff90
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-06 15:47:07 +00:00
semantic-release-bot
1725f7d3ee
🔖 chore(release): v1.135.1 [skip ci]
...
### [Version 1.135.1](https://github.com/lobehub/lobe-chat/compare/v1.135.0...v1.135.1 )
<sup>Released on **2025-10-06**</sup>
#### 💄 Styles
- **misc**: Improve styles and fix tools calling condition.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve styles and fix tools calling condition, closes [#9591 ](https://github.com/lobehub/lobe-chat/issues/9591 ) ([1695f2f ](https://github.com/lobehub/lobe-chat/commit/1695f2f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-06 15:46:09 +00:00
Arvin Xu
1695f2f289
💄 style: improve styles and fix tools calling condition ( #9591 )
...
* clean and refactor
* improve
* update
* update
* fix tools engine
2025-10-06 23:36:15 +08:00
lobehubbot
2ffced0773
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-06 14:32:26 +00:00
semantic-release-bot
8cc70ddf38
🔖 chore(release): v1.135.0 [skip ci]
...
## [Version 1.135.0](https://github.com/lobehub/lobe-chat/compare/v1.134.7...v1.135.0 )
<sup>Released on **2025-10-06**</sup>
#### ✨ Features
- **misc**: Huanyuan text-to-image 3.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Huanyuan text-to-image 3, closes [#9589 ](https://github.com/lobehub/lobe-chat/issues/9589 ) ([1dd0e5e ](https://github.com/lobehub/lobe-chat/commit/1dd0e5e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-06 14:31:23 +00:00
YuTengjing
1dd0e5efce
✨ feat: huanyuan text-to-image 3 ( #9589 )
2025-10-06 22:21:11 +08:00
YuTengjing
08ea8561f9
fix: qwen image inside new api ( #9587 )
2025-10-06 21:46:22 +08:00
lobehubbot
20be3cfb38
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-06 04:36:05 +00:00
semantic-release-bot
562ef7fd8e
🔖 chore(release): v1.134.7 [skip ci]
...
### [Version 1.134.7](https://github.com/lobehub/lobe-chat/compare/v1.134.6...v1.134.7 )
<sup>Released on **2025-10-06**</sup>
#### 🐛 Bug Fixes
- **security**: Sanitize Azure provider error responses to prevent API key exposure.
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **security**: Sanitize Azure provider error responses to prevent API key exposure, closes [#9583 ](https://github.com/lobehub/lobe-chat/issues/9583 ) ([af59bfe ](https://github.com/lobehub/lobe-chat/commit/af59bfe ))
#### Styles
* **misc**: Update i18n, closes [#9580 ](https://github.com/lobehub/lobe-chat/issues/9580 ) ([c0974ea ](https://github.com/lobehub/lobe-chat/commit/c0974ea ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-06 04:34:49 +00:00
Arvin Xu
af59bfe013
🔒 fix(security): Sanitize Azure provider error responses to prevent API key exposure ( #9583 )
2025-10-06 06:24:27 +02:00
LobeHub Bot
c0974ea955
🤖 style: update i18n ( #9580 )
2025-10-06 06:23:38 +02:00
Arvin Xu
c83d7afbe6
📝 docs: update app directory structure documentation ( #9582 )
...
- Update folder-structure.mdx and zh-CN version to reflect current Next.js 13+ App Router architecture
- Replace outdated simple desktop/mobile structure with actual complex structure
- Add documentation for (backend), [variants], @modal, and desktop route groups
- Include API architecture explanation with tRPC and REST endpoints
- Document platform organization and deployment targets
Fixes #9522
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
2025-10-06 12:13:28 +08:00
Daniel Hofheinz
210a41bb8b
📝 docs: update Zustand import syntax for v5 compatibility ( #9581 )
2025-10-06 05:53:44 +02:00
lobehubbot
e8c08335c3
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-05 16:20:54 +00:00
semantic-release-bot
cf82bc0628
🔖 chore(release): v1.134.6 [skip ci]
...
### [Version 1.134.6](https://github.com/lobehub/lobe-chat/compare/v1.134.5...v1.134.6 )
<sup>Released on **2025-10-05**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-05 16:19:56 +00:00
Arvin Xu
e702064e39
👷 build: fix docker build ( #9576 )
...
fix build
2025-10-06 00:09:58 +08:00
lobehubbot
d14debc7d7
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-05 16:00:14 +00:00
semantic-release-bot
8231aea1c7
🔖 chore(release): v1.134.5 [skip ci]
...
### [Version 1.134.5](https://github.com/lobehub/lobe-chat/compare/v1.134.4...v1.134.5 )
<sup>Released on **2025-10-05**</sup>
#### 🐛 Bug Fixes
- **database**: Prevent empty array insertion in aiModel batch operations.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **database**: Prevent empty array insertion in aiModel batch operations, closes [#9491 ](https://github.com/lobehub/lobe-chat/issues/9491 ) [#9429 ](https://github.com/lobehub/lobe-chat/issues/9429 ) [#9429 ](https://github.com/lobehub/lobe-chat/issues/9429 ) ([eb50c8b ](https://github.com/lobehub/lobe-chat/commit/eb50c8b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-05 15:59:11 +00:00
Arvin Xu
af274190a8
🔨 chore: add group-messages database schema ( #9543 )
...
* add group messages
* update
* add migrations
* ♻️ refactor: refactor message group
* fix
* fix
* update schema
2025-10-05 23:49:27 +08:00
Arvin Xu
eb50c8b781
🐛 fix(database): prevent empty array insertion in aiModel batch operations ( #9491 )
...
* 🐛 fix(database): prevent empty array insertion in aiModel batch operations
- Add validation to batchUpdateAiModels to return early if models array is empty
- Add validation to batchToggleAiModels to return early if models array is empty
- Add validation to updateModelsOrder to return early if sortMap array is empty
- Fixes 'values() must be called with at least one value' error when OpenRouter returns empty model list
Fixes #9429
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
* ✅ test(database): add tests for empty array validation in aiModel batch operations
- Add test for batchUpdateAiModels with empty array returning empty result
- Add test for batchToggleAiModels with empty array returning early
- Add test for updateModelsOrder with empty sortMap returning early
These tests verify the fix for issue #9429 where empty arrays caused
"values() must be called with at least one value" database errors.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
* 🐛 fix(test): remove invalid sort property access in aiModel test
- Remove test assertion accessing sort property on AiProviderModelListItem
- AiProviderModelListItem interface doesn't include sort property
- Fix TypeScript error: Property 'sort' does not exist on type 'AiProviderModelListItem'
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
* ♻️ refactor(database): extract shared validation helper for empty arrays
- Add private isEmptyArray() helper method to AiModelModel class
- Replace duplicate empty array checks in batch methods with shared helper
- Improve code maintainability and reduce duplication
- Address Sourcery AI feedback for better code organization
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
* 🐛 fix(database): respect enabled parameter in aiModel create method
The create method was forcing enabled: true regardless of input.
This fix allows explicit enabled: false while maintaining true as default.
Fixes failing test: batchToggleAiModels empty array validation.
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
2025-10-05 23:42:39 +08:00
lobehubbot
c25492e377
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-05 14:35:07 +00:00
semantic-release-bot
082b641270
🔖 chore(release): v1.134.4 [skip ci]
...
### [Version 1.134.4](https://github.com/lobehub/lobe-chat/compare/v1.134.3...v1.134.4 )
<sup>Released on **2025-10-05**</sup>
#### 💄 Styles
- **misc**: Add promptfoo to improve prompts quality.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add promptfoo to improve prompts quality, closes [#9568 ](https://github.com/lobehub/lobe-chat/issues/9568 ) ([33874c2 ](https://github.com/lobehub/lobe-chat/commit/33874c2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-05 14:34:01 +00:00
Arvin Xu
33874c20d1
💄 style: add promptfoo to improve prompts quality ( #9568 )
...
* add promptfoo
* finish pipeline of promptfoo
* improve translate prompt
* improve summary title
* improve summary-title prompt
* refactor emoji-picker and language-detection
* refactor emoji-picker prompt
* improve emoji picker
* improve providers
* improve knowledge qa promptfoo
* improve knowledge qa prompts
* update
* update
2025-10-05 22:24:30 +08:00
Arvin Xu
0d48ebddd9
🔧 chore: fix workflows does not contain permissions ( #9544 )
...
* Potential fix for code scanning alert no. 39: Workflow does not contain permissions
* update permissions
---------
2025-10-05 20:05:10 +08:00
lobehubbot
95393ec093
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-05 10:57:44 +00:00
semantic-release-bot
565e0d9a39
🔖 chore(release): v1.134.3 [skip ci]
...
### [Version 1.134.3](https://github.com/lobehub/lobe-chat/compare/v1.134.2...v1.134.3 )
<sup>Released on **2025-10-05**</sup>
#### 🐛 Bug Fixes
- **misc**: Type not preserved when model is sorted.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Type not preserved when model is sorted, closes [#9561 ](https://github.com/lobehub/lobe-chat/issues/9561 ) ([5fe2518 ](https://github.com/lobehub/lobe-chat/commit/5fe2518 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-05 10:56:32 +00:00
sxjeru
5fe2518dae
🐛 fix: type not preserved when model is sorted ( #9561 )
2025-10-05 12:45:14 +02:00
lobehubbot
1cb36da520
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-05 09:49:07 +00:00
semantic-release-bot
cdded292f4
🔖 chore(release): v1.134.2 [skip ci]
...
### [Version 1.134.2](https://github.com/lobehub/lobe-chat/compare/v1.134.1...v1.134.2 )
<sup>Released on **2025-10-05**</sup>
#### 💄 Styles
- **misc**: Allow switching model `type`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Allow switching model `type`, closes [#9529 ](https://github.com/lobehub/lobe-chat/issues/9529 ) ([9b62685 ](https://github.com/lobehub/lobe-chat/commit/9b62685 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-05 09:48:01 +00:00
sxjeru
9b62685b08
💄 style: Allow switching model type ( #9529 )
2025-10-05 11:38:02 +02:00
renovate[bot]
249b46e5cf
Update codecov/codecov-action action to v5 ( #4714 )
2025-10-05 11:37:16 +02:00
renovate[bot]
dbe7d7ef7c
Update actions/checkout action to v5 ( #9553 )
2025-10-05 11:36:11 +02:00
lobehubbot
1e4011e489
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-05 06:38:57 +00:00
semantic-release-bot
3a8229a2c6
🔖 chore(release): v1.134.1 [skip ci]
...
### [Version 1.134.1](https://github.com/lobehub/lobe-chat/compare/v1.134.0...v1.134.1 )
<sup>Released on **2025-10-05**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#9546 ](https://github.com/lobehub/lobe-chat/issues/9546 ) ([ed8174f ](https://github.com/lobehub/lobe-chat/commit/ed8174f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-05 06:37:56 +00:00
LobeHub Bot
ed8174fc3d
🤖 style: update i18n ( #9546 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-10-05 14:27:53 +08:00
renovate[bot]
304e6c13d8
Update pnpm to v10.18.0 ( #9552 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-05 14:27:05 +08:00
lobehubbot
a63485d915
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-04 19:12:57 +00:00
semantic-release-bot
01d66a9368
🔖 chore(release): v1.134.0 [skip ci]
...
## [Version 1.134.0](https://github.com/lobehub/lobe-chat/compare/v1.133.6...v1.134.0 )
<sup>Released on **2025-10-04**</sup>
#### ✨ Features
- **misc**: Support double-click to open multi agent window on the desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support double-click to open multi agent window on the desktop, closes [#9331 ](https://github.com/lobehub/lobe-chat/issues/9331 ) ([a060901 ](https://github.com/lobehub/lobe-chat/commit/a060901 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-04 19:11:56 +00:00
René Wang
794748373b
🔨 chore: enhance EdgeConfig with per-user feature flags support ( #9541 )
...
* ✨ feat: enhance EdgeConfig with per-user feature flags support
- Add EdgeConfigKeys constants for better maintainability
- Add getFeatureFlags() and getFlagByKey() methods to EdgeConfig
- Enhance isEnabled() with debugging console logs
- Implement per-user feature flag evaluation logic
- Add EdgeConfig integration for feature flags with env var fallback
- Support feature flags as boolean or array of user IDs
- Export IFeatureFlagsState type for type safety
* update log
* refactor
* refactor schema
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2025-10-05 02:49:36 +08:00
Shinji-Li
a060901c65
✨ 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
2025-10-05 02:42:20 +08:00
lobehubbot
7a34c8babe
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-04 15:31:24 +00:00
semantic-release-bot
63e3b70681
🔖 chore(release): v1.133.6 [skip ci]
...
### [Version 1.133.6](https://github.com/lobehub/lobe-chat/compare/v1.133.5...v1.133.6 )
<sup>Released on **2025-10-04**</sup>
#### 🐛 Bug Fixes
- **misc**: `type` not preserved when model is disabled or sorted.
#### 💄 Styles
- **misc**: Nano banana support `aspect_ratio`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: `type` not preserved when model is disabled or sorted, closes [#9530 ](https://github.com/lobehub/lobe-chat/issues/9530 ) ([476b897 ](https://github.com/lobehub/lobe-chat/commit/476b897 ))
#### Styles
* **misc**: Nano banana support `aspect_ratio`, closes [#9528 ](https://github.com/lobehub/lobe-chat/issues/9528 ) ([ae3ed6e ](https://github.com/lobehub/lobe-chat/commit/ae3ed6e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-04 15:30:23 +00:00
sxjeru
476b897fe0
🐛 fix: type not preserved when model is disabled or sorted ( #9530 )
...
✨ feat: add model type support in AiModelModel and related tests
2025-10-04 23:20:15 +08:00
sxjeru
ae3ed6ec47
💄 style: nano banana support aspect_ratio ( #9528 )
...
* ✨ feat: add nano banana model parameters and update image generation config
* ✨ feat: 添加 Nano Banana 模型参数和图像生成定价配置
2025-10-04 23:19:59 +08:00
lobehubbot
5a69857e09
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-04 11:40:42 +00:00
semantic-release-bot
e01c72cf03
🔖 chore(release): v1.133.5 [skip ci]
...
### [Version 1.133.5](https://github.com/lobehub/lobe-chat/compare/v1.133.4...v1.133.5 )
<sup>Released on **2025-10-04**</sup>
#### 🐛 Bug Fixes
- **misc**: Custom provider fails when client requests are enabled.
#### 💄 Styles
- **misc**: Optimized `extendParams` UI, update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Custom provider fails when client requests are enabled, closes [#9534 ](https://github.com/lobehub/lobe-chat/issues/9534 ) ([8b12fdf ](https://github.com/lobehub/lobe-chat/commit/8b12fdf ))
#### Styles
* **misc**: Optimized `extendParams` UI, closes [#9457 ](https://github.com/lobehub/lobe-chat/issues/9457 ) ([582f6d1 ](https://github.com/lobehub/lobe-chat/commit/582f6d1 ))
* **misc**: Update i18n, closes [#9514 ](https://github.com/lobehub/lobe-chat/issues/9514 ) ([6430f57 ](https://github.com/lobehub/lobe-chat/commit/6430f57 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-04 11:39:19 +00:00
renovate[bot]
95d4a3a4be
Update dependency @huggingface/tasks to ^0.19.0 ( #6427 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-04 19:29:11 +08:00
LobeHub Bot
6430f57665
🤖 style: update i18n ( #9514 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-10-04 19:25:35 +08:00
YuTengjing
99ded4ac33
chore: sync some update ( #9539 )
...
* chore: remove legacy files
* 🔧 fix: correct and simplify tps calc
* 🔧 fix: remove unnecessary console log in createRuntime function
2025-10-04 19:23:57 +08:00
sxjeru
582f6d1fbf
💄 style: Optimized extendParams UI ( #9457 )
...
* ✨ feat: 调整滑块参数和步长逻辑以优化用户体验
* ✨ feat: 添加 resolveModelThinkingBudget 函数以优化 Gemini 模型思维预算逻辑
* ✨ feat: 添加 DeepSeek V3.1 Terminus 模型
* ✨ feat: 更新 DeepSeek 模型至 V3.2,调整参数和描述以反映最新功能
* ✨ feat: 更新 DeepSeek 和 Hunyuan 模型,调整描述和发布时间以反映最新信息
* ✨ feat: 添加 DeepSeek V3.2 模型及其定价信息,更新模型解析配置以支持新版本
* Update google.ts
* feat: 添加 GLM-4.6 聊天模型,增强推理能力和上下文处理
2025-10-04 19:20:58 +08:00
sxjeru
8b12fdfb82
🐛 fix: Custom provider fails when client requests are enabled ( #9534 )
...
* ✨ fix: (启用客户端请求,自定义服务商未遵循指定请求格式) 更新 initializeWithClientStore 函数,支持通过选项对象传递 provider 和 payload,增强代码可读性
* ✨ feat: 添加 runtimeProvider 支持,优化模型服务的提供者初始化逻辑
* add test
2025-10-04 19:15:59 +08:00
lobehubbot
ba3f67f7d4
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-01 21:07:14 +00:00
semantic-release-bot
0a6d3ad3f9
🔖 chore(release): v1.133.4 [skip ci]
...
### [Version 1.133.4](https://github.com/lobehub/lobe-chat/compare/v1.133.3...v1.133.4 )
<sup>Released on **2025-10-01**</sup>
#### 🐛 Bug Fixes
- **misc**: OllamaCloud error.
#### 💄 Styles
- **misc**: Fix chat minimap overflow.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: OllamaCloud error, closes [#9481 ](https://github.com/lobehub/lobe-chat/issues/9481 ) ([55c45a5 ](https://github.com/lobehub/lobe-chat/commit/55c45a5 ))
#### Styles
* **misc**: Fix chat minimap overflow, closes [#9507 ](https://github.com/lobehub/lobe-chat/issues/9507 ) ([d835c33 ](https://github.com/lobehub/lobe-chat/commit/d835c33 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-01 21:06:07 +00:00
Arvin Xu
e10aa05a11
🔨 chore: improve github workflow ( #9511 )
...
* improve workflow file
* clean
* update
2025-10-02 04:56:34 +08:00
René Wang
d835c33699
💄 style: fix chat minimap overflow ( #9507 )
...
fix: Minimap overflow
2025-10-02 04:47:12 +08:00
sxjeru
55c45a5197
🐛 fix: OllamaCloud error ( #9481 )
...
* fix: update Ollama Cloud base URL and add CORS error handling
* ✨ feat: 添加 Claude Sonnet 4.5 模型并更新其他模型的发布信息
* ✨ feat: 更新 Novita 模型定价和输入模态,增强模型信息
* Update index.ts
* fix: 移除不必要的测试用例
* ✨ feat: 更新智谱模型,添加 GLM-4.6,优化定价策略,移除过时模型
* ✨ feat: 为 GLM-4.6 模型添加定价策略,优化定价单位和参数
* fix: 修复 DeepSeek 模型显示名称逻辑,确保短名称不包含 DeepSeek 时正确显示
* feat: 添加 DeepSeek V3.2 Exp 模型,提升长文本处理效率
2025-10-02 04:46:59 +08:00
lobehubbot
b51839fc54
📝 docs(bot): Auto sync agents & plugin to readme
2025-10-01 19:41:54 +00:00
semantic-release-bot
1e9b05d7ce
🔖 chore(release): v1.133.3 [skip ci]
...
### [Version 1.133.3](https://github.com/lobehub/lobe-chat/compare/v1.133.2...v1.133.3 )
<sup>Released on **2025-10-01**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor a `ssrf-safe-fetch` module.
#### 🐛 Bug Fixes
- **misc**: Fix frontend random API key config not work.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor a `ssrf-safe-fetch` module, closes [#9474 ](https://github.com/lobehub/lobe-chat/issues/9474 ) ([92da716 ](https://github.com/lobehub/lobe-chat/commit/92da716 ))
#### What's fixed
* **misc**: Fix frontend random API key config not work, closes [#9477 ](https://github.com/lobehub/lobe-chat/issues/9477 ) [#9255 ](https://github.com/lobehub/lobe-chat/issues/9255 ) ([a194d48 ](https://github.com/lobehub/lobe-chat/commit/a194d48 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-10-01 19:40:38 +00:00
Arvin Xu
92da716028
♻️ refactor: refactor a ssrf-safe-fetch module ( #9474 )
...
* add ssrf-safe-fetch
* fix web-crawler
* add tests
* revert
* Update index.ts
* fix tests
2025-10-02 03:31:20 +08:00
renovate[bot]
635d0d649b
Update dependency @opentelemetry/exporter-trace-otlp-http to ^0.205.0 ( #9455 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-01 14:54:05 +08:00
renovate[bot]
3ae352b79e
Update dependency @opentelemetry/instrumentation-http to ^0.205.0 ( #9458 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-01 14:53:58 +08:00
Arvin Xu
a194d48545
🐛 fix: fix frontend random API key config not work ( #9477 )
...
* ✨ feat: add frontend random API key selection support
- Implement ClientApiKeyManager for random selection from comma-separated keys
- Update getProviderAuthPayload to use random key picking for all providers
- Add comprehensive tests for the new functionality
- Mirror existing server-side implementation for consistency
Closes #9255
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: LobeHub Bot <lobehubbot@users.noreply.github.com >
* fix tests
* fix implement
* fix test
* fix test
2025-10-01 05:46:24 +08:00
YuTengjing
0ee4f18d89
📝 docs(i18n): add image quality translations for multiple languages ( #9495 )
2025-09-30 21:17:47 +08:00
YuTengjing
49ea508cc4
🔨 chore: support chat api and create image cost caculate ( #9492 )
2025-09-30 21:09:56 +08:00
lobehubbot
88592d3f08
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-30 09:05:58 +00:00
semantic-release-bot
7e0b715e22
🔖 chore(release): v1.133.2 [skip ci]
...
### [Version 1.133.2](https://github.com/lobehub/lobe-chat/compare/v1.133.1...v1.133.2 )
<sup>Released on **2025-09-30**</sup>
#### 💄 Styles
- **misc**: Add minimap to chat list for quick navigation.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add minimap to chat list for quick navigation, closes [#9470 ](https://github.com/lobehub/lobe-chat/issues/9470 ) ([8db47eb ](https://github.com/lobehub/lobe-chat/commit/8db47eb ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-30 09:04:58 +00:00
René Wang
8db47eb816
💄 style: Add minimap to chat list for quick navigation ( #9470 )
...
* feat: Add minimap to chat list
* style: Tweak style
* style: Hover to reveal the arrow
* style: Hover to reveal the arrow
* feat: Message anchor detection
* fix: Type error
* style: Remove drag handle for topic panel
* fix: type error
* fix: Anchor position
* fix: Scroll
* feat: Add missing translation
* fix: Offset
* fix: Offset
* feat: Remove test files
2025-09-30 16:55:17 +08:00
YuTengjing
6325602480
📝 docs(rules): optimize agent rules and documentation structure ( #9486 )
2025-09-30 16:07:32 +08:00
lobehubbot
b745f11873
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-30 04:46:57 +00:00
semantic-release-bot
7f31eba0d9
🔖 chore(release): v1.133.1 [skip ci]
...
### [Version 1.133.1](https://github.com/lobehub/lobe-chat/compare/v1.133.0...v1.133.1 )
<sup>Released on **2025-09-30**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#9480 ](https://github.com/lobehub/lobe-chat/issues/9480 ) ([dfeb42c ](https://github.com/lobehub/lobe-chat/commit/dfeb42c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-30 04:45:58 +00:00
LobeHub Bot
dfeb42ce1c
🤖 style: update i18n ( #9480 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-09-30 12:36:35 +08:00
renovate[bot]
138071d0e3
Update dependency ollama to ^0.6.0 ( #9461 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-30 12:32:00 +08:00
lobehubbot
1aaa5f5152
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-29 20:33:43 +00:00
semantic-release-bot
e1acbf21fd
🔖 chore(release): v1.133.0 [skip ci]
...
## [Version 1.133.0](https://github.com/lobehub/lobe-chat/compare/v1.132.19...v1.133.0 )
<sup>Released on **2025-09-29**</sup>
#### ✨ Features
- **misc**: Add builtin Python plugin, add Claude Sonnet 4.5 model to AI chat models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add builtin Python plugin, closes [#8873 ](https://github.com/lobehub/lobe-chat/issues/8873 ) ([fa6ef94 ](https://github.com/lobehub/lobe-chat/commit/fa6ef94 ))
* **misc**: Add Claude Sonnet 4.5 model to AI chat models, closes [#9476 ](https://github.com/lobehub/lobe-chat/issues/9476 ) ([a30a65c ](https://github.com/lobehub/lobe-chat/commit/a30a65c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-29 20:32:18 +00:00
Arvin Xu
79bc08a076
🔨 chore: add claude translator and improve issue template ( #9479 )
...
* add translator
* use claude translator
2025-09-30 04:22:01 +08:00
Aloxaf
fa6ef94067
✨ feat: add builtin Python plugin ( #8873 )
...
* feat: 初步完成
* chore: type
* feat: 图片功能
* feat: 文件下载功能
* refactor: 简化代码
* chore: 清理代码
* chore: clean
* chore: 清理代码
* chore: 清理代码
* chore: 小改进
* fix: 上传完成前图片无法显示
* refactor: 增加 python-interpreter package
* chore: 清理
* feat: 传入上下文中的文件
* chore: 小优化
* chore: 中文字体
* chore: clean
* fix: 服务端部署
* fix: 重复文件检查
* test: 增加 interpreter.test.ts
* test: add worker.test.ts
* style: fix import
* test: fix
* style: fix import
* style: move env file to envs
* style: 限制代码框高度
* style: 重命名
* misc: 小修小补
* refactor: 重命名为 code-interpreter
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-09-30 04:20:57 +08:00
YuTengjing
a30a65cd4c
✨ feat: add Claude Sonnet 4.5 model to AI chat models ( #9476 )
2025-09-30 04:20:51 +08:00
Arvin Xu
2e6018a496
🔨 chore: fix types ( #9478 )
...
fix types
2025-09-30 03:54:12 +08:00
Arvin Xu
1776a24943
🔨 chore: add auto close issues workflow ( #9473 )
...
* add auto close issues
* update
2025-09-30 02:14:47 +08:00
renovate[bot]
27d133a417
Update dependency @opentelemetry/exporter-metrics-otlp-http to ^0.205.0 ( #9454 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-29 18:49:24 +08:00
renovate[bot]
de3478b17a
Update dependency @opentelemetry/instrumentation to ^0.205.0 ( #9456 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-29 18:49:05 +08:00
renovate[bot]
694cdbea8f
Update dependency @opentelemetry/sdk-node to ^0.205.0 ( #9460 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-29 18:48:26 +08:00
lobehubbot
ffbb804b3f
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-29 08:18:20 +00:00
semantic-release-bot
5947148c01
🔖 chore(release): v1.132.19 [skip ci]
...
### [Version 1.132.19](https://github.com/lobehub/lobe-chat/compare/v1.132.18...v1.132.19 )
<sup>Released on **2025-09-29**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-29 08:17:23 +00:00
René Wang
b0cb96e5c2
👷 build: Add virtual column to agent table ( #9464 )
2025-09-29 10:07:19 +02:00
lobehubbot
f1d732d166
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-28 05:29:59 +00:00
semantic-release-bot
c6de50e385
🔖 chore(release): v1.132.18 [skip ci]
...
### [Version 1.132.18](https://github.com/lobehub/lobe-chat/compare/v1.132.17...v1.132.18 )
<sup>Released on **2025-09-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Refactor tools-engine and fix search token count.
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Refactor tools-engine and fix search token count, closes [#9448 ](https://github.com/lobehub/lobe-chat/issues/9448 ) ([e82d4b7 ](https://github.com/lobehub/lobe-chat/commit/e82d4b7 ))
#### Styles
* **misc**: Update i18n, closes [#9449 ](https://github.com/lobehub/lobe-chat/issues/9449 ) ([b04a5d7 ](https://github.com/lobehub/lobe-chat/commit/b04a5d7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-28 05:28:51 +00:00
LobeHub Bot
b04a5d7906
🤖 style: update i18n ( #9449 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-09-28 13:18:26 +08:00
renovate[bot]
088cc2c56c
Update pnpm to v10.17.1 ( #9450 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-28 13:13:23 +08:00
renovate[bot]
acb49c1393
Update dependency @anthropic-ai/sdk to ^0.64.0 ( #9451 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-28 13:12:25 +08:00
Arvin Xu
e82d4b7274
🐛 fix: refactor tools-engine and fix search token count ( #9448 )
...
* init toolsEngine
* clean implement
* refactor with tools-engine
* add more tests
* update
* rename
* refactor the tools engine
* refactor code
* refactor helpers
* fix tools is empty issue
* fix tests
* refactor to remove enabledSchema
* support defaultToolIds
* fix tests
* fix tests
2025-09-28 13:12:14 +08:00
lobehubbot
2dc03b47d6
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-27 05:58:05 +00:00
semantic-release-bot
3e64ee659e
🔖 chore(release): v1.132.17 [skip ci]
...
### [Version 1.132.17](https://github.com/lobehub/lobe-chat/compare/v1.132.16...v1.132.17 )
<sup>Released on **2025-09-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix input empty group name.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix input empty group name, closes [#9441 ](https://github.com/lobehub/lobe-chat/issues/9441 ) ([f653ce1 ](https://github.com/lobehub/lobe-chat/commit/f653ce1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-27 05:57:02 +00:00
huangkairan
f653ce1737
🐛 fix: fix input empty group name ( #9441 )
...
fix: cant input empty group name
2025-09-27 07:47:21 +02:00
Arvin Xu
eeabb69088
⚡ ️ perf: fix battery usage ( #9444 )
2025-09-27 07:46:18 +02:00
sxjeru
356cf029dd
✨ feat: Add new provider Ollama Cloud ( #9435 )
2025-09-27 07:45:47 +02:00
lobehubbot
6e7b420347
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-26 15:43:27 +00:00
semantic-release-bot
ee464838ac
🔖 chore(release): v1.132.16 [skip ci]
...
### [Version 1.132.16](https://github.com/lobehub/lobe-chat/compare/v1.132.15...v1.132.16 )
<sup>Released on **2025-09-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Resolve qwen-image-edit imageUrls conversion issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Resolve qwen-image-edit imageUrls conversion issue, closes [#9414 ](https://github.com/lobehub/lobe-chat/issues/9414 ) ([ec5af1b ](https://github.com/lobehub/lobe-chat/commit/ec5af1b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-26 15:42:22 +00:00
Maple Gao
ec5af1b4c7
🐛 fix: resolve qwen-image-edit imageUrls conversion issue ( #9414 )
...
* 🔧 fix: resolve missing imageurls convertion
* ✅ test: add comprehensive tests for qwen-image-edit imageUrls conversion
- Add tests for imageUrls array to imageUrl conversion
- Add tests for multiple elements using first element
- Add tests for empty array error handling
- Add tests for imageUrl priority over imageUrls
- Add tests for missing parameters error handling
- All 20 test cases pass (5 new + 15 existing)
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-09-26 17:32:18 +02:00
Arvin Xu
273e0277d1
🔨 chore: pre-merge group chat relative implement ( #9432 )
...
* pre-merge code
* fix tests
* fix circular
* remove redirectUri
* fix types
* improve sql
* fix docs
* fix lint
* update model runtime
2025-09-26 03:47:25 +08:00
lobehubbot
4fb18ac6a8
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-25 19:45:50 +00:00
semantic-release-bot
74c8ef2686
🔖 chore(release): v1.132.15 [skip ci]
...
### [Version 1.132.15](https://github.com/lobehub/lobe-chat/compare/v1.132.14...v1.132.15 )
<sup>Released on **2025-09-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Add proxyUrl configuration for NEW API provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add proxyUrl configuration for NEW API provider, closes [#9426 ](https://github.com/lobehub/lobe-chat/issues/9426 ) [#9420 ](https://github.com/lobehub/lobe-chat/issues/9420 ) ([e35e378 ](https://github.com/lobehub/lobe-chat/commit/e35e378 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-25 19:44:50 +00:00
Maple Gao
e35e3787c0
🐛 fix: add proxyUrl configuration for NEW API provider ( #9426 )
...
This fixes the missing API URL configuration field in the NEW API provider settings UI.
The showEndpoint logic requires either proxyUrl or isCustom to be true for the
configuration field to be displayed. Since NEW API is a built-in provider
(not custom), it needs the proxyUrl field defined in its configuration.
This enables users to configure the API endpoint through the UI as originally
intended, while maintaining compatibility with existing NEWAPI_PROXY_URL
environment variable configuration.
Closes #9420
2025-09-26 03:34:18 +08:00
lobehubbot
c0e5a1d6e3
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-25 19:25:45 +00:00
semantic-release-bot
abba6a9eff
🔖 chore(release): v1.132.14 [skip ci]
...
### [Version 1.132.14](https://github.com/lobehub/lobe-chat/compare/v1.132.13...v1.132.14 )
<sup>Released on **2025-09-25**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#9413 ](https://github.com/lobehub/lobe-chat/issues/9413 ) ([4ea45b1 ](https://github.com/lobehub/lobe-chat/commit/4ea45b1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-25 19:24:40 +00:00
LobeHub Bot
4ea45b18d0
🤖 style: update i18n ( #9413 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-09-26 03:14:36 +08:00
Guanyu Zhang
a21e71833b
📝 docs: add missing environment variables in online-search docs ( #9424 )
...
docs: add missing environment variables in online-search docs (en & zh-CN)
Co-authored-by: evan <evancodeforfun@gmail.com >
2025-09-26 03:12:02 +08:00
peerless-hero
dd9bbdc362
🔨 chore(config): add assetPrefix to nextConfig for environment variable support ( #9427 )
...
* ✨ feat(config): add assetPrefix to nextConfig for environment variable support
* ✨ feat(docs): add NEXT_PUBLIC_ASSET_PREFIX environment variable for CDN support
2025-09-26 02:57:18 +08:00
lobehubbot
1a443e8d8a
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-25 08:15:27 +00:00
semantic-release-bot
4a00672f9b
🔖 chore(release): v1.132.13 [skip ci]
...
### [Version 1.132.13](https://github.com/lobehub/lobe-chat/compare/v1.132.12...v1.132.13 )
<sup>Released on **2025-09-25**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-25 08:14:27 +00:00
Zhijie He
3db2a39585
👷 build: fix UNABLE_TO_GET_ISSUER_CERT_LOCALLY error with docker image ( #9422 )
...
* fix: fix `UNABLE_TO_GET_ISSUER_CERT_LOCALLY` error
* build: update node version to 24
2025-09-25 16:01:28 +08:00
lobehubbot
9a4939cca9
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-25 07:59:41 +00:00
semantic-release-bot
5c8b48efee
🔖 chore(release): v1.132.12 [skip ci]
...
### [Version 1.132.12](https://github.com/lobehub/lobe-chat/compare/v1.132.11...v1.132.12 )
<sup>Released on **2025-09-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Slove setting proxy page with style error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Slove setting proxy page with style error, closes [#9417 ](https://github.com/lobehub/lobe-chat/issues/9417 ) ([6d3e5d1 ](https://github.com/lobehub/lobe-chat/commit/6d3e5d1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-25 07:58:44 +00:00
Shinji-Li
6d3e5d1a80
🐛 fix: slove setting proxy page with style error ( #9417 )
...
fix: slove setting proxy page style
2025-09-25 15:48:52 +08:00
lobehubbot
67401c07aa
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-24 21:21:43 +00:00
semantic-release-bot
cf81abc909
🔖 chore(release): v1.132.11 [skip ci]
...
### [Version 1.132.11](https://github.com/lobehub/lobe-chat/compare/v1.132.10...v1.132.11 )
<sup>Released on **2025-09-24**</sup>
#### 💄 Styles
- **misc**: Enhanced Nvidia NIM chat experience, OpenAI models in AiHubMix use Responses API.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Enhanced Nvidia NIM chat experience, closes [#9408 ](https://github.com/lobehub/lobe-chat/issues/9408 ) ([13e936f ](https://github.com/lobehub/lobe-chat/commit/13e936f ))
* **misc**: OpenAI models in AiHubMix use Responses API, closes [#9251 ](https://github.com/lobehub/lobe-chat/issues/9251 ) ([8636fe4 ](https://github.com/lobehub/lobe-chat/commit/8636fe4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-24 21:20:36 +00:00
sxjeru
13e936fbe0
💄 style: Enhanced Nvidia NIM chat experience ( #9408 )
...
* ✨ feat: 添加 DeepSeek V3.1 模型并更新思维模型处理逻辑
* feat: 更新 ollamaChatModels,添加 DeepSeek V3.1 模型及其描述,调整上下文窗口大小
2025-09-25 05:10:17 +08:00
sxjeru
8636fe45e3
💄 style: OpenAI models in AiHubMix use Responses API ( #9251 )
...
* feat: 添加预处理功能以增强聊天完成选项
* 暴露实例级预处理钩子
* feat: 更新响应API路由控制,支持模型匹配和实例覆盖
* Update index.ts
* add tests
* regex
* test: mock chat completion stream to prevent hanging in response model tests
* del Dolphin Mixtral 8x22B
* update models
* del models
* feat: 添加新的模型配置和关键词支持
* ✨ feat: 更新音频模型和定价结构,添加 GPT Audio 和 GPT Realtime 模型支持
* ✨ feat: 添加 Grok 4 Fast 模型支持,更新 xaiChatModels 列表
* ✨ feat: 更新 Grok 4 Fast 定价策略为分层定价,添加非推理关键词支持
* ✨ feat: 添加 Grok 4 Fast 和 Grok 4 Fast (Non-Reasoning) 聊天模型
* ✨ feat: 更新 Novita 和 SiliconCloud 聊天模型,增加新模型并调整参数
* 更新 Novita 聊天模型,调整上下文窗口令牌和最大输出限制
* 更新 DeepSeek V3.1 模型,增加新参数并添加 Longcat 模型配置
* feat: 更新 Novita 和 SiliconCloud 模型,增加 maxOutput 参数并添加新聊天模型配置
* feat: 添加 GPT-5 Codex 模型,更新相关参数并调整 Deepseek 部署名称
* feat: 添加 Qwen3 VL Plus 模型,更新相关参数并优化思维预算逻辑
* feat: 添加 Qwen3 VL 模型,更新相关参数并调整 Qwen3 Coder Plus 的上下文窗口大小
2025-09-25 05:10:08 +08:00
Arvin Xu
1a77d9f9c6
🔨 chore: add api for structure output ( #9382 )
...
* ✨ feat: 实现 structure output
* add tests
* ✨ feat: 实现 structure output
* add support for structure output in chat completions
* add support for structure output in router runtime
* improve test
* add google generateObject
* add google generateObject tests
* add Anthropic generateObject
2025-09-25 04:51:21 +08:00
lobehubbot
8616977253
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-24 04:50:03 +00:00
semantic-release-bot
1e17da19d9
🔖 chore(release): v1.132.10 [skip ci]
...
### [Version 1.132.10](https://github.com/lobehub/lobe-chat/compare/v1.132.9...v1.132.10 )
<sup>Released on **2025-09-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Macos desktop sign.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Macos desktop sign, closes [#9400 ](https://github.com/lobehub/lobe-chat/issues/9400 ) ([4349ad9 ](https://github.com/lobehub/lobe-chat/commit/4349ad9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-24 04:49:06 +00:00
YuTengjing
4349ad955d
🐛 fix: macos desktop sign ( #9400 )
2025-09-24 12:38:58 +08:00
lobehubbot
7d619cc0c1
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-23 07:45:24 +00:00
semantic-release-bot
af003c5efa
🔖 chore(release): v1.132.9 [skip ci]
...
### [Version 1.132.9](https://github.com/lobehub/lobe-chat/compare/v1.132.8...v1.132.9 )
<sup>Released on **2025-09-23**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-23 07:44:28 +00:00
Neko
d54113036a
👷 build: integrated otel for instrumenting backend side of Next.js ( #9073 )
2025-09-23 09:34:48 +02:00
lobehubbot
652e0ff415
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-23 07:02:59 +00:00
semantic-release-bot
800528d459
🔖 chore(release): v1.132.8 [skip ci]
...
### [Version 1.132.8](https://github.com/lobehub/lobe-chat/compare/v1.132.7...v1.132.8 )
<sup>Released on **2025-09-23**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor all `@/types` in model runtime to `@lobechat/types`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor all `@/types` in model runtime to `@lobechat/types`, closes [#9383 ](https://github.com/lobehub/lobe-chat/issues/9383 ) ([b050bd7 ](https://github.com/lobehub/lobe-chat/commit/b050bd7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-23 07:02:01 +00:00
Arvin Xu
b050bd7b9f
♻️ refactor: refactor all @/types in model runtime to @lobechat/types ( #9383 )
2025-09-23 08:51:55 +02:00
lobehubbot
0719f18af1
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-23 06:24:56 +00:00
semantic-release-bot
c2dfed6f7b
🔖 chore(release): v1.132.7 [skip ci]
...
### [Version 1.132.7](https://github.com/lobehub/lobe-chat/compare/v1.132.6...v1.132.7 )
<sup>Released on **2025-09-23**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-23 06:23:59 +00:00
Arvin Xu
02566b1a95
👷 build: pin @aws-sdk/client-s3@3.893.0 to fix build ( #9389 )
...
* pin aws sdk client s3
* Update package.json
2025-09-23 08:13:48 +02:00
lobehubbot
8f9464acf8
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-23 03:06:01 +00:00
semantic-release-bot
a21472724b
🔖 chore(release): v1.132.6 [skip ci]
...
### [Version 1.132.6](https://github.com/lobehub/lobe-chat/compare/v1.132.5...v1.132.6 )
<sup>Released on **2025-09-23**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-23 03:05:02 +00:00
YuTengjing
20ef12443d
👷 build: don't sign macos desktop when missing sign secrets ( #9379 )
2025-09-23 10:54:36 +08:00
lobehubbot
4a24df9155
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-22 11:34:04 +00:00
semantic-release-bot
dbec6b6776
🔖 chore(release): v1.132.5 [skip ci]
...
### [Version 1.132.5](https://github.com/lobehub/lobe-chat/compare/v1.132.4...v1.132.5 )
<sup>Released on **2025-09-22**</sup>
#### ♻ Code Refactoring
- **misc**: Move the ModelProvider to model-bank.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Move the ModelProvider to model-bank, closes [#9374 ](https://github.com/lobehub/lobe-chat/issues/9374 ) ([d9a4361 ](https://github.com/lobehub/lobe-chat/commit/d9a4361 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-22 11:33:04 +00:00
Arvin Xu
d9a4361994
♻️ refactor: move the ModelProvider to model-bank ( #9374 )
...
* move the ModelProvider to model-bank
* fix tests
* fix deps
* clean deps
2025-09-22 19:23:26 +08:00
Shinji-Li
1251548120
refactor: refactor the settings page to improve the experience & change ssr as csr ( #8961 )
2025-09-22 11:30:47 +08:00
lobehubbot
6b0f8eddb5
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-22 01:47:27 +00:00
semantic-release-bot
18e4c04fb9
🔖 chore(release): v1.132.4 [skip ci]
...
### [Version 1.132.4](https://github.com/lobehub/lobe-chat/compare/v1.132.3...v1.132.4 )
<sup>Released on **2025-09-22**</sup>
#### 💄 Styles
- **misc**: Enable thinkingBudget control for Vertex Gemini 2.5 models, update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Enable thinkingBudget control for Vertex Gemini 2.5 models, closes [#8223 ](https://github.com/lobehub/lobe-chat/issues/8223 ) ([c665646 ](https://github.com/lobehub/lobe-chat/commit/c665646 ))
* **misc**: Update i18n, closes [#9363 ](https://github.com/lobehub/lobe-chat/issues/9363 ) ([785d5d7 ](https://github.com/lobehub/lobe-chat/commit/785d5d7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-22 01:46:29 +00:00
LobeHub Bot
785d5d7647
🤖 style: update i18n ( #9363 )
2025-09-22 09:36:42 +08:00
afon
c665646534
💄 style: Enable thinkingBudget control for Vertex Gemini 2.5 models ( #8223 )
2025-09-22 09:36:21 +08:00
lobehubbot
ebd924c371
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-21 17:16:55 +00:00
semantic-release-bot
b52183cdbf
🔖 chore(release): v1.132.3 [skip ci]
...
### [Version 1.132.3](https://github.com/lobehub/lobe-chat/compare/v1.132.2...v1.132.3 )
<sup>Released on **2025-09-21**</sup>
#### 💄 Styles
- **misc**: Added `AUTH_MICROSOFT_ENTRA_ID_BASE_URL` routing.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Added `AUTH_MICROSOFT_ENTRA_ID_BASE_URL` routing, closes [#9293 ](https://github.com/lobehub/lobe-chat/issues/9293 ) ([78a2f9e ](https://github.com/lobehub/lobe-chat/commit/78a2f9e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-21 17:15:58 +00:00
Jim Seiwert
78a2f9e874
💄 style: Added AUTH_MICROSOFT_ENTRA_ID_BASE_URL routing ( #9293 )
...
Added AUTH_MICROSOFT_ENTRA_ID_BASE_URL routing
2025-09-22 01:05:58 +08:00
lobehubbot
8f274aeba9
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-21 17:02:45 +00:00
semantic-release-bot
9146362c9b
🔖 chore(release): v1.132.2 [skip ci]
...
### [Version 1.132.2](https://github.com/lobehub/lobe-chat/compare/v1.132.1...v1.132.2 )
<sup>Released on **2025-09-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix non stream mode in OpenAI Response API.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix non stream mode in OpenAI Response API, closes [#9360 ](https://github.com/lobehub/lobe-chat/issues/9360 ) ([1c61b21 ](https://github.com/lobehub/lobe-chat/commit/1c61b21 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-21 17:01:47 +00:00
Arvin Xu
1c61b21133
🐛 fix: fix non stream mode in OpenAI Response API ( #9360 )
...
* fix
* fix non stream
* ✅ test: add comprehensive unit tests for nonStreamToStream functions
- Add tests for transformResponseToStream covering ChatCompletion conversion, reasoning content, tool calls, and edge cases
- Add tests for transformResponseAPIToStream covering Response API conversion, missing outputs, and error cases
- Tests verify complete event arrays as requested, not partial verification
- Tests will help expose issues with tool call handling and Response API compatibility
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
* 🧪 test: fix nonStreamToStream test array comparisons and TypeScript errors
- Change test assertions to use array comparisons instead of individual equals
- Add missing refusal property to ChatCompletionMessage objects
- Fix Response API object types and add missing usage properties
- Resolve all TypeScript build errors in test file
Co-authored-by: Arvin Xu <arvinxx@users.noreply.github.com >
* fix
* fix tests
2025-09-22 00:51:39 +08:00
lobehubbot
c14d165124
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-21 16:24:44 +00:00
semantic-release-bot
69817182a0
🔖 chore(release): v1.132.1 [skip ci]
...
### [Version 1.132.1](https://github.com/lobehub/lobe-chat/compare/v1.132.0...v1.132.1 )
<sup>Released on **2025-09-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix missing provider in server message.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix missing provider in server message, closes [#9361 ](https://github.com/lobehub/lobe-chat/issues/9361 ) ([4099dfd ](https://github.com/lobehub/lobe-chat/commit/4099dfd ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-21 16:23:46 +00:00
Arvin Xu
4099dfd955
🐛 fix: fix missing provider in server message ( #9361 )
...
fix
2025-09-22 00:13:28 +08:00
lobehubbot
48ad272f90
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-21 13:47:34 +00:00
semantic-release-bot
9352a9c80e
🔖 chore(release): v1.132.0 [skip ci]
...
## [Version 1.132.0](https://github.com/lobehub/lobe-chat/compare/v1.131.4...v1.132.0 )
<sup>Released on **2025-09-21**</sup>
#### ✨ Features
- **misc**: Support google video understanding.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support google video understanding, closes [#8761 ](https://github.com/lobehub/lobe-chat/issues/8761 ) ([f02d43b ](https://github.com/lobehub/lobe-chat/commit/f02d43b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-21 13:46:39 +00:00
Arvin Xu
f02d43b8d3
✨ feat: support google video understanding ( #8761 )
...
* refactor
improve upload
fix tests
clean client mode
add video
support google image understand
* update
* fix tests
2025-09-21 21:37:06 +08:00
lobehubbot
6808099ce9
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-21 13:29:33 +00:00
semantic-release-bot
08347bbe01
🔖 chore(release): v1.131.4 [skip ci]
...
### [Version 1.131.4](https://github.com/lobehub/lobe-chat/compare/v1.131.3...v1.131.4 )
<sup>Released on **2025-09-21**</sup>
#### 💄 Styles
- **misc**: Enhanced AkashChat experience.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Enhanced AkashChat experience, closes [#9330 ](https://github.com/lobehub/lobe-chat/issues/9330 ) ([47ec2d8 ](https://github.com/lobehub/lobe-chat/commit/47ec2d8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-21 13:28:36 +00:00
sxjeru
47ec2d81dc
💄 style: Enhanced AkashChat experience ( #9330 )
...
* 🔧 refactor: update akashChat models to use settings and enhance payload handling
* ✨ feat: 添加视觉支持和更新描述,增强 Mistral 模型信息
2025-09-21 21:18:15 +08:00
lobehubbot
541d0f46b2
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-21 11:38:24 +00:00
semantic-release-bot
af3daa4022
🔖 chore(release): v1.131.3 [skip ci]
...
### [Version 1.131.3](https://github.com/lobehub/lobe-chat/compare/v1.131.2...v1.131.3 )
<sup>Released on **2025-09-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Update Responses search tool to web_search.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update Responses search tool to web_search, closes [#9354 ](https://github.com/lobehub/lobe-chat/issues/9354 ) ([58d34ff ](https://github.com/lobehub/lobe-chat/commit/58d34ff ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-21 11:37:26 +00:00
sxjeru
58d34ff53f
🐛 fix: Update Responses search tool to web_search ( #9354 )
...
* ✨ feat: 更新搜索工具为 web_search
* Update index.test.ts
2025-09-21 19:27:39 +08:00
lobehubbot
b5389e44a2
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-21 10:23:22 +00:00
semantic-release-bot
e827f286e6
🔖 chore(release): v1.131.2 [skip ci]
...
### [Version 1.131.2](https://github.com/lobehub/lobe-chat/compare/v1.131.1...v1.131.2 )
<sup>Released on **2025-09-21**</sup>
#### 💄 Styles
- **misc**: Use ID as name if provider name is empty.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Use ID as name if provider name is empty, closes [#9356 ](https://github.com/lobehub/lobe-chat/issues/9356 ) ([7f60544 ](https://github.com/lobehub/lobe-chat/commit/7f60544 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-21 10:22:24 +00:00
sxjeru
7f60544950
💄 style: Use ID as name if provider name is empty ( #9356 )
...
Use ID as name if provider name is empty
2025-09-21 18:11:34 +08:00
lobehubbot
116af84640
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-21 09:22:59 +00:00
semantic-release-bot
764fd4fa78
🔖 chore(release): v1.131.1 [skip ci]
...
### [Version 1.131.1](https://github.com/lobehub/lobe-chat/compare/v1.131.0...v1.131.1 )
<sup>Released on **2025-09-21**</sup>
#### ♻ Code Refactoring
- **misc**: Improve codebase.
#### 💄 Styles
- **misc**: Extend custom provider runtime options, Optimized modelFetch for Vercel AI Gateway, update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Improve codebase, closes [#9353 ](https://github.com/lobehub/lobe-chat/issues/9353 ) ([7dc000e ](https://github.com/lobehub/lobe-chat/commit/7dc000e ))
#### Styles
* **misc**: Extend custom provider runtime options, closes [#9278 ](https://github.com/lobehub/lobe-chat/issues/9278 ) ([a94e881 ](https://github.com/lobehub/lobe-chat/commit/a94e881 ))
* **misc**: Optimized modelFetch for Vercel AI Gateway, closes [#9342 ](https://github.com/lobehub/lobe-chat/issues/9342 ) ([45b7a43 ](https://github.com/lobehub/lobe-chat/commit/45b7a43 ))
* **misc**: Update i18n, closes [#9338 ](https://github.com/lobehub/lobe-chat/issues/9338 ) ([d2ff75c ](https://github.com/lobehub/lobe-chat/commit/d2ff75c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-21 09:21:29 +00:00
renovate[bot]
f37ec1d4c2
Update dependency ts-md5 to v2 ( #9348 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-21 17:11:28 +08:00
Arvin Xu
a94e8810a3
💄 style: extend custom provider runtime options ( #9278 )
...
* ✨ support more runtimes for custom providers
* Update customProviderSdkOptions.ts
2025-09-21 17:05:33 +08:00
sxjeru
45b7a43170
💄 style: Optimized modelFetch for Vercel AI Gateway ( #9342 )
...
* Refactor VercelAIGateway integration: Enhance model card structure and error handling
* ✨ feat(vercelaigateway): Update model card structure and change check model to GPT-5
* ✨ feat(vercelaigateway): 添加模型设置以支持推理努力和文本详细程度参数
2025-09-21 17:03:17 +08:00
Arvin Xu
7dc000e10c
♻️ refactor: improve codebase ( #9353 )
...
refactor
2025-09-21 16:57:16 +08:00
Arvin Xu
f25fda6de2
📝 docs: renamed license to LobeHub Community License ( #9355 )
...
update license
2025-09-21 16:53:12 +08:00
LobeHub Bot
d2ff75cc05
🤖 style: update i18n ( #9338 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-09-21 16:43:57 +08:00
renovate[bot]
8de927a419
Update dependency request-filtering-agent to v3 ( #9346 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-21 16:43:35 +08:00
renovate[bot]
fe9d4afa05
Update dependency @types/uuid to v11 ( #9345 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-21 16:41:56 +08:00
renovate[bot]
54704b1247
Update dependency @anthropic-ai/sdk to ^0.63.0 ( #9343 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-21 16:41:44 +08:00
renovate[bot]
65d2c0c2ea
Update pnpm to v10.17.0 ( #9344 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-21 16:41:03 +08:00
renovate[bot]
9f99b0bc2a
Update dependency tokenx to v1 ( #9347 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-21 16:40:54 +08:00
lobehubbot
a78fc1fd24
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-19 13:10:52 +00:00
semantic-release-bot
4e0e99e503
🔖 chore(release): v1.131.0 [skip ci]
...
## [Version 1.131.0](https://github.com/lobehub/lobe-chat/compare/v1.130.1...v1.131.0 )
<sup>Released on **2025-09-19**</sup>
#### ✨ Features
- **misc**: Qwen provider add qwen-image-edit model support.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Qwen provider add qwen-image-edit model support, closes [#9311 ](https://github.com/lobehub/lobe-chat/issues/9311 ) ([a0074fc ](https://github.com/lobehub/lobe-chat/commit/a0074fc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-19 13:09:57 +00:00
Maple Gao
a0074fc280
✨ feat: qwen provider add qwen-image-edit model support ( #9311 )
2025-09-19 21:00:09 +08:00
lobehubbot
6c01f21cec
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-18 12:58:27 +00:00
semantic-release-bot
8f4a98fed0
🔖 chore(release): v1.130.1 [skip ci]
...
### [Version 1.130.1](https://github.com/lobehub/lobe-chat/compare/v1.130.0...v1.130.1 )
<sup>Released on **2025-09-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix oidc open direct issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix oidc open direct issue, closes [#9315 ](https://github.com/lobehub/lobe-chat/issues/9315 ) ([70f52a3 ](https://github.com/lobehub/lobe-chat/commit/70f52a3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-18 12:57:25 +00:00
Arvin Xu
70f52a3c1f
🐛 fix: fix oidc open direct issue ( #9315 )
...
* add tests
* fix open direct
* update
2025-09-18 20:47:49 +08:00
Arvin Xu
8711ea244c
🔨 chore: fix nextjs@15.5.x runtime warning ( #9063 )
...
* update
fix tools
Update route.ts
Update next dependency version to ^15.5.0
更新 package.json
test prebuild type-check
try
* Change 'next' dependency version in package.json
Updated 'next' dependency version from ^15.5.3 to ~15.3.5.
2025-09-18 19:13:36 +08:00
lobehubbot
255a89c9f3
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-18 09:13:52 +00:00
semantic-release-bot
b8c4c4e927
🔖 chore(release): v1.130.0 [skip ci]
...
## [Version 1.130.0](https://github.com/lobehub/lobe-chat/compare/v1.129.4...v1.130.0 )
<sup>Released on **2025-09-18**</sup>
#### ✨ Features
- **misc**: Add scroll support for pinned assistants using ScrollShadow.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add scroll support for pinned assistants using ScrollShadow, closes [#9319 ](https://github.com/lobehub/lobe-chat/issues/9319 ) [#9316 ](https://github.com/lobehub/lobe-chat/issues/9316 ) ([54c0ac4 ](https://github.com/lobehub/lobe-chat/commit/54c0ac4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-18 09:12:51 +00:00
Shinji-Li
54c0ac4426
✨ feat: Add scroll support for pinned assistants using ScrollShadow ( #9319 )
...
* ✨ feat: Add scroll support for pinned assistants using ScrollShadow
- Import ScrollShadow component from @lobehub/ui
- Wrap pinned assistants list with ScrollShadow for vertical scrolling
- Remove 9-item limitation to show all pinned assistants
- Maintain hotkey support for first 9 items
- Add proper styling and padding for consistent layout
Fixes #9316
Co-authored-by: Shinji-Li <ONLY-yours@users.noreply.github.com >
* fix: add some style
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Shinji-Li <ONLY-yours@users.noreply.github.com >
2025-09-18 17:02:43 +08:00
lobehubbot
b7e7186229
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-18 05:05:00 +00:00
semantic-release-bot
0d1086fe55
🔖 chore(release): v1.129.4 [skip ci]
...
### [Version 1.129.4](https://github.com/lobehub/lobe-chat/compare/v1.129.3...v1.129.4 )
<sup>Released on **2025-09-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix svg xss issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix svg xss issue, closes [#9313 ](https://github.com/lobehub/lobe-chat/issues/9313 ) ([9f044ed ](https://github.com/lobehub/lobe-chat/commit/9f044ed ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-18 05:03:52 +00:00
Arvin Xu
9f044edd07
🐛 fix: fix svg xss issue ( #9313 )
...
* fix svg xss
* fix svg xss
* update
* improve
* fix
2025-09-18 12:53:56 +08:00
YuTengjing
1762dc9148
♻️ chore: refactor router runtime ( #9306 )
2025-09-17 23:30:04 +08:00
Shinji-Li
2e928cd587
fix:fixed when plugins unistall & install both take problem ( #9296 )
...
* 🐛 fix: prevent plugin re-installation bug by disabling from agent on uninstall
- Fix plugin uninstall not removing plugin from agent configuration
- Add confirmation modal warning when uninstalling enabled plugins
- Automatically disable plugin from current agent before uninstall
- Apply fix to all plugin uninstall actions (PluginList, InstalledList, McpList)
Fixes #9279
Co-authored-by: Shinji-Li <ONLY-yours@users.noreply.github.com >
* 🐛 fix: remove warning content from plugin uninstall confirmation dialog
Co-authored-by: Shinji-Li <ONLY-yours@users.noreply.github.com >
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Shinji-Li <ONLY-yours@users.noreply.github.com >
2025-09-17 12:02:41 +08:00
lobehubbot
0ea738222d
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-17 03:35:43 +00:00
semantic-release-bot
25a5be639a
🔖 chore(release): v1.129.3 [skip ci]
...
### [Version 1.129.3](https://github.com/lobehub/lobe-chat/compare/v1.129.2...v1.129.3 )
<sup>Released on **2025-09-17**</sup>
#### 🐛 Bug Fixes
- **misc**: Add qwen provider support for image-edit model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add qwen provider support for image-edit model, closes [#9277 ](https://github.com/lobehub/lobe-chat/issues/9277 ) [#9184 ](https://github.com/lobehub/lobe-chat/issues/9184 ) ([e137b33 ](https://github.com/lobehub/lobe-chat/commit/e137b33 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-17 03:34:44 +00:00
Maple Gao
e137b33c8d
🐛 fix: add qwen provider support for image-edit model ( #9277 )
...
* 🐛 fix: add qwen provider support for image-edit model
- Register qwen provider in baseRuntimeMap
- Add qwen routing support in NewAPI provider
- Implement qwen-image-edit model with correct multimodal API
- Fix API endpoint and request format for image-to-image generation
Fixes #9184
* Update packages/model-runtime/src/providers/qwen/createImage.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-17 11:24:21 +08:00
lobehubbot
47c6e7fc17
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-17 03:19:07 +00:00
semantic-release-bot
046138b32c
🔖 chore(release): v1.129.2 [skip ci]
...
### [Version 1.129.2](https://github.com/lobehub/lobe-chat/compare/v1.129.1...v1.129.2 )
<sup>Released on **2025-09-17**</sup>
#### 🐛 Bug Fixes
- **misc**: Improve db migrations sql.
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Improve db migrations sql, closes [#9295 ](https://github.com/lobehub/lobe-chat/issues/9295 ) ([96ff5aa ](https://github.com/lobehub/lobe-chat/commit/96ff5aa ))
#### Styles
* **misc**: Update i18n, closes [#9294 ](https://github.com/lobehub/lobe-chat/issues/9294 ) ([c018f3d ](https://github.com/lobehub/lobe-chat/commit/c018f3d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-17 03:17:56 +00:00
LobeHub Bot
c018f3d05b
🤖 style: update i18n ( #9294 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-09-17 11:07:02 +08:00
Arvin Xu
96ff5aa461
🐛 fix: improve db migrations sql ( #9295 )
...
improve db migrations sql
2025-09-17 11:06:37 +08:00
lobehubbot
9f29869fd2
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-16 11:47:59 +00:00
semantic-release-bot
e3afca3678
🔖 chore(release): v1.129.1 [skip ci]
...
### [Version 1.129.1](https://github.com/lobehub/lobe-chat/compare/v1.129.0...v1.129.1 )
<sup>Released on **2025-09-16**</sup>
#### ♻ Code Refactoring
- **misc**: Improve db sql performance.
#### 💄 Styles
- **misc**: Update SiliconCloud reasoning models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Improve db sql performance, closes [#9283 ](https://github.com/lobehub/lobe-chat/issues/9283 ) ([cee555a ](https://github.com/lobehub/lobe-chat/commit/cee555a ))
#### Styles
* **misc**: Update SiliconCloud reasoning models, closes [#9287 ](https://github.com/lobehub/lobe-chat/issues/9287 ) ([b47bb5b ](https://github.com/lobehub/lobe-chat/commit/b47bb5b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-16 11:47:02 +00:00
WangYK
b47bb5b3aa
💄 style: update SiliconCloud reasoning models ( #9287 )
...
💄 style: update siliconcloud reasoning models
2025-09-16 19:37:14 +08:00
Arvin Xu
cee555a0f0
♻️ refactor: improve db sql performance ( #9283 )
...
* improve sql
* improve db index
* improve db index
* improve db index
2025-09-16 19:33:35 +08:00
lobehubbot
28f84d5cb4
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-16 09:00:29 +00:00
semantic-release-bot
d0063f809a
🔖 chore(release): v1.129.0 [skip ci]
...
## [Version 1.129.0](https://github.com/lobehub/lobe-chat/compare/v1.128.10...v1.129.0 )
<sup>Released on **2025-09-16**</sup>
#### ✨ Features
- **misc**: Support Vercel AI Gateway provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support Vercel AI Gateway provider, closes [#8883 ](https://github.com/lobehub/lobe-chat/issues/8883 ) ([5a4b0fd ](https://github.com/lobehub/lobe-chat/commit/5a4b0fd ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-16 08:59:32 +00:00
WangYK
5a4b0fd344
✨ feat: support Vercel AI Gateway provider ( #8883 )
...
* ✨ feat: support Vercel AI Gateway provider
* fix: add `vercelaigateway` to package.json.exports
* chore: 把 runtime 挪到 providers 目录下
2025-09-16 16:49:54 +08:00
lobehubbot
47874ac6c7
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-16 07:37:32 +00:00
semantic-release-bot
dfdcdce298
🔖 chore(release): v1.128.10 [skip ci]
...
### [Version 1.128.10](https://github.com/lobehub/lobe-chat/compare/v1.128.9...v1.128.10 )
<sup>Released on **2025-09-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix azure ai runtime error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix azure ai runtime error, closes [#9276 ](https://github.com/lobehub/lobe-chat/issues/9276 ) ([c21c14e ](https://github.com/lobehub/lobe-chat/commit/c21c14e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-16 07:36:28 +00:00
Arvin Xu
72443783a1
🔨 chore: update dbschema workflow ( #9282 )
...
update workflow
2025-09-16 15:25:55 +08:00
Arvin Xu
c21c14e715
🐛 fix: fix azure ai runtime error ( #9276 )
...
* fix azure ai
* improve agent schema
* improve agent schema
* improve header size
* remove sentry
* remove sentry
* fix
* clean
* fix tests
2025-09-16 15:19:55 +08:00
huangkairan
46f2a28ee7
🔨 chore: lint error ( #9268 )
...
fix: lint error
2025-09-15 15:40:10 +08:00
CanisMinor
11ceb8b346
🔧 chore: Migrating from Sentry NextJS SDK 7.x to 10.x ( #9264 )
...
* 🔧 chore: Migrating from Sentry JavaScript SDK 7.x to 8.x
* 🔧 chore: Migrating from Sentry JavaScript SDK 7.x to 8.x
* 🔧 chore: Migrate sentry v10
2025-09-15 15:35:36 +08:00
lobehubbot
01103e7d1f
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-15 05:21:12 +00:00
semantic-release-bot
37f7028c4c
🔖 chore(release): v1.128.9 [skip ci]
...
### [Version 1.128.9](https://github.com/lobehub/lobe-chat/compare/v1.128.8...v1.128.9 )
<sup>Released on **2025-09-15**</sup>
#### 💄 Styles
- **misc**: Improve error handle with agent config, support `.doc` file parse.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve error handle with agent config, closes [#9263 ](https://github.com/lobehub/lobe-chat/issues/9263 ) ([6656217 ](https://github.com/lobehub/lobe-chat/commit/6656217 ))
* **misc**: Support `.doc` file parse, closes [#8182 ](https://github.com/lobehub/lobe-chat/issues/8182 ) ([ed42753 ](https://github.com/lobehub/lobe-chat/commit/ed42753 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-15 05:20:07 +00:00
Arvin Xu
d1f68c5b9f
✅ test: fix tests ( #9265 )
...
fix
2025-09-15 13:10:05 +08:00
bbbugg
9568eafd76
🐛 Fix: non streaming not displaying token usage and thinking content ( #9087 )
...
* 🐛 fix: add usage data to chat completion chunk for stream = false
* 🐛 fix: ensure reasoning_content is included in chat completion chunks for non-stream responses
* 🐛 fix: include reasoning content and usage data in non-streaming chat completion responses
* 🐛 fix: test
* 🐛 fix: non stream Deeply Thought stop correctly
* 🐛 fix: test
* 🐛 fix: test
2025-09-15 11:28:28 +08:00
Arvin Xu
66562170ac
💄 style: improve error handle with agent config ( #9263 )
...
fix
2025-09-15 11:23:13 +08:00
copialot
ed42753fe5
💄 style: support .doc file parse ( #8182 )
...
* ✨ feat: support .doc file parse
* ✨ feat: support .doc file parse
---------
Co-authored-by: admin <admin@punch.local >
2025-09-15 11:22:00 +08:00
lobehubbot
cc67b5443d
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-15 03:10:05 +00:00
semantic-release-bot
20e026c9f1
🔖 chore(release): v1.128.8 [skip ci]
...
### [Version 1.128.8](https://github.com/lobehub/lobe-chat/compare/v1.128.7...v1.128.8 )
<sup>Released on **2025-09-15**</sup>
#### 💄 Styles
- **misc**: Enable toggling search on/off via search button click & historyCount button.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Enable toggling search on/off via search button click & historyCount button, closes [#9173 ](https://github.com/lobehub/lobe-chat/issues/9173 ) ([240c7b7 ](https://github.com/lobehub/lobe-chat/commit/240c7b7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-15 03:09:01 +00:00
sxjeru
240c7b7f4f
💄 style: Enable toggling search on/off via search button click & historyCount button ( #9173 )
...
* ✨ feat: Enhance Search Action with mobile support and update agent chat config
* ✨ feat: Update History component to support mobile interactions and enhance Controls with form handling
2025-09-15 10:59:27 +08:00
Arvin Xu
b73d0972b2
⚡ ️ perf: fix search agent slow ( #9261 )
...
* try to fix search agent issue
* Update session.ts
2025-09-15 10:56:03 +08:00
Arvin Xu
d942a635b3
🔨 chore: add agent-runtime ( #9206 )
...
* add agent runtime
* add agent runtime
* support finish reason
* update workflow
* 支持中断
* 支持 token usage 统计
* refactor
* add example
* add docs
* update
2025-09-14 17:29:19 +08:00
renovate[bot]
a47ec04f20
Update dependency electron to v38 ( #9248 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-14 16:42:44 +08:00
lobehubbot
20eb99534c
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-14 04:52:52 +00:00
semantic-release-bot
96b9c9705a
🔖 chore(release): v1.128.7 [skip ci]
...
### [Version 1.128.7](https://github.com/lobehub/lobe-chat/compare/v1.128.6...v1.128.7 )
<sup>Released on **2025-09-14**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-14 04:51:56 +00:00
Arvin Xu
3f42ee3dfe
👷 build: fix electron build ( #9250 )
...
Remove linting from prebuild:electron script
2025-09-14 12:41:44 +08:00
semantic-release-bot
0f9755bbd7
🔖 chore(release): v1.128.6 [skip ci]
...
### [Version 1.128.6](https://github.com/lobehub/lobe-chat/compare/v1.128.5...v1.128.6 )
<sup>Released on **2025-09-14**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#9243 ](https://github.com/lobehub/lobe-chat/issues/9243 ) ([04764ad ](https://github.com/lobehub/lobe-chat/commit/04764ad ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-14 04:40:46 +00:00
renovate[bot]
87ae85f7c7
Update dependency fix-path to v5 ( #9249 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-14 12:30:41 +08:00
LobeHub Bot
04764ad1cb
🤖 style: update i18n ( #9243 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-09-14 12:27:38 +08:00
renovate[bot]
e8044e3eca
Update dependency @vercel/functions to v3 ( #9247 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-14 12:27:21 +08:00
renovate[bot]
e9412f146c
Update pnpm to v10.16.1 ( #9246 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-14 12:27:03 +08:00
renovate[bot]
6c72681b26
Update dependency @anthropic-ai/sdk to ^0.62.0 ( #9244 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-14 12:26:55 +08:00
renovate[bot]
31d2cb8fd7
Update dependency lucide-react to ^0.544.0 ( #9245 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-14 12:26:44 +08:00
lobehubbot
1cf371f418
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-13 16:12:02 +00:00
semantic-release-bot
ebc205a8ae
🔖 chore(release): v1.128.5 [skip ci]
...
### [Version 1.128.5](https://github.com/lobehub/lobe-chat/compare/v1.128.4...v1.128.5 )
<sup>Released on **2025-09-13**</sup>
#### 🐛 Bug Fixes
- **misc**: Google stream error unable to abort request.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Google stream error unable to abort request, closes [#9180 ](https://github.com/lobehub/lobe-chat/issues/9180 ) ([78eaead ](https://github.com/lobehub/lobe-chat/commit/78eaead ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-13 16:11:00 +00:00
sxjeru
78eaead0d2
🐛 fix: Google stream error unable to abort request ( #9180 )
...
* 🐛 fix: 优化 Gemini 流处理中的错误注入和终止事件管理
* 🐛 fix: 在流处理过程中注入提供者信息以增强错误报告
* 提取 lobe_error;添加单测
* fix test
* 修复单元测试
* 优化 LobeGoogleAI 中的错误日志记录,使用 debug 替代 console.log;更新单元测试以验证流处理的错误和数据块
* 增强 createSSEProtocolTransformer,添加 requireTerminalEvent 选项以控制终端事件的强制要求;更新相关单元测试以验证新行为
* revert tests
* fix test
2025-09-14 00:00:31 +08:00
bbbugg
45fa4e01ae
🐛 fix: update check model and mark deprecated models ( #9214 )
...
🐛 fix: update checkModel values and remove deprecated models
2025-09-13 18:29:10 +08:00
lobehubbot
504b14dd3f
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-13 09:56:31 +00:00
semantic-release-bot
d753169b69
🔖 chore(release): v1.128.4 [skip ci]
...
### [Version 1.128.4](https://github.com/lobehub/lobe-chat/compare/v1.128.3...v1.128.4 )
<sup>Released on **2025-09-13**</sup>
#### 💄 Styles
- **misc**: Fix discover plugin link.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix discover plugin link, closes [#9240 ](https://github.com/lobehub/lobe-chat/issues/9240 ) ([cfb2246 ](https://github.com/lobehub/lobe-chat/commit/cfb2246 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-13 09:55:30 +00:00
keep
cfb2246492
💄 style: fix discover plugin link ( #9240 )
...
修复Discover
2025-09-13 17:45:24 +08:00
renovate[bot]
3a0b0d2173
Update dependency @formkit/auto-animate to ^0.9.0 ( #9149 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-13 17:45:14 +08:00
Neko
7f1b631c35
🔨 chore(model-runtime): openai stream error not inherited correctly ( #9102 )
...
* fix(model-runtime,utils): openai stream error not inherited correctly
* fix: test
2025-09-13 17:37:29 +08:00
lobehubbot
eca41d33bf
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-13 09:14:21 +00:00
semantic-release-bot
c8dea6322d
🔖 chore(release): v1.128.3 [skip ci]
...
### [Version 1.128.3](https://github.com/lobehub/lobe-chat/compare/v1.128.2...v1.128.3 )
<sup>Released on **2025-09-13**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix open chat page with float link modal.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix open chat page with float link modal, closes [#9235 ](https://github.com/lobehub/lobe-chat/issues/9235 ) ([2c677e5 ](https://github.com/lobehub/lobe-chat/commit/2c677e5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-13 09:13:24 +00:00
Arvin Xu
2c677e597a
🐛 fix: fix open chat page with float link modal ( #9235 )
...
* refactor @lobechat/database
* move config/file and llm to envs
* move config/auth to envs
* refactor
* fix tests
* fix tests
* upgrade
2025-09-13 17:03:10 +08:00
lobehubbot
a1f7bff302
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-13 04:06:34 +00:00
semantic-release-bot
e00ee6c6d1
🔖 chore(release): v1.128.2 [skip ci]
...
### [Version 1.128.2](https://github.com/lobehub/lobe-chat/compare/v1.128.1...v1.128.2 )
<sup>Released on **2025-09-13**</sup>
#### 💄 Styles
- **misc**: Update i18n, Update model configs.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#9237 ](https://github.com/lobehub/lobe-chat/issues/9237 ) ([642dc3b ](https://github.com/lobehub/lobe-chat/commit/642dc3b ))
* **misc**: Update model configs, closes [#9170 ](https://github.com/lobehub/lobe-chat/issues/9170 ) ([f89b730 ](https://github.com/lobehub/lobe-chat/commit/f89b730 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-13 04:05:34 +00:00
sxjeru
f89b73059d
💄 style: Update model configs ( #9170 )
...
* 🐛 fix: 更新深度寻求和谷歌模型的定价,修复模型显示名称
* 🐛 fix: 更新模型配置,增加最大输出限制并移除冗余模型信息
* 🐛 fix: 更新谷歌模型定价策略,将缓存读取的定价从固定改为分层定价
* 🐛 fix: 更新 Kimi K2 模型信息,增加新版本及定价策略,修正显示名称
* 🐛 fix: 更新深度寻求和谷歌模型的定价,修复模型显示名称
* 🐛 fix: 更新模型配置,增加最大输出限制并移除冗余模型信息
* 🐛 fix: 更新谷歌模型定价策略,将缓存读取的定价从固定改为分层定价
* 🐛 fix: 添加新模型 Qwen MT Plus 和 Ling Mini 2.0,更新定价策略
* 🐛 fix: 更新模型配置,调整上下文窗口大小并添加最大输出限制
* ✨ feat: 添加新的聊天模型 Qwen3 Next 80B A3B Thinking 和 Qwen3 Next 80B A3B Instruct
* ✨ feat: 添加 GLM-4.5 和 GLM-4.5-Air 聊天模型,支持推理能力和定价策略
* ✨ feat: 更新聊天模型配置,添加 Qwen3 Next 80B A3B Thinking 和 Qwen3 Next 80B A3B Instruct,调整 Kimi K2 部署名称及参数
2025-09-13 11:54:58 +08:00
LobeHub Bot
642dc3b6c9
🤖 style: update i18n ( #9237 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-09-13 11:52:21 +08:00
lobehubbot
e33c84bcae
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-12 16:24:17 +00:00
semantic-release-bot
fd84da415b
🔖 chore(release): v1.128.1 [skip ci]
...
### [Version 1.128.1](https://github.com/lobehub/lobe-chat/compare/v1.128.0...v1.128.1 )
<sup>Released on **2025-09-12**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor message proccesser to the context engine.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor message proccesser to the context engine, closes [#9230 ](https://github.com/lobehub/lobe-chat/issues/9230 ) ([dacfffd ](https://github.com/lobehub/lobe-chat/commit/dacfffd ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-12 16:23:15 +00:00
Arvin Xu
dacfffdb63
♻️ refactor: refactor message proccesser to the context engine ( #9230 )
...
* init context engine
* refactor
* refactor
* move
* refactor
* refactor PlaceholderVariables
* refactor name
* refactor
* update
* fix tests
* update workflow
* clean code
* add test
* move from store into service
* implement the HistoryTruncate and Input Template into context engine
* fix history truncate
* clean
2025-09-13 00:12:53 +08:00
Arvin Xu
c38079d36f
🔨 chore: improve build process ( #9227 )
...
* update
* update
2025-09-12 19:11:42 +08:00
Arvin Xu
cf0272cc1b
🔨 chore: upgrade deps ( #9228 )
...
upgrade deps
2025-09-12 16:04:05 +08:00
lobehubbot
35da7651b7
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-12 06:57:14 +00:00
semantic-release-bot
b2c1209eb7
🔖 chore(release): v1.128.0 [skip ci]
...
## [Version 1.128.0](https://github.com/lobehub/lobe-chat/compare/v1.127.4...v1.128.0 )
<sup>Released on **2025-09-12**</sup>
#### ✨ Features
- **misc**: ChatInput support resize.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: ChatInput support resize, closes [#9215 ](https://github.com/lobehub/lobe-chat/issues/9215 ) ([5e814e0 ](https://github.com/lobehub/lobe-chat/commit/5e814e0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-12 06:56:07 +00:00
CanisMinor
5e814e017d
✨ feat: ChatInput support resize ( #9215 )
...
* ✨ feat: ChatInput support resize
* 💄 style: Update resizeMaxHeightOffset
* 💄 style: Update ChatInput and fix some issues
* 📝 docs: Fix i18n
2025-09-12 14:45:06 +08:00
yliu7949
9a804b5df5
💄 style: add Qwen3-Next-80B-A3B models ( #9223 )
...
update qwen.ts
2025-09-12 12:48:39 +08:00
lobehubbot
0d4264e9ad
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-11 16:31:00 +00:00
semantic-release-bot
419557a2df
🔖 chore(release): v1.127.4 [skip ci]
...
### [Version 1.127.4](https://github.com/lobehub/lobe-chat/compare/v1.127.3...v1.127.4 )
<sup>Released on **2025-09-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Improve OpenAIStream processing to emit usage data for chunks lacking choices.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Improve OpenAIStream processing to emit usage data for chunks lacking choices, closes [#9220 ](https://github.com/lobehub/lobe-chat/issues/9220 ) ([8ba662c ](https://github.com/lobehub/lobe-chat/commit/8ba662c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-11 16:29:56 +00:00
Arvin Xu
8ba662c9de
🐛 fix: Improve OpenAIStream processing to emit usage data for chunks lacking choices ( #9220 )
...
* add
* update
2025-09-12 00:19:51 +08:00
Arvin Xu
43a455549c
🔨 chore: Update vite version to ^7.1.5 ( #9211 )
...
Update vite version to ^7.1.5
2025-09-11 13:20:34 +08:00
Arvin Xu
58f1a52eb9
🔨 chore(model-runtime): improve export type ( #9213 )
...
* improve exports
* improve provider
2025-09-11 13:13:04 +08:00
lobehubbot
4b134968bf
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-11 03:41:15 +00:00
semantic-release-bot
937dd85c6b
🔖 chore(release): v1.127.3 [skip ci]
...
### [Version 1.127.3](https://github.com/lobehub/lobe-chat/compare/v1.127.2...v1.127.3 )
<sup>Released on **2025-09-11**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor model runtime folder structure and add more tests.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor model runtime folder structure and add more tests, closes [#9210 ](https://github.com/lobehub/lobe-chat/issues/9210 ) ([7fe17e4 ](https://github.com/lobehub/lobe-chat/commit/7fe17e4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-11 03:40:13 +00:00
Neko
bed591c559
👷 chore: added docker-compose configuration files for Grafana, Prometheus, and Tempo, Otel stacks ( #9071 )
...
* feat: added docker-compose configuration files for Grafana, Prometheus, and Tempo, Otel stacks
* fix: datasource uid
2025-09-11 11:27:24 +08:00
Neko
9089e2683e
📝 docs: added docs for deploying production level Grafana stack ( #9072 )
...
* docs: added docs for deploying production level Grafana stack
* fix: use absolute path
2025-09-11 11:25:52 +08:00
Arvin Xu
7fe17e4028
♻️ refactor: refactor model runtime folder structure and add more tests ( #9210 )
...
* add test
* fix tests
* fix tests
* revert tests
* refactor model runtime folder
* refactor model runtime folder and remove @/libs/model-runtime
* fix lint
* move
* fix tests
2025-09-11 11:22:05 +08:00
lobehubbot
6ace931e52
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-11 03:18:49 +00:00
semantic-release-bot
76de2a20c1
🔖 chore(release): v1.127.2 [skip ci]
...
### [Version 1.127.2](https://github.com/lobehub/lobe-chat/compare/v1.127.1...v1.127.2 )
<sup>Released on **2025-09-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Delete files should delete chunks、embedings、fileChunk.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Delete files should delete chunks、embedings、fileChunk, closes [#9196 ](https://github.com/lobehub/lobe-chat/issues/9196 ) ([4ee1d29 ](https://github.com/lobehub/lobe-chat/commit/4ee1d29 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-11 03:17:54 +00:00
Shinji-Li
4ee1d292ff
🐛 fix: delete files should delete chunks、embedings、fileChunk ( #9196 )
...
* fix: delete files should delete chunk and documentChunks,embeddings
* feat: add try catch
* feat: add files test
* fix: change chunkid to uuid
* fix: change test embeddings to 1024w
* fix: delete documentchunk
2025-09-11 10:47:22 +08:00
lobehubbot
b6aad3b1bc
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-11 01:24:32 +00:00
semantic-release-bot
b980c3d702
🔖 chore(release): v1.127.1 [skip ci]
...
### [Version 1.127.1](https://github.com/lobehub/lobe-chat/compare/v1.127.0...v1.127.1 )
<sup>Released on **2025-09-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix not remove message with server mode.
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix not remove message with server mode, closes [#9207 ](https://github.com/lobehub/lobe-chat/issues/9207 ) ([790af5f ](https://github.com/lobehub/lobe-chat/commit/790af5f ))
#### Styles
* **misc**: Update i18n, closes [#9208 ](https://github.com/lobehub/lobe-chat/issues/9208 ) ([987fbf2 ](https://github.com/lobehub/lobe-chat/commit/987fbf2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-11 01:23:30 +00:00
LobeHub Bot
987fbf2adf
🤖 style: update i18n ( #9208 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-09-11 09:12:03 +08:00
Arvin Xu
790af5ff40
🐛 fix: fix not remove message with server mode ( #9207 )
...
* fix remove message
* make wideScreen default false
* improve topic generate and add tests for delete
* refactor
* fix tests
2025-09-11 09:11:36 +08:00
Maple Gao
3eaeb6c531
📝 docs: consolidate image generation docs with server database setup ( #9096 )
...
♻️ refactor: consolidate image generation docs with server database setup
- Merge image-generation-setup content into work-with-server-side-database docs
- Remove duplicate image-generation-setup documentation files
- Add server-side database links to setup-development guides
- Add missing .env.development copy step to setup instructions
- Add .env.development to .gitignore for security
The setup script approach has been replaced by Docker Compose configuration
with .env.example.development file, eliminating documentation duplication
and providing a unified server-side development workflow.
2025-09-11 01:16:58 +08:00
lobehubbot
aa841a3879
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-10 13:27:08 +00:00
semantic-release-bot
a49422b322
🔖 chore(release): v1.127.0 [skip ci]
...
## [Version 1.127.0](https://github.com/lobehub/lobe-chat/compare/v1.126.3...v1.127.0 )
<sup>Released on **2025-09-10**</sup>
#### ✨ Features
- **misc**: Seedream 4.0.
#### 💄 Styles
- **misc**: Add hotkey tooltip to typobar actions.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Seedream 4.0, closes [#9198 ](https://github.com/lobehub/lobe-chat/issues/9198 ) ([26a743f ](https://github.com/lobehub/lobe-chat/commit/26a743f ))
#### Styles
* **misc**: Add hotkey tooltip to typobar actions, closes [#9203 ](https://github.com/lobehub/lobe-chat/issues/9203 ) ([e372875 ](https://github.com/lobehub/lobe-chat/commit/e372875 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-10 13:26:06 +00:00
CanisMinor
e3728750af
💄 style: Add hotkey tooltip to typobar actions ( #9203 )
...
* 💄 style: Add hotkey tooltip to typobar actions
* 💄 style: Udpate input style
* 💄 style: Add toggleExpandInputActionbar to GlobalStore
2025-09-10 21:15:57 +08:00
YuTengjing
26a743f3bd
✨ feat: Seedream 4.0 ( #9198 )
2025-09-10 19:51:43 +08:00
lobehubbot
bfbf38d106
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-10 02:45:00 +00:00
semantic-release-bot
f8eb891d3b
🔖 chore(release): v1.126.3 [skip ci]
...
### [Version 1.126.3](https://github.com/lobehub/lobe-chat/compare/v1.126.2...v1.126.3 )
<sup>Released on **2025-09-10**</sup>
#### 💄 Styles
- **misc**: Add CometAPI model provider and chat models, update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add CometAPI model provider and chat models, closes [#9065 ](https://github.com/lobehub/lobe-chat/issues/9065 ) ([575e334 ](https://github.com/lobehub/lobe-chat/commit/575e334 ))
* **misc**: Update i18n, closes [#9146 ](https://github.com/lobehub/lobe-chat/issues/9146 ) ([e6fc02e ](https://github.com/lobehub/lobe-chat/commit/e6fc02e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-10 02:43:57 +00:00
renovate[bot]
52ec64dfd4
Update dependency @anthropic-ai/sdk to ^0.61.0 ( #9148 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-10 10:33:28 +08:00
LobeHub Bot
e6fc02eb9d
🤖 style: update i18n ( #9146 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-09-10 10:26:40 +08:00
TensorNull
575e334d7f
💄 style: Add CometAPI model provider and chat models ( #9065 )
...
* ✨ feat: 添加 CometAPI 模型支持及相关配置
* 🐛 fix: 移除 CometAPI 中的 chatModels 列表以简化配置
2025-09-10 10:26:20 +08:00
lobehubbot
a4ed5a053f
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-09 15:23:51 +00:00
semantic-release-bot
dbb49337b4
🔖 chore(release): v1.126.2 [skip ci]
...
### [Version 1.126.2](https://github.com/lobehub/lobe-chat/compare/v1.126.1...v1.126.2 )
<sup>Released on **2025-09-09**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix editor key handling.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix editor key handling, closes [#9189 ](https://github.com/lobehub/lobe-chat/issues/9189 ) ([8be822b ](https://github.com/lobehub/lobe-chat/commit/8be822b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-09 15:22:49 +00:00
CanisMinor
8be822b0b7
🐛 fix: Fix editor key handling ( #9189 )
...
* 🐛 fix: Fix editor send key handling
* 🐛 fix: Fix editor key handle
2025-09-09 23:12:02 +08:00
renovate[bot]
5a999c0fbc
Update pnpm to v10.15.1 ( #9147 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-09 11:35:34 +08:00
lobehubbot
9abeb7b545
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-09 03:23:18 +00:00
semantic-release-bot
8751141c7c
🔖 chore(release): v1.126.1 [skip ci]
...
### [Version 1.126.1](https://github.com/lobehub/lobe-chat/compare/v1.126.0...v1.126.1 )
<sup>Released on **2025-09-09**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix Assistant List error message.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix Assistant List error message, closes [#9178 ](https://github.com/lobehub/lobe-chat/issues/9178 ) ([3519cb2 ](https://github.com/lobehub/lobe-chat/commit/3519cb2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-09 03:22:23 +00:00
Arvin Xu
3519cb20d9
🐛 fix: fix Assistant List error message ( #9178 )
...
* fix
* fix tests
2025-09-09 11:12:53 +08:00
lobehubbot
e135e2bb87
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-08 15:58:41 +00:00
semantic-release-bot
a494af8e7f
🔖 chore(release): v1.126.0 [skip ci]
...
## [Version 1.126.0](https://github.com/lobehub/lobe-chat/compare/v1.125.0...v1.126.0 )
<sup>Released on **2025-09-08**</sup>
#### ✨ Features
- **image**: Implement model selection memory functionality.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **image**: Implement model selection memory functionality, closes [#9160 ](https://github.com/lobehub/lobe-chat/issues/9160 ) ([b00e6d7 ](https://github.com/lobehub/lobe-chat/commit/b00e6d7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-08 15:57:35 +00:00
YuTengjing
ea819a3421
feat: support mac intel desktop ( #9136 )
2025-09-08 23:46:57 +08:00
YuTengjing
b00e6d7817
✨ feat(image): implement model selection memory functionality ( #9160 )
2025-09-08 23:46:47 +08:00
lobehubbot
58378fd10f
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-08 11:46:52 +00:00
semantic-release-bot
c0736ead54
🔖 chore(release): v1.125.0 [skip ci]
...
## [Version 1.125.0](https://github.com/lobehub/lobe-chat/compare/v1.124.4...v1.125.0 )
<sup>Released on **2025-09-08**</sup>
#### ✨ Features
- **misc**: Add Math and TaskList to Editor.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Math and TaskList to Editor, closes [#9165 ](https://github.com/lobehub/lobe-chat/issues/9165 ) ([9e0621f ](https://github.com/lobehub/lobe-chat/commit/9e0621f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-08 11:45:52 +00:00
CanisMinor
9e0621f873
✨ feat: Add Math and TaskList to Editor ( #9165 )
...
* ✨ feat: Add Math and TaskList to Editor
* 🔧 chore: Update editor version
* 🐛 fix: Fix code plugin
2025-09-08 19:35:32 +08:00
René Wang
082898825c
🔨 chore: Branching input component for incoming group chat ( #9163 )
...
feat: Branching input component
2025-09-08 12:13:01 +08:00
lobehubbot
7832287abd
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-06 16:32:27 +00:00
semantic-release-bot
5fe229c600
🔖 chore(release): v1.124.4 [skip ci]
...
### [Version 1.124.4](https://github.com/lobehub/lobe-chat/compare/v1.124.3...v1.124.4 )
<sup>Released on **2025-09-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Revert V1 Mobile.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Revert V1 Mobile, closes [#9143 ](https://github.com/lobehub/lobe-chat/issues/9143 ) ([b385602 ](https://github.com/lobehub/lobe-chat/commit/b385602 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-06 16:31:26 +00:00
bbbugg
6b9337b8ae
🐛 fix: Qwen 3 Max Preview model with search capability ( #9132 )
...
fix: Qwen 3 Max Preview with search capability
2025-09-07 00:21:17 +08:00
Arvin Xu
b3856026d2
🐛 fix: revert V1 Mobile ( #9143 )
...
revert V1 Mobile
2025-09-07 00:20:24 +08:00
bbbugg
8dbcbd8c4b
🐛 fix: update back navigation logic for provider settings in mobile view ( #9141 )
...
🐛 fix: update back navigation logic for provider settings in mobile view
2025-09-06 23:57:02 +08:00
lobehubbot
a5b6aadc1f
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-06 10:55:25 +00:00
semantic-release-bot
3690724751
🔖 chore(release): v1.124.3 [skip ci]
...
### [Version 1.124.3](https://github.com/lobehub/lobe-chat/compare/v1.124.2...v1.124.3 )
<sup>Released on **2025-09-06**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor to remove edge runtime and add more tests.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor to remove edge runtime and add more tests, closes [#9133 ](https://github.com/lobehub/lobe-chat/issues/9133 ) ([6f87034 ](https://github.com/lobehub/lobe-chat/commit/6f87034 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-06 10:54:26 +00:00
Arvin Xu
6f87034303
♻️ refactor: refactor to remove edge runtime and add more tests ( #9133 )
...
* refactor to add more tests
* refactor the add
* update
* remove edge runtime
* improve types
* remove edge runtime
* fix
* revert auth part
* revert auth part
* revert auth part
2025-09-06 18:44:19 +08:00
Arvin Xu
ae28f1794c
⏪ ️ build : Revert "support mac intel chip" ( #9134 )
...
Revert "feat(desktop): support mac intel chip (#9084 )"
This reverts commit 1a75f4a6b5 .
2025-09-06 16:14:42 +08:00
lobehubbot
68783fd2f7
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-06 07:10:23 +00:00
semantic-release-bot
9e43c1d6e0
🔖 chore(release): v1.124.2 [skip ci]
...
### [Version 1.124.2](https://github.com/lobehub/lobe-chat/compare/v1.124.1...v1.124.2 )
<sup>Released on **2025-09-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix ChatInput send command switch.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix ChatInput send command switch, closes [#9131 ](https://github.com/lobehub/lobe-chat/issues/9131 ) ([4d5246a ](https://github.com/lobehub/lobe-chat/commit/4d5246a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-06 07:09:17 +00:00
Arvin Xu
4d5246acd8
🐛 fix: fix ChatInput send command switch ( #9131 )
...
fix command enter switch
2025-09-06 14:59:26 +08:00
Arvin Xu
f813d0c429
✅ test: add model runtime tests ( #9128 )
...
* fix
* refactor to remove model runtime alias in tests
2025-09-06 14:57:14 +08:00
YuTengjing
1a75f4a6b5
feat(desktop): support mac intel chip ( #9084 )
2025-09-06 14:03:16 +08:00
Arvin Xu
f4c3002b55
✅ test: refactor to improve utils tests and add more tests ( #9124 )
...
* refactor to improve utils code
* refactor to improve const code
* refactor to improve types code
* add web crawler tests
* refactor citation item
* add electron server ipc tests
* fix tests
* add more tests
* add timeout
2025-09-06 12:21:58 +08:00
lobehubbot
e3aacfcdce
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-06 03:42:14 +00:00
semantic-release-bot
67ad3c42cc
🔖 chore(release): v1.124.1 [skip ci]
...
### [Version 1.124.1](https://github.com/lobehub/lobe-chat/compare/v1.124.0...v1.124.1 )
<sup>Released on **2025-09-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Enhance NewAPI with environment variables and fix routers compatibility.
#### 💄 Styles
- **misc**: Update doubao-seed-1.6-vision models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Enhance NewAPI with environment variables and fix routers compatibility, closes [#9110 ](https://github.com/lobehub/lobe-chat/issues/9110 ) ([a66856d ](https://github.com/lobehub/lobe-chat/commit/a66856d ))
#### Styles
* **misc**: Update doubao-seed-1.6-vision models, closes [#9052 ](https://github.com/lobehub/lobe-chat/issues/9052 ) ([df2d001 ](https://github.com/lobehub/lobe-chat/commit/df2d001 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-06 03:41:13 +00:00
sxjeru
df2d001336
💄 style: Update doubao-seed-1.6-vision models ( #9052 )
...
* ✨ feat: 更新 Hunyuan、Novita 和 VolcEngine 模型的参数和描述
* ✨ feat: 添加 DeepSeek V3.1 的思考模式和非思考模式模型,更新描述和显示名称
* ✨ feat: 更新 Groq 模型的描述和显示名称,调整 ID 格式
* ✨ feat: 更新 Novita 模型的上下文窗口令牌和定价策略
* ✨ feat: 添加 Gemma 3 12B 和 Seed OSS 36B Instruct 模型,更新描述、定价和上下文窗口令牌
* ✨ feat: 更新 Novita 模型的定价策略,调整输入和输出的费率
* ✨ feat: 移除 Gemini 2.5 Flash 实验模型,更新模型列表
* ✨ feat: 添加 Kimi K2 0905 模型,更新上下文窗口令牌和定价策略
* update groq
* ✨ feat: 添加 Kimi K2 0905 模型,更新上下文窗口令牌和定价策略
* ✨ feat: 更新 Doubao Seed 模型的部署名称和最大输出,调整上下文窗口令牌
* ✨ feat: 添加 Qwen3 Max Preview 模型,更新上下文窗口令牌和定价策略
2025-09-06 11:30:46 +08:00
Maple Gao
a66856dc83
🐛 fix: enhance NewAPI with environment variables and fix routers compatibility ( #9110 )
...
✨ feat: enhance NewAPI with environment variables and fix routers compatibility
- Add NEWAPI_API_KEY and NEWAPI_PROXY_URL environment variable support
- Update documentation for NewAPI configuration options
- Fix routers baseURL handling to prevent duplicate version paths
- Remove /v1 baseURL requirement to avoid SDK compatibility issues
- Auto-detect model capabilities based on provider detection
- Support dynamic routing to correct provider endpoints
This resolves URL duplication issues like /v1beta/v1beta/ and ensures
proper routing to Anthropic, Google, OpenAI, and XAI endpoints.
2025-09-06 11:30:12 +08:00
Arvin Xu
e7036af61e
✅ test: add test for v2 genai ( #9123 )
...
* add more tests
* update tests
* improve
2025-09-06 11:16:30 +08:00
lobehubbot
86ff95ff15
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-06 02:03:08 +00:00
semantic-release-bot
926577302e
🔖 chore(release): v1.124.0 [skip ci]
...
## [Version 1.124.0](https://github.com/lobehub/lobe-chat/compare/v1.123.4...v1.124.0 )
<sup>Released on **2025-09-06**</sup>
#### ✨ Features
- **misc**: ChatInput support rich text and support parallel send.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: ChatInput support rich text and support parallel send, closes [#8964 ](https://github.com/lobehub/lobe-chat/issues/8964 ) ([38d9d98 ](https://github.com/lobehub/lobe-chat/commit/38d9d98 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-06 02:02:12 +00:00
CanisMinor
38d9d98b97
✨ feat: ChatInput support rich text and support parallel send ( #8964 )
...
* ✨ feat: Add LobeEditor
* fix tests
* fix mobile
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2025-09-06 09:51:52 +08:00
lobehubbot
e2448eb091
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-05 14:23:34 +00:00
semantic-release-bot
5747239625
🔖 chore(release): v1.123.4 [skip ci]
...
### [Version 1.123.4](https://github.com/lobehub/lobe-chat/compare/v1.123.3...v1.123.4 )
<sup>Released on **2025-09-05**</sup>
#### ♻ Code Refactoring
- **misc**: Remove edge runtime.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove edge runtime, closes [#9085 ](https://github.com/lobehub/lobe-chat/issues/9085 ) ([d3544f9 ](https://github.com/lobehub/lobe-chat/commit/d3544f9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-05 14:22:34 +00:00
Arvin Xu
d3544f90d3
♻️ refactor: remove edge runtime ( #9085 )
...
* remove edge runtime
* refactor
2025-09-05 22:12:34 +08:00
Arvin Xu
3e537cd01d
♻️ refactor: refactor to use trpc client link chain ( #9107 )
...
* refactor
* Update lambda.ts
2025-09-05 21:53:31 +08:00
lobehubbot
72e77b497c
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-05 09:58:40 +00:00
semantic-release-bot
285e2f35f7
🔖 chore(release): v1.123.3 [skip ci]
...
### [Version 1.123.3](https://github.com/lobehub/lobe-chat/compare/v1.123.2...v1.123.3 )
<sup>Released on **2025-09-05**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix mobile header title to loog not ellipsis.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix mobile header title to loog not ellipsis, closes [#9109 ](https://github.com/lobehub/lobe-chat/issues/9109 ) ([9b8435b ](https://github.com/lobehub/lobe-chat/commit/9b8435b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-05 09:57:45 +00:00
Shinji-Li
9b8435b024
🐛 fix: fix mobile header title to loog not ellipsis ( #9109 )
...
fix: fix mobile header title to loog not ellipsis
2025-09-05 17:47:37 +08:00
lobehubbot
c7c4ab55b1
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-05 06:58:09 +00:00
semantic-release-bot
350e66a320
🔖 chore(release): v1.123.2 [skip ci]
...
### [Version 1.123.2](https://github.com/lobehub/lobe-chat/compare/v1.123.1...v1.123.2 )
<sup>Released on **2025-09-05**</sup>
#### 🐛 Bug Fixes
- **misc**: Not use branch topic when this topic is not save.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Not use branch topic when this topic is not save, closes [#9083 ](https://github.com/lobehub/lobe-chat/issues/9083 ) ([f534d19 ](https://github.com/lobehub/lobe-chat/commit/f534d19 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-05 06:57:16 +00:00
Shinji-Li
f534d19338
🐛 fix: not use branch topic when this topic is not save ( #9083 )
...
fix: not use branch topic when this topic is not save
2025-09-05 14:47:34 +08:00
lobehubbot
b15e90e1ae
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-05 02:34:26 +00:00
semantic-release-bot
55079fc321
🔖 chore(release): v1.123.1 [skip ci]
...
### [Version 1.123.1](https://github.com/lobehub/lobe-chat/compare/v1.123.0...v1.123.1 )
<sup>Released on **2025-09-05**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#9095 ](https://github.com/lobehub/lobe-chat/issues/9095 ) ([1080ff3 ](https://github.com/lobehub/lobe-chat/commit/1080ff3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-05 02:33:30 +00:00
LobeHub Bot
1080ff33aa
🤖 style: update i18n ( #9095 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-09-05 10:23:31 +08:00
lobehubbot
837065f08a
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-04 15:58:10 +00:00
semantic-release-bot
305e910e98
🔖 chore(release): v1.123.0 [skip ci]
...
## [Version 1.123.0](https://github.com/lobehub/lobe-chat/compare/v1.122.7...v1.123.0 )
<sup>Released on **2025-09-04**</sup>
#### ✨ Features
- **misc**: Add NewAPI as a router provider for multi-model aggregation.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add NewAPI as a router provider for multi-model aggregation, closes [#9041 ](https://github.com/lobehub/lobe-chat/issues/9041 ) [/github.com/lobehub/lobe-chat/pull/9041#pullrequestreview-3183464594](https://github.com//github.com/lobehub/lobe-chat/pull/9041/issues/pullrequestreview-3183464594 ) ([7e291c2 ](https://github.com/lobehub/lobe-chat/commit/7e291c2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-04 15:57:02 +00:00
Maple Gao
7e291c23f7
✨ feat: add NewAPI as a router provider for multi-model aggregation ( #9041 )
...
* ✨ feat: add NewAPI as a router provider for multi-model aggregation
* Update packages/model-runtime/src/newapi/index.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update packages/model-runtime/src/newapi/index.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update packages/model-runtime/src/newapi/index.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update packages/model-runtime/src/newapi/index.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* 🐛 fix: correct baseURL configuration and add comprehensive tests for NewAPI
- Fix baseURL handling to avoid double /v1 path
- Add url-join for proper URL concatenation
- Simplify router models functions using Array.from and filter
- Add comprehensive test coverage with 100% branch coverage
- Fix TypeScript type issues in tests
* 🧪 test: implement 100% branch coverage for NewAPI runtime
- Add comprehensive test suite with 44 test cases
- Achieve 100% branch coverage for all conditional logic
- Test all provider detection, pricing calculation, and data handling branches
- Fix TypeScript type errors with proper type annotations
- Maintain all 44 tests passing with zero errors
- Cover handlePayload, getProviderFromOwnedBy, and models function branches
- No business code modifications - test-only changes
* 🔨 fix: adjust for review comment https://github.com/lobehub/lobe-chat/pull/9041#pullrequestreview-3183464594
* 🐛 fix: resolve NewAPI baseURL transmission issue with dynamic routers configuration
- Extend RouterRuntime to support dynamic routers: RouterInstance[] | ((options) => RouterInstance[])
- Refactor NewAPI from IIFE closure to dynamic configuration function
- Fix timing issue where routers were configured before baseURL was available
- Add comprehensive tests for dynamic routers functionality
- Resolve 'Invalid URL input: v1/models' error by ensuring user baseURL propagates correctly
- Maintain backward compatibility with static routers arrays
Tests: NewAPI (44→45), RouterRuntime (15→17), all passing
2025-09-04 23:47:18 +08:00
lobehubbot
7634f511bf
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-04 13:54:41 +00:00
semantic-release-bot
5e611f2fba
🔖 chore(release): v1.122.7 [skip ci]
...
### [Version 1.122.7](https://github.com/lobehub/lobe-chat/compare/v1.122.6...v1.122.7 )
<sup>Released on **2025-09-04**</sup>
#### ♻ Code Refactoring
- **misc**: Make LobeNextAuthDBAdapter Edge Compatible.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Make LobeNextAuthDBAdapter Edge Compatible, closes [#9088 ](https://github.com/lobehub/lobe-chat/issues/9088 ) ([411f88e ](https://github.com/lobehub/lobe-chat/commit/411f88e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-04 13:53:39 +00:00
Rylan Cai
411f88eca1
♻️ refactor: make LobeNextAuthDBAdapter Edge Compatible ( #9088 )
...
* ♻️ refactor: make adapter edge compatible
* ♻️ refactor: cascade changes
* 🐛 fix: default callbackUrl
* ♻️ refactor: use adapter & strategy control
* ♻️ refactor: migreate
* ♻️ refactor: immediate return
* ♻️ refactor: improve codes & remove tests
* ✅ test: update auth test
* 🐛 fix: date conversation err
* 🐛 fix: naming
* ♻️ refactor: cascade changes
* ✅ test: no longer need not impl err
* 🐛 fix: only init db adapter in server service
2025-09-04 21:42:39 +08:00
Arvin Xu
0e38ce159e
🔨 chore: rename example development ( #9090 )
...
rename example development
2025-09-04 20:51:59 +08:00
lobehubbot
27bcf18c4c
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-04 11:49:14 +00:00
semantic-release-bot
298cd4f8c9
🔖 chore(release): v1.122.6 [skip ci]
...
### [Version 1.122.6](https://github.com/lobehub/lobe-chat/compare/v1.122.5...v1.122.6 )
<sup>Released on **2025-09-04**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-04 11:48:19 +00:00
Arvin Xu
7bd25d96fe
👷 build: Revert " ♻️ refactor: make LobeNextAuthDBAdapter Edge Compatible" ( #9086 )
...
Revert "♻️ refactor: make LobeNextAuthDBAdapter Edge Compatible (#8188 )"
This reverts commit f456e91d7b .
2025-09-04 19:36:03 +08:00
lobehubbot
3d7ce4a18a
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-04 11:24:06 +00:00
semantic-release-bot
56f55da260
🔖 chore(release): v1.122.5 [skip ci]
...
### [Version 1.122.5](https://github.com/lobehub/lobe-chat/compare/v1.122.4...v1.122.5 )
<sup>Released on **2025-09-04**</sup>
#### ♻ Code Refactoring
- **misc**: Make LobeNextAuthDBAdapter Edge Compatible.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Make LobeNextAuthDBAdapter Edge Compatible, closes [#8188 ](https://github.com/lobehub/lobe-chat/issues/8188 ) ([f456e91 ](https://github.com/lobehub/lobe-chat/commit/f456e91 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-04 11:23:12 +00:00
Rylan Cai
f456e91d7b
♻️ refactor: make LobeNextAuthDBAdapter Edge Compatible ( #8188 )
...
* ♻️ refactor: make adapter edge compatible
* ♻️ refactor: cascade changes
* 🐛 fix: default callbackUrl
* ♻️ refactor: use adapter & strategy control
* ♻️ refactor: migreate
* ♻️ refactor: immediate return
* ♻️ refactor: improve codes & remove tests
* ✅ test: update auth test
* 🐛 fix: date conversation err
* 🐛 fix: naming
* ♻️ refactor: cascade changes
* ✅ test: no longer need not impl err
2025-09-04 17:32:20 +08:00
lobehubbot
2fa57ff557
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-04 08:53:43 +00:00
semantic-release-bot
3d671740a3
🔖 chore(release): v1.122.4 [skip ci]
...
### [Version 1.122.4](https://github.com/lobehub/lobe-chat/compare/v1.122.3...v1.122.4 )
<sup>Released on **2025-09-04**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#9062 ](https://github.com/lobehub/lobe-chat/issues/9062 ) ([970ece0 ](https://github.com/lobehub/lobe-chat/commit/970ece0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-04 08:52:45 +00:00
LobeHub Bot
970ece0498
🤖 style: update i18n ( #9062 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-09-04 16:41:20 +08:00
Arvin Xu
c5ed5fdf2e
✅ test: add more tests ( #9074 )
...
* fix
try to fix
add v2 test
try to fix docker build issue
fix lint
add tests
replace
* fix
* fix
2025-09-04 16:41:10 +08:00
lobehubbot
e8db8b9b99
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-04 08:06:05 +00:00
semantic-release-bot
759f30e5b7
🔖 chore(release): v1.122.3 [skip ci]
...
### [Version 1.122.3](https://github.com/lobehub/lobe-chat/compare/v1.122.2...v1.122.3 )
<sup>Released on **2025-09-04**</sup>
#### 🐛 Bug Fixes
- **misc**: Support base64 image from markdown image syntax.
#### 💄 Styles
- **misc**: Update the price of the o3 model in OpenRouter.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Support base64 image from markdown image syntax, closes [#9054 ](https://github.com/lobehub/lobe-chat/issues/9054 ) ([d013a16 ](https://github.com/lobehub/lobe-chat/commit/d013a16 ))
#### Styles
* **misc**: Update the price of the o3 model in OpenRouter, closes [#9075 ](https://github.com/lobehub/lobe-chat/issues/9075 ) ([43ef47c ](https://github.com/lobehub/lobe-chat/commit/43ef47c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-04 08:05:04 +00:00
Lumia
43ef47c522
💄 style: Update the price of the o3 model in OpenRouter ( #9075 )
...
Update openrouter o3 price
2025-09-04 15:51:47 +08:00
sxjeru
d013a166ce
🐛 fix: Support base64 image from markdown image syntax ( #9054 )
...
* ✨ feat: add support for handling base64 images in markdown content within OpenAI stream
* ✨ feat: 支持在非思考模式下解析 markdown 中的 base64 图片并按顺序输出
* fix: 从结果中去除 markdown data:image
* ✨ feat: 合并提取和清理 markdown 中 base64 图片的功能
* fix test
2025-09-04 15:51:18 +08:00
lobehubbot
86fc3912e0
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-04 07:50:29 +00:00
semantic-release-bot
6d438262b0
🔖 chore(release): v1.122.2 [skip ci]
...
### [Version 1.122.2](https://github.com/lobehub/lobe-chat/compare/v1.122.1...v1.122.2 )
<sup>Released on **2025-09-04**</sup>
#### 🐛 Bug Fixes
- **modelProvider**: Add lmstudio to provider whitelist to enable fetchOnClient toggle.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **modelProvider**: Add lmstudio to provider whitelist to enable fetchOnClient toggle, closes [#9067 ](https://github.com/lobehub/lobe-chat/issues/9067 ) ([e58864f ](https://github.com/lobehub/lobe-chat/commit/e58864f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-04 07:49:16 +00:00
wano
e58864f361
🐛 fix(modelProvider): add lmstudio to provider whitelist to enable fetchOnClient toggle ( #9067 )
...
- Add 'lmstudio' to providerWhitelist in both user and aiInfra store selectors
- Fix issue where LMStudio's client fetch mode toggle was non-functional
- Users can now properly control client/server request mode for LMStudio
- Resolves forced client mode when only baseURL is configured
Fixes client request mode control for LMStudio provider
2025-09-04 15:37:52 +08:00
Arvin Xu
9c2b411493
📝 docs: update README ( #9079 )
...
update docs
2025-09-04 15:37:31 +08:00
lobehubbot
da2c0a2c57
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-04 07:19:58 +00:00
semantic-release-bot
14ac6d1515
🔖 chore(release): v1.122.1 [skip ci]
...
### [Version 1.122.1](https://github.com/lobehub/lobe-chat/compare/v1.122.0...v1.122.1 )
<sup>Released on **2025-09-04**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-04 07:19:03 +00:00
Arvin Xu
8b9fced111
👷 build: fix docker build issue ( #9070 )
...
* try to fix docker build issue
* replace
* fix build
2025-09-04 15:08:27 +08:00
lobehubbot
eea96605cf
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-04 05:09:08 +00:00
semantic-release-bot
612866dea1
🔖 chore(release): v1.122.0 [skip ci]
...
## [Version 1.122.0](https://github.com/lobehub/lobe-chat/compare/v1.121.1...v1.122.0 )
<sup>Released on **2025-09-04**</sup>
#### ✨ Features
- **misc**: Refactor to speed up send message in server mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Refactor to speed up send message in server mode, closes [#9046 ](https://github.com/lobehub/lobe-chat/issues/9046 ) ([4813b6d ](https://github.com/lobehub/lobe-chat/commit/4813b6d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-04 05:08:10 +00:00
Arvin Xu
a9c660c26e
🔨 chore: fix webpack build OOM ( #9066 )
...
fix build
2025-09-04 12:57:50 +08:00
Arvin Xu
4813b6df27
✨ feat: refactor to speed up send message in server mode ( #9046 )
...
* refactor send message
* support message rag data
* fix
* fix tests
* fix lint
* add tests
* fix bug
2025-09-04 12:53:55 +08:00
lobehubbot
0a1dcf943e
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-03 10:40:14 +00:00
semantic-release-bot
9eec81c551
🔖 chore(release): v1.121.1 [skip ci]
...
### [Version 1.121.1](https://github.com/lobehub/lobe-chat/compare/v1.121.0...v1.121.1 )
<sup>Released on **2025-09-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix socks5 proxy not work problem, fix virtuaso minheight was null.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix socks5 proxy not work problem, closes [#9053 ](https://github.com/lobehub/lobe-chat/issues/9053 ) ([b13563c ](https://github.com/lobehub/lobe-chat/commit/b13563c ))
* **misc**: Fix virtuaso minheight was null, closes [#9055 ](https://github.com/lobehub/lobe-chat/issues/9055 ) ([ef79721 ](https://github.com/lobehub/lobe-chat/commit/ef79721 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-03 10:39:16 +00:00
Shinji-Li
b13563cb34
🐛 fix: fix socks5 proxy not work problem ( #9053 )
2025-09-03 18:28:55 +08:00
Shinji-Li
ef79721828
🐛 fix: fix virtuaso minheight was null ( #9055 )
2025-09-03 18:28:32 +08:00
lobehubbot
20a53cbd34
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-03 08:39:57 +00:00
semantic-release-bot
a76ad2344d
🔖 chore(release): v1.121.0 [skip ci]
...
## [Version 1.121.0](https://github.com/lobehub/lobe-chat/compare/v1.120.7...v1.121.0 )
<sup>Released on **2025-09-03**</sup>
#### ✨ Features
- **misc**: Add nano banana Chinese prompt notify.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add nano banana Chinese prompt notify, closes [#9038 ](https://github.com/lobehub/lobe-chat/issues/9038 ) ([58e19f8 ](https://github.com/lobehub/lobe-chat/commit/58e19f8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-03 08:39:00 +00:00
YuTengjing
58e19f856c
✨ feat: add nano banana Chinese prompt notify ( #9038 )
2025-09-03 16:29:13 +08:00
Asuka109
d1c5645517
🔨 chore: add docker compose to setup local services for development ( #8608 )
...
* 👷 build: add docker compose to setup local services for development
* 👷 build: setup dotenv-expand for all the npm scripts
* 🐛 fix: remove useless comments
* 📚 docs: add server-side database setup guide with i18n support
- Add comprehensive server-side database setup documentation
- Include step-by-step Docker service configuration
- Add Chinese localization for better developer experience
- Cover environment setup, database migration, and verification steps
2025-09-02 17:06:01 +08:00
lobehubbot
0884747bb3
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-02 03:38:26 +00:00
semantic-release-bot
8169eae189
🔖 chore(release): v1.120.7 [skip ci]
...
### [Version 1.120.7](https://github.com/lobehub/lobe-chat/compare/v1.120.6...v1.120.7 )
<sup>Released on **2025-09-02**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#9033 ](https://github.com/lobehub/lobe-chat/issues/9033 ) ([650e552 ](https://github.com/lobehub/lobe-chat/commit/650e552 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-02 03:37:29 +00:00
LobeHub Bot
650e552aa8
🤖 style: update i18n ( #9033 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-09-02 11:25:39 +08:00
lobehubbot
11b27e5bf7
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-01 06:23:49 +00:00
semantic-release-bot
a6367a5166
🔖 chore(release): v1.120.6 [skip ci]
...
### [Version 1.120.6](https://github.com/lobehub/lobe-chat/compare/v1.120.5...v1.120.6 )
<sup>Released on **2025-09-01**</sup>
#### 💄 Styles
- **misc**: Add upload hint for non-visual model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add upload hint for non-visual model, closes [#7969 ](https://github.com/lobehub/lobe-chat/issues/7969 ) ([1224f4e ](https://github.com/lobehub/lobe-chat/commit/1224f4e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-01 06:22:54 +00:00
Arvin Xu
1224f4e4a7
💄 style: add upload hint for non-visual model ( #7969 )
...
* add upload hint
* fix tests
2025-09-01 14:11:41 +08:00
lobehubbot
1e1dbb7829
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-01 04:12:35 +00:00
semantic-release-bot
49fd419b72
🔖 chore(release): v1.120.5 [skip ci]
...
### [Version 1.120.5](https://github.com/lobehub/lobe-chat/compare/v1.120.4...v1.120.5 )
<sup>Released on **2025-09-01**</sup>
#### 🐛 Bug Fixes
- **ai-image**: Save config.imageUrl with fullUrl instead of key.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **ai-image**: Save config.imageUrl with fullUrl instead of key, closes [#9016 ](https://github.com/lobehub/lobe-chat/issues/9016 ) ([bad009a ](https://github.com/lobehub/lobe-chat/commit/bad009a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-01 04:11:34 +00:00
YuTengjing
bad009a43c
🐛 fix(ai-image): save config.imageUrl with fullUrl instead of key ( #9016 )
2025-09-01 11:59:51 +08:00
renovate[bot]
987e87ad8b
Update dependency gpt-tokenizer to v3 ( #9009 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-01 10:44:00 +08:00
lobehubbot
b36d8c7466
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-01 02:08:53 +00:00
semantic-release-bot
2590d72ae3
🔖 chore(release): v1.120.4 [skip ci]
...
### [Version 1.120.4](https://github.com/lobehub/lobe-chat/compare/v1.120.3...v1.120.4 )
<sup>Released on **2025-09-01**</sup>
#### 💄 Styles
- **misc**: Adjust ControlsForm component to adapt to mobile phone display.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Adjust ControlsForm component to adapt to mobile phone display, closes [#9013 ](https://github.com/lobehub/lobe-chat/issues/9013 ) ([c6038c0 ](https://github.com/lobehub/lobe-chat/commit/c6038c0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-01 02:07:56 +00:00
bbbugg
c6038c0670
💄 style: adjust ControlsForm component to adapt to mobile phone display ( #9013 )
...
* 🐛 fix: adjust ControlsForm component to use responsive widths for descriptions
* 🐛 fix: update ControlsForm component for responsive description widths on narrow screens
2025-09-01 09:56:23 +08:00
lobehubbot
4ccf4c341b
📝 docs(bot): Auto sync agents & plugin to readme
2025-09-01 01:51:29 +00:00
semantic-release-bot
c922ff2d68
🔖 chore(release): v1.120.3 [skip ci]
...
### [Version 1.120.3](https://github.com/lobehub/lobe-chat/compare/v1.120.2...v1.120.3 )
<sup>Released on **2025-09-01**</sup>
#### 💄 Styles
- **misc**: Support new provider Nebius.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support new provider Nebius, closes [#8903 ](https://github.com/lobehub/lobe-chat/issues/8903 ) ([c15791d ](https://github.com/lobehub/lobe-chat/commit/c15791d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-09-01 01:50:34 +00:00
sxjeru
c15791d852
💄 style: Support new provider Nebius ( #8903 )
...
* feat: add Nebius model support and configuration
* feat(nebius): enhance model definitions and add support for image and embedding models
* Implement code changes to enhance functionality and improve performance
* feat(nebius): remove 'created' field from model standardization
* feat(novita): format model pricing and enhance model data structure
* feat: 更新模型处理逻辑,优化模型字段和定价格式
* feat(openrouter): 更新模型接口,优化价格格式和上下文窗口大小
* feat: 添加定价格式化功能,更新模型接口以支持新的定价结构
* fix test
* feat: 添加Hermes-4-70B和Hermes-4-405B模型,更新定价结构
* feat: add functionCall, reasoning, and vision properties to model list
* 拆分 pr
* Delete src/config/aiModels/nebius.ts
* Delete src/config/aiModels/index.ts
* Delete src/config/aiModels/openrouter.ts
* add change
* 添加 nebius 模型的导出路径
* Update providers.tsx
* 更新 Gemini 2.5 Flash Image Preview 模型名称为 "Nano Banana"
* fix
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-09-01 09:38:59 +08:00
lobehubbot
7ffb30713e
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-31 16:42:21 +00:00
semantic-release-bot
18d2e6d50b
🔖 chore(release): v1.120.2 [skip ci]
...
### [Version 1.120.2](https://github.com/lobehub/lobe-chat/compare/v1.120.1...v1.120.2 )
<sup>Released on **2025-08-31**</sup>
#### ♻ Code Refactoring
- **misc**: Remove base path.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove base path, closes [#9015 ](https://github.com/lobehub/lobe-chat/issues/9015 ) ([2a5f8d7 ](https://github.com/lobehub/lobe-chat/commit/2a5f8d7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-31 16:41:22 +00:00
Arvin Xu
2a5f8d712f
♻️ refactor: remove base path ( #9015 )
...
* clean
* remove
* fix
* move config to envs
* remove envs
2025-09-01 00:30:13 +08:00
renovate[bot]
82f5abf83b
Update dependency file-type to v21 ( #9008 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-31 20:05:38 +08:00
renovate[bot]
332e06ee6b
Update dependency happy-dom to v18 ( #9010 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-31 20:04:51 +08:00
lobehubbot
f1cddf9802
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-31 11:54:19 +00:00
semantic-release-bot
2525740b9d
🔖 chore(release): v1.120.1 [skip ci]
...
### [Version 1.120.1](https://github.com/lobehub/lobe-chat/compare/v1.120.0...v1.120.1 )
<sup>Released on **2025-08-31**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#9005 ](https://github.com/lobehub/lobe-chat/issues/9005 ) ([63760f9 ](https://github.com/lobehub/lobe-chat/commit/63760f9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-31 11:53:25 +00:00
renovate[bot]
a6b2a19b0e
Update dependency lucide-react to ^0.542.0 ( #9006 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-31 16:37:51 +08:00
LobeHub Bot
63760f9059
🤖 style: update i18n ( #9005 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-08-31 16:37:28 +08:00
lobehubbot
043e7da368
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-30 17:42:29 +00:00
semantic-release-bot
f594fe16b1
🔖 chore(release): v1.120.0 [skip ci]
...
## [Version 1.120.0](https://github.com/lobehub/lobe-chat/compare/v1.119.2...v1.120.0 )
<sup>Released on **2025-08-30**</sup>
#### ♻ Code Refactoring
- **misc**: Remove webrtc sync feature flag.
#### ✨ Features
- **misc**: Rename Gemini 2.5 flash image to Nano Banana.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove webrtc sync feature flag, closes [#9002 ](https://github.com/lobehub/lobe-chat/issues/9002 ) ([0924d98 ](https://github.com/lobehub/lobe-chat/commit/0924d98 ))
#### What's improved
* **misc**: Rename Gemini 2.5 flash image to Nano Banana, closes [#9004 ](https://github.com/lobehub/lobe-chat/issues/9004 ) ([dac5a6f ](https://github.com/lobehub/lobe-chat/commit/dac5a6f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-30 17:41:09 +00:00
Arvin Xu
0924d98f5e
♻️ refactor: remove webrtc sync feature flag ( #9002 )
...
* refactor to clean code
* clean yjs
* upgrade icons
* Update package.json
* fix tests
* fix tests
* fix tests
2025-08-31 01:28:44 +08:00
YuTengjing
dac5a6f22d
✨ feat: rename Gemini 2.5 flash image to Nano Banana ( #9004 )
2025-08-31 01:26:01 +08:00
bbbugg
44ffe14b9f
🐛 fix: Qwen & SiliconCloud DeepSeek V3.1 Model Ability ( #8999 )
...
* 🐛 fix: remove functionCall ability from Qwen DeepSeek V3.1 models
* 🐛 fix: add 'deepseek-v3.1' to model keyword checks and extend parameters for reasoning
* 🐛 fix: add reasoning to 'DeepSeek-V3.1'
2025-08-31 01:21:58 +08:00
lobehubbot
ddba451027
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-30 16:24:23 +00:00
semantic-release-bot
bd5fb75efc
🔖 chore(release): v1.119.2 [skip ci]
...
### [Version 1.119.2](https://github.com/lobehub/lobe-chat/compare/v1.119.1...v1.119.2 )
<sup>Released on **2025-08-30**</sup>
#### ♻ Code Refactoring
- **model-runtime**: Refactor model-runtime dependencies and clean code.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **model-runtime**: Refactor model-runtime dependencies and clean code, closes [#8997 ](https://github.com/lobehub/lobe-chat/issues/8997 ) ([9f7677d ](https://github.com/lobehub/lobe-chat/commit/9f7677d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-30 16:23:22 +00:00
Arvin Xu
d7294ddebc
🔨 chore: fix types ( #9003 )
...
fix types
2025-08-31 00:11:37 +08:00
sxjeru
b0e163cb2b
🔨 chore: Optimized model owner parse ( #9000 )
...
* Update modelParse.ts
* Update modelParse.test.ts
2025-08-30 23:53:12 +08:00
Arvin Xu
9f7677d560
♻️ refactor(model-runtime): refactor model-runtime dependencies and clean code ( #8997 )
...
* refactor and clean code
* refactor to remove circular deps
* refactor to clean code
* refactor to clean code
* refactor model-runtime
* refactor image const
* refactor model-runtime import
* fix lint circular
* refactor the @/lib/model-runtime
* fix tests
* refactor to clean code
2025-08-30 23:52:42 +08:00
lobehubbot
999a63f648
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-30 12:28:34 +00:00
semantic-release-bot
d8531ab120
🔖 chore(release): v1.119.1 [skip ci]
...
### [Version 1.119.1](https://github.com/lobehub/lobe-chat/compare/v1.119.0...v1.119.1 )
<sup>Released on **2025-08-30**</sup>
#### 🐛 Bug Fixes
- **misc**: Update enableStreaming name.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update enableStreaming name, closes [#8995 ](https://github.com/lobehub/lobe-chat/issues/8995 ) ([7c7de40 ](https://github.com/lobehub/lobe-chat/commit/7c7de40 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-30 12:27:35 +00:00
Rylan Cai
099965a78f
🔨 chore(model-runtime): add ChatMethods ChatMethodOptions merge helper ( #8998 )
...
* :recyel: refactor: add ChatMethodOptions merger
* 📝 docs: expose methods
2025-08-30 20:16:20 +08:00
bbbugg
7c7de40007
🐛 fix: update enableStreaming name ( #8995 )
2025-08-30 20:15:58 +08:00
lobehubbot
5b043d81b1
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-30 11:06:25 +00:00
semantic-release-bot
f326e8989e
🔖 chore(release): v1.119.0 [skip ci]
...
## [Version 1.119.0](https://github.com/lobehub/lobe-chat/compare/v1.118.8...v1.119.0 )
<sup>Released on **2025-08-30**</sup>
#### ✨ Features
- **misc**: Added support for Azure OpenAI Image Generation.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Added support for Azure OpenAI Image Generation, closes [#8898 ](https://github.com/lobehub/lobe-chat/issues/8898 ) ([6042340 ](https://github.com/lobehub/lobe-chat/commit/6042340 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-30 11:05:32 +00:00
Jamie Stivala
604234029c
✨ feat: Added support for Azure OpenAI Image Generation ( #8898 )
2025-08-30 18:54:00 +08:00
lobehubbot
a6d929bc2d
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-30 05:28:26 +00:00
semantic-release-bot
54b6062c2e
🔖 chore(release): v1.118.8 [skip ci]
...
### [Version 1.118.8](https://github.com/lobehub/lobe-chat/compare/v1.118.7...v1.118.8 )
<sup>Released on **2025-08-30**</sup>
#### 💄 Styles
- **misc**: Update DeepSeek V3.1 & Gemini 2.5 Flash Image Preview models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update DeepSeek V3.1 & Gemini 2.5 Flash Image Preview models, closes [#8878 ](https://github.com/lobehub/lobe-chat/issues/8878 ) ([5d538a2 ](https://github.com/lobehub/lobe-chat/commit/5d538a2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-30 05:27:24 +00:00
sxjeru
5d538a235a
💄 style: update DeepSeek V3.1 & Gemini 2.5 Flash Image Preview models ( #8878 )
...
* 🔨 refactor: update DeepSeek model configurations and processing logic
* 🔨 feat: 添加 DeepSeek V3.1 聊天模型配置
* 🔨 feat: 添加 DeepSeek V3.1 聊天模型到 openrouter 配置
* update
* 🔨 feat: 更新 DeepSeek V3.1 模型配置,添加新模型并调整描述
* 🔨 feat: 更新 DeepSeek V3.1 模型配置,增加描述和定价信息,调整上下文窗口大小
* Update qwen.ts
* 🔨 feat: 添加 DeepSeek V3.1 聊天模型,更新模型描述和定价信息
* fix
* Update deepseek.ts
* 🔨 feat(google): 添加 Gemini 2.5 Flash 实验模型,支持图像生成
* 🔨 feat(aihubmix): 添加 Gemini 2.5 Flash 实验模型,支持图像生成
* 🔨 feat(aihubmix): 添加 Grok 4 模型,增强自然语言处理和推理能力
* 🔨 feat(qwen): 调整 textInput_cacheRead 定价策略,优化定价计算
* 🔨 feat(google): 添加 gemini-2.5-flash-image-preview 模型到模型集合中,更新思考配置逻辑
* 🔨 feat(vertexai): 添加 Gemini 2.5 Flash 实验模型,支持图像生成
* 🔨 feat(google): 增强 Google 生成 AI 流处理,兼容性改进文本提取逻辑
🔨 feat(xai): 添加 Grok Code Fast 1 模型,优化逻辑任务处理能力
* 🔨 feat(google): 增强 Google 生成 AI 流处理,支持文本和图像数据的返回
* 去除重复
* pull main
* ♻️ fix: avoid duplicate 'stop' chunk in Google AI stream; handle missing usage metadata
* update novita
* ♻️ fix: update snapshot
* Update xai.ts
* Update modelParse.ts
* fix: update snapshot
2025-08-30 13:16:22 +08:00
lobehubbot
33050d6abe
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-30 03:31:17 +00:00
semantic-release-bot
00822ef502
🔖 chore(release): v1.118.7 [skip ci]
...
### [Version 1.118.7](https://github.com/lobehub/lobe-chat/compare/v1.118.6...v1.118.7 )
<sup>Released on **2025-08-30**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8990 ](https://github.com/lobehub/lobe-chat/issues/8990 ) ([136bc5a ](https://github.com/lobehub/lobe-chat/commit/136bc5a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-30 03:30:22 +00:00
LobeHub Bot
136bc5a917
🤖 style: update i18n ( #8990 )
2025-08-30 11:18:24 +08:00
lobehubbot
3e1b360186
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-29 18:58:54 +00:00
semantic-release-bot
cc882be4ef
🔖 chore(release): v1.118.6 [skip ci]
...
### [Version 1.118.6](https://github.com/lobehub/lobe-chat/compare/v1.118.5...v1.118.6 )
<sup>Released on **2025-08-29**</sup>
#### 💄 Styles
- **misc**: Support non-stream mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support non-stream mode, closes [#8751 ](https://github.com/lobehub/lobe-chat/issues/8751 ) ([ce623bb ](https://github.com/lobehub/lobe-chat/commit/ce623bb ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-29 18:57:50 +00:00
Arvin Xu
ce623bb280
💄 style: support non-stream mode ( #8751 )
...
* support non-stream mode
* improve streaming part
* fix tests
2025-08-30 02:46:06 +08:00
lobehubbot
e56e475331
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-29 18:00:57 +00:00
semantic-release-bot
41d7efcf54
🔖 chore(release): v1.118.5 [skip ci]
...
### [Version 1.118.5](https://github.com/lobehub/lobe-chat/compare/v1.118.4...v1.118.5 )
<sup>Released on **2025-08-29**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the `model-bank` package from `src/config/aiModels`.
#### 💄 Styles
- **misc**: Fix clerk scrollBox style, ModelFetcher support getting prices.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the `model-bank` package from `src/config/aiModels`, closes [#8983 ](https://github.com/lobehub/lobe-chat/issues/8983 ) ([c65eb09 ](https://github.com/lobehub/lobe-chat/commit/c65eb09 ))
#### Styles
* **misc**: Fix clerk scrollBox style, closes [#8989 ](https://github.com/lobehub/lobe-chat/issues/8989 ) ([b25b5a0 ](https://github.com/lobehub/lobe-chat/commit/b25b5a0 ))
* **misc**: ModelFetcher support getting prices, closes [#8985 ](https://github.com/lobehub/lobe-chat/issues/8985 ) ([58b73ec ](https://github.com/lobehub/lobe-chat/commit/58b73ec ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-29 17:59:53 +00:00
sxjeru
58b73ecc95
💄 style: ModelFetcher support getting prices ( #8985 )
...
* 拆分
* fix test
2025-08-30 01:47:48 +08:00
Arvin Xu
b25b5a0657
💄 style: fix clerk scrollBox style ( #8989 )
...
fix clerk scrollBox style
2025-08-30 01:36:13 +08:00
Arvin Xu
c65eb095ba
♻️ refactor: refactor the model-bank package from src/config/aiModels ( #8983 )
...
* move
* refactor with model banks
* refactor with model banks
* refactor @/config/aiModels to model-bank
* refactor @/config/aiModels to model-bank
* fix model bank exports
* clean
* add test workflow
* try again
* fix
* add exports tests
* fix model bank alias
* Update tsconfig.json
* fix import issue
* clean unused code
* fix tests
2025-08-30 01:28:16 +08:00
lobehubbot
323425bd90
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-29 16:02:07 +00:00
semantic-release-bot
4cb831c15a
🔖 chore(release): v1.118.4 [skip ci]
...
### [Version 1.118.4](https://github.com/lobehub/lobe-chat/compare/v1.118.3...v1.118.4 )
<sup>Released on **2025-08-29**</sup>
#### 💄 Styles
- **misc**: Fix chat session part switch theme issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix chat session part switch theme issue, closes [#8987 ](https://github.com/lobehub/lobe-chat/issues/8987 ) ([b7111be ](https://github.com/lobehub/lobe-chat/commit/b7111be ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-29 16:01:08 +00:00
Arvin Xu
b7111be400
💄 style: fix chat session part switch theme issue ( #8987 )
...
fix theme issue
2025-08-29 23:49:05 +08:00
lobehubbot
548c4e2ac2
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-29 13:41:16 +00:00
semantic-release-bot
1dc82d0184
🔖 chore(release): v1.118.3 [skip ci]
...
### [Version 1.118.3](https://github.com/lobehub/lobe-chat/compare/v1.118.2...v1.118.3 )
<sup>Released on **2025-08-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Correct totalOutputTokens calculation for XAI provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Correct totalOutputTokens calculation for XAI provider, closes [#8984 ](https://github.com/lobehub/lobe-chat/issues/8984 ) ([09ce90a ](https://github.com/lobehub/lobe-chat/commit/09ce90a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-29 13:40:22 +00:00
bbbugg
09ce90a35a
🐛 fix: correct totalOutputTokens calculation for XAI provider ( #8984 )
2025-08-29 21:28:41 +08:00
孤独豹猫
2071d27335
🐛 fix: improve ollama capability and improve search config ( #8848 )
...
* fix(model): 修复 Ollama 模型卡片信息
- 修复Zod schema 的 search 能力的可选布尔字段
- 修正 Ollama 模型运行时中 vision 能力的选项重复/错误
* Update index.ts
2025-08-29 20:49:02 +08:00
lobehubbot
c4fd337288
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-29 12:34:08 +00:00
semantic-release-bot
276e7d7bb4
🔖 chore(release): v1.118.2 [skip ci]
...
### [Version 1.118.2](https://github.com/lobehub/lobe-chat/compare/v1.118.1...v1.118.2 )
<sup>Released on **2025-08-29**</sup>
#### 💄 Styles
- **misc**: Add Grok Code Fast 1 model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Grok Code Fast 1 model, closes [#8982 ](https://github.com/lobehub/lobe-chat/issues/8982 ) ([dbcec3d ](https://github.com/lobehub/lobe-chat/commit/dbcec3d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-29 12:33:14 +00:00
bbbugg
dbcec3d07e
💄 style: add Grok Code Fast 1 model ( #8982 )
...
* ✨ feat: add Grok Code Fast 1 model
* 🐛 fix(xai): comment out unsupported settings for reasoningEffort parameter
2025-08-29 20:21:58 +08:00
lobehubbot
85f9ca5c40
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-29 09:35:24 +00:00
semantic-release-bot
34f88cdaab
🔖 chore(release): v1.118.1 [skip ci]
...
### [Version 1.118.1](https://github.com/lobehub/lobe-chat/compare/v1.118.0...v1.118.1 )
<sup>Released on **2025-08-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Add Content-Security-Policy env.
#### 💄 Styles
- **misc**: Support Gemini URL context tool.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add Content-Security-Policy env, closes [#8752 ](https://github.com/lobehub/lobe-chat/issues/8752 ) ([9250540 ](https://github.com/lobehub/lobe-chat/commit/9250540 ))
#### Styles
* **misc**: Support Gemini URL context tool, closes [#8731 ](https://github.com/lobehub/lobe-chat/issues/8731 ) ([5d4ed11 ](https://github.com/lobehub/lobe-chat/commit/5d4ed11 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-29 09:34:26 +00:00
sxjeru
5d4ed11ad6
💄 style: Support Gemini URL context tool ( #8731 )
...
* feat: 添加 urlContext 支持到多个模型和配置接口
* feat: 在 googleChatModels 中添加 urlContext 参数支持
* feat: 调整 ControlsForm 中的最小宽度,更新 urlContext 标签样式,优化 LobeGoogleAI 中的工具调用逻辑
* feat: 调整 ControlsForm 中思维预算滑块和 urlContext 的最小宽度及样式
* fix
* ✨ feat: 添加 URL 上下文提取功能描述
* i18n
* Update chat.ts
* update i18n
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-08-29 17:23:09 +08:00
Shinji-Li
9250540912
🐛 fix: add Content-Security-Policy env ( #8752 )
...
* fix: add Content-Security-Policy
* feat: add env to control csp open or not
* update env
2025-08-29 17:14:04 +08:00
lobehubbot
0220e81a92
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-29 08:06:46 +00:00
semantic-release-bot
d9024085ed
🔖 chore(release): v1.118.0 [skip ci]
...
## [Version 1.118.0](https://github.com/lobehub/lobe-chat/compare/v1.117.1...v1.118.0 )
<sup>Released on **2025-08-29**</sup>
#### ✨ Features
- **misc**: Add new provider AkashChat.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add new provider AkashChat, closes [#8923 ](https://github.com/lobehub/lobe-chat/issues/8923 ) ([2f3bf0f ](https://github.com/lobehub/lobe-chat/commit/2f3bf0f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-29 08:05:49 +00:00
sxjeru
2f3bf0fedf
✨ feat: Add new provider AkashChat ( #8923 )
...
* feat: 添加 AkashChat 模型及相关配置
* feat: 更新 AkashChat 模型处理逻辑,添加嵌入模型关键词支持
* fix test
* Update akashchat.ts
2025-08-29 15:53:57 +08:00
René Wang
30bb028a09
📝 docs: add agents md ( #8971 )
...
* build: Add agents.md
* feat: Add agents md
* 📝 docs: address tjx666's review comments on AGENTS.md
- Fix build tools description to reflect actual Next.js setup (Turbopack/Webpack)
- Remove incorrect Turborepo reference
- Improve TypeScript practices description for clarity
Co-authored-by: René Wang <RiverTwilight@users.noreply.github.com >
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: René Wang <RiverTwilight@users.noreply.github.com >
2025-08-29 15:52:02 +08:00
lobehubbot
3ac3b8304e
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-29 03:13:13 +00:00
semantic-release-bot
d6a3a26e4d
🔖 chore(release): v1.117.1 [skip ci]
...
### [Version 1.117.1](https://github.com/lobehub/lobe-chat/compare/v1.117.0...v1.117.1 )
<sup>Released on **2025-08-29**</sup>
#### ♻ Code Refactoring
- **misc**: Move chat item into chat.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Move chat item into chat, closes [#8970 ](https://github.com/lobehub/lobe-chat/issues/8970 ) ([e09817e ](https://github.com/lobehub/lobe-chat/commit/e09817e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-29 03:12:18 +00:00
Arvin Xu
e09817e7a6
♻️ refactor: move chat item into chat ( #8970 )
...
move chat item into
2025-08-29 11:00:25 +08:00
lobehubbot
df5d0d07f9
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-29 02:51:19 +00:00
semantic-release-bot
eafe75bc20
🔖 chore(release): v1.117.0 [skip ci]
...
## [Version 1.117.0](https://github.com/lobehub/lobe-chat/compare/v1.116.4...v1.117.0 )
<sup>Released on **2025-08-29**</sup>
#### ✨ Features
- **misc**: Ai image support Gemini 2.5 Flash Image, Support Gemini 2.5 Flash Image Preview in OpenRouter.
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Ai image support Gemini 2.5 Flash Image, closes [#8966 ](https://github.com/lobehub/lobe-chat/issues/8966 ) ([64b969e ](https://github.com/lobehub/lobe-chat/commit/64b969e ))
* **misc**: Support Gemini 2.5 Flash Image Preview in OpenRouter, closes [#8944 ](https://github.com/lobehub/lobe-chat/issues/8944 ) ([23dcf4c ](https://github.com/lobehub/lobe-chat/commit/23dcf4c ))
#### Styles
* **misc**: Update i18n, closes [#8975 ](https://github.com/lobehub/lobe-chat/issues/8975 ) ([6872798 ](https://github.com/lobehub/lobe-chat/commit/6872798 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-29 02:50:13 +00:00
sxjeru
23dcf4c617
✨ feat: Support Gemini 2.5 Flash Image Preview in OpenRouter ( #8944 )
...
* feat: 添加 Gemini 2.5 Flash 图像生成模型并支持 OpenRouter 的 base64_image 处理
* feat: 更新 Gemini 2.5 Flash 模型的图像输出定价和发布日期
* add tests
* 修复 usage
* feat: 重构对 Gemini 2.5 Flash 模型图像输出的支持,更新相关 usage 计费逻辑
* feat: 更新 Gemini AI 流的输出令牌计算,支持图像和文本的分离统计
* add test
* fix test
* fix: 更新 GoogleGenerativeAIStream 测试用例,添加输出图像令牌统计
2025-08-29 10:38:26 +08:00
semantic-release-bot
3fa2573207
🔖 chore(release): v1.117.0 [skip ci]
...
## [Version 1.117.0](https://github.com/lobehub/lobe-chat/compare/v1.116.4...v1.117.0 )
<sup>Released on **2025-08-29**</sup>
#### ✨ Features
- **misc**: Ai image support Gemini 2.5 Flash Image.
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Ai image support Gemini 2.5 Flash Image, closes [#8966 ](https://github.com/lobehub/lobe-chat/issues/8966 ) ([64b969e ](https://github.com/lobehub/lobe-chat/commit/64b969e ))
#### Styles
* **misc**: Update i18n, closes [#8975 ](https://github.com/lobehub/lobe-chat/issues/8975 ) ([6872798 ](https://github.com/lobehub/lobe-chat/commit/6872798 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-29 00:42:45 +00:00
LobeHub Bot
68727985d1
🤖 style: update i18n ( #8975 )
...
💄 style: update i18n
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-08-29 08:31:01 +08:00
semantic-release-bot
d3dad7973d
🔖 chore(release): v1.117.0 [skip ci]
...
## [Version 1.117.0](https://github.com/lobehub/lobe-chat/compare/v1.116.4...v1.117.0 )
<sup>Released on **2025-08-28**</sup>
#### ✨ Features
- **misc**: Ai image support Gemini 2.5 Flash Image.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Ai image support Gemini 2.5 Flash Image, closes [#8966 ](https://github.com/lobehub/lobe-chat/issues/8966 ) ([64b969e ](https://github.com/lobehub/lobe-chat/commit/64b969e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-28 17:59:29 +00:00
YuTengjing
64b969ec35
✨ feat: ai image support Gemini 2.5 Flash Image ( #8966 )
2025-08-29 01:48:01 +08:00
Arvin Xu
3336dca328
🔨 chore: upgrade xlsx to latest ( #8973 )
...
upgrade xlsx
2025-08-29 01:44:06 +08:00
lobehubbot
8737f675f4
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-28 16:38:25 +00:00
semantic-release-bot
836546f235
🔖 chore(release): v1.116.4 [skip ci]
...
### [Version 1.116.4](https://github.com/lobehub/lobe-chat/compare/v1.116.3...v1.116.4 )
<sup>Released on **2025-08-28**</sup>
#### 💄 Styles
- **misc**: Support html preview.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support html preview, closes [#8969 ](https://github.com/lobehub/lobe-chat/issues/8969 ) ([82abf6d ](https://github.com/lobehub/lobe-chat/commit/82abf6d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-28 16:37:12 +00:00
Arvin Xu
7164b4c9ab
🔨 chore: update workflow ( #8972 )
...
fix ci token
2025-08-29 00:25:35 +08:00
Arvin Xu
82abf6d7d0
💄 style: support html preview ( #8969 )
...
* support preview html
* add html
* refactor some code
2025-08-28 23:12:56 +08:00
renovate[bot]
4b3f8d4abb
Update dependency dotenv to v17 ( #8909 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-28 21:02:17 +08:00
renovate[bot]
5989a022dd
Update dependency cross-env to v10 ( #8821 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-28 20:53:32 +08:00
renovate[bot]
de9d479f28
Update dependency diff to v8 ( #8822 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-28 20:53:02 +08:00
Arvin Xu
f900f7ce4e
✅ test: add unit tests for @lobechat/prompts ( #8967 )
...
* add test and refactor
* update
* move
* fix test
* improve config
* refactor utils server import
* move
* refactor @/utils/server to @lobechat/utils/server
* improve config
* fix tests
2025-08-28 20:44:28 +08:00
lobehubbot
d847e44ef7
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-28 11:01:24 +00:00
semantic-release-bot
4872cc1c41
🔖 chore(release): v1.116.3 [skip ci]
...
### [Version 1.116.3](https://github.com/lobehub/lobe-chat/compare/v1.116.2...v1.116.3 )
<sup>Released on **2025-08-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix desktop route error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix desktop route error, closes [#8962 ](https://github.com/lobehub/lobe-chat/issues/8962 ) ([27a4b34 ](https://github.com/lobehub/lobe-chat/commit/27a4b34 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-28 11:00:30 +00:00
Arvin Xu
27a4b34612
🐛 fix: fix desktop route error ( #8962 )
...
* fix issue
* add test
2025-08-28 18:48:23 +08:00
lobehubbot
dbeca5da70
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-28 06:53:27 +00:00
semantic-release-bot
b836d0398d
🔖 chore(release): v1.116.2 [skip ci]
...
### [Version 1.116.2](https://github.com/lobehub/lobe-chat/compare/v1.116.1...v1.116.2 )
<sup>Released on **2025-08-28**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-28 06:52:31 +00:00
Shinji-Li
ccdbbb927e
⚡ ️ perf: Improve settings page rendering performance to prevent re-rendering ( #8877 )
2025-08-28 14:41:11 +08:00
lobehubbot
8d479074fd
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-27 16:02:06 +00:00
semantic-release-bot
5cbf9136ff
🔖 chore(release): v1.116.1 [skip ci]
...
### [Version 1.116.1](https://github.com/lobehub/lobe-chat/compare/v1.116.0...v1.116.1 )
<sup>Released on **2025-08-27**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-27 16:00:45 +00:00
René Wang
17472aa7a5
👷 build: add group chat db schema ( #8916 )
...
* feat: merge database changes from group-chat feature
* fix
* fix
* fix
* fix tests
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2025-08-27 23:49:22 +08:00
Arvin Xu
0778fb5548
🔨 chore: fix import warning ( #8952 )
...
fix import warning
2025-08-27 23:22:16 +08:00
YuTengjing
2eeab57c1e
docs: update bfl doc cover image url ( #8951 )
2025-08-27 22:20:18 +08:00
René Wang
a397a4eed7
🔨 chore: Revert claude model specification in claude workflow ( #8946 )
2025-08-27 16:40:06 +08:00
Aloxaf
885fbbe024
fix: non-Latin characters in PDF viewer ( #8927 )
2025-08-27 16:18:32 +08:00
sxjeru
26c2dd68de
✨ chore: modelParse support Millisecond time stamp ( #8939 )
2025-08-27 16:00:52 +08:00
lobehubbot
be388b8433
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-27 07:51:51 +00:00
semantic-release-bot
afd05a2364
🔖 chore(release): v1.116.0 [skip ci]
...
## [Version 1.116.0](https://github.com/lobehub/lobe-chat/compare/v1.115.0...v1.116.0 )
<sup>Released on **2025-08-27**</sup>
#### ✨ Features
- **misc**: Add gemini 2.5 flash image for vertex ai.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add gemini 2.5 flash image for vertex ai, closes [#8943 ](https://github.com/lobehub/lobe-chat/issues/8943 ) ([74d9bb5 ](https://github.com/lobehub/lobe-chat/commit/74d9bb5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-27 07:50:40 +00:00
YuTengjing
74d9bb5b6a
✨ feat: add gemini 2.5 flash image for vertex ai ( #8943 )
2025-08-27 15:38:19 +08:00
afon
c9a65f78c5
🐛 chrore: fix qwen-image model and standardize image size format ( #8935 )
2025-08-27 15:29:51 +08:00
YuTengjing
9832bf758b
feat: add gemini 2.5 flash image model ( #8940 )
2025-08-27 12:42:16 +08:00
YuTengjing
9a6657e52e
📝 docs(workflow): optimize documentation structure and development setup ( #8934 )
2025-08-26 18:21:22 +08:00
YuTengjing
45f05a0169
📝 docs: add BFL provider documentation ( #8933 )
2025-08-26 17:26:45 +08:00
lobehubbot
29137c74d1
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-26 08:02:38 +00:00
semantic-release-bot
1eb64328e8
🔖 chore(release): v1.115.0 [skip ci]
...
## [Version 1.115.0](https://github.com/lobehub/lobe-chat/compare/v1.114.6...v1.115.0 )
<sup>Released on **2025-08-26**</sup>
#### ✨ Features
- **image**: Polish ai image.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **image**: Polish ai image, closes [#8915 ](https://github.com/lobehub/lobe-chat/issues/8915 ) ([0efe28d ](https://github.com/lobehub/lobe-chat/commit/0efe28d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-26 08:01:40 +00:00
YuTengjing
0efe28d122
✨ feat(image): polish ai image ( #8915 )
2025-08-25 22:38:41 +08:00
renovate[bot]
33611397b2
Update dependency lucide-react to ^0.541.0 ( #8907 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-25 14:16:02 +08:00
lobehubbot
0a398a8f82
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-22 16:45:00 +00:00
semantic-release-bot
1a2aa249fb
🔖 chore(release): v1.114.6 [skip ci]
...
### [Version 1.114.6](https://github.com/lobehub/lobe-chat/compare/v1.114.5...v1.114.6 )
<sup>Released on **2025-08-22**</sup>
#### 🐛 Bug Fixes
- **files**: Remove force-static rendering to enable session access.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **files**: Remove force-static rendering to enable session access, closes [#8900 ](https://github.com/lobehub/lobe-chat/issues/8900 ) ([6100d21 ](https://github.com/lobehub/lobe-chat/commit/6100d21 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-22 16:44:01 +00:00
YuTengjing
6100d21038
🐛 fix(files): remove force-static rendering to enable session access ( #8900 )
2025-08-23 00:33:36 +08:00
YuTengjing
ccc733dac5
chore: support set more image constrints ( #8896 )
2025-08-22 22:04:51 +08:00
lobehubbot
c7e94e7446
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-22 06:35:49 +00:00
semantic-release-bot
d4eb117b0c
🔖 chore(release): v1.114.5 [skip ci]
...
### [Version 1.114.5](https://github.com/lobehub/lobe-chat/compare/v1.114.4...v1.114.5 )
<sup>Released on **2025-08-22**</sup>
#### 💄 Styles
- **misc**: Update mistral model vision ability.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update mistral model vision ability, closes [#8885 ](https://github.com/lobehub/lobe-chat/issues/8885 ) ([915c0ff ](https://github.com/lobehub/lobe-chat/commit/915c0ff ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-22 06:34:55 +00:00
番茄摔成番茄酱
915c0ff5d7
💄 style: Update mistral model vision ability ( #8885 )
...
Update mistral.ts
Mistral Small与Mistral Medium模型具有图片识别能力
2025-08-22 14:24:31 +08:00
lobehubbot
a47347d95a
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-22 06:16:24 +00:00
semantic-release-bot
c9163bc9e8
🔖 chore(release): v1.114.4 [skip ci]
...
### [Version 1.114.4](https://github.com/lobehub/lobe-chat/compare/v1.114.3...v1.114.4 )
<sup>Released on **2025-08-22**</sup>
#### ♻ Code Refactoring
- **misc**: Move database to packages.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Move database to packages, closes [#8874 ](https://github.com/lobehub/lobe-chat/issues/8874 ) ([af1f715 ](https://github.com/lobehub/lobe-chat/commit/af1f715 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-22 06:15:28 +00:00
Arvin Xu
8dedc2d3e1
♻️ refactor: move utils to separate package ( #8889 )
...
* move utils
* move utils
* move utils
* update
* update
* update
* update
* update
* refactor to clean the tests
* fix release workflow
* fix tests
* fix tests
* fix tests
* fix tests
* fix tests
* fix tests
* try to fix client db migration issue
* fix tests
2025-08-22 14:05:01 +08:00
Arvin Xu
af1f71572f
♻️ refactor: move database to packages ( #8874 )
...
* move db
* refactor db import
* refactor eval types
* fix tests
* fix tests
* fix tests
* fix db migration issues
* fix docker issue
* fix tests
* update alias
* fix tests
* update db test for client and server
* refactor db
* update codecov
* update codecov
* update codecov
* add docker pr comments
2025-08-22 11:09:03 +08:00
lobehubbot
7e68cc5b5a
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-21 15:57:59 +00:00
semantic-release-bot
91e081885c
🔖 chore(release): v1.114.3 [skip ci]
...
### [Version 1.114.3](https://github.com/lobehub/lobe-chat/compare/v1.114.2...v1.114.3 )
<sup>Released on **2025-08-21**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-21 15:57:01 +00:00
Maple Gao
3ae5134984
📝 docs: Add image generation development environment setup ( #8859 )
...
* 🔨 chore: add image generation development environment setup
- Add setup-image-generation-dev.sh script for automated environment configuration
- Add English and Chinese documentation for image generation development setup
- Configure PostgreSQL and MinIO for local development with automatic bucket creation
- Include database migration and S3 environment variable configuration
* Update scripts/setup-image-generation-dev.sh
2025-08-21 23:44:21 +08:00
Maple Gao
df97d76c36
👷 build(desktop): add comprehensive Linux package format support ( #8867 )
...
✨ feat(desktop): add comprehensive Linux package format support
- Add rpm and tar.gz targets to electron-builder configuration
- Update GitHub Actions workflows to upload all Linux package formats
- Support for Ubuntu/Debian (.deb), Snap (.snap), RPM-based distributions (.rpm)
- Include universal tar.gz archives for maximum Linux distribution compatibility
- Ensure proper artifact collection and release publishing for all formats
This enables desktop app distribution across major Linux ecosystems including
Ubuntu, CentOS, openSUSE, Arch Linux, and Chinese domestic OS like UOS and Kylin.
2025-08-21 23:40:05 +08:00
lobehubbot
95246c5ee2
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-21 14:57:47 +00:00
semantic-release-bot
133fd564f1
🔖 chore(release): v1.114.2 [skip ci]
...
### [Version 1.114.2](https://github.com/lobehub/lobe-chat/compare/v1.114.1...v1.114.2 )
<sup>Released on **2025-08-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Can't load custom provider config.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Can't load custom provider config, closes [#8880 ](https://github.com/lobehub/lobe-chat/issues/8880 ) ([9ec3315 ](https://github.com/lobehub/lobe-chat/commit/9ec3315 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-21 14:56:45 +00:00
YuTengjing
9ec3315595
🐛 fix: can't load custom provider config ( #8880 )
2025-08-21 22:43:55 +08:00
Arvin Xu
d07e2acae8
🔨 chore: improve test workflow ( #8876 )
...
* test workflow
* test workflow
* add test workflow
* add test workflow
* add test config
* add test config
* add test config
* add test config
* add test config
* update
* refactor tests
* fix tests
* fix tests
* exclude packages
* improve test
* fix test
* add a new package
2025-08-21 20:39:29 +08:00
lobehubbot
499a9ca53e
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-21 11:12:14 +00:00
semantic-release-bot
9f1069a51f
🔖 chore(release): v1.114.1 [skip ci]
...
### [Version 1.114.1](https://github.com/lobehub/lobe-chat/compare/v1.114.0...v1.114.1 )
<sup>Released on **2025-08-21**</sup>
#### ♻ Code Refactoring
- **misc**: Move chain into `@lobechat/prompts`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Move chain into `@lobechat/prompts`, closes [#8875 ](https://github.com/lobehub/lobe-chat/issues/8875 ) ([c576b97 ](https://github.com/lobehub/lobe-chat/commit/c576b97 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-21 11:11:11 +00:00
Arvin Xu
c576b971ad
♻️ refactor: move chain into @lobechat/prompts ( #8875 )
...
* move chains
* move usage
* move and replace
* refactor import and usage
2025-08-21 18:55:52 +08:00
renovate[bot]
1a71188a1d
Update actions/checkout action to v5 ( #8818 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-20 11:18:37 +08:00
Maple Gao
79c81bb954
🔨 chore: update lint and TypeScript configs to exclude temporary directories ( #8856 )
...
- Add tmp, temp, .temp directories to .eslintignore
- Add .local, .cache, .claude, .serena directories to .eslintignore
- Create .stylelintignore with same ignore patterns
- Update tsconfig.json to exclude temporary directories from type checking
- Prevents linting and type checking of temporary and AI tool directories
2025-08-20 11:06:24 +08:00
Arvin Xu
1ee6724168
🔨 chore: update github workflow ( #8808 )
...
* Update docker/build-push-action action to v6
* update
* fix workflow
* fix workflow
* fix workflow
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-20 02:40:25 +08:00
lobehubbot
f36f6f7724
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-19 14:10:24 +00:00
semantic-release-bot
6d214d7bef
🔖 chore(release): v1.114.0 [skip ci]
...
## [Version 1.114.0](https://github.com/lobehub/lobe-chat/compare/v1.113.3...v1.114.0 )
<sup>Released on **2025-08-19**</sup>
#### ✨ Features
- **models**: Add Qwen Image Edit model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **models**: Add Qwen Image Edit model, closes [#8851 ](https://github.com/lobehub/lobe-chat/issues/8851 ) ([4d7a060 ](https://github.com/lobehub/lobe-chat/commit/4d7a060 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-19 14:09:23 +00:00
YuTengjing
4d7a060268
✨ feat(models): Add Qwen Image Edit model ( #8851 )
2025-08-19 21:54:12 +08:00
YuTengjing
64a5d51f87
fix: image models support for aihubmix ( #8838 )
2025-08-19 14:44:55 +08:00
YuTengjing
88c8c2dc12
🐛 chore: fix provider data fetch time ( #8844 )
2025-08-19 14:05:52 +08:00
lobehubbot
ce4969698b
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-19 05:55:54 +00:00
semantic-release-bot
3c408e444b
🔖 chore(release): v1.113.3 [skip ci]
...
### [Version 1.113.3](https://github.com/lobehub/lobe-chat/compare/v1.113.2...v1.113.3 )
<sup>Released on **2025-08-19**</sup>
#### 🐛 Bug Fixes
- **misc**: Support Grok thinking models in AiHubMix, The 'stream_options' parameter is only allowed when 'stream' is enabled.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Support Grok thinking models in AiHubMix, closes [#8713 ](https://github.com/lobehub/lobe-chat/issues/8713 ) ([ffa9b1b ](https://github.com/lobehub/lobe-chat/commit/ffa9b1b ))
* **misc**: The 'stream_options' parameter is only allowed when 'stream' is enabled, closes [#8778 ](https://github.com/lobehub/lobe-chat/issues/8778 ) ([fcc32d5 ](https://github.com/lobehub/lobe-chat/commit/fcc32d5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-19 05:54:48 +00:00
sxjeru
ffa9b1b909
🐛 fix: Support Grok thinking models in AiHubMix ( #8713 )
...
* 🐛 fix: 添加对 xai 模型的支持到 baseRuntimeMap 和 LobeAiHubMixAI
* 添加 GLM-4.5V 视觉语言模型到 siliconcloud
* update Qwen
* fix lint
* 更新 Qwen VL Plus 模型配置,调整部署名称和上下文窗口令牌数,优化定价策略
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-08-19 13:38:04 +08:00
sxjeru
fcc32d5e0a
🐛 fix: The 'stream_options' parameter is only allowed when 'stream' is enabled ( #8778 )
...
* ✨ feat: add support for service tier flex in OpenAI model handling
* 移除 responsesAPIModels 中的 gpt-5 和 gpt-5-mini 模型
* update groq
2025-08-19 13:37:44 +08:00
Arvin Xu
07a9b341b4
🔨 chore: reducing the tracing scope ( #8846 )
...
* fix workflow
* fix
* Update discover.ts
2025-08-19 13:37:24 +08:00
lobehubbot
b4b00f7c70
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-18 09:21:57 +00:00
semantic-release-bot
78a6483630
🔖 chore(release): v1.113.2 [skip ci]
...
### [Version 1.113.2](https://github.com/lobehub/lobe-chat/compare/v1.113.1...v1.113.2 )
<sup>Released on **2025-08-18**</sup>
#### 🐛 Bug Fixes
- **mcp**: Use customParams for environment settings fallback.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **mcp**: Use customParams for environment settings fallback, closes [#8814 ](https://github.com/lobehub/lobe-chat/issues/8814 ) ([ab043d4 ](https://github.com/lobehub/lobe-chat/commit/ab043d4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-18 09:21:01 +00:00
Coooolfan
ab043d45f2
🐛 fix(mcp): use customParams for environment settings fallback ( #8814 )
2025-08-18 17:06:03 +08:00
lobehubbot
1b8b86d8a5
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-18 03:09:08 +00:00
Shinji-Li
927055871b
📝 docs: change the default modal provider list rank ( #8833 )
...
docs: change the default modal provider list rank
2025-08-18 10:53:50 +08:00
lobehubbot
7562bf4acf
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-17 11:16:47 +00:00
semantic-release-bot
2564ebd6d5
🔖 chore(release): v1.113.1 [skip ci]
...
### [Version 1.113.1](https://github.com/lobehub/lobe-chat/compare/v1.113.0...v1.113.1 )
<sup>Released on **2025-08-17**</sup>
#### 🐛 Bug Fixes
- **db**: Desktop local db can't vectorization.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **db**: Desktop local db can't vectorization, closes [#8830 ](https://github.com/lobehub/lobe-chat/issues/8830 ) ([a00fd9d ](https://github.com/lobehub/lobe-chat/commit/a00fd9d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-17 11:15:51 +00:00
YuTengjing
a00fd9d236
🐛 fix(db): desktop local db can't vectorization ( #8830 )
2025-08-17 19:01:02 +08:00
renovate[bot]
24a5e0d419
Update dependency @anthropic-ai/sdk to ^0.60.0 ( #8817 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-17 18:28:00 +08:00
lobehubbot
a7b9bcd78f
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-17 06:06:15 +00:00
semantic-release-bot
5689dd8656
🔖 chore(release): v1.113.0 [skip ci]
...
## [Version 1.113.0](https://github.com/lobehub/lobe-chat/compare/v1.112.5...v1.113.0 )
<sup>Released on **2025-08-17**</sup>
#### ✨ Features
- **provider**: Add BFL provider support for image generation.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **provider**: Add BFL provider support for image generation, closes [#8806 ](https://github.com/lobehub/lobe-chat/issues/8806 ) ([519e03e ](https://github.com/lobehub/lobe-chat/commit/519e03e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-17 06:05:20 +00:00
YuTengjing
519e03e87a
✨ feat(provider): add BFL provider support for image generation ( #8806 )
2025-08-17 13:50:05 +08:00
lobehubbot
6ac6ca59da
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-17 05:38:19 +00:00
semantic-release-bot
4d164ae083
🔖 chore(release): v1.112.5 [skip ci]
...
### [Version 1.112.5](https://github.com/lobehub/lobe-chat/compare/v1.112.4...v1.112.5 )
<sup>Released on **2025-08-17**</sup>
#### 🐛 Bug Fixes
- **misc**: Improve mcp tracing with user config.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Improve mcp tracing with user config, closes [#8827 ](https://github.com/lobehub/lobe-chat/issues/8827 ) ([5cab2ee ](https://github.com/lobehub/lobe-chat/commit/5cab2ee ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-17 05:37:26 +00:00
Arvin Xu
5cab2ee5b5
🐛 fix: improve mcp tracing with user config ( #8827 )
...
* improve plugin result report
* improve plugin result report
2025-08-17 13:22:36 +08:00
lobehubbot
65dddfa47f
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-16 16:26:17 +00:00
semantic-release-bot
dfa2a2c279
🔖 chore(release): v1.112.4 [skip ci]
...
### [Version 1.112.4](https://github.com/lobehub/lobe-chat/compare/v1.112.3...v1.112.4 )
<sup>Released on **2025-08-16**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor prompts folder to the `@lobechat/prompts` pacakge.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor prompts folder to the `@lobechat/prompts` pacakge, closes [#8810 ](https://github.com/lobehub/lobe-chat/issues/8810 ) ([d82e7bb ](https://github.com/lobehub/lobe-chat/commit/d82e7bb ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-16 16:25:24 +00:00
Arvin Xu
d82e7bb9b0
♻️ refactor: refactor prompts folder to the @lobechat/prompts pacakge ( #8810 )
...
* move prompts
* refactor prompts
2025-08-17 00:10:28 +08:00
lobehubbot
3fbbfc6d96
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-16 12:20:08 +00:00
semantic-release-bot
faefe71c9a
🔖 chore(release): v1.112.3 [skip ci]
...
### [Version 1.112.3](https://github.com/lobehub/lobe-chat/compare/v1.112.2...v1.112.3 )
<sup>Released on **2025-08-16**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor const folder to a new package.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor const folder to a new package, closes [#8756 ](https://github.com/lobehub/lobe-chat/issues/8756 ) ([30a4734 ](https://github.com/lobehub/lobe-chat/commit/30a4734 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-16 12:19:14 +00:00
Arvin Xu
30a4734577
♻️ refactor: refactor const folder to a new package ( #8756 )
...
* refactor
* update
* refactor
2025-08-16 20:04:21 +08:00
lobehubbot
9e7bea6d88
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-16 10:50:25 +00:00
semantic-release-bot
d0ceab9dd6
🔖 chore(release): v1.112.2 [skip ci]
...
### [Version 1.112.2](https://github.com/lobehub/lobe-chat/compare/v1.112.1...v1.112.2 )
<sup>Released on **2025-08-16**</sup>
#### ♻ Code Refactoring
- **misc**: 重构 ArgsInput 组件.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: 重构 ArgsInput 组件, closes [#8765 ](https://github.com/lobehub/lobe-chat/issues/8765 ) ([0905559 ](https://github.com/lobehub/lobe-chat/commit/0905559 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-16 10:49:27 +00:00
Coooolfan
09055595e4
♻️ refactor: 重构ArgsInput组件 ( #8765 )
...
* ♻️ refactor(utils): extract args parsing logic from ArgsInput component
- Extract parseArgs and argsToString functions to src/utils/args.ts
- Add comprehensive test suite with 19 test cases covering edge cases
- Fix escaped quote handling in parseArgs function
- Replace String.replace() with String.replaceAll() for better readability
- Improve code reusability and maintainability following project best practices
* 📝 docs(utils): improve JSDoc comments and clean up redundant comments
- Add comprehensive JSDoc with @param and @returns for args functions
- Translate inline comments to English for consistency
- Remove redundant comments in ArgsInput component
- Keep only essential comments and improve code clarity
- Improve code documentation quality and IDE support
* ♻️ refactor(ArgsInput): completely redesign as array editor
- Replace single input with individual argument inputs
- Add visual array structure with add/remove buttons
- Support keyboard shortcuts (Enter to add, Backspace to delete)
- Improve UX with proper array operations and indexing
- Remove dependency on args parsing utils for better performance
* 🌐 i18n: add ArgsInput internationalization support
- Add ArgsInput translations for en-US and zh-CN
- Add TypeScript type definitions for new translation keys
- Support dynamic placeholder with argument index
- Fix TypeScript error for missing translation keys
2025-08-16 18:34:14 +08:00
renovate[bot]
86a28d9615
Update dependency dbdocs to ^0.16.0 ( #7572 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-16 18:31:57 +08:00
lobehubbot
164c8b344e
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-16 10:13:42 +00:00
semantic-release-bot
9b354af18c
🔖 chore(release): v1.112.1 [skip ci]
...
### [Version 1.112.1](https://github.com/lobehub/lobe-chat/compare/v1.112.0...v1.112.1 )
<sup>Released on **2025-08-16**</sup>
#### 💄 Styles
- **misc**: Add Imagen 4 GA models, style improve auth sign in box loading.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Imagen 4 GA models, closes [#8799 ](https://github.com/lobehub/lobe-chat/issues/8799 ) ([2e9ad20 ](https://github.com/lobehub/lobe-chat/commit/2e9ad20 ))
* **misc**: Style improve auth sign in box loading, closes [#8805 ](https://github.com/lobehub/lobe-chat/issues/8805 ) ([62f5a1b ](https://github.com/lobehub/lobe-chat/commit/62f5a1b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-16 10:12:44 +00:00
Arvin Xu
62f5a1b93c
💄 style: style improve auth sign in box loading ( #8805 )
2025-08-16 17:57:44 +08:00
afon
2e9ad20675
💄 style: add Imagen 4 GA models ( #8799 )
...
* add Google Imagen 4 GA models
* address review comments
2025-08-16 17:56:34 +08:00
lobehubbot
15e15e84ca
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-15 04:16:49 +00:00
semantic-release-bot
05cb6bb7de
🔖 chore(release): v1.112.0 [skip ci]
...
## [Version 1.112.0](https://github.com/lobehub/lobe-chat/compare/v1.111.12...v1.112.0 )
<sup>Released on **2025-08-15**</sup>
#### ✨ Features
- **feature-flags**: Add ai_image flag to control AI painting UI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **feature-flags**: Add ai_image flag to control AI painting UI, closes [#8797 ](https://github.com/lobehub/lobe-chat/issues/8797 ) ([a1c66c8 ](https://github.com/lobehub/lobe-chat/commit/a1c66c8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-15 04:15:54 +00:00
YuTengjing
a1c66c81fc
✨ feat(feature-flags): add ai_image flag to control AI painting UI ( #8797 )
2025-08-15 12:01:18 +08:00
lobehubbot
c1ddb6fa23
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-14 12:31:11 +00:00
semantic-release-bot
439fb6eb9d
🔖 chore(release): v1.111.12 [skip ci]
...
### [Version 1.111.12](https://github.com/lobehub/lobe-chat/compare/v1.111.11...v1.111.12 )
<sup>Released on **2025-08-14**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-14 12:30:08 +00:00
YuTengjing
27d48e89e9
👷 build: optimize claude action workflow and add vscode settings ( #8796 )
2025-08-14 20:14:54 +08:00
YuTengjing
54b08fd139
🐛 chore: upload image generated by ai painting failed ( #8792 )
2025-08-14 14:14:55 +08:00
huangkairan
8e2d47d595
🐛 chore: update gpt-5, gpt-5-nano imageOutput ( #8782 )
2025-08-14 11:50:31 +08:00
lobehubbot
75bde54d95
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-13 10:12:00 +00:00
semantic-release-bot
b69e75cfca
🔖 chore(release): v1.111.11 [skip ci]
...
### [Version 1.111.11](https://github.com/lobehub/lobe-chat/compare/v1.111.10...v1.111.11 )
<sup>Released on **2025-08-13**</sup>
#### 💄 Styles
- **misc**: Update Mistral AI models & Optimize many model providers fetching.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Mistral AI models & Optimize many model providers fetching, closes [#8644 ](https://github.com/lobehub/lobe-chat/issues/8644 ) ([1d466e5 ](https://github.com/lobehub/lobe-chat/commit/1d466e5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-13 10:10:57 +00:00
sxjeru
1d466e514f
💄 style: Update Mistral AI models & Optimize many model providers fetching ( #8644 )
...
* ✨ feat(models): 添加新的模型和更新现有模型的描述与定价
* ✨ feat(models): 添加 Kimi K2 Turbo 模型及其定价信息
* ✨ feat(models): 添加 Qwen3 Coder 30B A3B Instruct 模型及其定价信息,更新模型解析设置
* ✨ feat(models): 更新 Mistral 模型的上下文窗口和显示名称,添加 Magistral Medium 模型,调整 Codestral 模型的显示名称和发布日期
* ✨ feat(types): 添加模型设置属性到 AiFullModelCard 和 ChatModelCard 接口
* Revert "✨ feat(types): 添加模型设置属性到 AiFullModelCard 和 ChatModelCard 接口"
This reverts commit fccd6acc6f .
* ✨ feat(mistral): 添加禁用浏览器请求设置;优化思维块内容处理逻辑
* ✨ feat(modelProviders): 优化模型标签添加;优化 AiHubMix 模型抓取处理逻辑
* Update index.ts
* ✨ feat(modelParse): 优化模型查找逻辑以支持本地特定提供商模型配置
* fix
* ✨ feat(createRuntime): 支持函数式模型配置并优化模型显示名称处理,支持模型名称获取
* fix test
* ✨ feat(aihubmix): 更新模型配置,增加新模型并优化现有模型描述和能力
* ✨ feat: 更新多个模型配置抓取逻辑,优化模型处理逻辑,增加 releasedAt 字段处理,更新快照
* ✨ feat: 更新 GithubModelCard 接口,优化模型处理逻辑,增加模型描述和能力处理
* fix test
* ✨ feat: 更新 aihubmix 模型配置,增加推理能力和新模型,优化描述及能力处理;更新 handlePayload 函数以简化代码结构;添加图像模型关键词配置
* ✨ feat: 更新 aihubmix 模型配置
* fix: 更新模型默认启用处理逻辑;使用最后一个 runtime 的 client 进行函数调用
* fix test
* feat: 为多个模型处理函数添加提供商 ID 参数
* fix test
* feat: 更新 siliconcloud 模型,添加 Step 3 多模态推理模型并修改发布日期
* fix: Anthropic model fetch
* fix: 移除 zhipu 部分模型 search 能力
* update groq
* update aihubmix
* feat: 更新 Qwen 模型,调整上下文窗口令牌数量并添加新模型 Qwen Flash
* update openai
* update groq
* ✨ feat(pricing): Update pricing structure for AI models to use tiered and fixed units
* update groq
* fix lint
* update
* add GLM-4.5V chat model and update vision keywords
* update v0
2025-08-13 17:55:42 +08:00
YuTengjing
a51b33f154
📝 docs: fix eslint irregular whitespace issues ( #8777 )
2025-08-12 23:30:40 +08:00
YuTengjing
485e6cf47e
✨ chore: update some models pricing ( #8764 )
2025-08-12 16:18:37 +08:00
lobehubbot
b0d59f8b1b
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-12 04:48:21 +00:00
semantic-release-bot
8ceb25f8c2
🔖 chore(release): v1.111.10 [skip ci]
...
### [Version 1.111.10](https://github.com/lobehub/lobe-chat/compare/v1.111.9...v1.111.10 )
<sup>Released on **2025-08-12**</sup>
#### 💄 Styles
- **misc**: Adjust near bottom size on thinking scroll.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Adjust near bottom size on thinking scroll, closes [#8772 ](https://github.com/lobehub/lobe-chat/issues/8772 ) ([1fae490 ](https://github.com/lobehub/lobe-chat/commit/1fae490 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-12 04:47:26 +00:00
CanisMinor
1fae49042d
💄 style: Adjust near bottom size on thinking scroll ( #8772 )
2025-08-12 12:32:15 +08:00
lobehubbot
96ae8034fb
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-12 02:10:30 +00:00
semantic-release-bot
b3120167ce
🔖 chore(release): v1.111.9 [skip ci]
...
### [Version 1.111.9](https://github.com/lobehub/lobe-chat/compare/v1.111.8...v1.111.9 )
<sup>Released on **2025-08-12**</sup>
#### 💄 Styles
- **misc**: Improve Gemini error display with promptFeedback.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve Gemini error display with promptFeedback, closes [#8707 ](https://github.com/lobehub/lobe-chat/issues/8707 ) ([51ad399 ](https://github.com/lobehub/lobe-chat/commit/51ad399 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-12 02:09:35 +00:00
sxjeru
51ad3998e4
💄 style: improve Gemini error display with promptFeedback ( #8707 )
...
* 增加对带有阻止原因(PROHIBITED_CONTENT)的 promptFeedback 的处理
* update
* 增加对 Google AI 阻止原因的本地化处理,更新错误消息以提供更友好的用户反馈
2025-08-12 09:52:05 +08:00
lobehubbot
6435935f10
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-11 18:16:03 +00:00
semantic-release-bot
45f71478c4
🔖 chore(release): v1.111.8 [skip ci]
...
### [Version 1.111.8](https://github.com/lobehub/lobe-chat/compare/v1.111.7...v1.111.8 )
<sup>Released on **2025-08-11**</sup>
#### 💄 Styles
- **misc**: Support new GPT-5 Verbosity params.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support new GPT-5 Verbosity params, closes [#8715 ](https://github.com/lobehub/lobe-chat/issues/8715 ) ([0a724aa ](https://github.com/lobehub/lobe-chat/commit/0a724aa ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-11 18:15:08 +00:00
sxjeru
0a724aae32
💄 style: Support new GPT-5 Verbosity params ( #8715 )
...
* ✨ feat: add GPT-5 reasoning effort slider and update related configurations
* ✨ feat: 添加 GPT-5 推理强度和文本详细程度控制选项
* fix lint
* fix
* i18n
2025-08-12 01:59:59 +08:00
lobehubbot
1cf4355e94
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-11 16:35:43 +00:00
semantic-release-bot
74a702a5ff
🔖 chore(release): v1.111.7 [skip ci]
...
### [Version 1.111.7](https://github.com/lobehub/lobe-chat/compare/v1.111.6...v1.111.7 )
<sup>Released on **2025-08-11**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor model-runtime to a seperated package.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor model-runtime to a seperated package, closes [#8763 ](https://github.com/lobehub/lobe-chat/issues/8763 ) ([e5eb7a2 ](https://github.com/lobehub/lobe-chat/commit/e5eb7a2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-11 16:34:34 +00:00
Rylan Cai
6c83807218
🔨 chore: Migrate self-hosting auth to Casdoor@v2 ( #8767 )
...
* 🔨 chore: update casdoor to v2
* 🐛 fix: enable signin
* 🐛 fix: webhook hostname diag failed
2025-08-12 00:19:29 +08:00
Arvin Xu
e5eb7a280d
♻️ refactor: refactor model-runtime to a seperated package ( #8763 )
...
* move model-runtime
* refactor import from @/libs/model-runtime to @lobechat/model-runtime
* move deps
* refactor types
2025-08-12 00:08:52 +08:00
renovate[bot]
a21c05bf64
Update dependency @anthropic-ai/sdk to ^0.59.0 ( #8735 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-11 13:51:47 +08:00
lobehubbot
1e61e79034
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-11 04:07:12 +00:00
semantic-release-bot
4556bdf1c2
🔖 chore(release): v1.111.6 [skip ci]
...
### [Version 1.111.6](https://github.com/lobehub/lobe-chat/compare/v1.111.5...v1.111.6 )
<sup>Released on **2025-08-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Solve the cache problem caused by the same dom id when sharing pictures.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Solve the cache problem caused by the same dom id when sharing pictures, closes [#8704 ](https://github.com/lobehub/lobe-chat/issues/8704 ) ([68aad95 ](https://github.com/lobehub/lobe-chat/commit/68aad95 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-11 04:06:14 +00:00
Arvin Xu
dbc4b10837
Add Claude Code GitHub Workflow ( #8753 )
...
* Claude PR Assistant workflow
* Claude Code Review workflow
2025-08-11 11:51:04 +08:00
renovate[bot]
0f10efcb5d
Update pnpm to v10.14.0 ( #8739 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-11 11:48:47 +08:00
Shinji-Li
68aad95c04
🐛 fix: Solve the cache problem caused by the same dom id when sharing pictures ( #8704 )
2025-08-11 11:22:24 +08:00
lobehubbot
7b12e54646
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-10 16:22:31 +00:00
semantic-release-bot
e10a433610
🔖 chore(release): v1.111.5 [skip ci]
...
### [Version 1.111.5](https://github.com/lobehub/lobe-chat/compare/v1.111.4...v1.111.5 )
<sup>Released on **2025-08-10**</sup>
#### 💄 Styles
- **misc**: Add mask effect to thinking scroll, update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add mask effect to thinking scroll, closes [#8729 ](https://github.com/lobehub/lobe-chat/issues/8729 ) ([4cefafd ](https://github.com/lobehub/lobe-chat/commit/4cefafd ))
* **misc**: Update i18n, closes [#8734 ](https://github.com/lobehub/lobe-chat/issues/8734 ) ([327a564 ](https://github.com/lobehub/lobe-chat/commit/327a564 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-10 16:21:23 +00:00
LobeHub Bot
327a56474e
💄 style: update i18n ( #8734 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-08-11 00:05:59 +08:00
renovate[bot]
abb93a6f79
Update dependency lucide-react to ^0.539.0 ( #8736 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-11 00:05:46 +08:00
renovate[bot]
d861bb0421
Update dependency react-scan to ^0.4.0 ( #8738 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-11 00:05:33 +08:00
Arvin Xu
7f00b530fa
👷 build: pin swr@2.3.4 to fix next build ( #8746 )
2025-08-11 00:02:49 +08:00
CanisMinor
4cefafd5c5
💄 style: Add mask effect to thinking scroll ( #8729 )
2025-08-09 18:13:56 +08:00
lobehubbot
135c9bea7f
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-09 06:23:28 +00:00
semantic-release-bot
862ab713e1
🔖 chore(release): v1.111.4 [skip ci]
...
### [Version 1.111.4](https://github.com/lobehub/lobe-chat/compare/v1.111.3...v1.111.4 )
<sup>Released on **2025-08-09**</sup>
#### 🐛 Bug Fixes
- **pricing**: Adjust cachedInput values for GPT-5 models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **pricing**: Adjust cachedInput values for GPT-5 models, closes [#8723 ](https://github.com/lobehub/lobe-chat/issues/8723 ) ([652bf08 ](https://github.com/lobehub/lobe-chat/commit/652bf08 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-09 06:22:33 +00:00
Morax
e1424ad797
📝 docs: add info callout for desktop client access in Cloudflare R2 configuration ( #8728 )
2025-08-09 14:07:28 +08:00
bbbugg
652bf08ab8
🐛 fix(pricing): adjust cachedInput values for GPT-5 models ( #8723 )
2025-08-09 14:01:14 +08:00
lobehubbot
025d00202c
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-09 05:10:04 +00:00
semantic-release-bot
04db9c59ff
🔖 chore(release): v1.111.3 [skip ci]
...
### [Version 1.111.3](https://github.com/lobehub/lobe-chat/compare/v1.111.2...v1.111.3 )
<sup>Released on **2025-08-09**</sup>
#### 💄 Styles
- **misc**: Improve thinking auto scroll style, Support session switch shortcut key, update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve thinking auto scroll style, closes [#8719 ](https://github.com/lobehub/lobe-chat/issues/8719 ) ([acec55f ](https://github.com/lobehub/lobe-chat/commit/acec55f ))
* **misc**: Support session switch shortcut key, closes [#8626 ](https://github.com/lobehub/lobe-chat/issues/8626 ) ([efc7eaf ](https://github.com/lobehub/lobe-chat/commit/efc7eaf ))
* **misc**: Update i18n, closes [#8725 ](https://github.com/lobehub/lobe-chat/issues/8725 ) ([d9642fc ](https://github.com/lobehub/lobe-chat/commit/d9642fc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-09 05:09:02 +00:00
LobeHub Bot
d9642fc6c5
💄 style: update i18n ( #8725 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-08-09 12:54:00 +08:00
𝑾𝒖𝒙𝒉
efc7eaf537
💄 style: Support session switch shortcut key ( #8626 )
...
* ✨ feat: Support session switch shortcut key
Duplicate of https://github.com/lobehub/lobe-chat/pull/8366
* chore: update
2025-08-09 12:43:28 +08:00
Arvin Xu
acec55f605
💄 style: improve thinking auto scroll style ( #8719 )
...
* improve thinking auto scroll style
* improve style
2025-08-09 12:39:05 +08:00
lobehubbot
e96750cff3
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-08 16:37:24 +00:00
semantic-release-bot
4eee917d45
🔖 chore(release): v1.111.2 [skip ci]
...
### [Version 1.111.2](https://github.com/lobehub/lobe-chat/compare/v1.111.1...v1.111.2 )
<sup>Released on **2025-08-08**</sup>
#### ♻ Code Refactoring
- **pricing**: Introduce new pricing system.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **pricing**: Introduce new pricing system, closes [#8681 ](https://github.com/lobehub/lobe-chat/issues/8681 ) ([96b7508 ](https://github.com/lobehub/lobe-chat/commit/96b7508 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-08 16:36:30 +00:00
YuTengjing
96b7508e01
✨ refactor(pricing): Introduce new pricing system ( #8681 )
2025-08-09 00:21:07 +08:00
lobehubbot
f44bf9180b
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-08 16:08:29 +00:00
semantic-release-bot
18eee1f75d
🔖 chore(release): v1.111.1 [skip ci]
...
### [Version 1.111.1](https://github.com/lobehub/lobe-chat/compare/v1.111.0...v1.111.1 )
<sup>Released on **2025-08-08**</sup>
#### 💄 Styles
- **misc**: Add descriptions for the FLUX.1 Krea and Qwen Image.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add descriptions for the FLUX.1 Krea and Qwen Image, closes [#8678 ](https://github.com/lobehub/lobe-chat/issues/8678 ) ([769fda0 ](https://github.com/lobehub/lobe-chat/commit/769fda0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-08 16:07:33 +00:00
ExDragine
769fda060d
💄 style: Add descriptions for the FLUX.1 Krea and Qwen Image ( #8678 )
2025-08-08 23:52:01 +08:00
lobehubbot
8a88bd099b
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-08 03:00:57 +00:00
semantic-release-bot
6b0a411caf
🔖 chore(release): v1.111.0 [skip ci]
...
## [Version 1.111.0](https://github.com/lobehub/lobe-chat/compare/v1.110.7...v1.111.0 )
<sup>Released on **2025-08-08**</sup>
#### ✨ Features
- **misc**: Add GPT-5 series models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add GPT-5 series models, closes [#8711 ](https://github.com/lobehub/lobe-chat/issues/8711 ) ([600c29b ](https://github.com/lobehub/lobe-chat/commit/600c29b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-08 03:00:02 +00:00
Arvin Xu
600c29b13f
✨ feat: add GPT-5 series models ( #8711 )
...
* add gpt 5
* fix tests
* fix tests
* update models
* fix tests
* add reasoningEffort
* make gpt-5 response api
* add models
* fix tests
2025-08-08 10:44:31 +08:00
lobehubbot
2b93efff5a
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-07 19:05:36 +00:00
semantic-release-bot
05b99d6c97
🔖 chore(release): v1.110.7 [skip ci]
...
### [Version 1.110.7](https://github.com/lobehub/lobe-chat/compare/v1.110.6...v1.110.7 )
<sup>Released on **2025-08-07**</sup>
#### 🐛 Bug Fixes
- **misc**: Missing languages it-IT, pl-PL, nl-NL.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Missing languages it-IT, pl-PL, nl-NL, closes [#8710 ](https://github.com/lobehub/lobe-chat/issues/8710 ) ([b46fa8e ](https://github.com/lobehub/lobe-chat/commit/b46fa8e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-07 19:04:43 +00:00
Arvin Xu
b46fa8ee99
🐛 fix: missing languages it-IT, pl-PL, nl-NL ( #8710 )
...
* fix: missing languages it-IT, pl-PL, nl-NL
* fix tests
---------
Co-authored-by: Daniele Sarnari <daniele.sarnari@beliven.com >
2025-08-08 02:49:14 +08:00
lobehubbot
b764c4258d
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-07 17:31:16 +00:00
semantic-release-bot
7b726f2846
🔖 chore(release): v1.110.6 [skip ci]
...
### [Version 1.110.6](https://github.com/lobehub/lobe-chat/compare/v1.110.5...v1.110.6 )
<sup>Released on **2025-08-07**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-07 17:30:05 +00:00
Arvin Xu
ff94ef0fea
⚡ ️ perf: support no animation mode ( #8705 )
...
* support no animation mode
* support update animation
* clean code
* fix lint
* fix tests
2025-08-08 01:14:10 +08:00
renovate[bot]
dfe300622e
Update dependency electron to ^37.2.0 ( #8415 )
...
* Update dependency electron to ~37.2.0
* Update package.json
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-08-07 14:15:30 +08:00
renovate[bot]
2b4d657f28
Update dependency tsx to ^4.20.0 ( #8246 )
...
* Update dependency tsx to ~4.20.0
* Update package.json
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-08-07 13:56:37 +08:00
renovate[bot]
47227cc486
Update dependency i18next to v25 ( #7485 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-07 13:36:09 +08:00
renovate[bot]
0ee89ff96f
Update dependency @auth/core to ^0.40.0 ( #7569 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-07 13:31:38 +08:00
renovate[bot]
0b37014c95
Update dependency @t3-oss/env-nextjs to ^0.13.0 ( #7571 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-07 13:31:06 +08:00
lobehubbot
6cc49259c2
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-07 05:01:55 +00:00
semantic-release-bot
8e8505702e
🔖 chore(release): v1.110.5 [skip ci]
...
### [Version 1.110.5](https://github.com/lobehub/lobe-chat/compare/v1.110.4...v1.110.5 )
<sup>Released on **2025-08-07**</sup>
#### 🐛 Bug Fixes
- **misc**: Optimize Gemini error message display & Filter empty messages.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Optimize Gemini error message display & Filter empty messages, closes [#8489 ](https://github.com/lobehub/lobe-chat/issues/8489 ) ([5b409cc ](https://github.com/lobehub/lobe-chat/commit/5b409cc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-07 05:01:00 +00:00
sxjeru
5b409ccfa2
🐛 fix: Optimize Gemini error message display & Filter empty messages ( #8489 )
...
* Update index.ts
* 修剪错误消息换行符
* 筛除空消息
* 修复错误类型判断逻辑以正确处理无效API密钥错误
* fix
* fix test
* fix test
* fix
* 提取 Google 错误解析功能并添加相关单元测试
2025-08-07 12:45:29 +08:00
lobehubbot
b525728da9
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-06 17:57:54 +00:00
semantic-release-bot
76d8d502e9
🔖 chore(release): v1.110.4 [skip ci]
...
### [Version 1.110.4](https://github.com/lobehub/lobe-chat/compare/v1.110.3...v1.110.4 )
<sup>Released on **2025-08-06**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor trace type.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor trace type, closes [#8699 ](https://github.com/lobehub/lobe-chat/issues/8699 ) ([4e71af7 ](https://github.com/lobehub/lobe-chat/commit/4e71af7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-06 17:57:00 +00:00
Arvin Xu
4e71af77f5
♻️ refactor: refactor trace type ( #8699 )
...
* refactor trace type
* refactor lobechat type
* refactor types
2025-08-07 01:41:22 +08:00
lobehubbot
7abeee2416
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-06 16:51:22 +00:00
semantic-release-bot
f7effe92a2
🔖 chore(release): v1.110.3 [skip ci]
...
### [Version 1.110.3](https://github.com/lobehub/lobe-chat/compare/v1.110.2...v1.110.3 )
<sup>Released on **2025-08-06**</sup>
#### 💄 Styles
- **misc**: Fix provider setting page hydration error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix provider setting page hydration error, closes [#8695 ](https://github.com/lobehub/lobe-chat/issues/8695 ) ([88e7d2a ](https://github.com/lobehub/lobe-chat/commit/88e7d2a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-06 16:50:20 +00:00
Arvin Xu
88e7d2ada1
💄 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
2025-08-07 00:34:36 +08:00
huangkairan
8c0101e67c
🔨 chore: fix MenuCtr test type error ( #8696 )
2025-08-06 19:41:47 +08:00
huangkairan
d796b85ee8
🔨 chore: update author github url ( #8694 )
2025-08-06 17:44:24 +08:00
lobehubbot
641dfca67c
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-06 09:08:52 +00:00
semantic-release-bot
aa126fe06f
🔖 chore(release): v1.110.2 [skip ci]
...
### [Version 1.110.2](https://github.com/lobehub/lobe-chat/compare/v1.110.1...v1.110.2 )
<sup>Released on **2025-08-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix fail to fetch aihubmix model on client mode.
#### 💄 Styles
- **misc**: Add context menu for desktop, support different model tabs.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix fail to fetch aihubmix model on client mode, closes [#8689 ](https://github.com/lobehub/lobe-chat/issues/8689 ) ([3dcc5da ](https://github.com/lobehub/lobe-chat/commit/3dcc5da ))
#### Styles
* **misc**: Add context menu for desktop, closes [#8691 ](https://github.com/lobehub/lobe-chat/issues/8691 ) ([0b30d05 ](https://github.com/lobehub/lobe-chat/commit/0b30d05 ))
* **misc**: Support different model tabs, closes [#8693 ](https://github.com/lobehub/lobe-chat/issues/8693 ) ([6d531d7 ](https://github.com/lobehub/lobe-chat/commit/6d531d7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-06 09:07:52 +00:00
Arvin Xu
3dcc5da11a
🐛 fix: fix fail to fetch aihubmix model on client mode ( #8689 )
...
* fix dockerfile
* update gitignore
* refactor some @/types to @lobechat/types
* improve apikey url
* fix aihubmix provider
2025-08-06 16:52:21 +08:00
Arvin Xu
6d531d7cc1
💄 style: support different model tabs ( #8693 )
2025-08-06 16:49:12 +08:00
Arvin Xu
0b30d05aaa
💄 style: add context menu for desktop ( #8691 )
...
* update state
* clean code
* improve menu
2025-08-06 15:39:03 +08:00
lobehubbot
c13e11ce3f
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-06 07:10:03 +00:00
semantic-release-bot
8777a4e42a
🔖 chore(release): v1.110.1 [skip ci]
...
### [Version 1.110.1](https://github.com/lobehub/lobe-chat/compare/v1.110.0...v1.110.1 )
<sup>Released on **2025-08-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix remote avatar broken in desktop again.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix remote avatar broken in desktop again, closes [#8688 ](https://github.com/lobehub/lobe-chat/issues/8688 ) ([41b4363 ](https://github.com/lobehub/lobe-chat/commit/41b4363 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-06 07:09:09 +00:00
Bryan
41b4363802
🐛 fix: fix remote avatar broken in desktop again ( #8688 )
2025-08-06 14:53:44 +08:00
lobehubbot
d34ba6496e
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-06 05:40:28 +00:00
semantic-release-bot
6bdc75781f
🔖 chore(release): v1.110.0 [skip ci]
...
## [Version 1.110.0](https://github.com/lobehub/lobe-chat/compare/v1.109.1...v1.110.0 )
<sup>Released on **2025-08-06**</sup>
#### ✨ Features
- **misc**: Support mcp plugin install from web.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support mcp plugin install from web, closes [#8680 ](https://github.com/lobehub/lobe-chat/issues/8680 ) ([022d858 ](https://github.com/lobehub/lobe-chat/commit/022d858 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-06 05:39:32 +00:00
Arvin Xu
022d858cbc
✨ feat: support mcp plugin install from web ( #8680 )
...
* refactor modal
* improve mcp plugin display
* fix marketplace modal
* refactor install modal
* support official install
* fix types
* clean
* clean
* clean
* fix types
* fix protocol condition
* update state
2025-08-06 13:23:27 +08:00
lobehubbot
f7302b5886
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-06 02:31:31 +00:00
semantic-release-bot
2077251a16
🔖 chore(release): v1.109.1 [skip ci]
...
### [Version 1.109.1](https://github.com/lobehub/lobe-chat/compare/v1.109.0...v1.109.1 )
<sup>Released on **2025-08-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix ollama model output without thinking.
#### 💄 Styles
- **misc**: Add Claude Opus 4.1 model, update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix ollama model output without thinking, closes [#8686 ](https://github.com/lobehub/lobe-chat/issues/8686 ) ([d95c7f4 ](https://github.com/lobehub/lobe-chat/commit/d95c7f4 ))
#### Styles
* **misc**: Add Claude Opus 4.1 model, closes [#8683 ](https://github.com/lobehub/lobe-chat/issues/8683 ) ([ceb5289 ](https://github.com/lobehub/lobe-chat/commit/ceb5289 ))
* **misc**: Update i18n, closes [#8684 ](https://github.com/lobehub/lobe-chat/issues/8684 ) ([926fa9a ](https://github.com/lobehub/lobe-chat/commit/926fa9a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-06 02:30:32 +00:00
Arvin Xu
d95c7f4142
🐛 fix: fix ollama model output without thinking ( #8686 )
2025-08-06 10:15:13 +08:00
sxjeru
ceb5289d57
💄 style: Add Claude Opus 4.1 model ( #8683 )
...
* Update anthropic.ts
* Update anthropic.ts
* Update aihubmix.ts
* fix: `temperature` and `top_p` cannot both be specified for this model. Please use only one.
* update
* 更新 Groq 模型
2025-08-06 10:14:51 +08:00
LobeHub Bot
926fa9a1a2
💄 style: update i18n ( #8684 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-08-06 10:14:28 +08:00
lobehubbot
d2fba0fb7f
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-05 18:16:27 +00:00
semantic-release-bot
c883ad1a13
🔖 chore(release): v1.109.0 [skip ci]
...
## [Version 1.109.0](https://github.com/lobehub/lobe-chat/compare/v1.108.2...v1.109.0 )
<sup>Released on **2025-08-05**</sup>
#### ✨ Features
- **misc**: Support gpt-oss in ollama provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support gpt-oss in ollama provider, closes [#8682 ](https://github.com/lobehub/lobe-chat/issues/8682 ) ([6e0c386 ](https://github.com/lobehub/lobe-chat/commit/6e0c386 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-05 18:15:34 +00:00
Arvin Xu
6e0c386090
✨ feat: support gpt-oss in ollama provider ( #8682 )
...
* add gpt-oss models
* update gpt-oss models
2025-08-06 02:00:24 +08:00
lobehubbot
ef599cff43
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-05 13:53:25 +00:00
semantic-release-bot
151e75ef60
🔖 chore(release): v1.108.2 [skip ci]
...
### [Version 1.108.2](https://github.com/lobehub/lobe-chat/compare/v1.108.1...v1.108.2 )
<sup>Released on **2025-08-05**</sup>
#### 🐛 Bug Fixes
- **misc**: Provider config checker uses outdated API key.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Provider config checker uses outdated API key, closes [#8666 ](https://github.com/lobehub/lobe-chat/issues/8666 ) ([3a3e73e ](https://github.com/lobehub/lobe-chat/commit/3a3e73e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-05 13:52:28 +00:00
YuTengjing
3a3e73e419
🐛 fix: provider config checker uses outdated API key ( #8666 )
2025-08-05 21:36:07 +08:00
Tsuki
539932af69
🔨 chore: Add ga4 analytics provider ( #8672 )
2025-08-05 19:43:38 +08:00
lobehubbot
de94b3ecd0
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-05 09:57:23 +00:00
semantic-release-bot
2a7e8a89e0
🔖 chore(release): v1.108.1 [skip ci]
...
### [Version 1.108.1](https://github.com/lobehub/lobe-chat/compare/v1.108.0...v1.108.1 )
<sup>Released on **2025-08-05**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix remote avatar broken in desktop.
#### 💄 Styles
- **misc**: Update mask style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix remote avatar broken in desktop, closes [#8673 ](https://github.com/lobehub/lobe-chat/issues/8673 ) ([7eae430 ](https://github.com/lobehub/lobe-chat/commit/7eae430 ))
#### Styles
* **misc**: Update mask style, closes [#8555 ](https://github.com/lobehub/lobe-chat/issues/8555 ) ([b4ac89d ](https://github.com/lobehub/lobe-chat/commit/b4ac89d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-05 09:55:16 +00:00
Bryan
7eae4308ec
🐛 fix: fix remote avatar broken in desktop ( #8673 )
2025-08-05 17:39:47 +08:00
CanisMinor
b4ac89d281
💄 style: Update mask style ( #8555 )
...
* 💄 style: Update mask style
* Update antdOverride.ts
* Update antdOverride.ts
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-08-05 17:28:06 +08:00
renovate[bot]
223b0c7fa9
Update dependency drizzle-orm to ^0.44.0 ( #7483 )
...
* Update dependency drizzle-orm to ^0.44.0
* refactor drizzle orm
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: arvinxx <arvinx@foxmail.com >
2025-08-05 17:25:27 +08:00
huangkairan
9ed268cd36
🔨 chore: clean desktop trpc log ( #8677 )
2025-08-05 17:19:51 +08:00
lobehubbot
7c33ccaf53
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-05 08:06:24 +00:00
semantic-release-bot
0a5ae9f1a8
🔖 chore(release): v1.108.0 [skip ci]
...
## [Version 1.108.0](https://github.com/lobehub/lobe-chat/compare/v1.107.6...v1.108.0 )
<sup>Released on **2025-08-05**</sup>
#### ✨ Features
- **misc**: Support 302ai provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support 302ai provider, closes [#8362 ](https://github.com/lobehub/lobe-chat/issues/8362 ) ([e172055 ](https://github.com/lobehub/lobe-chat/commit/e172055 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-05 08:05:31 +00:00
JI4JUN
e172055a52
✨ feat: support 302ai provider ( #8362 )
...
* ✨ feat: support 302.AI provider
* 📝 docs: update docs of 302.AI
* 🐛 fix: error 404 of images in ai302.mdx and ai302.zh-CN.mdx
* 🐛 fix: fix issue of failing tests
2025-08-05 15:50:13 +08:00
lobehubbot
db57461337
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-05 03:56:04 +00:00
semantic-release-bot
2c6df10136
🔖 chore(release): v1.107.6 [skip ci]
...
### [Version 1.107.6](https://github.com/lobehub/lobe-chat/compare/v1.107.5...v1.107.6 )
<sup>Released on **2025-08-05**</sup>
#### 🐛 Bug Fixes
- **misc**: Break line for Gemini Artifacts.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Break line for Gemini Artifacts, closes [#8627 ](https://github.com/lobehub/lobe-chat/issues/8627 ) ([65609dd ](https://github.com/lobehub/lobe-chat/commit/65609dd ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-05 03:55:02 +00:00
AmAzing-
65609dd1e9
🐛 fix: Break line for Gemini Artifacts ( #8627 )
...
* 🐛 fix: Break line for Gemini Artifacts
* 🔧 chore: Add an idempotency test to processWithArtifact
2025-08-05 11:39:34 +08:00
YuTengjing
f97c62e196
✨ chore: improve plugin result rendering with smart content detection ( #8664 )
2025-08-04 21:37:21 +08:00
YuTengjing
526e0bf473
🐛 chore: clear prompt input after successful image creation ( #8663 )
2025-08-04 21:35:12 +08:00
lobehubbot
0a3ff2ce9e
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-04 10:04:30 +00:00
semantic-release-bot
e208b01472
🔖 chore(release): v1.107.5 [skip ci]
...
### [Version 1.107.5](https://github.com/lobehub/lobe-chat/compare/v1.107.4...v1.107.5 )
<sup>Released on **2025-08-04**</sup>
#### 💄 Styles
- **misc**: Update models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update models, closes [#8657 ](https://github.com/lobehub/lobe-chat/issues/8657 ) ([904ee13 ](https://github.com/lobehub/lobe-chat/commit/904ee13 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-04 10:03:31 +00:00
Arvin Xu
904ee138ba
💄 style: update models ( #8657 )
2025-08-04 17:48:09 +08:00
lobehubbot
1e3597200b
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-04 09:46:20 +00:00
semantic-release-bot
89b93b396d
🔖 chore(release): v1.107.4 [skip ci]
...
### [Version 1.107.4](https://github.com/lobehub/lobe-chat/compare/v1.107.3...v1.107.4 )
<sup>Released on **2025-08-04**</sup>
#### 🐛 Bug Fixes
- **misc**: When s3 files not exist , global files should delete.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: When s3 files not exist , global files should delete ([7c1ca41 ](https://github.com/lobehub/lobe-chat/commit/7c1ca41 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-04 09:45:20 +00:00
Shinji-Li
9c28a88561
Revert "fix: when s3 files not exist , global files should delete" ( #8661 )
2025-08-04 17:29:49 +08:00
Shinji-Li
7c1ca41c53
🐛 fix: when s3 files not exist , global files should delete
...
fix: when s3 files not exist , global files should delete
2025-08-04 17:25:21 +08:00
ONLY-yours
740a28e4aa
fix: merge main
2025-08-04 11:05:00 +08:00
Maple Gao
ddddb1e881
🔨 chore: improve gitignore for Ubuntu Dev Env ( #8655 )
2025-08-04 10:16:22 +08:00
lobehubbot
bba3179b47
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-03 14:01:39 +00:00
semantic-release-bot
ce159a33f0
🔖 chore(release): v1.107.3 [skip ci]
...
### [Version 1.107.3](https://github.com/lobehub/lobe-chat/compare/v1.107.2...v1.107.3 )
<sup>Released on **2025-08-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Aihubmix provider request headers.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Aihubmix provider request headers, closes [#8654 ](https://github.com/lobehub/lobe-chat/issues/8654 ) ([af07101 ](https://github.com/lobehub/lobe-chat/commit/af07101 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-03 14:00:40 +00:00
renovate[bot]
b0be9be7c0
Update dependency lucide-react to ^0.536.0 ( #8648 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-03 21:45:07 +08:00
renovate[bot]
6db157ed64
Update dependency @anthropic-ai/sdk to ^0.57.0 ( #8647 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-03 21:43:37 +08:00
Arvin Xu
af071015d0
🐛 fix: aihubmix provider request headers ( #8654 )
...
* fix headers issue
* update provider
2025-08-03 21:43:20 +08:00
lobehubbot
0458190d16
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-02 16:40:34 +00:00
semantic-release-bot
4306558781
🔖 chore(release): v1.107.2 [skip ci]
...
### [Version 1.107.2](https://github.com/lobehub/lobe-chat/compare/v1.107.1...v1.107.2 )
<sup>Released on **2025-08-02**</sup>
#### ♻ Code Refactoring
- **misc**: Move types to separate package.
#### 🐛 Bug Fixes
- **desktop**: Settings window can't exit when fullscreen.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Move types to separate package, closes [#8635 ](https://github.com/lobehub/lobe-chat/issues/8635 ) ([3cc4a54 ](https://github.com/lobehub/lobe-chat/commit/3cc4a54 ))
#### What's fixed
* **desktop**: Settings window can't exit when fullscreen, closes [#8633 ](https://github.com/lobehub/lobe-chat/issues/8633 ) ([954eb2c ](https://github.com/lobehub/lobe-chat/commit/954eb2c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-02 16:39:38 +00:00
YuTengjing
954eb2cb18
🐛 fix(desktop): settings window can't exit when fullscreen ( #8633 )
...
* 🐛 fix: settings window can't exit when fullscreen
* 🐛 fix: refactor macOS fullscreen hide to prevent black screen
- Unified fullscreen handling in Browser.hide() method
- Fixed black screen issue when hiding fullscreen windows on macOS
- Simplified close event handler by removing duplicate logic
- Updated toggleVisible() to use consistent hide() method
- Added platform check to only apply fix on macOS
Fixes: https://github.com/electron/electron/issues/20263
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-03 00:23:40 +08:00
Arvin Xu
3cc4a54d6f
♻️ refactor: move types to separate package ( #8635 )
...
* move types
* fix tests
* fix tests
2025-08-03 00:22:49 +08:00
ONLY-yours
bb1a3d9a08
fix: 修复单元测试失败的问题
2025-08-01 17:07:59 +08:00
lobehubbot
adcedf41ca
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-01 05:03:51 +00:00
semantic-release-bot
d79f2f99fd
🔖 chore(release): v1.107.1 [skip ci]
...
### [Version 1.107.1](https://github.com/lobehub/lobe-chat/compare/v1.107.0...v1.107.1 )
<sup>Released on **2025-08-01**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8629 ](https://github.com/lobehub/lobe-chat/issues/8629 ) ([3b87fe7 ](https://github.com/lobehub/lobe-chat/commit/3b87fe7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-01 05:02:49 +00:00
LobeHub Bot
3b87fe70b2
💄 style: update i18n ( #8629 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-08-01 12:47:28 +08:00
Arvin Xu
29417d5e18
🔨 chore: fix type in some scripts ( #8631 )
...
* upgrade types
* fix types
* fix types
2025-08-01 12:42:55 +08:00
lobehubbot
9b74e172a0
📝 docs(bot): Auto sync agents & plugin to readme
2025-08-01 02:08:20 +00:00
semantic-release-bot
0c00c89374
🔖 chore(release): v1.107.0 [skip ci]
...
## [Version 1.107.0](https://github.com/lobehub/lobe-chat/compare/v1.106.8...v1.107.0 )
<sup>Released on **2025-08-01**</sup>
#### ✨ Features
- **misc**: Support aihubmix provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support aihubmix provider, closes [#8038 ](https://github.com/lobehub/lobe-chat/issues/8038 ) ([4db6485 ](https://github.com/lobehub/lobe-chat/commit/4db6485 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-08-01 02:07:27 +00:00
hedeqiang
4db6485410
✨ feat: support aihubmix provider ( #8038 )
...
* feata: support aihubmix provider
* style: update aihubmix
* style: update LobeOpenAICompatibleFactory
* Delete docs/usage/providers/aihubmix.mdx
* style: update model list
* style: i18n
* Update aihubmix.zh-CN.mdx
* Update aihubmix.ts
* ♻️ refactor: rename agent runtime to model runtime
* ✨ feat: support aihubmix as router runtime
* update App header
* update
* update models
* update models link
* update i18n
* fix
* fix
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-08-01 09:52:11 +08:00
lobehubbot
1257d905c7
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-31 03:37:39 +00:00
semantic-release-bot
896020a7ba
🔖 chore(release): v1.106.8 [skip ci]
...
### [Version 1.106.8](https://github.com/lobehub/lobe-chat/compare/v1.106.7...v1.106.8 )
<sup>Released on **2025-07-31**</sup>
#### 💄 Styles
- **misc**: Support SenseNova V6.5 models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support SenseNova V6.5 models, closes [#8569 ](https://github.com/lobehub/lobe-chat/issues/8569 ) ([411ed7e ](https://github.com/lobehub/lobe-chat/commit/411ed7e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-31 03:36:45 +00:00
sxjeru
411ed7eac1
💄 style: Support SenseNova V6.5 models ( #8569 )
...
* ✨ feat: 添加 SenseNova V6.5 Pro 和 V6.5 Turbo 模型,并更新聊天处理逻辑以支持思考参数
* ✨ feat: 更新模型 ID 格式并添加 Qwen3 模型,增强聊天处理能力
2025-07-31 11:21:04 +08:00
lobehubbot
c36ec9bdbd
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-31 02:44:15 +00:00
semantic-release-bot
b8d51a9c87
🔖 chore(release): v1.106.7 [skip ci]
...
### [Version 1.106.7](https://github.com/lobehub/lobe-chat/compare/v1.106.6...v1.106.7 )
<sup>Released on **2025-07-31**</sup>
#### 💄 Styles
- **misc**: Update Aliyun Bailian models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Aliyun Bailian models, closes [#8612 ](https://github.com/lobehub/lobe-chat/issues/8612 ) ([433e679 ](https://github.com/lobehub/lobe-chat/commit/433e679 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-31 02:43:18 +00:00
sxjeru
433e679844
💄 style: update Aliyun Bailian models ( #8612 )
...
* Update qwen.ts
* ✨ feat: 添加 Qwen3-30B-A3B-Instruct-2507 聊天模型
* ✨ feat: 更新 Qwen 模型配置,添加新能力和调整参数
* ✨ feat: 更新推理预算令牌的处理逻辑,支持在未启用推理时使用
2025-07-31 10:28:06 +08:00
lobehubbot
fe7062f796
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-31 02:19:56 +00:00
semantic-release-bot
b278458f2d
🔖 chore(release): v1.106.6 [skip ci]
...
### [Version 1.106.6](https://github.com/lobehub/lobe-chat/compare/v1.106.5...v1.106.6 )
<sup>Released on **2025-07-31**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix oidc oauth callback pages 404.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix oidc oauth callback pages 404, closes [#8620 ](https://github.com/lobehub/lobe-chat/issues/8620 ) ([d136b6e ](https://github.com/lobehub/lobe-chat/commit/d136b6e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-31 02:19:02 +00:00
Arvin Xu
d136b6eb55
🐛 fix: fix oidc oauth callback pages 404 ( #8620 )
2025-07-31 10:03:42 +08:00
lobehubbot
ef42644d03
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-30 16:32:39 +00:00
semantic-release-bot
dfb8687f0e
🔖 chore(release): v1.106.5 [skip ci]
...
### [Version 1.106.5](https://github.com/lobehub/lobe-chat/compare/v1.106.4...v1.106.5 )
<sup>Released on **2025-07-30**</sup>
#### 💄 Styles
- **misc**: Improve mcp plugin calling and display.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve mcp plugin calling and display, closes [#8619 ](https://github.com/lobehub/lobe-chat/issues/8619 ) ([14c41c4 ](https://github.com/lobehub/lobe-chat/commit/14c41c4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-30 16:31:46 +00:00
Arvin Xu
14c41c488f
💄 style: improve mcp plugin calling and display ( #8619 )
...
* improve mcp tools calling loading state
* improve Arguments display
* improve mcp display
* improve close delay
2025-07-31 00:16:14 +08:00
lobehubbot
bc984529a6
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-30 11:17:10 +00:00
semantic-release-bot
f72eadee09
🔖 chore(release): v1.106.4 [skip ci]
...
### [Version 1.106.4](https://github.com/lobehub/lobe-chat/compare/v1.106.3...v1.106.4 )
<sup>Released on **2025-07-30**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix mcp calling missing array content.
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix mcp calling missing array content, closes [#8615 ](https://github.com/lobehub/lobe-chat/issues/8615 ) ([b7f8e6e ](https://github.com/lobehub/lobe-chat/commit/b7f8e6e ))
#### Styles
* **misc**: Update i18n, closes [#8609 ](https://github.com/lobehub/lobe-chat/issues/8609 ) ([21cac39 ](https://github.com/lobehub/lobe-chat/commit/21cac39 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-30 11:16:14 +00:00
LobeHub Bot
21cac39e72
💄 style: update i18n ( #8609 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-07-30 19:00:55 +08:00
Arvin Xu
b7f8e6e521
🐛 fix: fix mcp calling missing array content ( #8615 )
2025-07-30 19:00:48 +08:00
lobehubbot
6e7035e1e5
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-29 18:03:49 +00:00
semantic-release-bot
0dd157b2f6
🔖 chore(release): v1.106.3 [skip ci]
...
### [Version 1.106.3](https://github.com/lobehub/lobe-chat/compare/v1.106.2...v1.106.3 )
<sup>Released on **2025-07-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Moonshot assistant messages must not be empty.
#### 💄 Styles
- **misc**: Add volcengine kimi-k2 model, Add Zhipu GLM-4.5 models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Moonshot assistant messages must not be empty, closes [#8419 ](https://github.com/lobehub/lobe-chat/issues/8419 ) ([a796495 ](https://github.com/lobehub/lobe-chat/commit/a796495 ))
#### Styles
* **misc**: Add volcengine kimi-k2 model, closes [#8591 ](https://github.com/lobehub/lobe-chat/issues/8591 ) ([9630167 ](https://github.com/lobehub/lobe-chat/commit/9630167 ))
* **misc**: Add Zhipu GLM-4.5 models, closes [#8590 ](https://github.com/lobehub/lobe-chat/issues/8590 ) ([4f4620c ](https://github.com/lobehub/lobe-chat/commit/4f4620c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-29 18:02:42 +00:00
sxjeru
a796495e1c
🐛 fix: moonshot assistant messages must not be empty ( #8419 )
...
* 🔧 fix(moonshot): 处理空的 assistant 消息并添加浏览器请求禁用设置
* 🔧 feat(siliconcloud): 添加 Kimi K2 Instruct 模型及其相关信息
* 🔧 feat(hunyuan): 添加 Hunyuan T1 模型及其相关信息
🔧 fix(moonshot): 为 assistant 空消息添加一个空格以优化消息处理
* 🔧 feat(siliconcloud): 添加 Kimi K2 Instruct 模型及其相关信息
* 🔧 feat(groq): 添加 Kimi K2 Instruct 模型及其相关信息
* 🔧 refactor(stepfun): 移除过时的模型配置
* ✨ feat(moonshot): 添加流式响应处理以支持特殊响应格式
* fix
* 移除模型内置搜索
* ✨ feat(qwen): 添加 Kimi K2 Instruct 模型并更新现有模型的部署名称和输出限制
* remove gemini-2.5-flash-preview-04-17
* ✨ feat(qwen): 添加多个基于Qwen3的模型,增强代码生成能力和描述信息
* ✨ feat: 添加 Qwen3 235B A22B Instruct 2507 模型及更新定价信息
* ✨ feat: 添加 Qwen3 235B Thinking 2507 模型及更新 Qwen3 A22B Instruct 2507 描述
* fix Gemini 2.5 Flash-Lite
* ✨ feat: 添加 GLM-4.5、GLM-4.5-Air 和 Qwen3 235B A22B Thinking 2507 模型到 siliconcloudChatModels
* ✨ feat: 为 qwen3-coder-plus 模型添加 functionCall 能力
* opti
2025-07-30 01:46:56 +08:00
sxjeru
4f4620c3c3
💄 style: Add Zhipu GLM-4.5 models ( #8590 )
...
* ✨ feat(zhipu): 添加多个GLM-4.5模型并更新模型参数
* add
* ✨ feat(zhipu): 添加流处理功能以修正智谱模型的工具调用索引
* Update index.ts
2025-07-30 01:35:43 +08:00
hedeqiang
96301670c4
💄 style: add volcengine kimi-k2 model ( #8591 )
2025-07-30 01:31:56 +08:00
lobehubbot
d7763c38c5
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-29 16:33:37 +00:00
semantic-release-bot
b1e01d377a
🔖 chore(release): v1.106.2 [skip ci]
...
### [Version 1.106.2](https://github.com/lobehub/lobe-chat/compare/v1.106.1...v1.106.2 )
<sup>Released on **2025-07-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix desktop auth redirect url error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix desktop auth redirect url error, closes [#8597 ](https://github.com/lobehub/lobe-chat/issues/8597 ) ([0ed7368 ](https://github.com/lobehub/lobe-chat/commit/0ed7368 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-29 16:32:35 +00:00
Arvin Xu
0ed73685dc
🐛 fix: fix desktop auth redirect url error ( #8597 )
...
* try to fix cloudflare issue
* fix 0.0.0.0
* fix route
* fix desktop callback
* update pkg
* try to fix again
* try to fix route again
2025-07-30 00:17:23 +08:00
lobehubbot
f92b86b194
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-29 14:11:44 +00:00
semantic-release-bot
1cf58899d8
🔖 chore(release): v1.106.1 [skip ci]
...
### [Version 1.106.1](https://github.com/lobehub/lobe-chat/compare/v1.106.0...v1.106.1 )
<sup>Released on **2025-07-29**</sup>
#### 💄 Styles
- **misc**: Support Minimax T2I models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support Minimax T2I models, closes [#8583 ](https://github.com/lobehub/lobe-chat/issues/8583 ) ([f8a01aa ](https://github.com/lobehub/lobe-chat/commit/f8a01aa ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-29 14:10:47 +00:00
YuTengjing
c1dfa7ab49
style: none login user access ai image page error ( #8605 )
2025-07-29 21:55:13 +08:00
Zhijie He
f8a01aacb0
💄 style: support Minimax T2I models ( #8583 )
2025-07-29 21:54:56 +08:00
lobehubbot
c29559cb2e
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-29 13:09:02 +00:00
semantic-release-bot
16dd71b5e9
🔖 chore(release): v1.106.0 [skip ci]
...
## [Version 1.106.0](https://github.com/lobehub/lobe-chat/compare/v1.105.6...v1.106.0 )
<sup>Released on **2025-07-29**</sup>
#### ✨ Features
- **misc**: Add support for Okta Authentication.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add support for Okta Authentication, closes [#8547 ](https://github.com/lobehub/lobe-chat/issues/8547 ) ([67abdfe ](https://github.com/lobehub/lobe-chat/commit/67abdfe ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-29 13:08:05 +00:00
Arvin Xu
ad8f5e451b
📝 docs: add chinese docs for okta provider ( #8607 )
...
Reverted a micro-change which was changed during some testing (back to original)
Removed Okta Test
Removed deprecated env variables
Add Okta support to auth config and tests
2025-07-29 20:52:02 +08:00
Jamie Stivala
67abdfe153
✨ feat: Add support for Okta Authentication ( #8547 )
...
* Add Okta support to auth config and tests
* Added documentation
* Removed deprecated env variables
* Added Okta as SSO Provider
* Removed Okta Test
* Reverted a micro-change which was changed during some testing (back to original)
* Added Okta to SSO providers list
2025-07-29 20:48:52 +08:00
lobehubbot
672580737f
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-29 12:21:49 +00:00
semantic-release-bot
778152f966
🔖 chore(release): v1.105.6 [skip ci]
...
### [Version 1.105.6](https://github.com/lobehub/lobe-chat/compare/v1.105.5...v1.105.6 )
<sup>Released on **2025-07-29**</sup>
#### 💄 Styles
- **misc**: Open new topic by tap Just Chat again.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Open new topic by tap Just Chat again, closes [#8426 ](https://github.com/lobehub/lobe-chat/issues/8426 ) ([018ca75 ](https://github.com/lobehub/lobe-chat/commit/018ca75 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-29 12:20:56 +00:00
René Wang
018ca7598c
💄 style: Open new topic by tap Just Chat again ( #8426 )
2025-07-29 20:05:29 +08:00
lobehubbot
6bfba72dce
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-29 11:28:43 +00:00
semantic-release-bot
b7dbcfd310
🔖 chore(release): v1.105.5 [skip ci]
...
### [Version 1.105.5](https://github.com/lobehub/lobe-chat/compare/v1.105.4...v1.105.5 )
<sup>Released on **2025-07-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Reorder AppTheme and Locale to fix modal i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Reorder AppTheme and Locale to fix modal i18n, closes [#8600 ](https://github.com/lobehub/lobe-chat/issues/8600 ) ([3264cf2 ](https://github.com/lobehub/lobe-chat/commit/3264cf2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-29 11:27:39 +00:00
Zhaker
3264cf2106
🐛 fix: reorder AppTheme and Locale to fix modal i18n ( #8600 )
2025-07-29 19:12:09 +08:00
lobehubbot
9a372f622d
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-29 10:36:16 +00:00
semantic-release-bot
de05d4165f
🔖 chore(release): v1.105.4 [skip ci]
...
### [Version 1.105.4](https://github.com/lobehub/lobe-chat/compare/v1.105.3...v1.105.4 )
<sup>Released on **2025-07-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Revert jose to ^5 to fix auth issue on desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Revert jose to ^5 to fix auth issue on desktop, closes [#8603 ](https://github.com/lobehub/lobe-chat/issues/8603 ) ([57118b0 ](https://github.com/lobehub/lobe-chat/commit/57118b0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-29 10:35:23 +00:00
Arvin Xu
57118b031e
🐛 fix: revert jose to ^5 to fix auth issue on desktop ( #8603 )
2025-07-29 18:20:16 +08:00
lobehubbot
c4b2bb59c3
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-29 09:57:47 +00:00
semantic-release-bot
2211cd7632
🔖 chore(release): v1.105.3 [skip ci]
...
### [Version 1.105.3](https://github.com/lobehub/lobe-chat/compare/v1.105.2...v1.105.3 )
<sup>Released on **2025-07-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix subscription plan tag display.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix subscription plan tag display, closes [#8599 ](https://github.com/lobehub/lobe-chat/issues/8599 ) ([2a3754a ](https://github.com/lobehub/lobe-chat/commit/2a3754a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-29 09:56:53 +00:00
Arvin Xu
2a3754a436
🐛 fix: fix subscription plan tag display ( #8599 )
2025-07-29 17:41:42 +08:00
lobehubbot
e448d52d5c
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-29 07:12:06 +00:00
semantic-release-bot
04edfca6e0
🔖 chore(release): v1.105.2 [skip ci]
...
### [Version 1.105.2](https://github.com/lobehub/lobe-chat/compare/v1.105.1...v1.105.2 )
<sup>Released on **2025-07-29**</sup>
#### ♻ Code Refactoring
- **misc**: Clean mcp sitemap, refactor jose-JWT to xor obfuscation.
#### 💄 Styles
- **misc**: Add more OpenAI SDK Text2Image providers, update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Clean mcp sitemap, closes [#8596 ](https://github.com/lobehub/lobe-chat/issues/8596 ) ([b9e3e66 ](https://github.com/lobehub/lobe-chat/commit/b9e3e66 ))
* **misc**: Refactor jose-JWT to xor obfuscation, closes [#8595 ](https://github.com/lobehub/lobe-chat/issues/8595 ) ([be98d56 ](https://github.com/lobehub/lobe-chat/commit/be98d56 ))
#### Styles
* **misc**: Add more OpenAI SDK Text2Image providers, closes [#8573 ](https://github.com/lobehub/lobe-chat/issues/8573 ) ([403aebd ](https://github.com/lobehub/lobe-chat/commit/403aebd ))
* **misc**: Update i18n, closes [#8593 ](https://github.com/lobehub/lobe-chat/issues/8593 ) ([356cf0c ](https://github.com/lobehub/lobe-chat/commit/356cf0c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-29 07:11:05 +00:00
Arvin Xu
b9e3e6633e
♻️ refactor: clean mcp sitemap ( #8596 )
2025-07-29 14:55:46 +08:00
Zhijie He
403aebd52e
💄 style: add more OpenAI SDK Text2Image providers ( #8573 )
2025-07-29 14:45:19 +08:00
LobeHub Bot
356cf0c392
💄 style: update i18n ( #8593 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-07-29 14:37:29 +08:00
Arvin Xu
be98d56ef4
♻️ refactor: refactor jose-JWT to xor obfuscation ( #8595 )
...
* refactor jose-jwt to xor obfuscation
* rename JWTPayload type to ClientSecretPayload
* fix tests
* revert next version
2025-07-29 14:37:01 +08:00
lobehubbot
3fae1b2638
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-29 04:07:54 +00:00
semantic-release-bot
ee4cc6c2e0
🔖 chore(release): v1.105.1 [skip ci]
...
### [Version 1.105.1](https://github.com/lobehub/lobe-chat/compare/v1.105.0...v1.105.1 )
<sup>Released on **2025-07-29**</sup>
#### 💄 Styles
- **misc**: Support more Text2Image from Qwen.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support more Text2Image from Qwen, closes [#8574 ](https://github.com/lobehub/lobe-chat/issues/8574 ) ([b8c0e2d ](https://github.com/lobehub/lobe-chat/commit/b8c0e2d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-29 04:07:02 +00:00
Zhijie He
b8c0e2d639
💄 style: support more Text2Image from Qwen ( #8574 )
2025-07-29 11:51:40 +08:00
lobehubbot
74d20bdbe8
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-28 09:12:32 +00:00
semantic-release-bot
7bab44e74c
🔖 chore(release): v1.105.0 [skip ci]
...
## [Version 1.105.0](https://github.com/lobehub/lobe-chat/compare/v1.104.5...v1.105.0 )
<sup>Released on **2025-07-28**</sup>
#### ✨ Features
- **misc**: Implement API Key management functionality.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Implement API Key management functionality, closes [#8535 ](https://github.com/lobehub/lobe-chat/issues/8535 ) ([fdaa725 ](https://github.com/lobehub/lobe-chat/commit/fdaa725 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-28 09:11:38 +00:00
Zephyr
fdaa72564c
✨ feat: Implement API Key management functionality ( #8535 )
...
* ✨ feat: Implement API Key management functionality
- Added new components for API Key management including creation, deletion, and display.
- Introduced a new database schema for storing API Keys.
- Implemented server and client services for API Key operations.
- Integrated API Key management into the profile section with appropriate routing and feature flags.
- Enhanced localization support for API Key related UI elements.
This commit lays the groundwork for managing API Keys within the application, allowing users to create, view, and manage their keys effectively.
* fix: server config unit test
* ✨ feat(database): Create api_keys table with conditional existence check
- Added a conditional check to create the "api_keys" table only if it does not already exist.
- Ensured the foreign key constraint for "user_id" references the "users" table remains intact.
This change enhances the migration process by preventing errors during table creation if the table already exists.
* feat: Implement API Key management interface
- Introduced a new Client component for managing API keys, including creation, updating, and deletion functionalities.
- Replaced the previous page component with the new Client component in the API key management page.
- Removed obsolete client and server service files related to API key management, streamlining the service layer.
This update enhances the user experience by providing a dedicated interface for API key operations.
2025-07-28 16:55:57 +08:00
lobehubbot
7d85151cb6
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-28 08:53:48 +00:00
semantic-release-bot
23ef2eea59
🔖 chore(release): v1.104.5 [skip ci]
...
### [Version 1.104.5](https://github.com/lobehub/lobe-chat/compare/v1.104.4...v1.104.5 )
<sup>Released on **2025-07-28**</sup>
#### 💄 Styles
- **misc**: Fix setting window layout when in desktop was disappear.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix setting window layout when in desktop was disappear, closes [#8585 ](https://github.com/lobehub/lobe-chat/issues/8585 ) ([74ab822 ](https://github.com/lobehub/lobe-chat/commit/74ab822 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-28 08:52:59 +00:00
Shinji-Li
74ab822140
💄 style: fix setting window layout when in desktop was disappear ( #8585 )
2025-07-28 16:37:45 +08:00
lobehubbot
d726ff108d
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-28 02:37:48 +00:00
semantic-release-bot
dd7b661140
🔖 chore(release): v1.104.4 [skip ci]
...
### [Version 1.104.4](https://github.com/lobehub/lobe-chat/compare/v1.104.3...v1.104.4 )
<sup>Released on **2025-07-28**</sup>
#### 💄 Styles
- **misc**: Fix setting window layout size, update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix setting window layout size, closes [#8483 ](https://github.com/lobehub/lobe-chat/issues/8483 ) ([4902341 ](https://github.com/lobehub/lobe-chat/commit/4902341 ))
* **misc**: Update i18n, closes [#8579 ](https://github.com/lobehub/lobe-chat/issues/8579 ) ([2eccbc7 ](https://github.com/lobehub/lobe-chat/commit/2eccbc7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-28 02:36:53 +00:00
Shinji-Li
49023419cf
💄 style: fix setting window layout size ( #8483 )
2025-07-28 10:21:30 +08:00
LobeHub Bot
2eccbc79eb
💄 style: update i18n ( #8579 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-07-28 10:19:46 +08:00
lobehubbot
3527cb65f1
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-26 09:48:50 +00:00
semantic-release-bot
1731c841d8
🔖 chore(release): v1.104.3 [skip ci]
...
### [Version 1.104.3](https://github.com/lobehub/lobe-chat/compare/v1.104.2...v1.104.3 )
<sup>Released on **2025-07-26**</sup>
#### 💄 Styles
- **misc**: Add Gemini 2.5 Flash-Lite GA model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Gemini 2.5 Flash-Lite GA model, closes [#8539 ](https://github.com/lobehub/lobe-chat/issues/8539 ) ([404ac21 ](https://github.com/lobehub/lobe-chat/commit/404ac21 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-26 09:47:57 +00:00
afon
404ac21229
💄 style: Add Gemini 2.5 Flash-Lite GA model ( #8539 )
2025-07-26 17:32:34 +08:00
Arvin Xu
2eaa2dbea0
🔨 chore: add react scan debugger and bump deps ( #8576 )
...
* add REACT_SCAN debug
* upgrade lobehub/ui
* clean
* head
* update
2025-07-26 16:32:55 +08:00
lobehubbot
50c0ed168d
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-26 07:32:43 +00:00
semantic-release-bot
780e231afa
🔖 chore(release): v1.104.2 [skip ci]
...
### [Version 1.104.2](https://github.com/lobehub/lobe-chat/compare/v1.104.1...v1.104.2 )
<sup>Released on **2025-07-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix update hotkey invalid when input mod in desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix update hotkey invalid when input mod in desktop, closes [#8572 ](https://github.com/lobehub/lobe-chat/issues/8572 ) ([07f3e6a ](https://github.com/lobehub/lobe-chat/commit/07f3e6a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-26 07:31:53 +00:00
Arvin Xu
07f3e6a4c4
🐛 fix: fix update hotkey invalid when input mod in desktop ( #8572 )
...
* fix hotkey with mod
* fix invalid hotkeys
* add tests
2025-07-26 15:16:45 +08:00
lobehubbot
3c35edced5
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-25 09:59:34 +00:00
semantic-release-bot
15770f188f
🔖 chore(release): v1.104.1 [skip ci]
...
### [Version 1.104.1](https://github.com/lobehub/lobe-chat/compare/v1.104.0...v1.104.1 )
<sup>Released on **2025-07-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Update convertUsage to handle XAI provider and adjust OpenAIStream to pass provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update convertUsage to handle XAI provider and adjust OpenAIStream to pass provider, closes [#8557 ](https://github.com/lobehub/lobe-chat/issues/8557 ) ([d1e4a54 ](https://github.com/lobehub/lobe-chat/commit/d1e4a54 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-25 09:58:34 +00:00
YuTengjing
9d7c6014fd
✨ chore: improve image display quality ( #8571 )
2025-07-25 17:42:23 +08:00
sxjeru
d1e4a54b01
🐛 fix: update convertUsage to handle XAI provider and adjust OpenAIStream to pass provider ( #8557 )
2025-07-25 16:16:54 +08:00
lobehubbot
1bc8815fb4
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-24 17:20:43 +00:00
semantic-release-bot
284826bed0
🔖 chore(release): v1.104.0 [skip ci]
...
## [Version 1.104.0](https://github.com/lobehub/lobe-chat/compare/v1.103.2...v1.104.0 )
<sup>Released on **2025-07-24**</sup>
#### ✨ Features
- **misc**: Support custom hotkey on desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support custom hotkey on desktop, closes [#8559 ](https://github.com/lobehub/lobe-chat/issues/8559 ) ([b50f121 ](https://github.com/lobehub/lobe-chat/commit/b50f121 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-24 17:19:53 +00:00
Arvin Xu
b50f1212cb
✨ feat: support custom hotkey on desktop ( #8559 )
...
* support custom hotkey
* update tests
* clean
* fix tests
2025-07-25 01:04:18 +08:00
lobehubbot
946517a52e
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-24 04:20:29 +00:00
semantic-release-bot
d30cc62acf
🔖 chore(release): v1.103.2 [skip ci]
...
### [Version 1.103.2](https://github.com/lobehub/lobe-chat/compare/v1.103.1...v1.103.2 )
<sup>Released on **2025-07-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix chat stream in desktop and update shortcut.
#### 💄 Styles
- **misc**: Add cached token count to usage of GoogleAI and VertexAI, fix desktop titlebar style in window, fix sub topic width in md responsive.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix chat stream in desktop and update shortcut, closes [#8520 ](https://github.com/lobehub/lobe-chat/issues/8520 ) ([0192140 ](https://github.com/lobehub/lobe-chat/commit/0192140 ))
#### Styles
* **misc**: Add cached token count to usage of GoogleAI and VertexAI, closes [#8545 ](https://github.com/lobehub/lobe-chat/issues/8545 ) ([66dbb24 ](https://github.com/lobehub/lobe-chat/commit/66dbb24 ))
* **misc**: Fix desktop titlebar style in window, closes [#8439 ](https://github.com/lobehub/lobe-chat/issues/8439 ) ([fd7662c ](https://github.com/lobehub/lobe-chat/commit/fd7662c ))
* **misc**: Fix sub topic width in md responsive, closes [#8443 ](https://github.com/lobehub/lobe-chat/issues/8443 ) ([9bae13b ](https://github.com/lobehub/lobe-chat/commit/9bae13b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-24 04:19:17 +00:00
Arvin Xu
0192140909
🐛 fix: fix chat stream in desktop and update shortcut ( #8520 )
...
* disable nginx chunk buffering
* make setting keep alive
* update shortcut
* update shortcut
* fix lint
2025-07-24 12:04:06 +08:00
Shinji-Li
9bae13b6c1
💄 style: fix sub topic width in md responsive ( #8443 )
2025-07-24 11:02:38 +08:00
CanisMinor
fd7662c3ac
💄 style: fix desktop titlebar style in window ( #8439 )
...
* 💄 style: Fix win electron style
📝 docs: Update readme
💄 style: Update useWatchThemeUpdate
💄 style: Update Tray icon
🔧 chore: Update windows
🔧 chore: Update filetree
🔧 chore: Update core
💄 style: Fix desktop draw style
💄 style: Update style
💄 style: Fix backgroundColor
💄 style: Update titlebar style
* 💄 style: Fix windows icon
* 🔧 chore: Clean
* update theme
* 💄 style: Update broswer
* 💄 style: HandleAppThemeChange
* clean
* fix memory leak
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2025-07-24 11:02:07 +08:00
afon
66dbb246d9
💄 style: Add cached token count to usage of GoogleAI and VertexAI ( #8545 )
2025-07-24 10:56:03 +08:00
Jamie Stivala
3a2935a6e3
🔨 chore: fix an issue where some tests were failing if Branding items were updated ( #8549 )
...
* Update test data for plugin action to use avatar icon path (rather than hard coded)
* Update tests to use BRANDING_NAME constant instead of hardcoded 'LobeChat' and update avatar icon path in chat message tests
* Update tests to replace hardcoded avatar paths with constants for inbox and user avatars
* Update plugin action tests to use DEFAULT_INBOX_AVATAR constant instead of hardcoded path
2025-07-24 10:54:42 +08:00
ONLY-yours
17a289066e
fix: merge main
2025-07-23 17:07:41 +08:00
YuTengjing
82ca0074d4
🔨 chore: some ai image optimization ( #8543 )
2025-07-23 15:33:20 +08:00
lobehubbot
225d3b6ed5
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-23 05:34:17 +00:00
semantic-release-bot
66984d9418
🔖 chore(release): v1.103.1 [skip ci]
...
### [Version 1.103.1](https://github.com/lobehub/lobe-chat/compare/v1.103.0...v1.103.1 )
<sup>Released on **2025-07-23**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8537 ](https://github.com/lobehub/lobe-chat/issues/8537 ) ([b16f19b ](https://github.com/lobehub/lobe-chat/commit/b16f19b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-23 05:33:24 +00:00
LobeHub Bot
b16f19bfed
💄 style: update i18n ( #8537 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-07-23 13:17:56 +08:00
huangkairan
f61b222e9e
📝 docs: fix desktop & mcp mdx ( #8541 )
2025-07-23 13:17:30 +08:00
lobehubbot
368f7dbbc1
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-22 14:59:13 +00:00
semantic-release-bot
9c2350e643
🔖 chore(release): v1.103.0 [skip ci]
...
## [Version 1.103.0](https://github.com/lobehub/lobe-chat/compare/v1.102.4...v1.103.0 )
<sup>Released on **2025-07-22**</sup>
#### ✨ Features
- **misc**: Add Qwen image generation capabilities.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Qwen image generation capabilities, closes [#8534 ](https://github.com/lobehub/lobe-chat/issues/8534 ) ([7e8e5ef ](https://github.com/lobehub/lobe-chat/commit/7e8e5ef ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-22 14:58:22 +00:00
YuTengjing
7e8e5ef5b2
✨ feat: add Qwen image generation capabilities ( #8534 )
2025-07-22 22:43:10 +08:00
lobehubbot
0ed9e7d947
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-22 06:02:40 +00:00
semantic-release-bot
19cc6e8562
🔖 chore(release): v1.102.4 [skip ci]
...
### [Version 1.102.4](https://github.com/lobehub/lobe-chat/compare/v1.102.3...v1.102.4 )
<sup>Released on **2025-07-22**</sup>
#### ♻ Code Refactoring
- **misc**: Add badge and improve document.
#### 💄 Styles
- **misc**: Update tray icon.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Add badge and improve document, closes [#8528 ](https://github.com/lobehub/lobe-chat/issues/8528 ) ([9fb4b0d ](https://github.com/lobehub/lobe-chat/commit/9fb4b0d ))
#### Styles
* **misc**: Update tray icon, closes [#8530 ](https://github.com/lobehub/lobe-chat/issues/8530 ) ([2696de4 ](https://github.com/lobehub/lobe-chat/commit/2696de4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-22 06:01:46 +00:00
Arvin Xu
2696de4078
💄 style: Update tray icon ( #8530 )
...
Co-authored-by: canisminor1990 <i@canisminor.cc >
2025-07-22 13:46:39 +08:00
Arvin Xu
9fb4b0dfc3
♻️ refactor: add badge and improve document ( #8528 )
...
* update readme
* 📝 docs: Update readme
* 💄 style: Update PlanIcon
* improve tooltip placement
* improve tray
---------
Co-authored-by: canisminor1990 <i@canisminor.cc >
2025-07-22 13:43:57 +08:00
lobehubbot
caffbbd384
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-22 03:38:51 +00:00
semantic-release-bot
8a89b1a14e
🔖 chore(release): v1.102.3 [skip ci]
...
### [Version 1.102.3](https://github.com/lobehub/lobe-chat/compare/v1.102.2...v1.102.3 )
<sup>Released on **2025-07-22**</sup>
#### 🐛 Bug Fixes
- **misc**: Remove debug logging from ModelRuntime and async caller.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Remove debug logging from ModelRuntime and async caller, closes [#8525 ](https://github.com/lobehub/lobe-chat/issues/8525 ) ([dd1a635 ](https://github.com/lobehub/lobe-chat/commit/dd1a635 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-22 03:37:59 +00:00
YuTengjing
dd1a6356b7
🐛 fix: remove debug logging from ModelRuntime and async caller ( #8525 )
2025-07-22 11:23:05 +08:00
LovelyGuYiMeng
d87919eba2
👷 build: add default app url for docker image to avoid building error ( #8526 )
2025-07-22 11:17:43 +08:00
lobehubbot
4bcf9822f7
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-22 03:12:31 +00:00
semantic-release-bot
9f2eea3d2f
🔖 chore(release): v1.102.2 [skip ci]
...
### [Version 1.102.2](https://github.com/lobehub/lobe-chat/compare/v1.102.1...v1.102.2 )
<sup>Released on **2025-07-22**</sup>
#### 💄 Styles
- **misc**: Add notification for desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add notification for desktop, closes [#8523 ](https://github.com/lobehub/lobe-chat/issues/8523 ) ([4917d17 ](https://github.com/lobehub/lobe-chat/commit/4917d17 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-22 03:11:41 +00:00
Arvin Xu
4917d175bb
💄 style: add notification for desktop ( #8523 )
...
* add notification for desktop
* update i18n
* fix tests
2025-07-22 10:56:17 +08:00
lobehubbot
5b53773dc6
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-21 16:01:39 +00:00
semantic-release-bot
46bdf21f37
🔖 chore(release): v1.102.1 [skip ci]
...
### [Version 1.102.1](https://github.com/lobehub/lobe-chat/compare/v1.102.0...v1.102.1 )
<sup>Released on **2025-07-21**</sup>
#### 🐛 Bug Fixes
- **groq**: Enable streaming for tool calls and add Kimi K2 model.
#### 💄 Styles
- **misc**: Modal list header sticky style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **groq**: Enable streaming for tool calls and add Kimi K2 model, closes [#8510 ](https://github.com/lobehub/lobe-chat/issues/8510 ) ([60739bc ](https://github.com/lobehub/lobe-chat/commit/60739bc ))
#### Styles
* **misc**: Modal list header sticky style, closes [#8514 ](https://github.com/lobehub/lobe-chat/issues/8514 ) ([75273d5 ](https://github.com/lobehub/lobe-chat/commit/75273d5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-21 16:00:42 +00:00
afon
60739bc903
🐛 fix(groq): Enable streaming for tool calls and add Kimi K2 model ( #8510 )
2025-07-21 23:45:30 +08:00
Innei
75273d5497
💄 style: modal list header sticky style ( #8514 )
2025-07-21 23:43:25 +08:00
Innei
22e2de2b00
🔨 chore(typo): fix redirectUrl typo ( #8513 )
2025-07-21 23:42:53 +08:00
lobehubbot
cbddf3ed25
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-21 15:28:30 +00:00
semantic-release-bot
14fd4bb2e7
🔖 chore(release): v1.102.0 [skip ci]
...
## [Version 1.102.0](https://github.com/lobehub/lobe-chat/compare/v1.101.2...v1.102.0 )
<sup>Released on **2025-07-21**</sup>
#### ✨ Features
- **misc**: Add image generation capabilities using Google AI Imagen API.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add image generation capabilities using Google AI Imagen API, closes [#8503 ](https://github.com/lobehub/lobe-chat/issues/8503 ) ([cef8208 ](https://github.com/lobehub/lobe-chat/commit/cef8208 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-21 15:27:38 +00:00
YuTengjing
cef8208457
✨ feat: add image generation capabilities using Google AI Imagen API ( #8503 )
2025-07-21 23:11:31 +08:00
lobehubbot
7d85a772db
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-21 06:00:46 +00:00
semantic-release-bot
83dd2865f0
🔖 chore(release): v1.101.2 [skip ci]
...
### [Version 1.101.2](https://github.com/lobehub/lobe-chat/compare/v1.101.1...v1.101.2 )
<sup>Released on **2025-07-21**</sup>
#### 💄 Styles
- **misc**: Fix lobehub provider `/chat` in desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix lobehub provider `/chat` in desktop, closes [#8508 ](https://github.com/lobehub/lobe-chat/issues/8508 ) ([c801f9c ](https://github.com/lobehub/lobe-chat/commit/c801f9c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-21 05:59:47 +00:00
Arvin Xu
c04507e34f
🔨 chore: fix model runtime test issue ( #8511 )
2025-07-21 13:44:54 +08:00
Arvin Xu
c801f9ce58
💄 style: fix lobehub provider /chat in desktop ( #8508 )
2025-07-21 11:43:20 +08:00
vual
ac2a83a3ce
👷 build: add default APP_URL for docker image to avoid building error ( #8507 )
2025-07-21 11:39:59 +08:00
lobehubbot
7bdda9bab4
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-19 17:19:58 +00:00
semantic-release-bot
e8321355f8
🔖 chore(release): v1.101.1 [skip ci]
...
### [Version 1.101.1](https://github.com/lobehub/lobe-chat/compare/v1.101.0...v1.101.1 )
<sup>Released on **2025-07-19**</sup>
#### 🐛 Bug Fixes
- **misc**: Try fix authorization code exchange & pin next-auto to `beta.29`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Try fix authorization code exchange & pin next-auto to `beta.29`, closes [#8496 ](https://github.com/lobehub/lobe-chat/issues/8496 ) ([27c4881 ](https://github.com/lobehub/lobe-chat/commit/27c4881 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-19 17:19:05 +00:00
Rylan Cai
27c4881205
🐛 fix: Try fix authorization code exchange & pin next-auto to beta.29 ( #8496 )
...
* 📌 pin: next-auth@beta.29
* 🐛 fix: infinite redirection
2025-07-20 01:03:35 +08:00
lobehubbot
472c40e969
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-19 07:32:42 +00:00
semantic-release-bot
c98e7f8032
🔖 chore(release): v1.101.0 [skip ci]
...
## [Version 1.101.0](https://github.com/lobehub/lobe-chat/compare/v1.100.2...v1.101.0 )
<sup>Released on **2025-07-19**</sup>
#### ✨ Features
- **misc**: Add zhipu cogview4.
#### 🐛 Bug Fixes
- **misc**: Some ai image bugs.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add zhipu cogview4, closes [#8486 ](https://github.com/lobehub/lobe-chat/issues/8486 ) ([0b1557d ](https://github.com/lobehub/lobe-chat/commit/0b1557d ))
#### What's fixed
* **misc**: Some ai image bugs, closes [#8490 ](https://github.com/lobehub/lobe-chat/issues/8490 ) ([5d852be ](https://github.com/lobehub/lobe-chat/commit/5d852be ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-19 07:31:47 +00:00
YuTengjing
0b1557d6ad
✨ feat: add zhipu cogview4 ( #8486 )
2025-07-18 23:01:12 +08:00
YuTengjing
5d852be8a2
🐛 fix: some ai image bugs ( #8490 )
2025-07-18 23:00:56 +08:00
ONLY-yours
5e99b815f7
feat: 统一 files trpc message 为 enum
2025-07-18 14:27:36 +08:00
lobehubbot
993b0fa81f
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-18 05:13:35 +00:00
semantic-release-bot
83783b4650
🔖 chore(release): v1.100.2 [skip ci]
...
### [Version 1.100.2](https://github.com/lobehub/lobe-chat/compare/v1.100.1...v1.100.2 )
<sup>Released on **2025-07-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix webapi proxy with clerk.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix webapi proxy with clerk, closes [#8479 ](https://github.com/lobehub/lobe-chat/issues/8479 ) ([7dd65f0 ](https://github.com/lobehub/lobe-chat/commit/7dd65f0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-18 05:12:40 +00:00
Arvin Xu
7dd65f0cb4
🐛 fix: fix webapi proxy with clerk ( #8479 )
...
* fix webapi proxy with clerk
* Update jwt.ts
2025-07-18 12:56:55 +08:00
lobehubbot
ecf1fdc2f7
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-17 18:57:38 +00:00
semantic-release-bot
71c33300cf
🔖 chore(release): v1.100.1 [skip ci]
...
### [Version 1.100.1](https://github.com/lobehub/lobe-chat/compare/v1.100.0...v1.100.1 )
<sup>Released on **2025-07-17**</sup>
#### 🐛 Bug Fixes
- **misc**: Use server env config image models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Use server env config image models, closes [#8478 ](https://github.com/lobehub/lobe-chat/issues/8478 ) ([768ee2b ](https://github.com/lobehub/lobe-chat/commit/768ee2b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-17 18:56:46 +00:00
YuTengjing
768ee2bf23
🐛 fix: use server env config image models ( #8478 )
...
* docs: update fal provider invalid image links
* docs: add FAL model provider environment variables documentation
* 🐛 fix: update model type assignment in parseModels.ts to use dynamic lookup
* 📝 docs: add FAQ for resolving AI image generation timeout issues on Vercel
* ✨ feat: implement getModelPropertyWithFallback utility for dynamic model property retrieval
* 📝 docs: expand testing guide with best practices for mock data strategies, error handling, and module pollution prevention
* 🐛 fix: update model type in LobeOpenAICompatibleFactory tests to 'chat'
2025-07-18 02:41:27 +08:00
lobehubbot
d23d8f1c29
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-17 05:25:51 +00:00
semantic-release-bot
7eadecd340
🔖 chore(release): v1.100.0 [skip ci]
...
## [Version 1.100.0](https://github.com/lobehub/lobe-chat/compare/v1.99.6...v1.100.0 )
<sup>Released on **2025-07-17**</sup>
#### ✨ Features
- **misc**: Refactor desktop oauth and use JWTs token to support remote chat.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Refactor desktop oauth and use JWTs token to support remote chat, closes [#8446 ](https://github.com/lobehub/lobe-chat/issues/8446 ) ([054ca5f ](https://github.com/lobehub/lobe-chat/commit/054ca5f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-17 05:24:42 +00:00
Arvin Xu
785406be9a
🔨 chore: improve code ( #8469 )
2025-07-17 13:09:41 +08:00
Arvin Xu
054ca5fd97
✨ feat: refactor desktop oauth and use JWTs token to support remote chat ( #8446 )
...
* refactor the oauth
* refactor the oauth
* refactor the oauth
* improve oauth status
* fix desktop auth
* fix tests
* improve clean handoff
* try to fix handoff public issue
* fix route protection
* refactor anim
* refactor
* update to access token to jwt
* update to access token to jwt
* improve config
* refactor for JWKs token
* fix auto refresh issue
* ✨ feat: support webapi proxy
* wip: 完成新流式接口
* wip: 跑通流式框架
* fix webhooks
* fix network proxy
* try to fix workflow
* fix proxy in remote sync
* fix tests
* fix tests
* fix oauth bypass route
* fix webapi proxy
2025-07-17 12:54:37 +08:00
lobehubbot
5d3a4ad460
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-16 18:05:16 +00:00
semantic-release-bot
8eb257bb2e
🔖 chore(release): v1.99.6 [skip ci]
...
### [Version 1.99.6](https://github.com/lobehub/lobe-chat/compare/v1.99.5...v1.99.6 )
<sup>Released on **2025-07-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Desktop local db can't upload image.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Desktop local db can't upload image, closes [#8459 ](https://github.com/lobehub/lobe-chat/issues/8459 ) ([25bfc80 ](https://github.com/lobehub/lobe-chat/commit/25bfc80 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-16 18:04:24 +00:00
YuTengjing
25bfc802b5
🐛 fix: desktop local db can't upload image ( #8459 )
2025-07-17 01:49:11 +08:00
lobehubbot
752e576b80
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-16 13:57:35 +00:00
semantic-release-bot
166f3e2400
🔖 chore(release): v1.99.5 [skip ci]
...
### [Version 1.99.5](https://github.com/lobehub/lobe-chat/compare/v1.99.4...v1.99.5 )
<sup>Released on **2025-07-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix page error when url is not defined in web search plugin.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix page error when url is not defined in web search plugin, closes [#8441 ](https://github.com/lobehub/lobe-chat/issues/8441 ) ([a55b65b ](https://github.com/lobehub/lobe-chat/commit/a55b65b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-16 13:56:43 +00:00
vual
a55b65b0b1
🐛 fix: fix page error when url is not defined in web search plugin ( #8441 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-07-16 21:41:14 +08:00
lobehubbot
3359b3f237
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-16 13:22:45 +00:00
semantic-release-bot
8ba8e8217b
🔖 chore(release): v1.99.4 [skip ci]
...
### [Version 1.99.4](https://github.com/lobehub/lobe-chat/compare/v1.99.3...v1.99.4 )
<sup>Released on **2025-07-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix apikey issue on server log.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix apikey issue on server log, closes [#8457 ](https://github.com/lobehub/lobe-chat/issues/8457 ) ([43be2d1 ](https://github.com/lobehub/lobe-chat/commit/43be2d1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-16 13:21:54 +00:00
Arvin Xu
43be2d1905
🐛 fix: fix apikey issue on server log ( #8457 )
2025-07-16 21:06:51 +08:00
lobehubbot
53e0b51cbd
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-16 08:52:28 +00:00
semantic-release-bot
c530000334
🔖 chore(release): v1.99.3 [skip ci]
...
### [Version 1.99.3](https://github.com/lobehub/lobe-chat/compare/v1.99.2...v1.99.3 )
<sup>Released on **2025-07-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Chat model list should not show image model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Chat model list should not show image model, closes [#8448 ](https://github.com/lobehub/lobe-chat/issues/8448 ) ([2bb1506 ](https://github.com/lobehub/lobe-chat/commit/2bb1506 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-16 08:51:36 +00:00
YuTengjing
2bb1506ea2
🐛 fix: chat model list should not show image model ( #8448 )
2025-07-16 16:36:43 +08:00
YuTengjing
c8f32c301e
✏️ docs: replace all 'Language Model' with 'Al Service Provider' in provider docs ( #8444 )
2025-07-15 17:23:09 +08:00
lobehubbot
1261cee35d
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-15 08:36:44 +00:00
semantic-release-bot
8c99c5dfd4
🔖 chore(release): v1.99.2 [skip ci]
...
### [Version 1.99.2](https://github.com/lobehub/lobe-chat/compare/v1.99.1...v1.99.2 )
<sup>Released on **2025-07-15**</sup>
#### 🐛 Bug Fixes
- **misc**: Some ai image generation feedback issues.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Some ai image generation feedback issues, closes [#8440 ](https://github.com/lobehub/lobe-chat/issues/8440 ) ([bc41329 ](https://github.com/lobehub/lobe-chat/commit/bc41329 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-15 08:35:52 +00:00
YuTengjing
bc413299ba
🐛 fix: some ai image generation feedback issues ( #8440 )
2025-07-15 16:20:41 +08:00
lobehubbot
f8369e1e3d
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-15 08:00:07 +00:00
semantic-release-bot
8e4f59c25b
🔖 chore(release): v1.99.1 [skip ci]
...
### [Version 1.99.1](https://github.com/lobehub/lobe-chat/compare/v1.99.0...v1.99.1 )
<sup>Released on **2025-07-15**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-15 07:59:14 +00:00
Arvin Xu
28c1fe060a
⚡ ️ perf: improve memory usage in desktop ( #8431 )
...
* improve usage of memory
* try to improve
2025-07-15 15:44:10 +08:00
YuTengjing
9557d79e33
🐛 fix: some ai image bugs ( #8432 )
2025-07-14 23:11:02 +08:00
lobehubbot
876df9ca08
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-14 12:51:05 +00:00
semantic-release-bot
025529d94f
🔖 chore(release): v1.99.0 [skip ci]
...
## [Version 1.99.0](https://github.com/lobehub/lobe-chat/compare/v1.98.2...v1.99.0 )
<sup>Released on **2025-07-14**</sup>
#### ✨ Features
- **plugin**: Support Streamable HTTP MCP Server Auth.
- **misc**: support AI Image.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **plugin**: Support Streamable HTTP MCP Server Auth, closes [#8425 ](https://github.com/lobehub/lobe-chat/issues/8425 ) ([853a09a ](https://github.com/lobehub/lobe-chat/commit/853a09a ))
* **misc**: support AI Image, closes [#8312 ](https://github.com/lobehub/lobe-chat/issues/8312 ) ([095de57 ](https://github.com/lobehub/lobe-chat/commit/095de57 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-14 12:50:05 +00:00
Arvin Xu
853a09af1b
✨ feat(plugin): support Streamable HTTP MCP Server Auth ( #8425 )
...
* ✨ feat: support http streamable auth and headers
* ✨ feat: support http streamable auth and headers
* improve
* improve token
* add i18n
* update i18n
2025-07-14 20:34:39 +08:00
YuTengjing
095de57675
✨ feat: support AI Image ( #8312 )
...
Co-authored-by: canisminor1990 <i@canisminor.cc >
2025-07-14 20:29:57 +08:00
lobehubbot
c98860e6cf
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-14 05:50:19 +00:00
semantic-release-bot
f64f00fd6d
🔖 chore(release): v1.98.2 [skip ci]
...
### [Version 1.98.2](https://github.com/lobehub/lobe-chat/compare/v1.98.1...v1.98.2 )
<sup>Released on **2025-07-14**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8422 ](https://github.com/lobehub/lobe-chat/issues/8422 ) ([5b89ec8 ](https://github.com/lobehub/lobe-chat/commit/5b89ec8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-14 05:49:30 +00:00
LobeHub Bot
5b89ec8bd9
💄 style: update i18n ( #8422 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-07-14 13:35:27 +08:00
lobehubbot
3b37094dfb
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-14 03:01:40 +00:00
semantic-release-bot
b2a2fe3617
🔖 chore(release): v1.98.1 [skip ci]
...
### [Version 1.98.1](https://github.com/lobehub/lobe-chat/compare/v1.98.0...v1.98.1 )
<sup>Released on **2025-07-14**</sup>
#### 💄 Styles
- **misc**: Fix discover translation.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix discover translation, closes [#8423 ](https://github.com/lobehub/lobe-chat/issues/8423 ) ([15ae35c ](https://github.com/lobehub/lobe-chat/commit/15ae35c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-14 03:00:53 +00:00
René Wang
15ae35ca2a
💄 style: fix discover translation ( #8423 )
2025-07-14 10:46:57 +08:00
lobehubbot
e9e11cbbed
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-13 05:45:45 +00:00
semantic-release-bot
1c9c8d75ee
🔖 chore(release): v1.98.0 [skip ci]
...
## [Version 1.98.0](https://github.com/lobehub/lobe-chat/compare/v1.97.17...v1.98.0 )
<sup>Released on **2025-07-13**</sup>
#### ✨ Features
- **misc**: Add network proxy for desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add network proxy for desktop, closes [#7848 ](https://github.com/lobehub/lobe-chat/issues/7848 ) ([46d2509 ](https://github.com/lobehub/lobe-chat/commit/46d2509 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-13 05:44:37 +00:00
renovate[bot]
95ac795573
Update dependency @anthropic-ai/sdk to ^0.56.0 ( #8412 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-13 13:30:10 +08:00
renovate[bot]
a173f6e401
Update dependency lucide-react to ^0.525.0 ( #8413 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-13 13:29:05 +08:00
Arvin Xu
37bb8ba2b7
🔨 chore: fix settings in desktop ( #8414 )
2025-07-13 13:26:22 +08:00
Arvin Xu
46d25092a4
✨ feat: add network proxy for desktop ( #7848 )
...
* add network proxy
* update network proxy
* refactor network proxy
* support network proxy
* fix types
* fix lint
* fix lint
2025-07-13 13:19:21 +08:00
lobehubbot
88c86179ba
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-13 05:07:12 +00:00
semantic-release-bot
127d38d702
🔖 chore(release): v1.97.17 [skip ci]
...
### [Version 1.97.17](https://github.com/lobehub/lobe-chat/compare/v1.97.16...v1.97.17 )
<sup>Released on **2025-07-13**</sup>
#### 💄 Styles
- **misc**: Support Hunyuan A13B thinking model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support Hunyuan A13B thinking model, closes [#8278 ](https://github.com/lobehub/lobe-chat/issues/8278 ) ([09ca978 ](https://github.com/lobehub/lobe-chat/commit/09ca978 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-13 05:06:26 +00:00
sxjeru
09ca978f9c
💄 style: Support Hunyuan A13B thinking model ( #8278 )
...
* Update novita.ts
* feat: 添加新的混元模型并更新处理负载逻辑
* fix
* free Gemini 2.5 Pro
* 添加 ERNIE 4.5 300B A47B 模型到 siliconcloudChatModels
* novita
* 添加 GLM-4.1V-Thinking 系列模型到 zhipuChatModels,并更新现有模型的上下文窗口和最大输出设置
* 更新 zhipuChatModels,添加视觉能力并启用新模型;修改 ZhiPu 的检查模型 ID
* 移除多个 siliconcloud 废弃模型
* fix
* 移除 groq Qwen QwQ 32B 模型配置
* 更新 siliconcloud 模型
* 更新 novita/qwen 模型
* update siliconcloud model
* add Pangu Pro MoE 72B A16B
* Update novita.ts
* Update novita.ts
* update novita
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-07-13 12:52:39 +08:00
lobehubbot
1696bf114b
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-13 03:48:21 +00:00
semantic-release-bot
feb42fcc9e
🔖 chore(release): v1.97.16 [skip ci]
...
### [Version 1.97.16](https://github.com/lobehub/lobe-chat/compare/v1.97.15...v1.97.16 )
<sup>Released on **2025-07-13**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8410 ](https://github.com/lobehub/lobe-chat/issues/8410 ) ([2515875 ](https://github.com/lobehub/lobe-chat/commit/2515875 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-13 03:47:33 +00:00
LobeHub Bot
25158750c0
💄 style: update i18n ( #8410 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-07-13 11:33:28 +08:00
lobehubbot
d3d7a158fc
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-12 17:17:24 +00:00
semantic-release-bot
2212ea98ac
🔖 chore(release): v1.97.15 [skip ci]
...
### [Version 1.97.15](https://github.com/lobehub/lobe-chat/compare/v1.97.14...v1.97.15 )
<sup>Released on **2025-07-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Add vision support to Grok 4.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add vision support to Grok 4, closes [#8386 ](https://github.com/lobehub/lobe-chat/issues/8386 ) ([8512f5a ](https://github.com/lobehub/lobe-chat/commit/8512f5a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-12 17:16:32 +00:00
bbbugg
8512f5a9ae
🐛 fix: add vision support to Grok 4 ( #8386 )
...
* ✨ feat: add vision support to Grok 4
* ✨ feat: disable Grok 2 Vision 1212 model
2025-07-13 01:02:02 +08:00
lobehubbot
a2d40643c7
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-12 17:00:04 +00:00
semantic-release-bot
2ef77567f7
🔖 chore(release): v1.97.14 [skip ci]
...
### [Version 1.97.14](https://github.com/lobehub/lobe-chat/compare/v1.97.13...v1.97.14 )
<sup>Released on **2025-07-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Revert "💄 style: Open new topic by tap Just Chat again".
#### 💄 Styles
- **misc**: Add Kimi K2 model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Revert "💄 style: Open new topic by tap Just Chat again", closes [#8402 ](https://github.com/lobehub/lobe-chat/issues/8402 ) ([55462b9 ](https://github.com/lobehub/lobe-chat/commit/55462b9 ))
#### Styles
* **misc**: Add Kimi K2 model, closes [#8401 ](https://github.com/lobehub/lobe-chat/issues/8401 ) ([4cb1a18 ](https://github.com/lobehub/lobe-chat/commit/4cb1a18 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-12 16:59:10 +00:00
Arvin Xu
755e878a44
🔨 chore: fix lint ( #8407 )
2025-07-13 00:45:15 +08:00
sxjeru
4cb1a185ff
💄 style: Add Kimi K2 model ( #8401 )
2025-07-13 00:10:22 +08:00
Arvin Xu
55462b95ff
🐛 fix: Revert " 💄 style: Open new topic by tap Just Chat again" ( #8402 )
...
This reverts commit 7e2f4ce5dd .
2025-07-12 23:04:10 +08:00
lobehubbot
9a95886fe7
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-12 05:04:50 +00:00
semantic-release-bot
fd44b088d6
🔖 chore(release): v1.97.13 [skip ci]
...
### [Version 1.97.13](https://github.com/lobehub/lobe-chat/compare/v1.97.12...v1.97.13 )
<sup>Released on **2025-07-12**</sup>
#### 💄 Styles
- **misc**: Support new Doubao thinking models, update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support new Doubao thinking models, closes [#8174 ](https://github.com/lobehub/lobe-chat/issues/8174 ) ([637d75c ](https://github.com/lobehub/lobe-chat/commit/637d75c ))
* **misc**: Update i18n, closes [#8400 ](https://github.com/lobehub/lobe-chat/issues/8400 ) ([790eeb8 ](https://github.com/lobehub/lobe-chat/commit/790eeb8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-12 05:03:58 +00:00
LobeHub Bot
790eeb86c3
💄 style: update i18n ( #8400 )
2025-07-12 12:49:42 +08:00
sxjeru
637d75cde0
💄 style: Support new Doubao thinking models ( #8174 )
2025-07-12 12:49:21 +08:00
lobehubbot
526b93470d
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-11 06:18:11 +00:00
semantic-release-bot
4963c599c9
🔖 chore(release): v1.97.12 [skip ci]
...
### [Version 1.97.12](https://github.com/lobehub/lobe-chat/compare/v1.97.11...v1.97.12 )
<sup>Released on **2025-07-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Grok-4 reasoning model universal matching.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Grok-4 reasoning model universal matching, closes [#8390 ](https://github.com/lobehub/lobe-chat/issues/8390 ) ([d6f17f8 ](https://github.com/lobehub/lobe-chat/commit/d6f17f8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-11 06:17:05 +00:00
Arvin Xu
09f921d531
⚡ ️ perf: add database autovacuum sql ( #8395 )
...
* remove ai sdk
* add autovacuum tuning sql
2025-07-11 14:03:05 +08:00
sxjeru
d6f17f8246
🐛 fix: Grok-4 reasoning model universal matching ( #8390 )
...
* Update index.ts
* Update xai.ts
2025-07-11 14:02:08 +08:00
lobehubbot
efb9311e6f
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-11 03:39:38 +00:00
semantic-release-bot
1353d208e9
🔖 chore(release): v1.97.11 [skip ci]
...
### [Version 1.97.11](https://github.com/lobehub/lobe-chat/compare/v1.97.10...v1.97.11 )
<sup>Released on **2025-07-11**</sup>
#### 💄 Styles
- **misc**: Open new topic by tap Just Chat again.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Open new topic by tap Just Chat again, closes [#8311 ](https://github.com/lobehub/lobe-chat/issues/8311 ) ([7e2f4ce ](https://github.com/lobehub/lobe-chat/commit/7e2f4ce ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-11 03:38:50 +00:00
René Wang
7e2f4ce5dd
💄 style: Open new topic by tap Just Chat again ( #8311 )
...
* feat: Open new topic by tap Just Chat again
* feat: Prevent re-render of message update
* fix: Import loop
2025-07-11 11:24:43 +08:00
lobehubbot
ca5432ea6d
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-11 03:02:49 +00:00
semantic-release-bot
86ff384587
🔖 chore(release): v1.97.10 [skip ci]
...
### [Version 1.97.10](https://github.com/lobehub/lobe-chat/compare/v1.97.9...v1.97.10 )
<sup>Released on **2025-07-11**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8387 ](https://github.com/lobehub/lobe-chat/issues/8387 ) ([00215c0 ](https://github.com/lobehub/lobe-chat/commit/00215c0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-11 03:01:58 +00:00
LobeHub Bot
00215c02eb
💄 style: update i18n ( #8387 )
2025-07-11 10:47:51 +08:00
lobehubbot
72d6287b70
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 12:23:52 +00:00
semantic-release-bot
04cad62627
🔖 chore(release): v1.97.9 [skip ci]
...
### [Version 1.97.9](https://github.com/lobehub/lobe-chat/compare/v1.97.8...v1.97.9 )
<sup>Released on **2025-07-10**</sup>
#### 💄 Styles
- **misc**: Integrate Amazon Cognito for user authentication.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Integrate Amazon Cognito for user authentication, closes [#7472 ](https://github.com/lobehub/lobe-chat/issues/7472 ) ([56f4e98 ](https://github.com/lobehub/lobe-chat/commit/56f4e98 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 12:22:58 +00:00
Ethan Liu
56f4e98b97
💄 style: integrate Amazon Cognito for user authentication ( #7472 )
...
* feat: integrate Amazon Cognito for user authentication
* fix
---------
Co-authored-by: Liu, Yijun <liuyijun@amazon.com >
2025-07-10 20:08:18 +08:00
renovate[bot]
7ddf3a0040
Update dependency drizzle-kit to ^0.31.0 ( #7482 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-10 19:55:56 +08:00
lobehubbot
9c4c91019d
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 11:35:29 +00:00
semantic-release-bot
91022bfa04
🔖 chore(release): v1.97.8 [skip ci]
...
### [Version 1.97.8](https://github.com/lobehub/lobe-chat/compare/v1.97.7...v1.97.8 )
<sup>Released on **2025-07-10**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 11:34:36 +00:00
Arvin Xu
8dc2aef559
⚡ ️ perf: make most pages static to improve performance ( #8383 )
...
* perf settings
* fix settings
* try to make settings provider static
* ⚡ ️ perf: make repos static
* fix lint
* fix issue
* repos and settings provider/id static
* fix style
* fix content
* test force static
* test force static
2025-07-10 19:19:55 +08:00
lobehubbot
02932330c3
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 10:38:13 +00:00
semantic-release-bot
fc99fc3fa9
🔖 chore(release): v1.97.7 [skip ci]
...
### [Version 1.97.7](https://github.com/lobehub/lobe-chat/compare/v1.97.6...v1.97.7 )
<sup>Released on **2025-07-10**</sup>
#### 💄 Styles
- **misc**: Add google search grounding for Vertex AI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add google search grounding for Vertex AI, closes [#8313 ](https://github.com/lobehub/lobe-chat/issues/8313 ) ([afd5900 ](https://github.com/lobehub/lobe-chat/commit/afd5900 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 10:37:19 +00:00
Arvin Xu
34f061b51a
Revert " 🔨 chore: Add Codecov Bundle Analysis ( #6698 )" ( #8384 )
...
This reverts commit b2e6777c81 .
2025-07-10 18:22:55 +08:00
Katia
b2e6777c81
🔨 chore: Add Codecov Bundle Analysis ( #6698 )
...
* Add Codecov Bundle Analysis integration
- Add @codecov/webpack-plugin for bundle size tracking
- Configure bundle analysis settings in codecov.yml
- Update CI workflow to include bundle analysis step
- Set bundle change threshold to 10KB
* Use nextjs-webpack-plugin
* Seperate workflow
Move the Build with Bundle Analysis step to its own GitHub Actions workflow file.
* Revert line additon change
---------
Co-authored-by: katia-sentry <katia.al-amir@sentry.com >
2025-07-10 18:18:15 +08:00
afon
afd59004f9
💄 style: add google search grounding for Vertex AI ( #8313 )
...
* add google search grounding for Vertex AI
* fix test for google search grounding
---------
2025-07-10 18:07:40 +08:00
lobehubbot
390d0b807f
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 10:04:43 +00:00
semantic-release-bot
f3fa286f25
🔖 chore(release): v1.97.6 [skip ci]
...
### [Version 1.97.6](https://github.com/lobehub/lobe-chat/compare/v1.97.5...v1.97.6 )
<sup>Released on **2025-07-10**</sup>
#### ♻ Code Refactoring
- **misc**: Replace `utility-types` with `type-fest`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Replace `utility-types` with `type-fest`, closes [#8370 ](https://github.com/lobehub/lobe-chat/issues/8370 ) ([a072b53 ](https://github.com/lobehub/lobe-chat/commit/a072b53 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 10:03:56 +00:00
YuTengjing
a072b53311
♻️ refactor: replace utility-types with type-fest ( #8370 )
2025-07-10 17:50:01 +08:00
lobehubbot
fa8f4ff83a
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 09:39:30 +00:00
semantic-release-bot
eaf7f1b9c1
🔖 chore(release): v1.97.5 [skip ci]
...
### [Version 1.97.5](https://github.com/lobehub/lobe-chat/compare/v1.97.4...v1.97.5 )
<sup>Released on **2025-07-10**</sup>
#### 💄 Styles
- **misc**: Fix: solve the loading was strange spin when switch show.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix: solve the loading was strange spin when switch show, closes [#8333 ](https://github.com/lobehub/lobe-chat/issues/8333 ) ([07197e7 ](https://github.com/lobehub/lobe-chat/commit/07197e7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 09:38:37 +00:00
Shinji-Li
07197e7a51
💄 style: fix: solve the loading was strange spin when switch show ( #8333 )
...
* fix: solve when switch show,the loading was strange spin
* fix: delete switch disable way
2025-07-10 17:24:29 +08:00
小钟
bf032dde07
📝 docs: fix two missing sentences translation in the README.zh-CN.md ( #8382 )
2025-07-10 17:23:38 +08:00
lobehubbot
7f37f29411
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 08:02:56 +00:00
semantic-release-bot
eb45ed8647
🔖 chore(release): v1.97.4 [skip ci]
...
### [Version 1.97.4](https://github.com/lobehub/lobe-chat/compare/v1.97.3...v1.97.4 )
<sup>Released on **2025-07-10**</sup>
#### 💄 Styles
- **misc**: Add `grok-4-0709` model from xAI, fix theme issue in desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `grok-4-0709` model from xAI, closes [#8379 ](https://github.com/lobehub/lobe-chat/issues/8379 ) ([b7ca447 ](https://github.com/lobehub/lobe-chat/commit/b7ca447 ))
* **misc**: Fix theme issue in desktop, closes [#8380 ](https://github.com/lobehub/lobe-chat/issues/8380 ) ([c7ae78b ](https://github.com/lobehub/lobe-chat/commit/c7ae78b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 08:02:03 +00:00
Arvin Xu
c7ae78bfb7
💄 style: fix theme issue in desktop ( #8380 )
...
* 💄 style: fix theme issue
* fix
* fix
2025-07-10 15:47:53 +08:00
Zhijie He
b7ca447946
💄 style: add grok-4-0709 model from xAI ( #8379 )
...
* 💄 style: add `grok-4-0709` model from xAI
* 🐛 fix: fix model calling
* 🐛 fix: remove `reasoning_effort` support for Grok 4
2025-07-10 15:40:50 +08:00
lobehubbot
e11bf29d0f
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 04:41:55 +00:00
semantic-release-bot
53f9c3b279
🔖 chore(release): v1.97.3 [skip ci]
...
### [Version 1.97.3](https://github.com/lobehub/lobe-chat/compare/v1.97.2...v1.97.3 )
<sup>Released on **2025-07-10**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 04:41:05 +00:00
Maple Gao
9e980cbf28
👷 build: pin minio version ( #8378 )
...
* 🔨 chore: fix MiniO image version
* fix: MiniO disabled web admin panel in latest version
* 🔨 chore: fix Relay Mode mis-report
* fix: Relay mode should check localhost under network_mode: service:network-service itself, but if failed, should notice user check relay URL
* 🔨 chore: fix Relay Mode mis-report
* fix: Relay mode should check localhost under network_mode: service:network-service itself, but if failed, should notice user check relay URL
* 🔨 chore: fix Relay Mode mis-report
* fix: Relay mode should check localhost under network_mode: service:network-service itself, but if failed, should notice user check relay URL
* 🔨 chore: fix Relay Mode mis-report
* fix: Relay mode should check localhost under network_mode: service:network-service itself, but if failed, should notice user check relay URL
* Revert "🔨 chore: fix MiniO image version"
This reverts commit 1d6c2cd334 .
* Revert "🔨 chore: fix Relay Mode mis-report * fix: Relay mode should check localhost under network_mode: service:network-service itself, but if failed, should notice user check relay URL"
This reverts commit 7bc8a47b
* 🔨 chore: fix MiniO Version
* fix: MiniO new version do not have web admin panel
2025-07-10 12:26:41 +08:00
lobehubbot
7d718b2fe3
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 03:48:42 +00:00
semantic-release-bot
ed716c27f2
🔖 chore(release): v1.97.2 [skip ci]
...
### [Version 1.97.2](https://github.com/lobehub/lobe-chat/compare/v1.97.1...v1.97.2 )
<sup>Released on **2025-07-10**</sup>
#### 💄 Styles
- **misc**: Implement data analytics event tracking framework.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Implement data analytics event tracking framework, closes [#8352 ](https://github.com/lobehub/lobe-chat/issues/8352 ) ([f433aca ](https://github.com/lobehub/lobe-chat/commit/f433aca ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 03:47:53 +00:00
Tsuki
f433aca05f
💄 style: implement data analytics event tracking framework ( #8352 )
2025-07-10 11:33:35 +08:00
lobehubbot
13e1cafb62
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-10 02:01:45 +00:00
semantic-release-bot
e02e74c9a4
🔖 chore(release): v1.97.1 [skip ci]
...
### [Version 1.97.1](https://github.com/lobehub/lobe-chat/compare/v1.97.0...v1.97.1 )
<sup>Released on **2025-07-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix locale hydration error in SSR.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix locale hydration error in SSR, closes [#8365 ](https://github.com/lobehub/lobe-chat/issues/8365 ) ([63f482a ](https://github.com/lobehub/lobe-chat/commit/63f482a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-10 02:00:50 +00:00
Arvin Xu
63f482a132
🐛 fix: fix locale hydration error in SSR ( #8365 )
...
* fix locale
* update readme
* Update README.zh-CN.md
* update readme
* update README
* fix locales
* add docs
2025-07-10 09:46:30 +08:00
YuTengjing
160678e7e0
🔨 chore: remove async router max duration limit ( #8374 )
...
* fix: disable async router trpc batch feature
* fix: remove async router max duration limit
2025-07-09 15:37:26 +08:00
YuTengjing
a89c2ec1bc
🔨 chore(database): add missing junction table relations for Drizzle Studio ( #8368 )
...
- Add filesToSessionsRelations for files-sessions relationship
- Add agentsFilesRelations for agents-files relationship
- Add messagesFilesRelations for messages-files relationship
- Add fileChunksRelations for files-chunks relationship
Resolves Drizzle Studio relation inference errors
2025-07-09 10:26:16 +08:00
lobehubbot
1225f12e1a
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-08 12:06:19 +00:00
semantic-release-bot
e1481e60fb
🔖 chore(release): v1.97.0 [skip ci]
...
## [Version 1.97.0](https://github.com/lobehub/lobe-chat/compare/v1.96.20...v1.97.0 )
<sup>Released on **2025-07-08**</sup>
#### ✨ Features
- **misc**: Add MCP marketplace and mcp plugin one-click installation in desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add MCP marketplace and mcp plugin one-click installation in desktop, closes [#8334 ](https://github.com/lobehub/lobe-chat/issues/8334 ) ([416a4b1 ](https://github.com/lobehub/lobe-chat/commit/416a4b1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-08 12:05:32 +00:00
Arvin Xu
416a4b1212
✨ 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 >
2025-07-08 19:51:22 +08:00
lobehubbot
580961e6e4
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-08 05:03:08 +00:00
semantic-release-bot
35d3577af7
🔖 chore(release): v1.96.20 [skip ci]
...
### [Version 1.96.20](https://github.com/lobehub/lobe-chat/compare/v1.96.19...v1.96.20 )
<sup>Released on **2025-07-08**</sup>
#### 💄 Styles
- **misc**: Add `MCP_TOOL_TIMEOUT` env and improve debug usage guide.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `MCP_TOOL_TIMEOUT` env and improve debug usage guide, closes [#8357 ](https://github.com/lobehub/lobe-chat/issues/8357 ) ([d4baae5 ](https://github.com/lobehub/lobe-chat/commit/d4baae5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-08 05:02:21 +00:00
wangjifeng
d4baae5df0
💄 style: add MCP_TOOL_TIMEOUT env and improve debug usage guide ( #8357 )
...
* feat: add MCP_TOOL_TIMEOUT config and doc, and improve debug usage guide
* feat: add MCP_TOOL_TIMEOUT config and doc, remove connect timeout
* feat: add MCP_TOOL_TIMEOUT config and doc, remove connect timeout
* docs: update .env.example, comment out MCP_TOOL_TIMEOUT and improve env parsing in client
* docs: update .env.example MCP_TOOL_TIMEOUT default value to 60000 to match code
2025-07-08 12:48:31 +08:00
lobehubbot
be476a5b29
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-07 06:37:28 +00:00
semantic-release-bot
4ed67f39f7
🔖 chore(release): v1.96.19 [skip ci]
...
### [Version 1.96.19](https://github.com/lobehub/lobe-chat/compare/v1.96.18...v1.96.19 )
<sup>Released on **2025-07-07**</sup>
#### 🐛 Bug Fixes
- **misc**: Pin `officeparser@5.1.1` to fix server error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Pin `officeparser@5.1.1` to fix server error, closes [#8354 ](https://github.com/lobehub/lobe-chat/issues/8354 ) ([3f4e935 ](https://github.com/lobehub/lobe-chat/commit/3f4e935 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-07 06:36:41 +00:00
Arvin Xu
3f4e935301
🐛 fix: pin officeparser@5.1.1 to fix server error ( #8354 )
...
* test: fix test
* test: fix test
2025-07-07 14:22:20 +08:00
lobehubbot
7eb4a7f173
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-06 18:41:25 +00:00
semantic-release-bot
9d0bb1f230
🔖 chore(release): v1.96.18 [skip ci]
...
### [Version 1.96.18](https://github.com/lobehub/lobe-chat/compare/v1.96.17...v1.96.18 )
<sup>Released on **2025-07-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Change the wrong github checkmodel name.
#### 💄 Styles
- **misc**: Files hello pages should scroll.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Change the wrong github checkmodel name, closes [#8339 ](https://github.com/lobehub/lobe-chat/issues/8339 ) ([f07d912 ](https://github.com/lobehub/lobe-chat/commit/f07d912 ))
#### Styles
* **misc**: Files hello pages should scroll, closes [#8340 ](https://github.com/lobehub/lobe-chat/issues/8340 ) ([df9b7df ](https://github.com/lobehub/lobe-chat/commit/df9b7df ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-06 18:40:31 +00:00
Shinji-Li
f07d9122c5
🐛 fix: change the wrong github checkmodel name ( #8339 )
2025-07-07 02:26:28 +08:00
Shinji-Li
df9b7df385
💄 style: files hello pages should scroll ( #8340 )
2025-07-07 02:25:11 +08:00
Arvin Xu
987b633336
📝 docs: add some cursor rules ( #8338 )
2025-07-04 19:07:16 +08:00
ONLY-yours
07472e0555
fix: when s3 files not exist in origin file, but db still have this file, should delete
2025-07-04 10:30:03 +08:00
lobehubbot
b7042b6542
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-03 17:15:55 +00:00
semantic-release-bot
b346d4bcbf
🔖 chore(release): v1.96.17 [skip ci]
...
### [Version 1.96.17](https://github.com/lobehub/lobe-chat/compare/v1.96.16...v1.96.17 )
<sup>Released on **2025-07-03**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-03 17:15:08 +00:00
YuTengjing
780ee82b12
⚡ ️ build: integrate tsgo to validate ts ( #8331 )
...
* ⚡ ️ build: integrate tsgo to validate ts
* 📝 docs: add code comment to @ts-ignore
* Update package.json
* Update apps/desktop/package.json
* Update package.json
* Update package.json
2025-07-04 01:01:11 +08:00
lobehubbot
31c6a51d7f
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-03 00:36:14 +00:00
semantic-release-bot
dfe4699769
🔖 chore(release): v1.96.16 [skip ci]
...
### [Version 1.96.16](https://github.com/lobehub/lobe-chat/compare/v1.96.15...v1.96.16 )
<sup>Released on **2025-07-03**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8322 ](https://github.com/lobehub/lobe-chat/issues/8322 ) ([0c6b885 ](https://github.com/lobehub/lobe-chat/commit/0c6b885 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-03 00:35:07 +00:00
LobeHub Bot
0c6b8858eb
💄 style: update i18n ( #8322 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-07-03 08:20:59 +08:00
lobehubbot
24ae38aae4
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-02 07:14:16 +00:00
semantic-release-bot
d40d7e0c00
🔖 chore(release): v1.96.15 [skip ci]
...
### [Version 1.96.15](https://github.com/lobehub/lobe-chat/compare/v1.96.14...v1.96.15 )
<sup>Released on **2025-07-02**</sup>
#### 🐛 Bug Fixes
- **misc**: Wrong Gemini 2.5 Pro thinkbudget.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Wrong Gemini 2.5 Pro thinkbudget, closes [#8296 ](https://github.com/lobehub/lobe-chat/issues/8296 ) ([18920c5 ](https://github.com/lobehub/lobe-chat/commit/18920c5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-02 07:13:04 +00:00
sxjeru
18920c579b
🐛 fix: Wrong Gemini 2.5 Pro thinkbudget ( #8296 )
...
* Update index.ts
* 添加新的 AI 聊天模型到 novita 和 siliconcloud 配置
* 添加 Hunyuan A13B Instruct 聊天模型到 siliconcloud 配置
* Update novita.ts
2025-07-02 14:58:01 +08:00
lobehubbot
155d5804b9
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-01 16:58:59 +00:00
semantic-release-bot
82d11b45a6
🔖 chore(release): v1.96.14 [skip ci]
...
### [Version 1.96.14](https://github.com/lobehub/lobe-chat/compare/v1.96.13...v1.96.14 )
<sup>Released on **2025-07-01**</sup>
#### ♻ Code Refactoring
- **misc**: Migrate to `@google/genai` SDK for Google Gemini API and Vertex AI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Migrate to `@google/genai` SDK for Google Gemini API and Vertex AI, closes [#7884 ](https://github.com/lobehub/lobe-chat/issues/7884 ) ([fef3e5f ](https://github.com/lobehub/lobe-chat/commit/fef3e5f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-01 16:57:42 +00:00
afon
fef3e5f9f3
♻️ refactor: Migrate to @google/genai SDK for Google Gemini API and Vertex AI ( #7884 )
...
* ♻️ refactor: Migrate to `@google/genai` SDK for Google Gemini API and Vertex AI
* fix google-ai test
* fix google model-runtime test
2025-07-02 00:43:13 +08:00
lobehubbot
0fe7319b6a
📝 docs(bot): Auto sync agents & plugin to readme
2025-07-01 02:59:51 +00:00
semantic-release-bot
c3cb37498a
🔖 chore(release): v1.96.13 [skip ci]
...
### [Version 1.96.13](https://github.com/lobehub/lobe-chat/compare/v1.96.12...v1.96.13 )
<sup>Released on **2025-07-01**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8306 ](https://github.com/lobehub/lobe-chat/issues/8306 ) ([80aad1d ](https://github.com/lobehub/lobe-chat/commit/80aad1d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-07-01 02:58:43 +00:00
LobeHub Bot
80aad1de42
💄 style: update i18n ( #8306 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-07-01 10:44:23 +08:00
lobehubbot
86f7e8b64e
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-30 15:05:19 +00:00
semantic-release-bot
c215384cb3
🔖 chore(release): v1.96.12 [skip ci]
...
### [Version 1.96.12](https://github.com/lobehub/lobe-chat/compare/v1.96.11...v1.96.12 )
<sup>Released on **2025-06-30**</sup>
#### 🐛 Bug Fixes
- **misc**: Pin `antd@5.26 .2` to fix build error.
#### 💄 Styles
- **misc**: Add DeepResearch models from OpenAI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Pin `antd@5.26 .2` to fix build error, closes [#8303 ](https://github.com/lobehub/lobe-chat/issues/8303 ) ([44b6b01 ](https://github.com/lobehub/lobe-chat/commit/44b6b01 ))
#### Styles
* **misc**: Add DeepResearch models from OpenAI, closes [#8291 ](https://github.com/lobehub/lobe-chat/issues/8291 ) ([87a5cbc ](https://github.com/lobehub/lobe-chat/commit/87a5cbc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-30 15:04:04 +00:00
Zhijie He
87a5cbc5c9
💄 style: add DeepResearch models from OpenAI ( #8291 )
...
* 💄 style: add web search support from o3 & o4 series
* 💄 style: add DeepResearch models from oAI
* 💄 style: sort models, disable as default
* 🐛 fix: fix model calling
* 🐛 fix: reasoning model calling
* 🐛 fix: fix deepresearch model calling
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-06-30 22:49:48 +08:00
Arvin Xu
44b6b01ca5
🐛 fix: pin antd@5.26.2 to fix build error ( #8303 )
2025-06-30 21:10:59 +08:00
lobehubbot
c8a8c7be3d
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-28 05:32:16 +00:00
semantic-release-bot
f5e5465981
🔖 chore(release): v1.96.11 [skip ci]
...
### [Version 1.96.11](https://github.com/lobehub/lobe-chat/compare/v1.96.10...v1.96.11 )
<sup>Released on **2025-06-28**</sup>
#### 🐛 Bug Fixes
- **mermaid**: Firefox mermaid show error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **mermaid**: Firefox mermaid show error, closes [#8270 ](https://github.com/lobehub/lobe-chat/issues/8270 ) ([d9c5e7b ](https://github.com/lobehub/lobe-chat/commit/d9c5e7b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-28 05:31:02 +00:00
Kingsword
d9c5e7b142
🐛 fix(mermaid): firefox mermaid show error ( #8270 )
2025-06-28 13:16:45 +08:00
lobehubbot
2d6b9ae6b3
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-28 03:42:30 +00:00
semantic-release-bot
35fd5ce705
🔖 chore(release): v1.96.10 [skip ci]
...
### [Version 1.96.10](https://github.com/lobehub/lobe-chat/compare/v1.96.9...v1.96.10 )
<sup>Released on **2025-06-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix desktop chunk issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix desktop chunk issue, closes [#8280 ](https://github.com/lobehub/lobe-chat/issues/8280 ) ([c193e65 ](https://github.com/lobehub/lobe-chat/commit/c193e65 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-28 03:41:20 +00:00
YuTengjing
c193e657fb
🐛 fix: fix desktop chunk issue ( #8280 )
...
* 🐛 fix: desktop version can't chunk
* docs: add some comments
* chore: try fix provider page 500
2025-06-28 11:27:08 +08:00
lobehubbot
176e49ab6a
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-23 15:40:32 +00:00
semantic-release-bot
07e2b063e2
🔖 chore(release): v1.96.9 [skip ci]
...
### [Version 1.96.9](https://github.com/lobehub/lobe-chat/compare/v1.96.8...v1.96.9 )
<sup>Released on **2025-06-23**</sup>
#### 🐛 Bug Fixes
- **misc**: Google Gemini tools declarations.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Google Gemini tools declarations, closes [#8256 ](https://github.com/lobehub/lobe-chat/issues/8256 ) ([08f5d73 ](https://github.com/lobehub/lobe-chat/commit/08f5d73 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-23 15:39:13 +00:00
afon
08f5d733cd
🐛 fix: Google Gemini tools declarations ( #8256 )
...
* fix: Include 'tools' with 'tool_calls' to fix "MALFORMED_FUNCTION_CALL" error
* feat: Convert OpenAI tool responses to Google GenAI function responses
* Ensure unique tool call IDs by adding random suffix
* use nanoid; fix tests
2025-06-23 23:24:12 +08:00
lobehubbot
2d8338b044
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-23 11:31:18 +00:00
semantic-release-bot
5c90905fbb
🔖 chore(release): v1.96.8 [skip ci]
...
### [Version 1.96.8](https://github.com/lobehub/lobe-chat/compare/v1.96.7...v1.96.8 )
<sup>Released on **2025-06-23**</sup>
#### 💄 Styles
- **misc**: Optimized Gemini thinkingBudget configuration.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Optimized Gemini thinkingBudget configuration, closes [#8224 ](https://github.com/lobehub/lobe-chat/issues/8224 ) ([03625e8 ](https://github.com/lobehub/lobe-chat/commit/03625e8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-23 11:30:10 +00:00
sxjeru
03625e8c29
💄 style: Optimized Gemini thinkingBudget configuration ( #8224 )
2025-06-23 19:16:00 +08:00
lobehubbot
b1c72fd476
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-23 07:10:55 +00:00
semantic-release-bot
e971ff3110
🔖 chore(release): v1.96.7 [skip ci]
...
### [Version 1.96.7](https://github.com/lobehub/lobe-chat/compare/v1.96.6...v1.96.7 )
<sup>Released on **2025-06-23**</sup>
#### 💄 Styles
- **misc**: Add `blockAds` & `stealth` params for Browserless.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `blockAds` & `stealth` params for Browserless, closes [#8255 ](https://github.com/lobehub/lobe-chat/issues/8255 ) ([2ff3efa ](https://github.com/lobehub/lobe-chat/commit/2ff3efa ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-23 07:09:45 +00:00
Zhijie He
2ff3efa630
💄 style: add blockAds & stealth params for Browserless ( #8255 )
...
* ✨ feat: add blockAds & stealth params for Browserless
* Apply `sourcery-ai` suggestion
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* 📝 docs: add docs for `BROWSERLESS_BLOCK_ADS` & `BROWSERLESS_STEALTH_MODE`
---------
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
2025-06-23 14:55:17 +08:00
lobehubbot
f63b137428
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-23 02:27:23 +00:00
semantic-release-bot
0c5c975c6f
🔖 chore(release): v1.96.6 [skip ci]
...
### [Version 1.96.6](https://github.com/lobehub/lobe-chat/compare/v1.96.5...v1.96.6 )
<sup>Released on **2025-06-23**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8253 ](https://github.com/lobehub/lobe-chat/issues/8253 ) ([b86dc9b ](https://github.com/lobehub/lobe-chat/commit/b86dc9b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-23 02:26:11 +00:00
LobeHub Bot
b86dc9bbf9
💄 style: update i18n ( #8253 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-06-23 10:11:45 +08:00
lobehubbot
01db0b634c
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-22 12:58:30 +00:00
semantic-release-bot
b064fe3f98
🔖 chore(release): v1.96.5 [skip ci]
...
### [Version 1.96.5](https://github.com/lobehub/lobe-chat/compare/v1.96.4...v1.96.5 )
<sup>Released on **2025-06-22**</sup>
#### 🐛 Bug Fixes
- **misc**: Remove unsupported parameters of Hunyuan.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Remove unsupported parameters of Hunyuan, closes [#8247 ](https://github.com/lobehub/lobe-chat/issues/8247 ) ([826d724 ](https://github.com/lobehub/lobe-chat/commit/826d724 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-22 12:57:12 +00:00
sxjeru
826d724ce7
🐛 fix: Remove unsupported parameters of Hunyuan ( #8247 )
...
* 🐛 fix: 去除 hunyuan 频率和存在惩罚参数
* 去除重复的 ESLint no-unused-vars
* Revert "去除重复的 ESLint no-unused-vars"
This reverts commit e6edece8b9 .
2025-06-22 20:42:37 +08:00
lobehubbot
f016058af5
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-22 07:10:44 +00:00
semantic-release-bot
5babf02460
🔖 chore(release): v1.96.4 [skip ci]
...
### [Version 1.96.4](https://github.com/lobehub/lobe-chat/compare/v1.96.3...v1.96.4 )
<sup>Released on **2025-06-22**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-22 07:09:35 +00:00
Arvin Xu
ca417f86d5
⚡ ️ perf: refactor Typography to Text ( #8250 )
2025-06-22 14:55:26 +08:00
lobehubbot
ec094d06d9
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-22 06:21:51 +00:00
semantic-release-bot
6a9e4f6f45
🔖 chore(release): v1.96.3 [skip ci]
...
### [Version 1.96.3](https://github.com/lobehub/lobe-chat/compare/v1.96.2...v1.96.3 )
<sup>Released on **2025-06-22**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-22 06:20:40 +00:00
Arvin Xu
4514081f3a
⚡ ️ perf: refactor Typography to Text ( #8249 )
2025-06-22 14:06:37 +08:00
Arvin Xu
8bf3eedacf
📝 docs: add Vercel OSS Program Badge ( #8248 )
...
* Update README.md
* Update README.md
2025-06-22 13:58:36 +08:00
lobehubbot
f948631edf
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-22 04:01:21 +00:00
semantic-release-bot
3feebb4827
🔖 chore(release): v1.96.2 [skip ci]
...
### [Version 1.96.2](https://github.com/lobehub/lobe-chat/compare/v1.96.1...v1.96.2 )
<sup>Released on **2025-06-22**</sup>
#### 💄 Styles
- **openrouter**: Add stable versions of Gemini 2.5 models.
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **openrouter**: Add stable versions of Gemini 2.5 models, closes [#8239 ](https://github.com/lobehub/lobe-chat/issues/8239 ) ([d34ecab ](https://github.com/lobehub/lobe-chat/commit/d34ecab ))
* **misc**: Update i18n, closes [#8242 ](https://github.com/lobehub/lobe-chat/issues/8242 ) ([2d1babc ](https://github.com/lobehub/lobe-chat/commit/2d1babc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-22 04:00:05 +00:00
LobeHub Bot
2d1babc11e
💄 style: update i18n ( #8242 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-06-22 11:45:38 +08:00
Max Brauer
d34ecab318
💄 style(openrouter): add stable versions of Gemini 2.5 models ( #8239 )
...
Signed-off-by: Max Brauer <mbrauer@vmware.com >
2025-06-22 11:45:19 +08:00
renovate[bot]
c7d4399949
Update dependency lucide-react to ^0.522.0 ( #8245 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-22 11:44:53 +08:00
lobehubbot
fab795e549
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-21 17:55:33 +00:00
semantic-release-bot
a1e1681321
🔖 chore(release): v1.96.1 [skip ci]
...
### [Version 1.96.1](https://github.com/lobehub/lobe-chat/compare/v1.96.0...v1.96.1 )
<sup>Released on **2025-06-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix `MiniMax-M1` reasoning tag missing.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix `MiniMax-M1` reasoning tag missing, closes [#8240 ](https://github.com/lobehub/lobe-chat/issues/8240 ) ([ea76c11 ](https://github.com/lobehub/lobe-chat/commit/ea76c11 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-21 17:54:24 +00:00
Zhijie He
ea76c1170d
🐛 fix: fix MiniMax-M1 reasoning tag missing ( #8240 )
2025-06-22 01:39:58 +08:00
lobehubbot
89f9df7199
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-20 16:42:39 +00:00
semantic-release-bot
d49e442dee
🔖 chore(release): v1.96.0 [skip ci]
...
## [Version 1.96.0](https://github.com/lobehub/lobe-chat/compare/v1.95.0...v1.96.0 )
<sup>Released on **2025-06-20**</sup>
#### ✨ Features
- **misc**: Add v0 (Vercel) provider support.
#### 🐛 Bug Fixes
- **misc**: Fix inputTemplate behavior.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add v0 (Vercel) provider support, closes [#8235 ](https://github.com/lobehub/lobe-chat/issues/8235 ) ([5842a18 ](https://github.com/lobehub/lobe-chat/commit/5842a18 ))
#### What's fixed
* **misc**: Fix inputTemplate behavior, closes [#8204 ](https://github.com/lobehub/lobe-chat/issues/8204 ) ([61c2c3c ](https://github.com/lobehub/lobe-chat/commit/61c2c3c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-20 16:41:25 +00:00
Zhijie He
5842a1858e
✨ feat: add v0 (Vercel) provider support ( #8235 )
...
* ✨ feat: add v0 (Vercel) provider support
* ♻️ refactor: rebrand to `v0`
* 🔨 chore: update Dockerfile ENV
* 🔨 chore: fix desc
* 💄 style: support model fetch
* 💄 style: fix reasoning tag
* 🐛 fix: fix build error
* 💄 style: better branding
2025-06-21 00:27:11 +08:00
Zhijie He
61c2c3c361
🐛 fix: fix inputTemplate behavior ( #8204 )
2025-06-21 00:20:49 +08:00
lobehubbot
64fe6d9dc6
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-20 16:12:05 +00:00
semantic-release-bot
7f77a5ca0e
🔖 chore(release): v1.95.0 [skip ci]
...
## [Version 1.95.0](https://github.com/lobehub/lobe-chat/compare/v1.94.17...v1.95.0 )
<sup>Released on **2025-06-20**</sup>
#### ✨ Features
- **misc**: Add Brave & Google PSE & Kagi as build-in Search Provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Brave & Google PSE & Kagi as build-in Search Provider, closes [#8172 ](https://github.com/lobehub/lobe-chat/issues/8172 ) ([16ae521 ](https://github.com/lobehub/lobe-chat/commit/16ae521 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-20 16:10:52 +00:00
Zhijie He
16ae521659
✨ feat: add Brave & Google PSE & Kagi as build-in Search Provider ( #8172 )
...
* ✨ feat: add Brave Search as build-in Search Provider
* 🐛 fix: fix build error
* ✨ feat: add Kagi as build-in Search Provider
* 🐛 fix: fix build error
* ✨ feat: add Google PSE as build-in Search Provider
* ✨ feat: add Anspire (安思派) as build-in Search Provider
* 🐛 fix: fix build error
* 📝 docs: update `online-search` docs
2025-06-20 23:56:05 +08:00
lobehubbot
ad47d4d553
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-20 03:49:25 +00:00
semantic-release-bot
cb9bf10562
🔖 chore(release): v1.94.17 [skip ci]
...
### [Version 1.94.17](https://github.com/lobehub/lobe-chat/compare/v1.94.16...v1.94.17 )
<sup>Released on **2025-06-20**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8233 ](https://github.com/lobehub/lobe-chat/issues/8233 ) ([88c4362 ](https://github.com/lobehub/lobe-chat/commit/88c4362 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-20 03:48:15 +00:00
LobeHub Bot
88c4362768
💄 style: update i18n ( #8233 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-06-20 11:33:57 +08:00
lobehubbot
4f6eb27b3d
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-19 18:05:13 +00:00
semantic-release-bot
a0c062fa99
🔖 chore(release): v1.94.16 [skip ci]
...
### [Version 1.94.16](https://github.com/lobehub/lobe-chat/compare/v1.94.15...v1.94.16 )
<sup>Released on **2025-06-19**</sup>
#### 🐛 Bug Fixes
- **misc**: Correctly pass `reasoning.summary`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Correctly pass `reasoning.summary`, closes [#8221 ](https://github.com/lobehub/lobe-chat/issues/8221 ) ([da79815 ](https://github.com/lobehub/lobe-chat/commit/da79815 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-19 18:03:58 +00:00
sxjeru
da79815faa
🐛 fix: Correctly pass reasoning.summary ( #8221 )
...
* Update index.ts
* 📝 refactor: Update reasoning handling in OpenAI model runtime
* groq
* update models
* Update index.ts
2025-06-20 01:49:50 +08:00
lobehubbot
7ebf981567
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-19 11:51:49 +00:00
Arvin Xu
accbc7c5a1
🔨 chore: improve dev speed ( #8228 )
2025-06-19 19:37:58 +08:00
lobehubbot
935343e11e
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-19 10:20:32 +00:00
semantic-release-bot
6bd13d890f
🔖 chore(release): v1.94.15 [skip ci]
...
### [Version 1.94.15](https://github.com/lobehub/lobe-chat/compare/v1.94.14...v1.94.15 )
<sup>Released on **2025-06-19**</sup>
#### 💄 Styles
- **misc**: Update model card for Gemini 2.5 Pro via OpenRouter.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update model card for Gemini 2.5 Pro via OpenRouter, closes [#8129 ](https://github.com/lobehub/lobe-chat/issues/8129 ) ([c96d9ef ](https://github.com/lobehub/lobe-chat/commit/c96d9ef ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-19 10:19:24 +00:00
Max Brauer
c96d9effeb
💄 style: update model card for Gemini 2.5 Pro via OpenRouter ( #8129 )
...
Signed-off-by: Max Brauer <mbrauer@vmware.com >
2025-06-19 18:05:05 +08:00
lobehubbot
55a1a49dc0
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-19 03:23:44 +00:00
semantic-release-bot
c05ba4ff9e
🔖 chore(release): v1.94.14 [skip ci]
...
### [Version 1.94.14](https://github.com/lobehub/lobe-chat/compare/v1.94.13...v1.94.14 )
<sup>Released on **2025-06-19**</sup>
#### 💄 Styles
- **misc**: Update i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update i18n, closes [#8225 ](https://github.com/lobehub/lobe-chat/issues/8225 ) ([53e1784 ](https://github.com/lobehub/lobe-chat/commit/53e1784 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-19 03:22:36 +00:00
LobeHub Bot
53e17841fa
💄 style: update i18n ( #8225 )
...
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-06-19 11:08:26 +08:00
lobehubbot
ee96f02130
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-18 12:32:59 +00:00
semantic-release-bot
b39df20840
🔖 chore(release): v1.94.13 [skip ci]
...
### [Version 1.94.13](https://github.com/lobehub/lobe-chat/compare/v1.94.12...v1.94.13 )
<sup>Released on **2025-06-18**</sup>
#### 💄 Styles
- **misc**: Update Gemini 2.5 Pro, Flash GA models. Add Gemini 2.5 Flash-Lite Preview model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Gemini 2.5 Pro, Flash GA models. Add Gemini 2.5 Flash-Lite Preview model, closes [#8213 ](https://github.com/lobehub/lobe-chat/issues/8213 ) ([39ef8be ](https://github.com/lobehub/lobe-chat/commit/39ef8be ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-18 12:31:50 +00:00
afon
39ef8be0c7
💄 style: Update Gemini 2.5 Pro, Flash GA models. Add Gemini 2.5 Flash-Lite Preview model ( #8213 )
2025-06-18 20:17:25 +08:00
lobehubbot
6a55be3ed8
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-18 11:24:12 +00:00
semantic-release-bot
0545de3cb5
🔖 chore(release): v1.94.12 [skip ci]
...
### [Version 1.94.12](https://github.com/lobehub/lobe-chat/compare/v1.94.11...v1.94.12 )
<sup>Released on **2025-06-18**</sup>
#### 💄 Styles
- **misc**: Add MiniMax-M1 model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add MiniMax-M1 model, closes [#8209 ](https://github.com/lobehub/lobe-chat/issues/8209 ) ([41a0178 ](https://github.com/lobehub/lobe-chat/commit/41a0178 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-18 11:23:01 +00:00
sxjeru
41a017808d
💄 style: Add MiniMax-M1 model ( #8209 )
...
* Update minimax.ts
* Update minimax.ts
* Update siliconcloud.ts
* Update novita.ts
* Update novita.ts
2025-06-18 19:08:56 +08:00
Arvin Xu
01d6bcf99f
📝 docs: improve README.md ( #8212 )
...
* Update README.md
* Update README.md
* Update README.md
2025-06-18 10:35:03 +08:00
lobehubbot
e45e31c810
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-17 02:38:45 +00:00
semantic-release-bot
84af825d24
🔖 chore(release): v1.94.11 [skip ci]
...
### [Version 1.94.11](https://github.com/lobehub/lobe-chat/compare/v1.94.10...v1.94.11 )
<sup>Released on **2025-06-17**</sup>
#### 🐛 Bug Fixes
- **misc**: Enhance the multi-display window opening experience.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Enhance the multi-display window opening experience, closes [#8176 ](https://github.com/lobehub/lobe-chat/issues/8176 ) ([b132e66 ](https://github.com/lobehub/lobe-chat/commit/b132e66 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-17 02:37:30 +00:00
𝑾𝒖𝒙𝒉
b132e66248
🐛 fix: enhance the multi-display window opening experience ( #8176 )
2025-06-17 10:23:10 +08:00
CanisMinor
9c4e2c08a4
🔨 chore(ci): improve i18n workflow ( #8199 ) ( #8200 )
...
* 🔨 chore(ci): improve i18n workflow (#8199 )
* 🔧 chore: Fix i18n workflow
* 🔧 chore: Fix i18n workflow
* 💄 style: update i18n (#8201 )
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
---------
Co-authored-by: 𝑾𝒖𝒙𝒉 <wxh1220@gmail.com >
Co-authored-by: LobeHub Bot <i@lobehub.com >
Co-authored-by: canisminor1990 <17870709+canisminor1990@users.noreply.github.com >
2025-06-16 16:53:20 +08:00
lobehubbot
3e35924313
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-15 18:01:16 +00:00
semantic-release-bot
60f649d4f2
🔖 chore(release): v1.94.10 [skip ci]
...
### [Version 1.94.10](https://github.com/lobehub/lobe-chat/compare/v1.94.9...v1.94.10 )
<sup>Released on **2025-06-15**</sup>
#### 🐛 Bug Fixes
- **misc**: Improve chat selectors and enhance topic handling logic.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Improve chat selectors and enhance topic handling logic, closes [#8133 ](https://github.com/lobehub/lobe-chat/issues/8133 ) [#8117 ](https://github.com/lobehub/lobe-chat/issues/8117 ) ([15b24f1 ](https://github.com/lobehub/lobe-chat/commit/15b24f1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-15 18:00:04 +00:00
𝑾𝒖𝒙𝒉
15b24f1f34
🐛 fix: improve chat selectors and enhance topic handling logic ( #8133 )
...
* ♻️ refactor: improve chat selectors and enhance topic handling logic
fix #8117
* chore: update
* chore: update
2025-06-16 01:46:03 +08:00
lobehubbot
f4b8561cee
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-15 17:37:32 +00:00
semantic-release-bot
366337f4ac
🔖 chore(release): v1.94.9 [skip ci]
...
### [Version 1.94.9](https://github.com/lobehub/lobe-chat/compare/v1.94.8...v1.94.9 )
<sup>Released on **2025-06-15**</sup>
#### 💄 Styles
- **misc**: Add `kimi-thinking-preview` model from Moonshot.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `kimi-thinking-preview` model from Moonshot, closes [#8171 ](https://github.com/lobehub/lobe-chat/issues/8171 ) ([93d677c ](https://github.com/lobehub/lobe-chat/commit/93d677c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-15 17:36:24 +00:00
Zhijie He
93d677c925
💄 style: add kimi-thinking-preview model from Moonshot ( #8171 )
...
* 💄 style: add `kimi-thinking-preview` model from Moonshot
* ♻️ refactor: support model fetch reasoning tag
2025-06-16 01:22:16 +08:00
lobehubbot
7a061084cb
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-15 11:07:02 +00:00
semantic-release-bot
bf85be2f68
🔖 chore(release): v1.94.8 [skip ci]
...
### [Version 1.94.8](https://github.com/lobehub/lobe-chat/compare/v1.94.7...v1.94.8 )
<sup>Released on **2025-06-15**</sup>
#### 🐛 Bug Fixes
- **misc**: Correctly handle `reasoning_effort`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Correctly handle `reasoning_effort`, closes [#8180 ](https://github.com/lobehub/lobe-chat/issues/8180 ) ([1c04736 ](https://github.com/lobehub/lobe-chat/commit/1c04736 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-15 11:05:46 +00:00
sxjeru
1c04736225
🐛 fix: Correctly handle reasoning_effort ( #8180 )
2025-06-15 18:51:27 +08:00
renovate[bot]
619ce9fc8b
Update dependency @anthropic-ai/sdk to ^0.54.0 ( #8186 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-15 14:55:11 +08:00
lobehubbot
a7d254dece
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-12 17:19:32 +00:00
semantic-release-bot
4c083e6768
🔖 chore(release): v1.94.7 [skip ci]
...
### [Version 1.94.7](https://github.com/lobehub/lobe-chat/compare/v1.94.6...v1.94.7 )
<sup>Released on **2025-06-12**</sup>
#### 💄 Styles
- **misc**: Add Doubao Seed 1.6 model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Doubao Seed 1.6 model, closes [#8167 ](https://github.com/lobehub/lobe-chat/issues/8167 ) ([bdfa44b ](https://github.com/lobehub/lobe-chat/commit/bdfa44b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-12 17:18:22 +00:00
hedeqiang
bdfa44bb56
💄 style: add Doubao Seed 1.6 model ( #8167 )
2025-06-13 01:03:57 +08:00
lobehubbot
747ea363a7
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-12 16:41:31 +00:00
semantic-release-bot
8df955888c
🔖 chore(release): v1.94.6 [skip ci]
...
### [Version 1.94.6](https://github.com/lobehub/lobe-chat/compare/v1.94.5...v1.94.6 )
<sup>Released on **2025-06-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Abort the Gemini request correctly & Add openai o3-pro.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Abort the Gemini request correctly & Add openai o3-pro, closes [#8135 ](https://github.com/lobehub/lobe-chat/issues/8135 ) ([c79f1b9 ](https://github.com/lobehub/lobe-chat/commit/c79f1b9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-12 16:40:18 +00:00
sxjeru
c79f1b989d
🐛 fix: Abort the Gemini request correctly & Add openai o3-pro ( #8135 )
...
* add AbortSignal
* 处理输出流截断
* opti
* add models
* Update openai.ts
* Update openai.ts
2025-06-13 00:25:47 +08:00
lobehubbot
c786e41a6c
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-12 13:18:41 +00:00
semantic-release-bot
828dcdf842
🔖 chore(release): v1.94.5 [skip ci]
...
### [Version 1.94.5](https://github.com/lobehub/lobe-chat/compare/v1.94.4...v1.94.5 )
<sup>Released on **2025-06-12**</sup>
#### 🐛 Bug Fixes
- **chat**: Improve response animation merging logic.
#### 💄 Styles
- **misc**: Support `web_search_preview` & fix some bug form OpenAI Response API.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **chat**: Improve response animation merging logic, closes [#8160 ](https://github.com/lobehub/lobe-chat/issues/8160 ) ([9d81cdc ](https://github.com/lobehub/lobe-chat/commit/9d81cdc ))
#### Styles
* **misc**: Support `web_search_preview` & fix some bug form OpenAI Response API, closes [#8131 ](https://github.com/lobehub/lobe-chat/issues/8131 ) ([b2983f0 ](https://github.com/lobehub/lobe-chat/commit/b2983f0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-12 13:17:18 +00:00
Zhijie He
b2983f062e
💄 style: support web_search_preview & fix some bug form OpenAI Response API ( #8131 )
...
* 💄 style: support `web_search_preview` for OpenAI Response API
* ♻️ refactor: refactor annotation handling
* 🐛 fix: fix `reasoning_effort` error in response api
* 🐛 fix: fix `o` series calling in Response API
* 🐛 fix: fix ci test
* 💄 style: update `gpt-4o` ability tags
* 💄 style: update `gpt-4o-mini` ability tags
* ♻️ refactor: add `responsesAPIModels` to store responses api only
* 🐛 fix: fix `computer-use-preview` calling
* 🐛 fix: fix ci error
* 🐛 fix: fix citations
* 💄 style: add `o3-pro` rules, disable Stream & use Responses API
* 🔨 chore: comment `o3-pro` from `disableStreamModels`
2025-06-12 21:03:05 +08:00
𝑾𝒖𝒙𝒉
9d81cdca36
🐛 fix(chat): Improve response animation merging logic ( #8160 )
...
* 🔧 chore: Refactor responseAnimation handling in ChatService
*
Co-authored-by: sxjeru <sxjeru@users.noreply.github.com >
2025-06-12 21:01:09 +08:00
lobehubbot
af37bf7a9a
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-12 07:08:06 +00:00
𝑾𝒖𝒙𝒉
8953523575
🔧 chore: improve i18n workflow diff script ( #8153 )
...
* 🔧 chore: Add writeJSONWithPrettier utility and update locale generation scripts
* 🔧 chore: Implement genRemoveDiff utility for locale diff analysis and update workflow
* chore: update script
* chore: revert
* 🔧 chore: Refactor genDiff to improve diff analysis and streamline locale processing
2025-06-12 14:54:05 +08:00
lobehubbot
ac4b61af91
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-11 15:31:25 +00:00
semantic-release-bot
8106426980
🔖 chore(release): v1.94.4 [skip ci]
...
### [Version 1.94.4](https://github.com/lobehub/lobe-chat/compare/v1.94.3...v1.94.4 )
<sup>Released on **2025-06-11**</sup>
#### 💄 Styles
- **misc**: Transition animation switch.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Transition animation switch, closes [#7981 ](https://github.com/lobehub/lobe-chat/issues/7981 ) ([dd4ab3f ](https://github.com/lobehub/lobe-chat/commit/dd4ab3f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-11 15:29:56 +00:00
𝑾𝒖𝒙𝒉
dd4ab3fc88
💄 style: Transition animation switch ( #7981 )
...
* ✨ feat: Transition animation switch
* chore: update schema
(cherry picked from commit 4e364817c835f87d7e26487e99a6953d7e93b309)
# Conflicts:
# src/types/aiProvider.ts
* 🌐 chore: Translation
2025-06-11 23:15:30 +08:00
CanisMinor
b52a94ae01
🔧 chore: Fix Check Pull Request Status ( #8149 )
2025-06-11 14:06:10 +08:00
CanisMinor
066f11a8b4
🔧 chore: Fix no actual differences left ( #8147 )
2025-06-11 14:01:35 +08:00
CanisMinor
0996be513a
🔧 chore: Fix deprecation deps ( #8144 )
2025-06-11 12:42:34 +08:00
CanisMinor
9b671d0698
🔧 chore: Update i18n actions ( #8143 )
...
* 🔧 chore: Update i18n actions
* 🔧 chore: Update i18n workflow
2025-06-11 12:39:00 +08:00
CanisMinor
a26499f0bf
🔧 chore: Update i18n actions ( #8142 )
2025-06-11 12:33:41 +08:00
CanisMinor
17431106bb
🔧 chore: Add auto i18n github action ( #4226 )
2025-06-11 12:17:55 +08:00
lobehubbot
8ead7c5437
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-11 04:09:37 +00:00
semantic-release-bot
c931c5218b
🔖 chore(release): v1.94.3 [skip ci]
...
### [Version 1.94.3](https://github.com/lobehub/lobe-chat/compare/v1.94.2...v1.94.3 )
<sup>Released on **2025-06-11**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-11 04:08:29 +00:00
Arvin Xu
602e10faca
👷 build: pin tsx@4.19.x to fix build ( #8141 )
2025-06-11 11:54:31 +08:00
lobehubbot
c751f932a9
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-11 03:02:24 +00:00
semantic-release-bot
edb62cecc5
🔖 chore(release): v1.94.2 [skip ci]
...
### [Version 1.94.2](https://github.com/lobehub/lobe-chat/compare/v1.94.1...v1.94.2 )
<sup>Released on **2025-06-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Update Gemini range of thinkingBudget.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update Gemini range of thinkingBudget, closes [#8122 ](https://github.com/lobehub/lobe-chat/issues/8122 ) ([7331e8a ](https://github.com/lobehub/lobe-chat/commit/7331e8a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-11 03:01:15 +00:00
sxjeru
7331e8a70e
🐛 fix: Update Gemini range of thinkingBudget ( #8122 )
2025-06-11 10:47:06 +08:00
lobehubbot
261e2ca0bf
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-10 17:34:37 +00:00
semantic-release-bot
61dc847589
🔖 chore(release): v1.94.1 [skip ci]
...
### [Version 1.94.1](https://github.com/lobehub/lobe-chat/compare/v1.94.0...v1.94.1 )
<sup>Released on **2025-06-10**</sup>
#### 💄 Styles
- **ModelSelect**: Improve mobile layout and text overflow handling.
- **misc**: Update pplx abilities tags, support `vision`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **ModelSelect**: Improve mobile layout and text overflow handling, closes [#8118 ](https://github.com/lobehub/lobe-chat/issues/8118 ) ([d97aa49 ](https://github.com/lobehub/lobe-chat/commit/d97aa49 ))
* **misc**: Update pplx abilities tags, support `vision`, closes [#8119 ](https://github.com/lobehub/lobe-chat/issues/8119 ) ([5c2e5f7 ](https://github.com/lobehub/lobe-chat/commit/5c2e5f7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-10 17:33:22 +00:00
Kingsword
d97aa49ddd
💄 style(ModelSelect): improve mobile layout and text overflow handling ( #8118 )
2025-06-11 01:19:11 +08:00
Zhijie He
5c2e5f7288
💄 style: update pplx abilities tags, support vision ( #8119 )
...
* 💄 style: update pplx abilities tags, support `vision` & `reasoningEffort`
* 💄 style: add vision tag for `r1-1776`
2025-06-11 01:18:46 +08:00
lobehubbot
2d82fccf3f
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-10 09:06:03 +00:00
semantic-release-bot
f91db428ed
🔖 chore(release): v1.94.0 [skip ci]
...
## [Version 1.94.0](https://github.com/lobehub/lobe-chat/compare/v1.93.3...v1.94.0 )
<sup>Released on **2025-06-10**</sup>
#### ✨ Features
- **misc**: Support google sso as auth provider.
#### 🐛 Bug Fixes
- **misc**: Restore reasoningEffort in setting.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support google sso as auth provider, closes [#8074 ](https://github.com/lobehub/lobe-chat/issues/8074 ) ([43ab03a ](https://github.com/lobehub/lobe-chat/commit/43ab03a ))
#### What's fixed
* **misc**: Restore reasoningEffort in setting, closes [#8123 ](https://github.com/lobehub/lobe-chat/issues/8123 ) ([3be609c ](https://github.com/lobehub/lobe-chat/commit/3be609c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-10 09:04:47 +00:00
beliven-daniele-sarnari
43ab03a261
✨ feat: support google sso as auth provider ( #8074 )
...
* feat: add google sso
* chore: remove authEnv reference
* chore: remove AUTH_GOOGLE secrets in auth.ts as not needed anymore
* chore: removed not used authEnv reference
2025-06-10 16:50:36 +08:00
sxjeru
3be609c3aa
🐛 fix: Restore reasoningEffort in setting ( #8123 )
...
* restore reasoningEffort setting
* ✨ feat: update reasoning effort handling in AgentModal
* i18n
* i18n
2025-06-10 13:38:53 +08:00
lobehubbot
f405b03fa4
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-10 04:02:46 +00:00
semantic-release-bot
2a56269c4d
🔖 chore(release): v1.93.3 [skip ci]
...
### [Version 1.93.3](https://github.com/lobehub/lobe-chat/compare/v1.93.2...v1.93.3 )
<sup>Released on **2025-06-10**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor branding info.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor branding info, closes [#8134 ](https://github.com/lobehub/lobe-chat/issues/8134 ) ([3baa966 ](https://github.com/lobehub/lobe-chat/commit/3baa966 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-10 04:01:35 +00:00
Arvin Xu
3baa966235
♻️ refactor: refactor branding info ( #8134 )
2025-06-10 11:47:12 +08:00
lobehubbot
7b9d8a1db0
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-09 13:50:22 +00:00
semantic-release-bot
b835c84d79
🔖 chore(release): v1.93.2 [skip ci]
...
### [Version 1.93.2](https://github.com/lobehub/lobe-chat/compare/v1.93.1...v1.93.2 )
<sup>Released on **2025-06-09**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor `<think>` & `</think>` handling.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor `<think>` & `</think>` handling, closes [#8121 ](https://github.com/lobehub/lobe-chat/issues/8121 ) ([04ac353 ](https://github.com/lobehub/lobe-chat/commit/04ac353 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-09 13:49:01 +00:00
Zhijie He
04ac3535e0
♻️ refactor: refactor <think> & </think> handling ( #8121 )
2025-06-09 21:34:32 +08:00
lobehubbot
04ca9f4672
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-08 17:08:40 +00:00
semantic-release-bot
97a90f5b43
🔖 chore(release): v1.93.1 [skip ci]
...
### [Version 1.93.1](https://github.com/lobehub/lobe-chat/compare/v1.93.0...v1.93.1 )
<sup>Released on **2025-06-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix openai default Responses API issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix openai default Responses API issue, closes [#8124 ](https://github.com/lobehub/lobe-chat/issues/8124 ) ([7f6ccf2 ](https://github.com/lobehub/lobe-chat/commit/7f6ccf2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-08 17:07:32 +00:00
Arvin Xu
7f6ccf2922
🐛 fix: fix openai default Responses API issue ( #8124 )
...
* fix issue
* fix tests
2025-06-09 00:53:16 +08:00
lobehubbot
d5b94eaf8f
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-08 09:08:59 +00:00
semantic-release-bot
7c001eb91e
🔖 chore(release): v1.93.0 [skip ci]
...
## [Version 1.93.0](https://github.com/lobehub/lobe-chat/compare/v1.92.3...v1.93.0 )
<sup>Released on **2025-06-08**</sup>
#### ✨ Features
- **misc**: Support OpenAI Responses API mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support OpenAI Responses API mode, closes [#8048 ](https://github.com/lobehub/lobe-chat/issues/8048 ) ([5bf0921 ](https://github.com/lobehub/lobe-chat/commit/5bf0921 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-08 09:07:51 +00:00
Arvin Xu
5bf0921246
✨ feat: support OpenAI Responses API mode ( #8048 )
...
* ✨ feat: support response api mode
* update
* support openai stream o series thinking
* add ui config for response api mode
* improve ui config for responses api mode
* update locale
* fix tests
* fix update issue
* update db schema
* fix openai Response Inputs
* fix tests
2025-06-08 16:53:46 +08:00
lobehubbot
fc7c579e55
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-08 07:28:46 +00:00
semantic-release-bot
6cb41eb888
🔖 chore(release): v1.92.3 [skip ci]
...
### [Version 1.92.3](https://github.com/lobehub/lobe-chat/compare/v1.92.2...v1.92.3 )
<sup>Released on **2025-06-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix client s3 getObject throw error.
#### 💄 Styles
- **misc**: Support OpenRouter Claude 4 reasoning.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix client s3 getObject throw error, closes [#8009 ](https://github.com/lobehub/lobe-chat/issues/8009 ) ([b91ca8c ](https://github.com/lobehub/lobe-chat/commit/b91ca8c ))
#### Styles
* **misc**: Support OpenRouter Claude 4 reasoning, closes [#8087 ](https://github.com/lobehub/lobe-chat/issues/8087 ) ([039be1d ](https://github.com/lobehub/lobe-chat/commit/039be1d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-08 07:27:33 +00:00
renovate[bot]
4b11e5ae33
Update dependency @anthropic-ai/sdk to ^0.53.0 ( #8112 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-08 15:13:09 +08:00
Koell
039be1d1b6
💄 style: Support OpenRouter Claude 4 reasoning ( #8087 )
...
* Add Claude Sonnet 4 and Claude Opus 4 to OpenRouter provider
* Calculate budget_token count
2025-06-08 15:12:30 +08:00
vual
b91ca8c903
🐛 fix: fix client s3 getObject throw error ( #8009 )
...
* 修改client s3 getObject 方法,去掉抛出错误,改成直接打印报错,返回undefined,因为该方法调用的地方都没有捕获报错,只是判断是否获取到文件。
* 修改client s3 getObject 方法,去掉抛出错误,改成直接打印报错,返回undefined,因为该方法调用的地方都没有捕获报错,只是判断是否获取到文件。
2025-06-08 10:40:24 +08:00
lobehubbot
2331492e63
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-07 15:41:06 +00:00
semantic-release-bot
26512d7edb
🔖 chore(release): v1.92.2 [skip ci]
...
### [Version 1.92.2](https://github.com/lobehub/lobe-chat/compare/v1.92.1...v1.92.2 )
<sup>Released on **2025-06-07**</sup>
#### 💄 Styles
- **misc**: Add support to azureopenai embedding.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add support to azureopenai embedding, closes [#8075 ](https://github.com/lobehub/lobe-chat/issues/8075 ) ([0725f94 ](https://github.com/lobehub/lobe-chat/commit/0725f94 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-07 15:39:55 +00:00
beliven-daniele-sarnari
0725f94443
💄 style: add support to azureopenai embedding ( #8075 )
2025-06-07 23:25:21 +08:00
Zephyr
36cc29b3fa
👷 build: init rbac system table scheme and data structure ( #8101 )
...
* ✨ feat: 添加RBAC(角色-权限-用户)相关数据库表和结构
- 新增表:rbac_permissions、rbac_roles、rbac_role_permissions、rbac_user_roles,用于管理角色和权限。
- 更新数据库迁移文件,记录新表的创建和约束。
- 新增RBAC相关的TypeScript结构定义,支持角色和权限的管理。
* feat: Update Permissions table column name
* chore: update rbac tables name
* feat: update rbac roles & permissions table primary key
* feat: update rbac relation tables column and index structure
2025-06-07 23:15:05 +08:00
lobehubbot
d20e7a3f61
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-07 14:27:27 +00:00
semantic-release-bot
792a9b6b8c
🔖 chore(release): v1.92.1 [skip ci]
...
### [Version 1.92.1](https://github.com/lobehub/lobe-chat/compare/v1.92.0...v1.92.1 )
<sup>Released on **2025-06-07**</sup>
#### 💄 Styles
- **ModelSelect**: Add responsive layout for mobile devices.
- **misc**: Improve `{{username}}` placeholder variable, Update Gemini & Qwen models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **ModelSelect**: Add responsive layout for mobile devices, closes [#7960 ](https://github.com/lobehub/lobe-chat/issues/7960 ) ([cb84c3e ](https://github.com/lobehub/lobe-chat/commit/cb84c3e ))
* **misc**: Improve `{{username}}` placeholder variable, closes [#8100 ](https://github.com/lobehub/lobe-chat/issues/8100 ) ([95fd588 ](https://github.com/lobehub/lobe-chat/commit/95fd588 ))
* **misc**: Update Gemini & Qwen models, closes [#8083 ](https://github.com/lobehub/lobe-chat/issues/8083 ) ([6308237 ](https://github.com/lobehub/lobe-chat/commit/6308237 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-07 14:26:09 +00:00
Kingsword
cb84c3e16c
💄 style(ModelSelect): add responsive layout for mobile devices ( #7960 )
2025-06-07 22:11:53 +08:00
Zhijie He
95fd588d43
💄 style: improve {{username}} placeholder variable ( #8100 )
2025-06-07 17:47:20 +08:00
sxjeru
63082377dc
💄 style: Update Gemini & Qwen models ( #8083 )
...
* ✨ feat: 添加 Google Gemini 2.5 Pro 模型,更新 Novita 和 Qwen 模型配置,增强关键词排除逻辑
* revert
* 🔨 chore: 移除不再使用的聊天模型配置
* 🔧 feat: 为多个聊天模型添加 functionCall 能力
* 🔧 feat: 添加 Hunyuan T1 和 Hunyuan TurboS 聊天模型,提升文本创作和代码能力
* Update novita.ts
2025-06-07 01:36:35 +08:00
lobehubbot
8701fa61b4
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-06 13:02:07 +00:00
semantic-release-bot
decf04922a
🔖 chore(release): v1.92.0 [skip ci]
...
## [Version 1.92.0](https://github.com/lobehub/lobe-chat/compare/v1.91.3...v1.92.0 )
<sup>Released on **2025-06-06**</sup>
#### ✨ Features
- **misc**: Support placeholder variables in prompts and input.
#### 🐛 Bug Fixes
- **misc**: Some web search bugs.
#### 💄 Styles
- **misc**: Support Vertex AI thought summaries.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support placeholder variables in prompts and input, closes [#8060 ](https://github.com/lobehub/lobe-chat/issues/8060 ) ([3752739 ](https://github.com/lobehub/lobe-chat/commit/3752739 ))
#### What's fixed
* **misc**: Some web search bugs, closes [#8068 ](https://github.com/lobehub/lobe-chat/issues/8068 ) ([bebe7a3 ](https://github.com/lobehub/lobe-chat/commit/bebe7a3 ))
#### Styles
* **misc**: Support Vertex AI thought summaries, closes [#8090 ](https://github.com/lobehub/lobe-chat/issues/8090 ) ([1355a2e ](https://github.com/lobehub/lobe-chat/commit/1355a2e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-06 13:00:43 +00:00
Zhijie He
3752739248
✨ feat: support placeholder variables in prompts and input ( #8060 )
...
* ✨ feat: support placeholder variables in prompt
* ♻️ refactor: refactor `parsePlaceholderVariablesMessages`
* ♻️ refactor: refactor `parsePlaceholderVariablesMessages` to `src/utils/placeholderParser.ts`
* 🔨 chore: support `username` & `nickname`
* ♻️ refactor: migrate to `lodash-es`
* 🐛 fix: fix build error
* ♻️ refactor: split `getTemplateVariables` to small part
* 🔨 chore: support more placeholder
* 🐛 fix: fix build error
* 🐛 fix: fix build error
* ♻️ refactor: enhance performance
* 🐛 fix: fix build error
* 🐛 fix: fix `username` fetch
* 🐛 fix: fix `inputTemplate` will overwrite build-in variable
* 🔨 chore: update i18n
* 🐛 fix: fix variables in `input_template`
* ♻️ refactor: move to `utils/client`
* 🔨 chore: add unit test
* 🔨 chore: add unit test
* 🐛 fix: fix ci test
2025-06-06 20:45:59 +08:00
Koell
1355a2e6a4
💄 style: Support Vertex AI thought summaries ( #8090 )
2025-06-06 20:09:14 +08:00
YuTengjing
bebe7a3675
🐛 fix: some web search bugs ( #8068 )
...
* fix: shouldn't use FCModel search if builtin support search
* fix: open router support toogle builtin search
* fix: max tokens slider not show after toggle enable it
2025-06-06 19:54:44 +08:00
lobehubbot
b19b4fa53c
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-05 16:42:30 +00:00
semantic-release-bot
52ed73d5aa
🔖 chore(release): v1.91.3 [skip ci]
...
### [Version 1.91.3](https://github.com/lobehub/lobe-chat/compare/v1.91.2...v1.91.3 )
<sup>Released on **2025-06-05**</sup>
#### 🐛 Bug Fixes
- **misc**: Correct deepseek R1 fc support display.
#### 💄 Styles
- **misc**: Add openAI websearch and claude 4 to modelproviders.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Correct deepseek R1 fc support display, closes [#8069 ](https://github.com/lobehub/lobe-chat/issues/8069 ) ([ed5bb5f ](https://github.com/lobehub/lobe-chat/commit/ed5bb5f ))
#### Styles
* **misc**: Add openAI websearch and claude 4 to modelproviders, closes [#7988 ](https://github.com/lobehub/lobe-chat/issues/7988 ) ([95994f4 ](https://github.com/lobehub/lobe-chat/commit/95994f4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-05 16:41:00 +00:00
Liav Arnon
95994f4596
💄 style: Add openAI websearch and claude 4 to modelproviders ( #7988 )
...
* Add openAI websearch and claude 4 to modelproviders
* remove old sonnet3.7
* remove enable from websearch model
* remove gpt-4o-mini-search-preview enable flag
2025-06-06 00:26:07 +08:00
YuTengjing
ed5bb5f15d
🐛 fix: correct deepseek R1 fc support display ( #8069 )
...
* fix: correct deepseek R1 fc support display
* 🚨 chore: fix eslint errors
2025-06-06 00:19:00 +08:00
lobehubbot
332f25301c
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-05 08:16:04 +00:00
semantic-release-bot
dc25c7d202
🔖 chore(release): v1.91.2 [skip ci]
...
### [Version 1.91.2](https://github.com/lobehub/lobe-chat/compare/v1.91.1...v1.91.2 )
<sup>Released on **2025-06-05**</sup>
#### 💄 Styles
- **misc**: Add Volcengine & OpenAI-like Provider (e.g. oneapi) model fetch support.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Volcengine & OpenAI-like Provider (e.g. oneapi) model fetch support, closes [#8064 ](https://github.com/lobehub/lobe-chat/issues/8064 ) ([d3dafe1 ](https://github.com/lobehub/lobe-chat/commit/d3dafe1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-05 08:14:48 +00:00
Arvin Xu
66118cc9cf
🔨 chore: fix lint ( #8078 )
2025-06-05 16:00:46 +08:00
sxjeru
d3dafe1911
💄 style: Add Volcengine & OpenAI-like Provider (e.g. oneapi) model fetch support ( #8064 )
...
* Update index.ts
* 重构 modelParse
* 继续重构
* fix
* fix test & zeroone
* support openrouter
* support Gemini
* support Qwen
* add tests
* optm
* support more providers
* update snaps
* fix
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-06-05 09:16:25 +08:00
lobehubbot
0cae8151d0
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-04 17:31:39 +00:00
semantic-release-bot
2c85a30c9d
🔖 chore(release): v1.91.1 [skip ci]
...
### [Version 1.91.1](https://github.com/lobehub/lobe-chat/compare/v1.91.0...v1.91.1 )
<sup>Released on **2025-06-04**</sup>
#### 💄 Styles
- **misc**: Improve loading state.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve loading state, closes [#8072 ](https://github.com/lobehub/lobe-chat/issues/8072 ) ([f0a7193 ](https://github.com/lobehub/lobe-chat/commit/f0a7193 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-04 17:30:24 +00:00
Arvin Xu
f0a7193879
💄 style: improve loading state ( #8072 )
...
* improve loading state
* fix issue
* fix
2025-06-05 01:16:22 +08:00
sxjeru
2a811d0a85
🔨 chore: Prettier & Add proxyUrl for all providers ( #8061 )
...
* migration: 添加移除 reasoning_effort 参数和删除 doubao 的迁移脚本
* Refactor code structure for improved readability and maintainability
* npx prettier --write "src/**/*"
* add proxyUrl for all providers
* npx prettier --write "docs/**/*"
* Revert
* Revert
* revert
2025-06-04 21:39:39 +08:00
lobehubbot
215a96e1b6
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-03 13:54:42 +00:00
semantic-release-bot
65b06de485
🔖 chore(release): v1.91.0 [skip ci]
...
## [Version 1.91.0](https://github.com/lobehub/lobe-chat/compare/v1.90.4...v1.91.0 )
<sup>Released on **2025-06-03**</sup>
#### ✨ Features
- **misc**: Add more provider support for search & crawl.
#### 💄 Styles
- **misc**: Update modelscope models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add more provider support for search & crawl, closes [#8033 ](https://github.com/lobehub/lobe-chat/issues/8033 ) ([23fade3 ](https://github.com/lobehub/lobe-chat/commit/23fade3 ))
#### Styles
* **misc**: Update modelscope models, closes [#8057 ](https://github.com/lobehub/lobe-chat/issues/8057 ) ([3e02c25 ](https://github.com/lobehub/lobe-chat/commit/3e02c25 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-03 13:52:58 +00:00
Zhijie He
23fade3cf8
✨ feat: add more provider support for search & crawl ( #8033 )
...
* ✨ feat: support tavily as search provider
* ✨ feat: support tavily as crawl provider
* 🐛 fix: fix category mapping
* ✨ feat: support firecrwal as crawl provider
* ✨ feat: support firecrawl as search provider
* 🔨 chore: support firecrawl baseUrl for self-host
* 🐛 fix: fix build error
* ✨ feat: support jina as search provider
* 🐛 fix: fix build error
* ✨ feat: support BoChaAI & Exa as search & crawl provider
* 🐛 fix: fix build error
* 🔨 chore: rename to bocha
* 🐛 fix: fix typo in bocha impl
* ♻️ refactor: add `category` & `time_range` support for Exa
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-06-03 21:38:36 +08:00
hedeqiang
3e02c2502e
💄 style: update modelscope models ( #8057 )
...
* style: update modelscope
* style: update modelscope
2025-06-03 19:00:05 +08:00
sxjeru
6c11726dc9
🐛 fix (migration): Remove abandoned reasoning_effort & doubao ( #8055 )
...
* migration: 添加移除 reasoning_effort 参数和删除 doubao 的迁移脚本
* Refactor code structure for improved readability and maintainability
2025-06-03 16:35:55 +08:00
lobehubbot
3866090478
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-02 16:52:58 +00:00
semantic-release-bot
5054d41f4f
🔖 chore(release): v1.90.4 [skip ci]
...
### [Version 1.90.4](https://github.com/lobehub/lobe-chat/compare/v1.90.3...v1.90.4 )
<sup>Released on **2025-06-02**</sup>
#### ♻ Code Refactoring
- **misc**: Rename the createOpenAICompatibleRuntime.
#### 🐛 Bug Fixes
- **misc**: Update the clerk middleware to support route protection.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Rename the createOpenAICompatibleRuntime, closes [#8049 ](https://github.com/lobehub/lobe-chat/issues/8049 ) ([ee660d6 ](https://github.com/lobehub/lobe-chat/commit/ee660d6 ))
#### What's fixed
* **misc**: Update the clerk middleware to support route protection, closes [#8044 ](https://github.com/lobehub/lobe-chat/issues/8044 ) ([309f973 ](https://github.com/lobehub/lobe-chat/commit/309f973 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-02 16:51:36 +00:00
Arvin Xu
ee660d64a6
♻️ refactor: rename the createOpenAICompatibleRuntime ( #8049 )
...
* refactor model runtime createOpenAICompatibleRuntime
* upgrade version and fix tests
* fix tests
* fix tests
2025-06-03 00:22:14 +08:00
bbbugg
6160b9eeeb
📝 docs: update Qwen model provider in documentation ( #8041 )
...
* 📝 docs: update Qwen model providers in documentation
* 📝 docs: update example for model list customization in documentation
2025-06-02 22:26:27 +08:00
bbbugg
309f97322c
🐛 fix: Update the clerk middleware to support route protection ( #8044 )
2025-06-02 22:10:59 +08:00
YuTengjing
c94e97c45a
📝 docs: add more cursor rules ( #8047 )
...
* 📝 docs: add some more cursor rules
* 📝 docs: fix greptile reported issue
2025-06-02 22:08:37 +08:00
lobehubbot
2778eca8ac
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-01 14:49:33 +00:00
semantic-release-bot
308103a3ea
🔖 chore(release): v1.90.3 [skip ci]
...
### [Version 1.90.3](https://github.com/lobehub/lobe-chat/compare/v1.90.2...v1.90.3 )
<sup>Released on **2025-06-01**</sup>
#### 💄 Styles
- **misc**: Enable deploymentName for Aliyun Bailian.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Enable deploymentName for Aliyun Bailian, closes [#7576 ](https://github.com/lobehub/lobe-chat/issues/7576 ) ([169e598 ](https://github.com/lobehub/lobe-chat/commit/169e598 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-01 14:48:23 +00:00
sxjeru
169e59869a
💄 style: Enable deploymentName for Aliyun Bailian ( #7576 )
...
* Adds Qwen deployment name support
Enables deploymentName flag for Qwen in global config
Includes Qwen in chat service’s deployment-name providers
* update
* Update qwen.ts
* Update qwen.ts
* Update qwen.ts
* Update xai.ts
* Update qwen.ts
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-06-01 22:34:13 +08:00
lobehubbot
5237b34ca7
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-01 13:11:29 +00:00
semantic-release-bot
e0d46bb751
🔖 chore(release): v1.90.2 [skip ci]
...
### [Version 1.90.2](https://github.com/lobehub/lobe-chat/compare/v1.90.1...v1.90.2 )
<sup>Released on **2025-06-01**</sup>
#### 💄 Styles
- **misc**: Support `web_search` tool for MiniMax & Zhipu.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support `web_search` tool for MiniMax & Zhipu, closes [#7980 ](https://github.com/lobehub/lobe-chat/issues/7980 ) ([28cdafb ](https://github.com/lobehub/lobe-chat/commit/28cdafb ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-01 13:10:22 +00:00
Zhijie He
28cdafb388
💄 style: support web_search tool for MiniMax & Zhipu ( #7980 )
...
* 💄 style: support web_search for MiniMax
* ♻️ refactor: refactor zhipu `web_search` tools
* 🐛 fix: fix live search citations
* ♻️ refactor: refactor Minimax citations
* 🐛 fix: fix ci error
* 🐛 fix: fix ci error
* 💄 style: support OpenAI Search model citations
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-06-01 20:56:12 +08:00
lobehubbot
4fc885cc90
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-01 08:47:46 +00:00
semantic-release-bot
a85520dc9c
🔖 chore(release): v1.90.1 [skip ci]
...
### [Version 1.90.1](https://github.com/lobehub/lobe-chat/compare/v1.90.0...v1.90.1 )
<sup>Released on **2025-06-01**</sup>
#### 🐛 Bug Fixes
- **misc**: Disable LaTeX and Mermaid rendering in SystemRoleContent to prevent lag caused by massive rendering tasks when switching topics, fix DeepSeek new R1 Search error.
#### 💄 Styles
- **misc**: Use default deployment name when parseModelString doesn't contain deployment name.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Disable LaTeX and Mermaid rendering in SystemRoleContent to prevent lag caused by massive rendering tasks when switching topics, closes [#8034 ](https://github.com/lobehub/lobe-chat/issues/8034 ) ([5b42ee2 ](https://github.com/lobehub/lobe-chat/commit/5b42ee2 ))
* **misc**: Fix DeepSeek new R1 Search error, closes [#8035 ](https://github.com/lobehub/lobe-chat/issues/8035 ) ([cf58628 ](https://github.com/lobehub/lobe-chat/commit/cf58628 ))
#### Styles
* **misc**: Use default deployment name when parseModelString doesn't contain deployment name, closes [#7719 ](https://github.com/lobehub/lobe-chat/issues/7719 ) ([aef19f4 ](https://github.com/lobehub/lobe-chat/commit/aef19f4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-01 08:46:32 +00:00
bbbugg
aef19f46c1
💄 style: use default deployment name when parseModelString doesn't contain deployment name ( #7719 )
...
* ♻️ refactor: use default deployment name when parseModelString doesn't contain deployment name
* ✅ test: add test case for parseModelString without deployment name
* 添加测试用例
* 📝 docs: clarify default deployment name behavior in model list documentation
* 📝 docs: update deployment name description for clarity in model list documentation
* 📝 docs: update deployment name description for clarity in model list documentation
2025-06-01 16:32:42 +08:00
Purelind
58d356c477
🔨 chore(setup.sh): Replace SED_COMMAND with SED_INPLACE_ARGS for improved compatibility across platforms on macOS ( #7639 )
2025-06-01 16:28:04 +08:00
Arvin Xu
cf58628995
🐛 fix: fix DeepSeek new R1 Search error ( #8035 )
...
* fix DeepSeek R1 Search issue
* fix tests
2025-06-01 16:20:49 +08:00
PP Kun
5b42ee2499
🐛 fix: disable LaTeX and Mermaid rendering in SystemRoleContent to prevent lag caused by massive rendering tasks when switching topics ( #8034 )
2025-06-01 16:20:28 +08:00
lobehubbot
1ec8defec9
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-01 07:27:57 +00:00
semantic-release-bot
907c9ef9b0
🔖 chore(release): v1.90.0 [skip ci]
...
## [Version 1.90.0](https://github.com/lobehub/lobe-chat/compare/v1.89.0...v1.90.0 )
<sup>Released on **2025-06-01**</sup>
#### ✨ Features
- **misc**: Support protect page.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support protect page, closes [#8024 ](https://github.com/lobehub/lobe-chat/issues/8024 ) ([d61a9f5 ](https://github.com/lobehub/lobe-chat/commit/d61a9f5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-01 07:26:50 +00:00
Arvin Xu
d61a9f5998
✨ feat: support protect page ( #8024 )
...
* 🚚 refactor: move config/app to env/app
* ✨ feat: support protect route
* 📝 docs: add protect support
* fix callbackUrl
* fix tests
2025-06-01 15:12:57 +08:00
lobehubbot
62de6f0020
📝 docs(bot): Auto sync agents & plugin to readme
2025-06-01 07:09:52 +00:00
semantic-release-bot
b15933cbf9
🔖 chore(release): v1.89.0 [skip ci]
...
## [Version 1.89.0](https://github.com/lobehub/lobe-chat/compare/v1.88.23...v1.89.0 )
<sup>Released on **2025-06-01**</sup>
#### ✨ Features
- **misc**: Support ModelScope Provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support ModelScope Provider, closes [#8026 ](https://github.com/lobehub/lobe-chat/issues/8026 ) ([7b91dfd ](https://github.com/lobehub/lobe-chat/commit/7b91dfd ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-06-01 07:08:45 +00:00
hedeqiang
7b91dfddd5
✨ feat: Support ModelScope Provider ( #8026 )
...
* feat: support modelscop
* feat: support modelscop
* style: update llm.ts
* style: update modelscope
2025-06-01 14:54:32 +08:00
lobehubbot
2f28a93d89
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-31 18:21:36 +00:00
semantic-release-bot
eedeb75346
🔖 chore(release): v1.88.23 [skip ci]
...
### [Version 1.88.23](https://github.com/lobehub/lobe-chat/compare/v1.88.22...v1.88.23 )
<sup>Released on **2025-05-31**</sup>
#### 💄 Styles
- **misc**: `+` in the welcome message can be clicked to create an assistant.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: `+` in the welcome message can be clicked to create an assistant, closes [#7984 ](https://github.com/lobehub/lobe-chat/issues/7984 ) ([9f07e4c ](https://github.com/lobehub/lobe-chat/commit/9f07e4c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-31 18:20:22 +00:00
Kingsword
9f07e4c975
💄 style: + in the welcome message can be clicked to create an assistant ( #7984 )
2025-06-01 02:05:39 +08:00
lobehubbot
c3f76ccc7e
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-31 17:14:43 +00:00
semantic-release-bot
7385eb911a
🔖 chore(release): v1.88.22 [skip ci]
...
### [Version 1.88.22](https://github.com/lobehub/lobe-chat/compare/v1.88.21...v1.88.22 )
<sup>Released on **2025-05-31**</sup>
#### 💄 Styles
- **misc**: Support 01.ai proxy url.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support 01.ai proxy url, closes [#8025 ](https://github.com/lobehub/lobe-chat/issues/8025 ) ([e0442b8 ](https://github.com/lobehub/lobe-chat/commit/e0442b8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-31 17:13:35 +00:00
Arvin Xu
e0442b83a1
💄 style: support 01.ai proxy url ( #8025 )
2025-06-01 00:59:35 +08:00
lobehubbot
ca2292b538
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-31 15:22:55 +00:00
semantic-release-bot
e64085f7d3
🔖 chore(release): v1.88.21 [skip ci]
...
### [Version 1.88.21](https://github.com/lobehub/lobe-chat/compare/v1.88.20...v1.88.21 )
<sup>Released on **2025-05-31**</sup>
#### 💄 Styles
- **misc**: Enhanced reasoning_effort Slider Component, Update Hunyuan models & deepseek-r1-0528.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Enhanced reasoning_effort Slider Component, closes [#7998 ](https://github.com/lobehub/lobe-chat/issues/7998 ) ([750b26a ](https://github.com/lobehub/lobe-chat/commit/750b26a ))
* **misc**: Update Hunyuan models & deepseek-r1-0528, closes [#7993 ](https://github.com/lobehub/lobe-chat/issues/7993 ) ([2eb198c ](https://github.com/lobehub/lobe-chat/commit/2eb198c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-31 15:21:42 +00:00
sxjeru
2eb198c687
💄 style: Update Hunyuan models & deepseek-r1-0528 ( #7993 )
...
* Update hunyuan.ts
* Update novita.ts
* Update siliconcloud.ts
* Update deepseek.ts
* Update deepseek.ts
* Update novita.ts
* Update openrouter.ts
* Update novita.ts
* Update siliconcloud.ts
* Update volcengine.ts
* Update volcengine.ts
* Update novita.ts
* Update siliconcloud.ts
* update snap
* Update novita.ts
* Update siliconcloud.ts
* Update siliconcloud.ts
* Update groq.ts
2025-05-31 22:45:36 +08:00
sxjeru
750b26acea
💄 style: Enhanced reasoning_effort Slider Component ( #7998 )
...
* ✨ feat: 添加推理强度设置和滑块组件
* ✨ feat: support openai & grok xai
* i18n
* fix mobile
2025-05-31 22:45:24 +08:00
lobehubbot
6521243f07
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-31 04:06:27 +00:00
semantic-release-bot
321a2e809d
🔖 chore(release): v1.88.20 [skip ci]
...
### [Version 1.88.20](https://github.com/lobehub/lobe-chat/compare/v1.88.19...v1.88.20 )
<sup>Released on **2025-05-31**</sup>
#### 🐛 Bug Fixes
- **misc**: Agent automatic completion meta not working error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Agent automatic completion meta not working error, closes [#8003 ](https://github.com/lobehub/lobe-chat/issues/8003 ) ([c5307bf ](https://github.com/lobehub/lobe-chat/commit/c5307bf ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-31 04:05:21 +00:00
𝑾𝒖𝒙𝒉
c5307bf969
🐛 fix: Agent automatic completion meta not working error ( #8003 )
...
* 🐛 fix:Agent automatic completion meta not working error
* chore: fix lint
2025-05-31 11:51:36 +08:00
lobehubbot
2ae0e9ed56
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-30 05:40:23 +00:00
semantic-release-bot
a7f2347f1b
🔖 chore(release): v1.88.19 [skip ci]
...
### [Version 1.88.19](https://github.com/lobehub/lobe-chat/compare/v1.88.18...v1.88.19 )
<sup>Released on **2025-05-30**</sup>
#### 💄 Styles
- **misc**: Support Web Search Tools and Beta Header from Anthropic.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support Web Search Tools and Beta Header from Anthropic, closes [#7964 ](https://github.com/lobehub/lobe-chat/issues/7964 ) ([a47ddc5 ](https://github.com/lobehub/lobe-chat/commit/a47ddc5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-30 05:39:08 +00:00
Zhijie He
a47ddc5159
💄 style: support Web Search Tools and Beta Header from Anthropic ( #7964 )
...
* 💄 style: support web search tools from Anthropic
* 💄 style: support beta headers
* ♻️ refactor: add basic stream support for web search tool
* ♻️ refactor: improve `max_uses` handle
* ♻️ refactor: handle negative or zero values
* ♻️ refactor: rename type name
* 🔨 chore: add unit test
* ♻️ refactor: support citations from web_search_tools
* ♻️ refactor: better citations handling
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-05-30 13:25:33 +08:00
lobehubbot
09621b3a91
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-29 18:02:31 +00:00
semantic-release-bot
4522c93d1d
🔖 chore(release): v1.88.18 [skip ci]
...
### [Version 1.88.18](https://github.com/lobehub/lobe-chat/compare/v1.88.17...v1.88.18 )
<sup>Released on **2025-05-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Close historySummary correctly, Enable thinking output only for supported Gemini thinking models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Close historySummary correctly, closes [#7010 ](https://github.com/lobehub/lobe-chat/issues/7010 ) ([90a6f68 ](https://github.com/lobehub/lobe-chat/commit/90a6f68 ))
* **misc**: Enable thinking output only for supported Gemini thinking models, closes [#7987 ](https://github.com/lobehub/lobe-chat/issues/7987 ) ([f503c53 ](https://github.com/lobehub/lobe-chat/commit/f503c53 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-29 18:01:12 +00:00
sxjeru
f503c53dda
🐛 fix: Enable thinking output only for supported Gemini thinking models ( #7987 )
...
* Update index.ts
* Update index.ts
* style: update reasoning budget handling in ChatService
* fix
* fix learnlm
2025-05-30 01:46:43 +08:00
sxjeru
90a6f686d6
🐛 fix: Close historySummary correctly ( #7010 )
...
* update
* Update index.tsx
2025-05-30 01:32:01 +08:00
lobehubbot
d4e974e11b
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-29 17:24:51 +00:00
semantic-release-bot
7cfe0377ce
🔖 chore(release): v1.88.17 [skip ci]
...
### [Version 1.88.17](https://github.com/lobehub/lobe-chat/compare/v1.88.16...v1.88.17 )
<sup>Released on **2025-05-29**</sup>
#### 💄 Styles
- **misc**: Increase the history limit.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Increase the history limit, closes [#8007 ](https://github.com/lobehub/lobe-chat/issues/8007 ) ([5ec7c8d ](https://github.com/lobehub/lobe-chat/commit/5ec7c8d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-29 17:23:42 +00:00
Arvin Xu
5ec7c8d8ec
💄 style: increase the history limit ( #8007 )
...
* add fc to reasoner model
* add history count to 20
* update snapshot
* update snapshot
2025-05-30 01:09:52 +08:00
lobehubbot
d0bfe6d709
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-29 16:01:39 +00:00
semantic-release-bot
0bd952e3fb
🔖 chore(release): v1.88.16 [skip ci]
...
### [Version 1.88.16](https://github.com/lobehub/lobe-chat/compare/v1.88.15...v1.88.16 )
<sup>Released on **2025-05-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Cmd + click chat tab not open new tab.
#### 💄 Styles
- **misc**: Update GitHub models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Cmd + click chat tab not open new tab, closes [#8001 ](https://github.com/lobehub/lobe-chat/issues/8001 ) ([d6d2129 ](https://github.com/lobehub/lobe-chat/commit/d6d2129 ))
#### Styles
* **misc**: Update GitHub models, closes [#8002 ](https://github.com/lobehub/lobe-chat/issues/8002 ) ([7b8f533 ](https://github.com/lobehub/lobe-chat/commit/7b8f533 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-29 16:00:31 +00:00
柴米油盐的梦想
7b8f5339e0
💄 style: Update GitHub models ( #8002 )
...
* 💄 style: Update GitHub models
* 🐛 fix: fix grok-3-mini calling
* fix: lint fail and possible test error
* Update src/config/aiModels/github.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-05-29 23:46:52 +08:00
YuTengjing
d6d2129737
🐛 fix: cmd + click chat tab not open new tab ( #8001 )
...
* 📝 docs: add some cursor rules & optimize codebase indexing
* 📝 docs: some code reviews issue by greptile
* ✨ chore: cmd + click chat tab not open new tab
* ✨ chore: support Ctrl + click chat tab on windows/linux
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-05-29 23:46:10 +08:00
lobehubbot
48a30566a9
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-29 15:32:26 +00:00
semantic-release-bot
99e72bbe3b
🔖 chore(release): v1.88.15 [skip ci]
...
### [Version 1.88.15](https://github.com/lobehub/lobe-chat/compare/v1.88.14...v1.88.15 )
<sup>Released on **2025-05-29**</sup>
#### 💄 Styles
- **misc**: Add fc ability to deepseek-reasoner model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add fc ability to deepseek-reasoner model, closes [#8006 ](https://github.com/lobehub/lobe-chat/issues/8006 ) ([1511c75 ](https://github.com/lobehub/lobe-chat/commit/1511c75 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-29 15:31:18 +00:00
Arvin Xu
1511c7531d
💄 style: add fc ability to deepseek-reasoner model ( #8006 )
2025-05-29 23:17:29 +08:00
YuTengjing
ed2ce8d32f
📝 docs: add some cursor rules & optimize codebase indexing ( #7999 )
...
* 📝 docs: add some cursor rules & optimize codebase indexing
* 📝 docs: some code reviews issue by greptile
2025-05-29 15:46:27 +08:00
lobehubbot
2acd21e949
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-28 02:39:30 +00:00
semantic-release-bot
f45d4a651f
🔖 chore(release): v1.88.14 [skip ci]
...
### [Version 1.88.14](https://github.com/lobehub/lobe-chat/compare/v1.88.13...v1.88.14 )
<sup>Released on **2025-05-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Cant invoke the application after OIDC authorization in Windows 11.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Cant invoke the application after OIDC authorization in Windows 11, closes [#7900 ](https://github.com/lobehub/lobe-chat/issues/7900 ) ([585e386 ](https://github.com/lobehub/lobe-chat/commit/585e386 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-28 02:38:20 +00:00
huangkairan
585e386074
🐛 fix: cant invoke the application after OIDC authorization in Windows 11 ( #7900 )
2025-05-28 10:24:15 +08:00
lobehubbot
dcd4b31178
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-27 15:29:19 +00:00
semantic-release-bot
fb70932fe8
🔖 chore(release): v1.88.13 [skip ci]
...
### [Version 1.88.13](https://github.com/lobehub/lobe-chat/compare/v1.88.12...v1.88.13 )
<sup>Released on **2025-05-27**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-27 15:28:12 +00:00
Arvin Xu
e68da28110
⚡ ️ perf: use approximate way with tokenizer ( #7989 )
2025-05-27 23:14:30 +08:00
lobehubbot
f0cce15aae
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-27 10:46:15 +00:00
semantic-release-bot
68b38379b8
🔖 chore(release): v1.88.12 [skip ci]
...
### [Version 1.88.12](https://github.com/lobehub/lobe-chat/compare/v1.88.11...v1.88.12 )
<sup>Released on **2025-05-27**</sup>
#### 💄 Styles
- **misc**: Support adjust thinkingBudget in gemini 2.5 flash.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support adjust thinkingBudget in gemini 2.5 flash, closes [#7947 ](https://github.com/lobehub/lobe-chat/issues/7947 ) ([a9db548 ](https://github.com/lobehub/lobe-chat/commit/a9db548 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-27 10:45:01 +00:00
Alex Lin
a9db54810a
💄 style: support adjust thinkingBudget in gemini 2.5 flash ( #7947 )
...
* 💄 style: support adjust thinkingBudget in gemini 2.5 flash
* 💄 style: support adjust thinkingBudget in gemini 2.5 flash
* 💄 style: support adjust thinkingBudget in gemini 2.5 flash
2025-05-27 18:31:08 +08:00
lobehubbot
7f2f30feb9
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-26 17:31:02 +00:00
semantic-release-bot
9c9f1c3c16
🔖 chore(release): v1.88.11 [skip ci]
...
### [Version 1.88.11](https://github.com/lobehub/lobe-chat/compare/v1.88.10...v1.88.11 )
<sup>Released on **2025-05-26**</sup>
#### 💄 Styles
- **misc**: Correct model name `SenseChat-5-1202`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Correct model name `SenseChat-5-1202`, closes [#7979 ](https://github.com/lobehub/lobe-chat/issues/7979 ) ([d9e1336 ](https://github.com/lobehub/lobe-chat/commit/d9e1336 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-26 17:29:57 +00:00
Zhijie He
d9e1336c07
💄 style: correct model name SenseChat-5-1202 ( #7979 )
2025-05-27 01:16:11 +08:00
lobehubbot
58cedfaa5d
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-26 16:25:19 +00:00
semantic-release-bot
26e9584f5f
🔖 chore(release): v1.88.10 [skip ci]
...
### [Version 1.88.10](https://github.com/lobehub/lobe-chat/compare/v1.88.9...v1.88.10 )
<sup>Released on **2025-05-26**</sup>
#### 💄 Styles
- **DevPanel**: Improve json display.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **DevPanel**: Improve json display, closes [#7978 ](https://github.com/lobehub/lobe-chat/issues/7978 ) ([db800d2 ](https://github.com/lobehub/lobe-chat/commit/db800d2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-26 16:24:11 +00:00
Kingsword
db800d2b63
💄 style(DevPanel): improve json display ( #7978 )
2025-05-27 00:10:15 +08:00
semantic-release-bot
286f96ad37
🔖 chore(release): v1.88.9 [skip ci]
...
### [Version 1.88.9](https://github.com/lobehub/lobe-chat/compare/v1.88.8...v1.88.9 )
<sup>Released on **2025-05-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Auto sync theme mode in desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Auto sync theme mode in desktop, closes [#7970 ](https://github.com/lobehub/lobe-chat/issues/7970 ) ([a16fa02 ](https://github.com/lobehub/lobe-chat/commit/a16fa02 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-26 07:06:42 +00:00
Arvin Xu
a16fa0265b
🐛 fix: auto sync theme mode in desktop ( #7970 )
...
* auto sync theme
* improve style
* improve code
2025-05-26 14:53:02 +08:00
lobehubbot
a4d7a47569
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-26 03:07:26 +00:00
semantic-release-bot
678608fc8b
🔖 chore(release): v1.88.8 [skip ci]
...
### [Version 1.88.8](https://github.com/lobehub/lobe-chat/compare/v1.88.7...v1.88.8 )
<sup>Released on **2025-05-26**</sup>
#### 💄 Styles
- **misc**: Allow `SliderWithInput` to have no input limit.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Allow `SliderWithInput` to have no input limit, closes [#7708 ](https://github.com/lobehub/lobe-chat/issues/7708 ) ([bdb02b2 ](https://github.com/lobehub/lobe-chat/commit/bdb02b2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-26 03:06:09 +00:00
sxjeru
bdb02b2058
💄 style: Allow SliderWithInput to have no input limit ( #7708 )
...
* 💄 style: Enhance QwenAIStream with input timing and usage tracking
* Update index.ts
* Update index.ts
* fix
* fix
* fix test
* Update qwen.ts
* fix
* fix
* ✨ style: Add unlimited input support to SliderWithInput in AgentChat, AgentModal, and Controls components
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-05-26 10:51:59 +08:00
lobehubbot
f177fd0982
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-26 02:31:31 +00:00
semantic-release-bot
5ec717244f
🔖 chore(release): v1.88.7 [skip ci]
...
### [Version 1.88.7](https://github.com/lobehub/lobe-chat/compare/v1.88.6...v1.88.7 )
<sup>Released on **2025-05-26**</sup>
#### 🐛 Bug Fixes
- **DragUpload**: Resolve issue with pasting clipboard images in Safari.
- **misc**: Fix chat header in the desktop.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **DragUpload**: Resolve issue with pasting clipboard images in Safari, closes [#7961 ](https://github.com/lobehub/lobe-chat/issues/7961 ) ([3c3cc75 ](https://github.com/lobehub/lobe-chat/commit/3c3cc75 ))
* **misc**: Fix chat header in the desktop, closes [#7973 ](https://github.com/lobehub/lobe-chat/issues/7973 ) ([63c3a71 ](https://github.com/lobehub/lobe-chat/commit/63c3a71 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-26 02:30:15 +00:00
Arvin Xu
63c3a7188e
🐛 fix: fix chat header in the desktop ( #7973 )
2025-05-26 10:16:35 +08:00
Kingsword
3c3cc7513e
🐛 fix(DragUpload): resolve issue with pasting clipboard images in Safari ( #7961 )
2025-05-26 02:31:21 +08:00
lobehubbot
5b223200fb
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-25 17:46:04 +00:00
semantic-release-bot
98f2dba5f0
🔖 chore(release): v1.88.6 [skip ci]
...
### [Version 1.88.6](https://github.com/lobehub/lobe-chat/compare/v1.88.5...v1.88.6 )
<sup>Released on **2025-05-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix draggable issue with agent header.
#### 💄 Styles
- **misc**: Fix a few typos in the model tooltips.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix draggable issue with agent header, closes [#7968 ](https://github.com/lobehub/lobe-chat/issues/7968 ) ([cd84241 ](https://github.com/lobehub/lobe-chat/commit/cd84241 ))
#### Styles
* **misc**: Fix a few typos in the model tooltips, closes [#7952 ](https://github.com/lobehub/lobe-chat/issues/7952 ) ([8416fec ](https://github.com/lobehub/lobe-chat/commit/8416fec ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-25 17:44:56 +00:00
Arvin Xu
cd84241709
🐛 fix: fix draggable issue with agent header ( #7968 )
2025-05-26 01:31:25 +08:00
Daniel Tedesco
8416feca99
💄 style: fix a few typos in the model tooltips ( #7952 )
2025-05-26 00:26:11 +08:00
lobehubbot
324dbc548d
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-25 14:56:48 +00:00
semantic-release-bot
9d89b97b23
🔖 chore(release): v1.88.5 [skip ci]
...
### [Version 1.88.5](https://github.com/lobehub/lobe-chat/compare/v1.88.4...v1.88.5 )
<sup>Released on **2025-05-25**</sup>
#### 💄 Styles
- **misc**: Support share single message.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support share single message, closes [#7967 ](https://github.com/lobehub/lobe-chat/issues/7967 ) ([660a5ad ](https://github.com/lobehub/lobe-chat/commit/660a5ad ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-25 14:55:38 +00:00
Arvin Xu
660a5ad167
💄 style: support share single message ( #7967 )
...
* support share single message
* Revert "support share single message"
This reverts commit 91fd96a96e .
* support share single message
2025-05-25 22:41:56 +08:00
lobehubbot
2e1b37dcce
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-25 09:26:51 +00:00
semantic-release-bot
a11ebff552
🔖 chore(release): v1.88.4 [skip ci]
...
### [Version 1.88.4](https://github.com/lobehub/lobe-chat/compare/v1.88.3...v1.88.4 )
<sup>Released on **2025-05-25**</sup>
#### 🐛 Bug Fixes
- **docs**: Rename and update Google Gemini documentation.
#### 💄 Styles
- **misc**: Improve thread flicker when first-time loading.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **docs**: Rename and update Google Gemini documentation, closes [#7957 ](https://github.com/lobehub/lobe-chat/issues/7957 ) ([432c28d ](https://github.com/lobehub/lobe-chat/commit/432c28d ))
#### Styles
* **misc**: Improve thread flicker when first-time loading, closes [#7963 ](https://github.com/lobehub/lobe-chat/issues/7963 ) ([4cacacd ](https://github.com/lobehub/lobe-chat/commit/4cacacd ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-25 09:25:39 +00:00
Kingsword
432c28d193
🐛 fix(docs): rename and update Google Gemini documentation ( #7957 )
2025-05-25 17:12:02 +08:00
Arvin Xu
4cacacda67
💄 style: improve thread flicker when first-time loading ( #7963 )
2025-05-25 17:08:55 +08:00
lobehubbot
f1d59864c1
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-25 05:55:10 +00:00
semantic-release-bot
01eaf8d903
🔖 chore(release): v1.88.3 [skip ci]
...
### [Version 1.88.3](https://github.com/lobehub/lobe-chat/compare/v1.88.2...v1.88.3 )
<sup>Released on **2025-05-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix message refresh 401 on desktop.
#### 💄 Styles
- **misc**: Add gemini & hunyuan & Claude models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix message refresh 401 on desktop, closes [#7958 ](https://github.com/lobehub/lobe-chat/issues/7958 ) ([b4b426f ](https://github.com/lobehub/lobe-chat/commit/b4b426f ))
#### Styles
* **misc**: Add gemini & hunyuan & Claude models, closes [#7908 ](https://github.com/lobehub/lobe-chat/issues/7908 ) ([5244f22 ](https://github.com/lobehub/lobe-chat/commit/5244f22 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-25 05:53:43 +00:00
sxjeru
5244f22bfb
💄 style: Add gemini & hunyuan & Claude models ( #7908 )
...
* Update google.ts
* Update google.ts
* Update hunyuan.ts
* Update google.ts
* Update google.ts
* Update novita.ts
* Update index.ts
* Update anthropic.ts
* Update anthropic.ts
* Update index.ts
* Update anthropic.ts
* Update index.ts
* fix test
* feat: 更新最大令牌配置逻辑,支持从模型配置中获取默认值
* Update anthropic.ts
* Update novita.ts
2025-05-25 12:41:29 +08:00
Arvin Xu
b4b426f842
🐛 fix: fix message refresh 401 on desktop ( #7958 )
...
* update AccessToken
* update
2025-05-25 10:42:45 +08:00
YuTengjing
fca25e1a12
📝 docs: i18n for crawlMultiPages and claude4 desc ( #7942 )
2025-05-24 09:22:24 +08:00
Kingsword
b7a700c562
🐛 fix(chat): handle mobile query param in settings URL ( #7948 )
...
Ensure the settings URL correctly includes the mobile query parameter when applicable, improving consistency across devices.
2025-05-24 09:21:24 +08:00
lobehubbot
a216cf38b5
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-24 00:59:53 +00:00
semantic-release-bot
81241d8e11
🔖 chore(release): v1.88.2 [skip ci]
...
### [Version 1.88.2](https://github.com/lobehub/lobe-chat/compare/v1.88.1...v1.88.2 )
<sup>Released on **2025-05-24**</sup>
#### 💄 Styles
- **misc**: Add live search support for xAI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add live search support for xAI, closes [#7907 ](https://github.com/lobehub/lobe-chat/issues/7907 ) ([dff4b7b ](https://github.com/lobehub/lobe-chat/commit/dff4b7b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-24 00:58:45 +00:00
Zhijie He
dff4b7bd17
💄 style: add live search support for xAI ( #7907 )
...
* 💄 style: add live search support for xAI
* 🔨 chore: rollback mode changes, change back to `auto`
2025-05-24 08:44:34 +08:00
lobehubbot
dfdb904fcb
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-24 00:25:13 +00:00
semantic-release-bot
f58c6e127c
🔖 chore(release): v1.88.1 [skip ci]
...
### [Version 1.88.1](https://github.com/lobehub/lobe-chat/compare/v1.88.0...v1.88.1 )
<sup>Released on **2025-05-24**</sup>
#### 🐛 Bug Fixes
- **misc**: User nickName & username selector in desktop.
#### 💄 Styles
- **misc**: Support Gemini 2.5 thought reasoning.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: User nickName & username selector in desktop, closes [#7899 ](https://github.com/lobehub/lobe-chat/issues/7899 ) ([bf51746 ](https://github.com/lobehub/lobe-chat/commit/bf51746 ))
#### Styles
* **misc**: Support Gemini 2.5 thought reasoning, closes [#7686 ](https://github.com/lobehub/lobe-chat/issues/7686 ) ([f34c4de ](https://github.com/lobehub/lobe-chat/commit/f34c4de ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-24 00:23:57 +00:00
huangkairan
bf5174635c
🐛 fix: user nickName & username selector in desktop ( #7899 )
2025-05-24 08:10:17 +08:00
sxjeru
f34c4de11f
💄 style: Support Gemini 2.5 thought reasoning ( #7686 )
2025-05-24 08:09:25 +08:00
lobehubbot
6ec26ebd80
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-23 12:04:43 +00:00
semantic-release-bot
38f9cb3ed6
🔖 chore(release): v1.88.0 [skip ci]
...
## [Version 1.88.0](https://github.com/lobehub/lobe-chat/compare/v1.87.9...v1.88.0 )
<sup>Released on **2025-05-23**</sup>
#### ✨ Features
- **misc**: Add claude 4 series.
#### 🐛 Bug Fixes
- **misc**: Fix missing email field to user, update agent config of client db will override old config.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add claude 4 series, closes [#7939 ](https://github.com/lobehub/lobe-chat/issues/7939 ) ([9b4f950 ](https://github.com/lobehub/lobe-chat/commit/9b4f950 ))
#### What's fixed
* **misc**: Fix missing email field to user, closes [#7913 ](https://github.com/lobehub/lobe-chat/issues/7913 ) ([d314130 ](https://github.com/lobehub/lobe-chat/commit/d314130 ))
* **misc**: Update agent config of client db will override old config, closes [#7918 ](https://github.com/lobehub/lobe-chat/issues/7918 ) ([f7cda68 ](https://github.com/lobehub/lobe-chat/commit/f7cda68 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-23 12:03:30 +00:00
huangkairan
d3141302dd
🐛 fix: fix missing email field to user ( #7913 )
...
* fix: pass email to user
* add test
2025-05-23 14:20:45 +08:00
YuTengjing
f7cda68d6b
🐛 fix: update agent config of client db will override old config ( #7918 )
...
* ✨ fix: update client db version override old config
* ✨ refactor: use getServerDefaultAgentConfig for default agent configuration in createInbox method
* ✅ build: fix session update config tests
* fix: missing getAppConfig export from @/config/app
2025-05-23 14:20:00 +08:00
Arvin Xu
9b4f950a03
✨ feat: add claude 4 series ( #7939 )
2025-05-23 14:15:59 +08:00
lobehubbot
081088cb36
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-23 01:27:35 +00:00
semantic-release-bot
353e729c74
🔖 chore(release): v1.87.9 [skip ci]
...
### [Version 1.87.9](https://github.com/lobehub/lobe-chat/compare/v1.87.8...v1.87.9 )
<sup>Released on **2025-05-23**</sup>
#### 💄 Styles
- **misc**: Resolve InputNumber display overlap issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Resolve InputNumber display overlap issue, closes [#7892 ](https://github.com/lobehub/lobe-chat/issues/7892 ) ([5486663 ](https://github.com/lobehub/lobe-chat/commit/5486663 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-23 01:26:21 +00:00
Kingsword
5486663541
💄 style: resolve InputNumber display overlap issue ( #7892 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-05-23 09:12:10 +08:00
lobehubbot
2916e4f568
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-22 23:24:08 +00:00
semantic-release-bot
10d38e032c
🔖 chore(release): v1.87.8 [skip ci]
...
### [Version 1.87.8](https://github.com/lobehub/lobe-chat/compare/v1.87.7...v1.87.8 )
<sup>Released on **2025-05-22**</sup>
#### 🐛 Bug Fixes
- **misc**: 'top_p' is not supported with o4-mini, pin zustand version to avoid type error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: 'top_p' is not supported with o4-mini, closes [#7747 ](https://github.com/lobehub/lobe-chat/issues/7747 ) ([4e04399 ](https://github.com/lobehub/lobe-chat/commit/4e04399 ))
* **misc**: Pin zustand version to avoid type error, closes [#7929 ](https://github.com/lobehub/lobe-chat/issues/7929 ) ([4f6e286 ](https://github.com/lobehub/lobe-chat/commit/4f6e286 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-22 23:22:54 +00:00
huangkairan
4f6e2862bc
🐛 fix: pin zustand version to avoid type error ( #7929 )
2025-05-22 23:12:09 +08:00
sxjeru
4e04399e39
🐛 fix: 'top_p' is not supported with o4-mini ( #7747 )
...
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.test.ts.snap
* Update openai.ts
* ✨ feat: update snap
* Update index.ts
* Update novita.ts
* Update siliconcloud.ts
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-05-22 10:05:23 +08:00
lobehubbot
2d369bfbb6
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-21 08:25:58 +00:00
semantic-release-bot
3fd7fe2d5e
🔖 chore(release): v1.87.7 [skip ci]
...
### [Version 1.87.7](https://github.com/lobehub/lobe-chat/compare/v1.87.6...v1.87.7 )
<sup>Released on **2025-05-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Bump @lobehub/ui to 2.1.7.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Bump @lobehub/ui to 2.1.7, closes [#7912 ](https://github.com/lobehub/lobe-chat/issues/7912 ) ([457b645 ](https://github.com/lobehub/lobe-chat/commit/457b645 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-21 08:24:50 +00:00
𝑾𝒖𝒙𝒉
457b645a7e
🐛 fix: bump @lobehub/ui to 2.1.7 ( #7912 )
2025-05-21 16:10:40 +08:00
lobehubbot
292e63e270
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-21 05:19:53 +00:00
semantic-release-bot
28c3c61b20
🔖 chore(release): v1.87.6 [skip ci]
...
### [Version 1.87.6](https://github.com/lobehub/lobe-chat/compare/v1.87.5...v1.87.6 )
<sup>Released on **2025-05-21**</sup>
#### 💄 Styles
- **misc**: Improve tools display.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve tools display, closes [#7906 ](https://github.com/lobehub/lobe-chat/issues/7906 ) ([af8a05b ](https://github.com/lobehub/lobe-chat/commit/af8a05b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-21 05:18:46 +00:00
Arvin Xu
af8a05b3dc
💄 style: improve tools display ( #7906 )
...
* update
* improve i18n for tools display
* Update src/tools/local-system/systemRole.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* fix tests
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-05-21 13:04:31 +08:00
lobehubbot
92598c00e5
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-20 05:04:22 +00:00
semantic-release-bot
9f9026fb13
🔖 chore(release): v1.87.5 [skip ci]
...
### [Version 1.87.5](https://github.com/lobehub/lobe-chat/compare/v1.87.4...v1.87.5 )
<sup>Released on **2025-05-20**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix desktop open issue on linux like Fedora42.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix desktop open issue on linux like Fedora42, closes [#7883 ](https://github.com/lobehub/lobe-chat/issues/7883 ) ([5b0154f ](https://github.com/lobehub/lobe-chat/commit/5b0154f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-20 05:03:09 +00:00
Arvin Xu
5b0154f3d1
🐛 fix: fix desktop open issue on linux like Fedora42 ( #7883 )
...
* fix gtk version
* fix gtk version
* fix lint
2025-05-20 12:49:14 +08:00
littleLice
4ebd143bcf
📝 docs: Update docs/usage/providers/vllm.zh-CN.mdx ( #7874 )
2025-05-19 11:51:38 +08:00
renovate[bot]
8deb00cfd3
Update dependency @anthropic-ai/sdk to ^0.51.0 ( #7877 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-19 11:50:14 +08:00
lobehubbot
a2e10a09fe
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-18 09:34:31 +00:00
semantic-release-bot
fb5fdb2971
🔖 chore(release): v1.87.4 [skip ci]
...
### [Version 1.87.4](https://github.com/lobehub/lobe-chat/compare/v1.87.3...v1.87.4 )
<sup>Released on **2025-05-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Supported SenseNova v6 models correctly & update Gemini models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Supported SenseNova v6 models correctly & update Gemini models, closes [#7778 ](https://github.com/lobehub/lobe-chat/issues/7778 ) ([e2b5ed3 ](https://github.com/lobehub/lobe-chat/commit/e2b5ed3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-18 09:33:21 +00:00
sxjeru
e2b5ed3de7
🐛 fix: supported SenseNova v6 models correctly & update Gemini models ( #7778 )
...
* ✨ feat: update sensenove models info
* 🐛 fix: handle model validation in message processing
* fix
* 🐛 fix: 修复带图片内容的处理逻辑
* fix
* Update google.ts
* Update index.ts
* Update google.ts
* Update google.ts
* Update google.ts
* Update google.ts
* Update novita.ts
2025-05-18 17:19:34 +08:00
lobehubbot
b96947fe6d
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-17 09:47:35 +00:00
semantic-release-bot
13c9a4c5bc
🔖 chore(release): v1.87.3 [skip ci]
...
### [Version 1.87.3](https://github.com/lobehub/lobe-chat/compare/v1.87.2...v1.87.3 )
<sup>Released on **2025-05-17**</sup>
#### ♻ Code Refactoring
- **misc**: Clean code with new antd api.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Clean code with new antd api, closes [#7870 ](https://github.com/lobehub/lobe-chat/issues/7870 ) ([c543884 ](https://github.com/lobehub/lobe-chat/commit/c543884 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-17 09:46:27 +00:00
Arvin Xu
c543884dd6
♻️ refactor: clean code with new antd api ( #7870 )
2025-05-17 17:05:54 +08:00
huangkairan
d6e3fbf98b
🔨 chore: update desktop env ( #7860 )
...
Co-authored-by: GH Action - Upstream Sync <action@github.com >
2025-05-17 00:07:17 +08:00
lobehubbot
59a0057572
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-16 14:39:41 +00:00
semantic-release-bot
4747b9a29c
🔖 chore(release): v1.87.2 [skip ci]
...
### [Version 1.87.2](https://github.com/lobehub/lobe-chat/compare/v1.87.1...v1.87.2 )
<sup>Released on **2025-05-16**</sup>
#### 💄 Styles
- **misc**: Support Doubao 1.5 Thinking Vision Pro model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support Doubao 1.5 Thinking Vision Pro model, closes [#7784 ](https://github.com/lobehub/lobe-chat/issues/7784 ) ([9cf0d6f ](https://github.com/lobehub/lobe-chat/commit/9cf0d6f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-16 14:38:35 +00:00
sxjeru
9cf0d6fbca
💄 style: Support Doubao 1.5 Thinking Vision Pro model ( #7784 )
...
* ✨ feat: 添加 Doubao 1.5 Thinking Vision Pro 模型并更新 Volcengine AI 聊天完成处理逻辑
* ✨ feat: 启用 Doubao 1.5 Thinking Vision Pro 模型并更新思考处理逻辑
* fix
2025-05-16 22:24:19 +08:00
lobehubbot
44d17c8ae4
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-16 08:57:24 +00:00
semantic-release-bot
fc69ff87c5
🔖 chore(release): v1.87.1 [skip ci]
...
### [Version 1.87.1](https://github.com/lobehub/lobe-chat/compare/v1.87.0...v1.87.1 )
<sup>Released on **2025-05-16**</sup>
#### 💄 Styles
- **misc**: Update internlm model list, add series, update Spark X1 model list & fix build-in search params.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update internlm model list, add series, closes [#7566 ](https://github.com/lobehub/lobe-chat/issues/7566 ) ([4eaddf4 ](https://github.com/lobehub/lobe-chat/commit/4eaddf4 ))
* **misc**: Update Spark X1 model list & fix build-in search params, closes [#7480 ](https://github.com/lobehub/lobe-chat/issues/7480 ) ([7050c81 ](https://github.com/lobehub/lobe-chat/commit/7050c81 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-16 08:56:10 +00:00
Zhijie He
7050c81497
💄 style: update Spark X1 model list & fix build-in search params ( #7480 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-05-16 16:42:01 +08:00
Zhijie He
4eaddf4296
💄 style: update internlm model list, add series ( #7566 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-05-16 16:41:18 +08:00
lobehubbot
879a777861
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-16 07:27:54 +00:00
semantic-release-bot
5ef2753f73
🔖 chore(release): v1.87.0 [skip ci]
...
## [Version 1.87.0](https://github.com/lobehub/lobe-chat/compare/v1.86.1...v1.87.0 )
<sup>Released on **2025-05-16**</sup>
#### ✨ Features
- **misc**: Support custom language and Mermaid Appearance.
#### 🐛 Bug Fixes
- **misc**: Fix oidc redirect url.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support custom language and Mermaid Appearance, closes [#7850 ](https://github.com/lobehub/lobe-chat/issues/7850 ) ([bee2b2d ](https://github.com/lobehub/lobe-chat/commit/bee2b2d ))
#### What's fixed
* **misc**: Fix oidc redirect url, closes [#7855 ](https://github.com/lobehub/lobe-chat/issues/7855 ) ([3156538 ](https://github.com/lobehub/lobe-chat/commit/3156538 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-16 07:26:38 +00:00
CanisMinor
bee2b2d598
✨ feat: support custom language and Mermaid Appearance ( #7850 )
...
* ✨ feat: Add Appearance setting
* 🔧 chore: Update i18n
* 🐛 fix: Fix some issues
2025-05-16 15:12:15 +08:00
huangkairan
31565382b0
🐛 fix: fix oidc redirect url ( #7855 )
2025-05-16 15:01:11 +08:00
Arvin Xu
56468dd2a2
✅ test: fix tests ( #7856 )
2025-05-16 15:00:51 +08:00
gru-agent[bot]
1dc9a6d917
✅ test: Add unit tests for desktopStateSelectors to validate userPath retrieval and handling of undefined cases. ( #7690 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-15 17:39:46 +08:00
lobehubbot
64242c628c
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-15 06:25:12 +00:00
semantic-release-bot
857cc6d9ee
🔖 chore(release): v1.86.1 [skip ci]
...
### [Version 1.86.1](https://github.com/lobehub/lobe-chat/compare/v1.86.0...v1.86.1 )
<sup>Released on **2025-05-15**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor agent runtime to model runtime.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor agent runtime to model runtime, closes [#7846 ](https://github.com/lobehub/lobe-chat/issues/7846 ) ([a3b9448 ](https://github.com/lobehub/lobe-chat/commit/a3b9448 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-15 06:24:04 +00:00
Arvin Xu
a3b94488f8
♻️ refactor: refactor agent runtime to model runtime ( #7846 )
2025-05-15 14:10:12 +08:00
lobehubbot
5e61929ede
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-15 03:23:24 +00:00
semantic-release-bot
62731712c1
🔖 chore(release): v1.86.0 [skip ci]
...
## [Version 1.86.0](https://github.com/lobehub/lobe-chat/compare/v1.85.10...v1.86.0 )
<sup>Released on **2025-05-15**</sup>
#### ✨ Features
- **misc**: Add Qiniu Provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Qiniu Provider, closes [#7649 ](https://github.com/lobehub/lobe-chat/issues/7649 ) ([c9b8e9f ](https://github.com/lobehub/lobe-chat/commit/c9b8e9f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-15 03:22:19 +00:00
Zhifeng Li
c9b8e9f655
✨ feat: add Qiniu Provider ( #7649 )
...
* ✨ feat: Add Qiniu
* ✨ feat: Add Qiniu Image
2025-05-15 11:08:49 +08:00
lobehubbot
a5c2b687c5
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-14 15:21:31 +00:00
semantic-release-bot
c77a28cc72
🔖 chore(release): v1.85.10 [skip ci]
...
### [Version 1.85.10](https://github.com/lobehub/lobe-chat/compare/v1.85.9...v1.85.10 )
<sup>Released on **2025-05-14**</sup>
#### 💄 Styles
- **misc**: Update electron style on windows.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update electron style on windows, closes [#7839 ](https://github.com/lobehub/lobe-chat/issues/7839 ) ([474de56 ](https://github.com/lobehub/lobe-chat/commit/474de56 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-14 15:20:20 +00:00
CanisMinor
474de56a93
💄 style: update electron style on windows ( #7839 )
...
* 💄 style: add chrome flags to electron, update scrollbar style on win
* 💄 style: Update win11 backgroundMaterial
* 💄 style: Update title bar style
* 💄 style: Update WinControl
* 💄 style: Add nsis image
2025-05-14 23:06:30 +08:00
lobehubbot
6f0de05602
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-14 09:45:41 +00:00
semantic-release-bot
58dddc9e51
🔖 chore(release): v1.85.9 [skip ci]
...
### [Version 1.85.9](https://github.com/lobehub/lobe-chat/compare/v1.85.8...v1.85.9 )
<sup>Released on **2025-05-14**</sup>
#### 🐛 Bug Fixes
- **misc**: Redirect unauthorized next-auth user to signin page.
#### 💄 Styles
- **misc**: Improve smoothing on completion.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Redirect unauthorized next-auth user to signin page, closes [#7813 ](https://github.com/lobehub/lobe-chat/issues/7813 ) ([6160784 ](https://github.com/lobehub/lobe-chat/commit/6160784 ))
#### Styles
* **misc**: Improve smoothing on completion, closes [#7833 ](https://github.com/lobehub/lobe-chat/issues/7833 ) ([6434686 ](https://github.com/lobehub/lobe-chat/commit/6434686 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-14 09:44:26 +00:00
Arvin Xu
64346864ef
💄 style: improve smoothing on completion ( #7833 )
...
* test smoothing
* try to fix animation
* fix tests
* 💄 style: Fix Portal scroll
* 💄 style: Fix actionbar max height
* 💄 style: Update Thinking style
* 💄 style: Update scroll smooth
* 🔧 chore(revert): 暂时还原 scrollToIndex smooth,输出时容易丢失滚动到底部的行为
---------
Co-authored-by: canisminor1990 <i@canisminor.cc >
2025-05-14 17:30:42 +08:00
Max Brauer
a988632e77
🔨 chore: disable signups for the default lobechat org in Casdoor ( #7830 )
...
Otherwise, anyone can signup with the lobechat organization and it is
very likely that's not wanted. We should be closed and secure by
default.
Signed-off-by: Max Brauer <mbrauer@vmware.com >
2025-05-14 10:08:23 +08:00
Rylan Cai
6160784047
🐛 fix: Redirect unauthorized next-auth user to signin page ( #7813 )
2025-05-14 10:07:09 +08:00
lobehubbot
f97e778cc6
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-11 15:59:33 +00:00
semantic-release-bot
68610acffc
🔖 chore(release): v1.85.8 [skip ci]
...
### [Version 1.85.8](https://github.com/lobehub/lobe-chat/compare/v1.85.7...v1.85.8 )
<sup>Released on **2025-05-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix config import issue in the desktop version.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix config import issue in the desktop version, closes [#7800 ](https://github.com/lobehub/lobe-chat/issues/7800 ) ([2cb8635 ](https://github.com/lobehub/lobe-chat/commit/2cb8635 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-11 15:58:28 +00:00
Arvin Xu
2cb863524d
🐛 fix: fix config import issue in the desktop version ( #7800 )
...
* refactor upload feature
* fix import file upload with desktop
* fix tests
* fix tests
2025-05-11 23:45:03 +08:00
lobehubbot
a28edad521
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-11 04:04:53 +00:00
semantic-release-bot
db225fc44b
🔖 chore(release): v1.85.7 [skip ci]
...
### [Version 1.85.7](https://github.com/lobehub/lobe-chat/compare/v1.85.6...v1.85.7 )
<sup>Released on **2025-05-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix streamable http url valid and refactor local files to local system.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix streamable http url valid and refactor local files to local system, closes [#7794 ](https://github.com/lobehub/lobe-chat/issues/7794 ) ([37fd5fe ](https://github.com/lobehub/lobe-chat/commit/37fd5fe ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-11 04:03:39 +00:00
Arvin Xu
37fd5fea90
🐛 fix: fix streamable http url valid and refactor local files to local system ( #7794 )
...
* refactor local files to local system
* update i18n
2025-05-11 11:49:39 +08:00
renovate[bot]
9b59dd8a76
Update dependency lucide-react to ^0.509.0 ( #7789 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-11 11:15:53 +08:00
Arvin Xu
ef3089049a
🐛 fix: fix macOS fisrt time open issue ( #7788 )
...
* fix
* try to fix again
2025-05-11 10:57:31 +08:00
lobehubbot
944394cf2e
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-10 14:16:26 +00:00
semantic-release-bot
1ffd37320f
🔖 chore(release): v1.85.6 [skip ci]
...
### [Version 1.85.6](https://github.com/lobehub/lobe-chat/compare/v1.85.5...v1.85.6 )
<sup>Released on **2025-05-10**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-10 14:15:19 +00:00
Arvin Xu
a0713c98ba
👷 build: update build workflow ( #7786 )
...
* try to fix mac sign
* update beta env
2025-05-10 22:01:32 +08:00
lobehubbot
3f5bd5dddd
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-10 12:30:36 +00:00
semantic-release-bot
5e091d2bb9
🔖 chore(release): v1.85.5 [skip ci]
...
### [Version 1.85.5](https://github.com/lobehub/lobe-chat/compare/v1.85.4...v1.85.5 )
<sup>Released on **2025-05-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix window close issue and release Window/Linux beta.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix window close issue and release Window/Linux beta, closes [#7780 ](https://github.com/lobehub/lobe-chat/issues/7780 ) ([82c48b9 ](https://github.com/lobehub/lobe-chat/commit/82c48b9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-10 12:29:28 +00:00
Arvin Xu
82c48b916f
🐛 fix: fix window close issue and release Window/Linux beta ( #7780 )
...
* fix window close issue
* try to fix win loading
* try to fix win build
* try to fix win build
* fix win build issue
* fix win build issue
2025-05-10 20:15:41 +08:00
lobehubbot
294790bef7
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-10 12:13:21 +00:00
semantic-release-bot
25d19ff9fa
🔖 chore(release): v1.85.4 [skip ci]
...
### [Version 1.85.4](https://github.com/lobehub/lobe-chat/compare/v1.85.3...v1.85.4 )
<sup>Released on **2025-05-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix nothing return when reset the client db.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix nothing return when reset the client db, closes [#7738 ](https://github.com/lobehub/lobe-chat/issues/7738 ) ([90efb13 ](https://github.com/lobehub/lobe-chat/commit/90efb13 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-10 12:12:16 +00:00
vual
90efb13fca
🐛 fix: fix nothing return when reset the client db ( #7738 )
2025-05-10 19:58:44 +08:00
lobehubbot
ceaf7bbb25
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-10 11:55:30 +00:00
semantic-release-bot
7169ae0d40
🔖 chore(release): v1.85.3 [skip ci]
...
### [Version 1.85.3](https://github.com/lobehub/lobe-chat/compare/v1.85.2...v1.85.3 )
<sup>Released on **2025-05-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Remove mcp client cache.
#### 💄 Styles
- **misc**: Improve pdf and xlsx file content parser.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Remove mcp client cache, closes [#7776 ](https://github.com/lobehub/lobe-chat/issues/7776 ) ([0582134 ](https://github.com/lobehub/lobe-chat/commit/0582134 ))
#### Styles
* **misc**: Improve pdf and xlsx file content parser, closes [#7783 ](https://github.com/lobehub/lobe-chat/issues/7783 ) ([0376870 ](https://github.com/lobehub/lobe-chat/commit/0376870 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-10 11:54:16 +00:00
Arvin Xu
0376870211
💄 style: improve pdf and xlsx file content parser ( #7783 )
...
* remove cache
* improve caching
2025-05-10 19:40:45 +08:00
gru-agent[bot]
5f26f042e3
✅ test: Add unit tests for importerRouter functionality in importer.test.ts ( #7754 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-10 16:25:28 +08:00
Arvin Xu
0582134f1c
🐛 fix: remove mcp client cache ( #7776 )
2025-05-10 16:18:09 +08:00
lobehubbot
35d9ac4962
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-10 06:43:55 +00:00
semantic-release-bot
d692ce0303
🔖 chore(release): v1.85.2 [skip ci]
...
### [Version 1.85.2](https://github.com/lobehub/lobe-chat/compare/v1.85.1...v1.85.2 )
<sup>Released on **2025-05-10**</sup>
#### ♻ Code Refactoring
- **misc**: Upgrade anthropic sdk.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Upgrade anthropic sdk, closes [#7773 ](https://github.com/lobehub/lobe-chat/issues/7773 ) ([39e871f ](https://github.com/lobehub/lobe-chat/commit/39e871f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-10 06:42:49 +00:00
Arvin Xu
39e871fc50
♻️ refactor: upgrade anthropic sdk ( #7773 )
2025-05-10 14:29:22 +08:00
lobehubbot
1c0bac0f75
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-10 03:51:02 +00:00
semantic-release-bot
48e16b1399
🔖 chore(release): v1.85.1 [skip ci]
...
### [Version 1.85.1](https://github.com/lobehub/lobe-chat/compare/v1.85.0...v1.85.1 )
<sup>Released on **2025-05-10**</sup>
#### 💄 Styles
- **misc**: Add Qwen3 models for infiniai.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Qwen3 models for infiniai, closes [#7657 ](https://github.com/lobehub/lobe-chat/issues/7657 ) ([edd1732 ](https://github.com/lobehub/lobe-chat/commit/edd1732 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-10 03:49:44 +00:00
WangYK
edd173287f
💄 style: add Qwen3 models for infiniai ( #7657 )
2025-05-10 11:36:11 +08:00
Arvin Xu
73bf2cc07b
👷 build: fix docker build ( #7772 )
...
* update pnpm version
* update eslint
* 恢复eslint版本
Co-authored-by: vual <25891219+vual@users.noreply.github.com >
2025-05-10 11:27:29 +08:00
gru-agent[bot]
bc5498a212
✅ test: Add unit tests for TempFileManager using Vitest ( #7755 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-10 11:24:23 +08:00
gru-agent[bot]
e1435b0e35
✅ test: Add unit tests for the FileService downloadFileToLocal method. ( #7758 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-10 11:23:37 +08:00
gru-agent[bot]
800a3fc6ee
✅ test: Add unit tests for messageRouter functionality in message.test.ts ( #7761 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-10 11:22:47 +08:00
lobehubbot
4f626ff9cf
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-09 17:13:44 +00:00
semantic-release-bot
3d6f6f701a
🔖 chore(release): v1.85.0 [skip ci]
...
## [Version 1.85.0](https://github.com/lobehub/lobe-chat/compare/v1.84.27...v1.85.0 )
<sup>Released on **2025-05-09**</sup>
#### ✨ Features
- **misc**: Support upload files direct into chat context.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support upload files direct into chat context, closes [#7751 ](https://github.com/lobehub/lobe-chat/issues/7751 ) ([39b790e ](https://github.com/lobehub/lobe-chat/commit/39b790e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-09 17:12:34 +00:00
Arvin Xu
39b790ec37
✨ feat: support upload files direct into chat context ( #7751 )
...
* add document service
* add file item
* add file content for direct upload file
* fix tests
* fix tests
* fix tests
* add debug log for file-loaders
* add debug log and test
* improve loading
* update tests
* fix pdf parser
* fix pdf version
* fix pdf worker url
* fix pdf worker url
* fix test
2025-05-10 00:58:39 +08:00
lobehubbot
2beee680bb
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-09 01:26:47 +00:00
semantic-release-bot
31b1d66e0d
🔖 chore(release): v1.84.27 [skip ci]
...
### [Version 1.84.27](https://github.com/lobehub/lobe-chat/compare/v1.84.26...v1.84.27 )
<sup>Released on **2025-05-09**</sup>
#### 💄 Styles
- **misc**: Add reasoning tokens and token usage statistics for Google Gemini.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add reasoning tokens and token usage statistics for Google Gemini, closes [#7501 ](https://github.com/lobehub/lobe-chat/issues/7501 ) ([b466b42 ](https://github.com/lobehub/lobe-chat/commit/b466b42 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-09 01:25:34 +00:00
renovate[bot]
31bec5324d
Update dependency @anthropic-ai/sdk to ^0.41.0 ( #7568 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-09 09:11:51 +08:00
gru-agent[bot]
33c2146047
✅ test: Add unit tests for fileRouter in the lambda module. ( #7760 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-09 09:10:11 +08:00
afon
b466b42d17
💄 style: add reasoning tokens and token usage statistics for Google Gemini ( #7501 )
2025-05-09 08:31:00 +08:00
lobehubbot
db967ffbad
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-08 18:46:14 +00:00
semantic-release-bot
95466ae3c1
🔖 chore(release): v1.84.26 [skip ci]
...
### [Version 1.84.26](https://github.com/lobehub/lobe-chat/compare/v1.84.25...v1.84.26 )
<sup>Released on **2025-05-08**</sup>
#### 💄 Styles
- **misc**: Add qwen3 for ollama.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add qwen3 for ollama, closes [#7746 ](https://github.com/lobehub/lobe-chat/issues/7746 ) ([806d905 ](https://github.com/lobehub/lobe-chat/commit/806d905 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-08 18:45:01 +00:00
Arvin Xu
6f42f0f26e
🔨 chore: fix tests ( #7757 )
2025-05-09 02:31:17 +08:00
Arvin Xu
806d9051f8
💄 style: add qwen3 for ollama ( #7746 )
...
* make qwen3 default
* refactor TempFileManager
* refactor file service
* clean
2025-05-09 01:36:57 +08:00
renovate[bot]
f8568170b5
Update dependency lucide-react to ^0.508.0 ( #7698 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-09 01:00:51 +08:00
lobehubbot
d964af26a9
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-08 16:23:37 +00:00
semantic-release-bot
ecdf51bc82
🔖 chore(release): v1.84.25 [skip ci]
...
### [Version 1.84.25](https://github.com/lobehub/lobe-chat/compare/v1.84.24...v1.84.25 )
<sup>Released on **2025-05-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix desktop upload image on macOS.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix desktop upload image on macOS, closes [#7741 ](https://github.com/lobehub/lobe-chat/issues/7741 ) ([07d5374 ](https://github.com/lobehub/lobe-chat/commit/07d5374 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-08 16:22:25 +00:00
Arvin Xu
07d5374ab8
🐛 fix: fix desktop upload image on macOS ( #7741 )
...
* fix image
* fix
* fix lint
* fix
* add tests
* update testss
* remove tests
* try to fix
* try to fix desktop image issue
* Revert "try to fix desktop image issue"
This reverts commit 8dad8f3937 .
2025-05-09 00:08:32 +08:00
lobehubbot
0cda0829e7
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-08 15:20:18 +00:00
semantic-release-bot
e5469b6c5c
🔖 chore(release): v1.84.24 [skip ci]
...
### [Version 1.84.24](https://github.com/lobehub/lobe-chat/compare/v1.84.23...v1.84.24 )
<sup>Released on **2025-05-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix changelog issue on desktop app.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix changelog issue on desktop app, closes [#7740 ](https://github.com/lobehub/lobe-chat/issues/7740 ) ([f0a12af ](https://github.com/lobehub/lobe-chat/commit/f0a12af ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-08 15:19:06 +00:00
gru-agent[bot]
c6e81371b3
✅ test: Add unit tests for API_ENDPOINTS in _url module. ( #7700 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-08 16:45:58 +08:00
Arvin Xu
f0a12afd23
🐛 fix: fix changelog issue on desktop app ( #7740 )
...
* update
* update
2025-05-08 16:38:29 +08:00
lobehubbot
313c03ae30
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-08 03:15:25 +00:00
semantic-release-bot
22af8147e5
🔖 chore(release): v1.84.23 [skip ci]
...
### [Version 1.84.23](https://github.com/lobehub/lobe-chat/compare/v1.84.22...v1.84.23 )
<sup>Released on **2025-05-08**</sup>
#### 💄 Styles
- **misc**: Add new gemini & Mistral models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add new gemini & Mistral models, closes [#7730 ](https://github.com/lobehub/lobe-chat/issues/7730 ) ([b7753e2 ](https://github.com/lobehub/lobe-chat/commit/b7753e2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-08 03:14:10 +00:00
𝑾𝒖𝒙𝒉
ecfc79da07
💄 style: Improve the shortcut key prompt panel ( #7723 )
2025-05-08 11:00:29 +08:00
sxjeru
b7753e253e
💄 style: Add new gemini & Mistral models ( #7730 )
...
* Update google.ts
* Update google.ts
* Update google.ts
* Update vertexai.ts
* Update vertexai.ts
* Update mistral.ts
2025-05-08 11:00:14 +08:00
Max Brauer
7469c10a9a
🔨 chore: fix typo in docker compose ( #7718 )
...
Signed-off-by: Max Brauer <mbrauer@vmware.com >
2025-05-08 10:22:24 +08:00
Lumia
655f7f02d6
📝 docs: Update Dokploy Deplyment Documents ( #7737 )
...
* Update dokploy.mdx
* Update dokploy.zh-CN.mdx
2025-05-08 10:21:06 +08:00
lobehubbot
792bb59514
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-07 01:16:07 +00:00
semantic-release-bot
cb518acfd3
🔖 chore(release): v1.84.22 [skip ci]
...
### [Version 1.84.22](https://github.com/lobehub/lobe-chat/compare/v1.84.21...v1.84.22 )
<sup>Released on **2025-05-07**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix electron state init on window.
#### 💄 Styles
- **misc**: Add Xiaohongshu crawler rules.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix electron state init on window, closes [#7707 ](https://github.com/lobehub/lobe-chat/issues/7707 ) ([ef05b49 ](https://github.com/lobehub/lobe-chat/commit/ef05b49 ))
#### Styles
* **misc**: Add Xiaohongshu crawler rules, closes [#7717 ](https://github.com/lobehub/lobe-chat/issues/7717 ) ([cc3724d ](https://github.com/lobehub/lobe-chat/commit/cc3724d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-07 01:14:58 +00:00
Zhijie He
cc3724d968
💄 style: add Xiaohongshu crawler rules ( #7717 )
2025-05-07 09:01:34 +08:00
Arvin Xu
ef05b497ef
🐛 fix: fix electron state init on window ( #7707 )
2025-05-07 09:01:14 +08:00
lobehubbot
4fe666a866
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-04 12:02:17 +00:00
semantic-release-bot
7668437641
🔖 chore(release): v1.84.21 [skip ci]
...
### [Version 1.84.21](https://github.com/lobehub/lobe-chat/compare/v1.84.20...v1.84.21 )
<sup>Released on **2025-05-04**</sup>
#### ♻ Code Refactoring
- **misc**: Remove doubao Provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove doubao Provider, closes [#7573 ](https://github.com/lobehub/lobe-chat/issues/7573 ) ([0cf3bcc ](https://github.com/lobehub/lobe-chat/commit/0cf3bcc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-04 12:01:06 +00:00
sxjeru
0cf3bcc19c
♻️ refactor: Remove doubao Provider ( #7573 )
...
* 🗑️ refactor: 移除 Doubao 相关模型和配置
* Update siliconcloud.ts
* del
* fix
2025-05-04 19:47:47 +08:00
gru-agent[bot]
75b639b1e7
✅ test: Refactor AssistantStore tests to improve structure and clarity, including EdgeConfig mocking and fetch error handling. ( #7704 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-04 19:46:47 +08:00
lobehubbot
14d8f51c62
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-04 08:23:50 +00:00
semantic-release-bot
6c575917bf
🔖 chore(release): v1.84.20 [skip ci]
...
### [Version 1.84.20](https://github.com/lobehub/lobe-chat/compare/v1.84.19...v1.84.20 )
<sup>Released on **2025-05-04**</sup>
#### 💄 Styles
- **misc**: Show Aliyun Bailian tokens usage tracking.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Show Aliyun Bailian tokens usage tracking, closes [#7660 ](https://github.com/lobehub/lobe-chat/issues/7660 ) ([3ef0542 ](https://github.com/lobehub/lobe-chat/commit/3ef0542 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-04 08:22:44 +00:00
sxjeru
3ef05421a3
💄 style: Show Aliyun Bailian tokens usage tracking ( #7660 )
2025-05-04 16:09:06 +08:00
lobehubbot
1ece6f6a69
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-04 00:49:25 +00:00
semantic-release-bot
53a83842e0
🔖 chore(release): v1.84.19 [skip ci]
...
### [Version 1.84.19](https://github.com/lobehub/lobe-chat/compare/v1.84.18...v1.84.19 )
<sup>Released on **2025-05-04**</sup>
#### 💄 Styles
- **misc**: Fix init state of loading.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix init state of loading, closes [#7694 ](https://github.com/lobehub/lobe-chat/issues/7694 ) ([1d97a68 ](https://github.com/lobehub/lobe-chat/commit/1d97a68 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-04 00:48:19 +00:00
Arvin Xu
1d97a6834d
💄 style: fix init state of loading ( #7694 )
2025-05-04 08:34:13 +08:00
lobehubbot
80558b27a2
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-03 16:26:53 +00:00
semantic-release-bot
d46e72f407
🔖 chore(release): v1.84.18 [skip ci]
...
### [Version 1.84.18](https://github.com/lobehub/lobe-chat/compare/v1.84.17...v1.84.18 )
<sup>Released on **2025-05-03**</sup>
#### ♻ Code Refactoring
- **misc**: Add perf stat support for openai factory.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Add perf stat support for openai factory, closes [#7677 ](https://github.com/lobehub/lobe-chat/issues/7677 ) ([40464d1 ](https://github.com/lobehub/lobe-chat/commit/40464d1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-03 16:25:44 +00:00
gru-agent[bot]
0b25a64315
✅ test: Add unit tests for localFileSlice actions in the chat store. ( #7691 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-05-04 00:12:12 +08:00
Rylan Cai
40464d108c
♻️ refactor: add perf stat support for openai factory ( #7677 )
2025-05-03 16:23:13 +08:00
lobehubbot
ceb22c06d6
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-03 02:15:33 +00:00
semantic-release-bot
ae80489e07
🔖 chore(release): v1.84.17 [skip ci]
...
### [Version 1.84.17](https://github.com/lobehub/lobe-chat/compare/v1.84.16...v1.84.17 )
<sup>Released on **2025-05-03**</sup>
#### 💄 Styles
- **misc**: Add write file tool to local-file plugin.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add write file tool to local-file plugin, closes [#7684 ](https://github.com/lobehub/lobe-chat/issues/7684 ) ([e22e932 ](https://github.com/lobehub/lobe-chat/commit/e22e932 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-03 02:14:27 +00:00
Arvin Xu
e22e93262a
💄 style: add write file tool to local-file plugin ( #7684 )
2025-05-03 10:01:01 +08:00
lobehubbot
ab40a8541a
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-02 00:09:06 +00:00
semantic-release-bot
aaca997084
🔖 chore(release): v1.84.16 [skip ci]
...
### [Version 1.84.16](https://github.com/lobehub/lobe-chat/compare/v1.84.15...v1.84.16 )
<sup>Released on **2025-05-02**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix desktop quiting with reopen window.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix desktop quiting with reopen window, closes [#7675 ](https://github.com/lobehub/lobe-chat/issues/7675 ) ([edeabcf ](https://github.com/lobehub/lobe-chat/commit/edeabcf ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-02 00:07:53 +00:00
Arvin Xu
c9af692da6
✅ test: fix tests ( #7680 )
2025-05-02 07:54:33 +08:00
Arvin Xu
edeabcfafb
🐛 fix: fix desktop quiting with reopen window ( #7675 )
...
* add rename renderer
* fix close issue
2025-05-02 05:53:14 +08:00
lobehubbot
c2004e9b24
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-01 12:44:08 +00:00
semantic-release-bot
5301ddfd7a
🔖 chore(release): v1.84.15 [skip ci]
...
### [Version 1.84.15](https://github.com/lobehub/lobe-chat/compare/v1.84.14...v1.84.15 )
<sup>Released on **2025-05-01**</sup>
#### 🐛 Bug Fixes
- **misc**: Siliconflow requests with tools no longer force non-streaming.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Siliconflow requests with tools no longer force non-streaming, closes [#7663 ](https://github.com/lobehub/lobe-chat/issues/7663 ) ([77777b2 ](https://github.com/lobehub/lobe-chat/commit/77777b2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-01 12:43:03 +00:00
sxjeru
77777b2de0
🐛 fix: Siliconflow requests with tools no longer force non-streaming ( #7663 )
2025-05-01 20:29:47 +08:00
lobehubbot
9b7d0d96bb
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-01 08:56:57 +00:00
semantic-release-bot
7402d1a880
🔖 chore(release): v1.84.14 [skip ci]
...
### [Version 1.84.14](https://github.com/lobehub/lobe-chat/compare/v1.84.13...v1.84.14 )
<sup>Released on **2025-05-01**</sup>
#### 💄 Styles
- **misc**: Add windows control and tray.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add windows control and tray, closes [#7665 ](https://github.com/lobehub/lobe-chat/issues/7665 ) ([c5f3d13 ](https://github.com/lobehub/lobe-chat/commit/c5f3d13 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-01 08:55:52 +00:00
Arvin Xu
c5f3d13c14
💄 style: add windows control and tray ( #7665 )
...
* add windows support
* add windows close support
* improve
* fix
* FIX
* improve builder
* improve windows icon
2025-05-01 16:42:26 +08:00
lobehubbot
6d8ca6ab76
📝 docs(bot): Auto sync agents & plugin to readme
2025-05-01 06:41:55 +00:00
semantic-release-bot
fc417fd5db
🔖 chore(release): v1.84.13 [skip ci]
...
### [Version 1.84.13](https://github.com/lobehub/lobe-chat/compare/v1.84.12...v1.84.13 )
<sup>Released on **2025-05-01**</sup>
#### 💄 Styles
- **misc**: Fix style issues.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix style issues, closes [#7659 ](https://github.com/lobehub/lobe-chat/issues/7659 ) ([3da871b ](https://github.com/lobehub/lobe-chat/commit/3da871b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-05-01 06:40:50 +00:00
CanisMinor
3da871b4d7
💄 style: Fix style issues ( #7659 )
2025-05-01 14:27:21 +08:00
lobehubbot
d94e94d12d
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-30 17:13:56 +00:00
semantic-release-bot
1caae85ced
🔖 chore(release): v1.84.12 [skip ci]
...
### [Version 1.84.12](https://github.com/lobehub/lobe-chat/compare/v1.84.11...v1.84.12 )
<sup>Released on **2025-04-30**</sup>
#### 💄 Styles
- **misc**: Support Qwen3 `thinking_budget` param.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support Qwen3 `thinking_budget` param, closes [#7643 ](https://github.com/lobehub/lobe-chat/issues/7643 ) ([4570ceb ](https://github.com/lobehub/lobe-chat/commit/4570ceb ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-30 17:12:49 +00:00
sxjeru
4570ceb49e
💄 style: Support Qwen3 thinking_budget param ( #7643 )
...
* ✨ feat(qwen): 更新Qwen模型定价和参数,添加思考预算支持
* Update qwen.ts
* Update index.ts
2025-05-01 00:59:18 +08:00
lobehubbot
2b94eff5c0
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-30 16:14:29 +00:00
semantic-release-bot
ba76cd18a0
🔖 chore(release): v1.84.11 [skip ci]
...
### [Version 1.84.11](https://github.com/lobehub/lobe-chat/compare/v1.84.10...v1.84.11 )
<sup>Released on **2025-04-30**</sup>
#### 💄 Styles
- **misc**: Allow copy/edit when generate error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Allow copy/edit when generate error, closes [#7664 ](https://github.com/lobehub/lobe-chat/issues/7664 ) ([f518650 ](https://github.com/lobehub/lobe-chat/commit/f518650 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-30 16:13:22 +00:00
Arthals
f51865013e
💄 style: Allow copy/edit when generate error ( #7664 )
...
* ✨ feat: Allow copy/edit when error
* ✨ feat: Allow edit when error
2025-04-30 23:59:39 +08:00
lobehubbot
43822aaa8d
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-30 09:04:02 +00:00
semantic-release-bot
0d61ce0ef9
🔖 chore(release): v1.84.10 [skip ci]
...
### [Version 1.84.10](https://github.com/lobehub/lobe-chat/compare/v1.84.9...v1.84.10 )
<sup>Released on **2025-04-30**</sup>
#### 💄 Styles
- **misc**: Add Gemini 2.5 Pro Experimental model, Add siliconflow Qwen3 & support thinking params, Arrange model tags neatly, Update mobile style and fix issues problem, update ollama checker.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Gemini 2.5 Pro Experimental model, closes [#7631 ](https://github.com/lobehub/lobe-chat/issues/7631 ) ([d318c82 ](https://github.com/lobehub/lobe-chat/commit/d318c82 ))
* **misc**: Add siliconflow Qwen3 & support thinking params, closes [#7647 ](https://github.com/lobehub/lobe-chat/issues/7647 ) ([ba83871 ](https://github.com/lobehub/lobe-chat/commit/ba83871 ))
* **misc**: Arrange model tags neatly, closes [#7651 ](https://github.com/lobehub/lobe-chat/issues/7651 ) ([44132ff ](https://github.com/lobehub/lobe-chat/commit/44132ff ))
* **misc**: Update mobile style and fix issues problem, closes [#7636 ](https://github.com/lobehub/lobe-chat/issues/7636 ) ([436a735 ](https://github.com/lobehub/lobe-chat/commit/436a735 ))
* **misc**: Update ollama checker, closes [#7650 ](https://github.com/lobehub/lobe-chat/issues/7650 ) ([321fd2b ](https://github.com/lobehub/lobe-chat/commit/321fd2b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-30 09:02:45 +00:00
WangYang
d318c8271f
💄 style: Add Gemini 2.5 Pro Experimental model ( #7631 )
2025-04-30 16:49:35 +08:00
sxjeru
ba83871693
💄 style: Add siliconflow Qwen3 & support thinking params ( #7647 )
...
* Update siliconcloud.ts
* 💄 style: 添加思考参数
* 💄 style: 调整 thinking_budget 和 max_tokens 的处理逻辑
2025-04-30 16:47:55 +08:00
sxjeru
44132ff637
💄 style: Arrange model tags neatly ( #7651 )
2025-04-30 16:47:18 +08:00
Arvin Xu
321fd2b979
💄 style: update ollama checker ( #7650 )
...
* update ollama
* fix file page
2025-04-30 16:45:03 +08:00
CanisMinor
436a7351eb
💄 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
2025-04-30 16:43:07 +08:00
lobehubbot
da871df36b
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-30 04:02:50 +00:00
semantic-release-bot
90ac9145f3
🔖 chore(release): v1.84.9 [skip ci]
...
### [Version 1.84.9](https://github.com/lobehub/lobe-chat/compare/v1.84.8...v1.84.9 )
<sup>Released on **2025-04-30**</sup>
#### 🐛 Bug Fixes
- **misc**: Embeddings Format Issue with OpenAI API when using Ollama.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Embeddings Format Issue with OpenAI API when using Ollama, closes [#7641 ](https://github.com/lobehub/lobe-chat/issues/7641 ) ([649fd82 ](https://github.com/lobehub/lobe-chat/commit/649fd82 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-30 04:01:38 +00:00
loster-nimmer
649fd824b4
🐛 fix: Embeddings Format Issue with OpenAI API when using Ollama ( #7641 )
...
* added fix to src/libs/agent-runtime/utils/openaiCompatibleFactory/index.ts to get ollama vector embeddings working
* added fix to src/libs/agent-runtime/utils/openaiCompatibleFactory/index.ts to get ollama vector embeddings working
---------
Co-authored-by: Dan <loster-nimmer@thingsandstuff.xyz >
2025-04-30 11:48:03 +08:00
lobehubbot
d5b4d0702c
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-29 19:18:04 +00:00
semantic-release-bot
8888f074fb
🔖 chore(release): v1.84.8 [skip ci]
...
### [Version 1.84.8](https://github.com/lobehub/lobe-chat/compare/v1.84.7...v1.84.8 )
<sup>Released on **2025-04-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix stdio mcp server env issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix stdio mcp server env issue, closes [#7648 ](https://github.com/lobehub/lobe-chat/issues/7648 ) ([bad222a ](https://github.com/lobehub/lobe-chat/commit/bad222a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-29 19:16:56 +00:00
Arvin Xu
bad222a29c
🐛 fix: fix stdio mcp server env issue ( #7648 )
2025-04-30 03:03:20 +08:00
lobehubbot
f30a99c839
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-29 17:39:26 +00:00
semantic-release-bot
a29aac8cf7
🔖 chore(release): v1.84.7 [skip ci]
...
### [Version 1.84.7](https://github.com/lobehub/lobe-chat/compare/v1.84.6...v1.84.7 )
<sup>Released on **2025-04-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix custom provider and knowledge base crash.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix custom provider and knowledge base crash, closes [#7645 ](https://github.com/lobehub/lobe-chat/issues/7645 ) ([2cbc179 ](https://github.com/lobehub/lobe-chat/commit/2cbc179 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-29 17:38:19 +00:00
Arvin Xu
2cbc1790e5
🐛 fix: fix custom provider and knowledge base crash ( #7645 )
...
* fix provider issue
* fix knowledge base crash issue
* fix type
2025-04-30 01:24:40 +08:00
lobehubbot
07eda61f26
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-29 16:07:52 +00:00
semantic-release-bot
0ddf670d33
🔖 chore(release): v1.84.6 [skip ci]
...
### [Version 1.84.6](https://github.com/lobehub/lobe-chat/compare/v1.84.5...v1.84.6 )
<sup>Released on **2025-04-29**</sup>
#### 💄 Styles
- **misc**: Fix OpenRouter models config, improve mcp stdio custom field.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix OpenRouter models config, closes [#7638 ](https://github.com/lobehub/lobe-chat/issues/7638 ) ([15171dd ](https://github.com/lobehub/lobe-chat/commit/15171dd ))
* **misc**: Improve mcp stdio custom field, closes [#7632 ](https://github.com/lobehub/lobe-chat/issues/7632 ) ([71683b7 ](https://github.com/lobehub/lobe-chat/commit/71683b7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-29 16:06:39 +00:00
sxjeru
15171dde56
💄 style: Fix OpenRouter models config ( #7638 )
...
* fix
* add models
2025-04-29 23:53:08 +08:00
Arvin Xu
71683b77be
💄 style: improve mcp stdio custom field ( #7632 )
...
* add i18n
* update
2025-04-29 16:20:42 +08:00
lobehubbot
fadf15e084
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-29 07:19:16 +00:00
semantic-release-bot
6cdf966936
🔖 chore(release): v1.84.5 [skip ci]
...
### [Version 1.84.5](https://github.com/lobehub/lobe-chat/compare/v1.84.4...v1.84.5 )
<sup>Released on **2025-04-29**</sup>
#### 💄 Styles
- **misc**: Add Qwen3 models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Qwen3 models, closes [#7628 ](https://github.com/lobehub/lobe-chat/issues/7628 ) ([da05f51 ](https://github.com/lobehub/lobe-chat/commit/da05f51 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-29 07:18:07 +00:00
sxjeru
da05f51b8a
💄 style: Add Qwen3 models ( #7628 )
...
* ✨ feat(qwen): 添加多个Qwen3模型配置
* ✨ feat(qwen): 更新Qwen模型配置,添加functionCall能力并调整发布日期
* ✨ feat(qwen): 为Qwen模型添加enableReasoning设置并更新payload处理逻辑
* ✨ feat(qwen): support enable_thinking
* Update openrouter.ts
2025-04-29 15:04:29 +08:00
lobehubbot
e9362a250a
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-28 16:44:03 +00:00
semantic-release-bot
1a2605bd87
🔖 chore(release): v1.84.4 [skip ci]
...
### [Version 1.84.4](https://github.com/lobehub/lobe-chat/compare/v1.84.3...v1.84.4 )
<sup>Released on **2025-04-28**</sup>
#### 💄 Styles
- **misc**: Improve stdio mcp server install experience.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve stdio mcp server install experience, closes [#7621 ](https://github.com/lobehub/lobe-chat/issues/7621 ) ([177f7c2 ](https://github.com/lobehub/lobe-chat/commit/177f7c2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-28 16:42:56 +00:00
Arvin Xu
177f7c2938
💄 style: improve stdio mcp server install experience ( #7621 )
...
* fix mcp server
* fix mcp server
* fix
* add mcp drawer
* improve empty state
* add i18n
* improve
2025-04-29 00:29:17 +08:00
lobehubbot
8fbdaab14a
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-28 15:33:43 +00:00
semantic-release-bot
8fa258d0ff
🔖 chore(release): v1.84.3 [skip ci]
...
### [Version 1.84.3](https://github.com/lobehub/lobe-chat/compare/v1.84.2...v1.84.3 )
<sup>Released on **2025-04-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix mcp server stdio spawn ENOENT in electron bundle, Fix mobile agent settings and textarea scroll, Remove `gpt-4o-search-preview` unsupported parameters.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix mcp server stdio spawn ENOENT in electron bundle, closes [#7616 ](https://github.com/lobehub/lobe-chat/issues/7616 ) ([e85d59b ](https://github.com/lobehub/lobe-chat/commit/e85d59b ))
* **misc**: Fix mobile agent settings and textarea scroll, closes [#7618 ](https://github.com/lobehub/lobe-chat/issues/7618 ) ([c45f2b0 ](https://github.com/lobehub/lobe-chat/commit/c45f2b0 ))
* **misc**: Remove `gpt-4o-search-preview` unsupported parameters, closes [#7586 ](https://github.com/lobehub/lobe-chat/issues/7586 ) ([d2060ca ](https://github.com/lobehub/lobe-chat/commit/d2060ca ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-28 15:32:27 +00:00
CanisMinor
c45f2b0293
🐛 fix: Fix mobile agent settings and textarea scroll ( #7618 )
...
* 🐛 fix: Fix mobile agent settings and textarea scroll
* 🐛 fix: Fix mobile agent setting
* 💄 style: Update settings style
* 💄 style: Fix provider header title on mobile
2025-04-28 23:18:48 +08:00
Arvin Xu
e85d59b62e
🐛 fix: fix mcp server stdio spawn ENOENT in electron bundle ( #7616 )
...
* fix mcp server
* fix mcp server
* fix
2025-04-28 22:01:41 +08:00
sxjeru
d2060caf14
🐛 fix: Remove gpt-4o-search-preview unsupported parameters ( #7586 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-04-28 21:53:46 +08:00
lobehubbot
f4192d48ae
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-28 11:45:00 +00:00
semantic-release-bot
e1f3525474
🔖 chore(release): v1.84.2 [skip ci]
...
### [Version 1.84.2](https://github.com/lobehub/lobe-chat/compare/v1.84.1...v1.84.2 )
<sup>Released on **2025-04-28**</sup>
#### 💄 Styles
- **mcp**: Support stdio env params.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **mcp**: Support stdio env params, closes [#7613 ](https://github.com/lobehub/lobe-chat/issues/7613 ) ([14ce360 ](https://github.com/lobehub/lobe-chat/commit/14ce360 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-28 11:43:55 +00:00
Arvin Xu
14ce360da0
💄 style(mcp): support stdio env params ( #7613 )
...
* support config env
* fix lm studio
* fix height
2025-04-28 19:30:14 +08:00
lobehubbot
c04a534166
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-28 10:46:50 +00:00
semantic-release-bot
13030acebe
🔖 chore(release): v1.84.1 [skip ci]
...
### [Version 1.84.1](https://github.com/lobehub/lobe-chat/compare/v1.84.0...v1.84.1 )
<sup>Released on **2025-04-28**</sup>
#### 💄 Styles
- **misc**: Improve hotkey for delete messages.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve hotkey for delete messages, closes [#7599 ](https://github.com/lobehub/lobe-chat/issues/7599 ) ([af848fc ](https://github.com/lobehub/lobe-chat/commit/af848fc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-28 10:45:34 +00:00
Tardis
af848fc47c
💄 style: improve hotkey for delete messages ( #7599 )
2025-04-28 18:32:01 +08:00
lobehubbot
5cb3539fb8
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-28 08:44:20 +00:00
semantic-release-bot
2efbe7214f
🔖 chore(release): v1.84.0 [skip ci]
...
## [Version 1.84.0](https://github.com/lobehub/lobe-chat/compare/v1.83.8...v1.84.0 )
<sup>Released on **2025-04-28**</sup>
#### ✨ Features
- **misc**: Upgrade to lobe ui v2 with better design style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Upgrade to lobe ui v2 with better design style, closes [#7238 ](https://github.com/lobehub/lobe-chat/issues/7238 ) ([6913f70 ](https://github.com/lobehub/lobe-chat/commit/6913f70 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-28 08:43:14 +00:00
CanisMinor
6913f70633
✨ feat: upgrade to lobe ui v2 with better design style ( #7238 )
...
* ♻️ refactor: migrate to @lobehub/ui v2
* 🐛 fix: Fix form
* 💄 style: Update style
* 💄 style: Update form style
* ✅ test: Fix test
* 💄 style: Update actionbar style
* upgrade
* 💄 style: Update discover style
* 💄 style: Update ui
* 💄 style: Update darkmod
* 💄 style: Update style
* 🐛 fix: Fix review problem
* 💄 style: Fix mobile style
* 💄 style: Update modal style
* 💄 style: Update form
* 🔧 chore: Update i18n
* 💄 style: Fix preview style problem
* 🔧 chore: Update pkg
2025-04-28 16:29:41 +08:00
lobehubbot
64ef5e0407
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-28 03:21:28 +00:00
semantic-release-bot
013f3a7efa
🔖 chore(release): v1.83.8 [skip ci]
...
### [Version 1.83.8](https://github.com/lobehub/lobe-chat/compare/v1.83.7...v1.83.8 )
<sup>Released on **2025-04-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix cloud data sync.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix cloud data sync, closes [#7600 ](https://github.com/lobehub/lobe-chat/issues/7600 ) ([1214544 ](https://github.com/lobehub/lobe-chat/commit/1214544 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-28 03:20:21 +00:00
Arvin Xu
1214544a77
🐛 fix: fix cloud data sync ( #7600 )
...
* fix data sync not correctly
* try nightly build
* clean
* fix data refresh Interval throttle for desktop
* fix data refresh Interval throttle for desktop
2025-04-28 11:07:04 +08:00
lobehubbot
22944cab12
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-27 17:05:02 +00:00
semantic-release-bot
6a75a25e77
🔖 chore(release): v1.83.7 [skip ci]
...
### [Version 1.83.7](https://github.com/lobehub/lobe-chat/compare/v1.83.6...v1.83.7 )
<sup>Released on **2025-04-27**</sup>
#### 💄 Styles
- **misc**: Fix `doubao-1-5-thinking-pro-vision` endpoint calling.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix `doubao-1-5-thinking-pro-vision` endpoint calling, closes [#7478 ](https://github.com/lobehub/lobe-chat/issues/7478 ) ([a52f7d6 ](https://github.com/lobehub/lobe-chat/commit/a52f7d6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-27 17:03:54 +00:00
Zhijie He
a52f7d62b2
💄 style: fix doubao-1-5-thinking-pro-vision endpoint calling ( #7478 )
...
* 💄 style: fix `doubao-1-5-thinking-pro-vision` endpoint calling
* 🐛 fix: fix model id caps
2025-04-28 00:50:54 +08:00
Arvin Xu
48c79ad024
📝 docs: add desktop docs ( #7593 )
...
* add docs
* update docs
* add i18n
2025-04-27 21:44:18 +08:00
lobehubbot
660c0ec67e
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-27 12:11:41 +00:00
semantic-release-bot
bcf39df51e
🔖 chore(release): v1.83.6 [skip ci]
...
### [Version 1.83.6](https://github.com/lobehub/lobe-chat/compare/v1.83.5...v1.83.6 )
<sup>Released on **2025-04-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix desktop cloud sync issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix desktop cloud sync issue, closes [#7591 ](https://github.com/lobehub/lobe-chat/issues/7591 ) ([1e68777 ](https://github.com/lobehub/lobe-chat/commit/1e68777 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-27 12:10:39 +00:00
Arvin Xu
1e68777067
🐛 fix: fix desktop cloud sync issue ( #7591 )
...
* fix cloud sync
* try to fix auto updater
2025-04-27 19:58:00 +08:00
lobehubbot
d719b26ef4
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-27 09:08:02 +00:00
semantic-release-bot
32d57a00ad
🔖 chore(release): v1.83.5 [skip ci]
...
### [Version 1.83.5](https://github.com/lobehub/lobe-chat/compare/v1.83.4...v1.83.5 )
<sup>Released on **2025-04-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix desktop beta redirect uris.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix desktop beta redirect uris, closes [#7589 ](https://github.com/lobehub/lobe-chat/issues/7589 ) ([9efdbf3 ](https://github.com/lobehub/lobe-chat/commit/9efdbf3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-27 09:06:56 +00:00
Arvin Xu
9efdbf36ec
🐛 fix: fix desktop beta redirect uris ( #7589 )
2025-04-27 16:53:53 +08:00
lobehubbot
b6efc2990c
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-27 08:40:38 +00:00
semantic-release-bot
ed5b0afb25
🔖 chore(release): v1.83.4 [skip ci]
...
### [Version 1.83.4](https://github.com/lobehub/lobe-chat/compare/v1.83.3...v1.83.4 )
<sup>Released on **2025-04-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix cloud connection issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix cloud connection issue, closes [#7588 ](https://github.com/lobehub/lobe-chat/issues/7588 ) ([f572f57 ](https://github.com/lobehub/lobe-chat/commit/f572f57 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-27 08:39:34 +00:00
Arvin Xu
f572f57175
🐛 fix: fix cloud connection issue ( #7588 )
2025-04-27 16:26:41 +08:00
lobehubbot
40ef135236
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-27 08:01:54 +00:00
semantic-release-bot
92fb2b8acf
🔖 chore(release): v1.83.3 [skip ci]
...
### [Version 1.83.3](https://github.com/lobehub/lobe-chat/compare/v1.83.2...v1.83.3 )
<sup>Released on **2025-04-27**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-27 08:00:51 +00:00
Arvin Xu
9c0d87e817
👷 build: fix desktop beta release issue ( #7585 )
...
* try to fix publish
* fix
* fix release
* update
* fix build
2025-04-27 15:48:04 +08:00
lobehubbot
b665411810
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-27 06:46:46 +00:00
semantic-release-bot
48412b0194
🔖 chore(release): v1.83.2 [skip ci]
...
### [Version 1.83.2](https://github.com/lobehub/lobe-chat/compare/v1.83.1...v1.83.2 )
<sup>Released on **2025-04-27**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-27 06:45:39 +00:00
Arvin Xu
f3530613c0
👷 build: fix beta release ( #7582 )
...
* try to fix publish
* fix
2025-04-27 14:32:37 +08:00
lobehubbot
e84c9103be
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-27 05:34:12 +00:00
semantic-release-bot
a79bdf9c4b
🔖 chore(release): v1.83.1 [skip ci]
...
### [Version 1.83.1](https://github.com/lobehub/lobe-chat/compare/v1.83.0...v1.83.1 )
<sup>Released on **2025-04-27**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-27 05:33:03 +00:00
Arvin Xu
b22eb31e5e
👷 build: fix beta publish ( #7577 )
2025-04-27 13:19:34 +08:00
lobehubbot
aba9246d17
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-27 04:11:26 +00:00
semantic-release-bot
df7dd904c6
🔖 chore(release): v1.83.0 [skip ci]
...
## [Version 1.83.0](https://github.com/lobehub/lobe-chat/compare/v1.82.10...v1.83.0 )
<sup>Released on **2025-04-27**</sup>
#### ✨ Features
- **misc**: Support desktop release framework and workflow.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support desktop release framework and workflow, closes [#6474 ](https://github.com/lobehub/lobe-chat/issues/6474 ) ([ed97363 ](https://github.com/lobehub/lobe-chat/commit/ed97363 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-27 04:10:15 +00:00
Arvin Xu
ed97363255
✨ feat: support desktop release framework and workflow ( #6474 )
...
* add desktop
fix build
update release desktop ci
improve desktop build for pr workflow
update desktop build workflow
test auto updater
fix
fix release nightly channel
support shortcut framework
improve nightly version rule
add zip release
only add mac publish
fix static file relative issue
support delete files
fix lint
enable asar
add setting open in editor in menu
add electron store framework and locale update flow
fix default searchFCModel
refactor the electron server ipc to stable mode
improve electron dev workflow
improve electron build workflow
make qwen2.5b default
improve comment workflow
fix types
refactor code
improve window size of settings/provider
路由拦截器v3.5
fix RouteIntercept issue
improve log
use productName in package.json
update
add pin list for feature flag
update
sure settings update
make ollama as default provider in desktop
fix desktop close page issue
fix desktop default variants
improve to reduce bundle
improve to reduce bundle again
improve set desktop version workflow
add nightly icons
add prebuild scripts to reduce package size
add to test prebuild
fix workflow
try to add sign and notarize for mac in workflow
try to add sign and notarize
add i18n for menu and main
update menu i18n
add i18n framework
add menu implement and setting
improve layout design for desktop
update Author
fix failed register protocol
fix prod building
fix tests
fix open error of mac and windows
improve lint
update pr comment
add service framework
add fileSearchService
improve
fix release workflow
add header
improve pr workflow fetch
improve client fetch
add linux upload workflow
improve workflow and implement
fix build electron in ci
build the desktop framework
fix build electron in ci
update tsconfig
fix desktop build workflow
finish desktop build workflow
fix workflow build steps
update workflow
test release workflow
refactor
update
update
improve loading state
refactor the 404 error
* 重构存储路径,统一到一个 lobehub-storage 下,方便未来用户自定义存储路径
* fix lint
* update
* try to fix windows open issue
* rename
* fix storage
* refactor the remote server sync
* refactor the request method
* 完成服务端同步实现逻辑
* fix lint
* save size
* refactor to make sure different instance of ipc channel
* clean log
* fix refresh
* fix tools calling
* fix auth callback issue
* update workflow
* add window ico
* push
* update
* add beta release
* fix update issue
* 完成官方实例链接
* fix
* fix stdio
2025-04-27 11:57:06 +08:00
lobehubbot
99b45f3245
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-26 17:48:57 +00:00
semantic-release-bot
3da95338d6
🔖 chore(release): v1.82.10 [skip ci]
...
### [Version 1.82.10](https://github.com/lobehub/lobe-chat/compare/v1.82.9...v1.82.10 )
<sup>Released on **2025-04-26**</sup>
#### 💄 Styles
- **misc**: Support `ernie-x1` & `ernie-4.5` series from Wenxin.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support `ernie-x1` & `ernie-4.5` series from Wenxin, closes [#7504 ](https://github.com/lobehub/lobe-chat/issues/7504 ) ([9a4150c ](https://github.com/lobehub/lobe-chat/commit/9a4150c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-26 17:47:54 +00:00
Zhijie He
9a4150c789
💄 style: support ernie-x1 & ernie-4.5 series from Wenxin ( #7504 )
...
* 💄 style: support `ernie-x1-32k` model from Wenxin
* 💄 style: update model list
2025-04-27 01:35:05 +08:00
lobehubbot
f29e326a84
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-26 17:14:55 +00:00
semantic-release-bot
d6bd328a53
🔖 chore(release): v1.82.9 [skip ci]
...
### [Version 1.82.9](https://github.com/lobehub/lobe-chat/compare/v1.82.8...v1.82.9 )
<sup>Released on **2025-04-26**</sup>
#### 💄 Styles
- **misc**: Improve oidc OAuth workflow.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve oidc OAuth workflow, closes [#7563 ](https://github.com/lobehub/lobe-chat/issues/7563 ) ([ccbe0af ](https://github.com/lobehub/lobe-chat/commit/ccbe0af ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-26 17:13:50 +00:00
Arvin Xu
ccbe0afb6c
💄 style: improve oidc OAuth workflow ( #7563 )
...
* improve oidc OAuth workflow
* fix suspense
* update i18n
2025-04-27 01:00:38 +08:00
lobehubbot
f6843e7d08
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-26 06:56:33 +00:00
semantic-release-bot
d75a3830be
🔖 chore(release): v1.82.8 [skip ci]
...
### [Version 1.82.8](https://github.com/lobehub/lobe-chat/compare/v1.82.7...v1.82.8 )
<sup>Released on **2025-04-26**</sup>
#### ♻ Code Refactoring
- **misc**: Improve categories selection via SearXNG.
#### 🐛 Bug Fixes
- **http-adapter**: Extract protocol from base URL and add headers.
- **misc**: Fix oidc redirect urls.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Improve categories selection via SearXNG, closes [#7550 ](https://github.com/lobehub/lobe-chat/issues/7550 ) ([ac0dcd9 ](https://github.com/lobehub/lobe-chat/commit/ac0dcd9 ))
#### What's fixed
* **http-adapter**: Extract protocol from base URL and add headers, closes [#7545 ](https://github.com/lobehub/lobe-chat/issues/7545 ) ([327fd9e ](https://github.com/lobehub/lobe-chat/commit/327fd9e ))
* **misc**: Fix oidc redirect urls, closes [#7558 ](https://github.com/lobehub/lobe-chat/issues/7558 ) ([3013a00 ](https://github.com/lobehub/lobe-chat/commit/3013a00 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-26 06:55:21 +00:00
Pollo3470
327fd9ed6b
🐛 fix(http-adapter): extract protocol from base URL and add headers ( #7545 )
2025-04-26 14:42:17 +08:00
Zhijie He
ac0dcd9338
♻️ refactor: improve categories selection via SearXNG ( #7550 )
2025-04-26 14:35:39 +08:00
Arvin Xu
3013a00832
🐛 fix: fix oidc redirect urls ( #7558 )
2025-04-26 14:34:17 +08:00
lobehubbot
961b9fc396
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-25 02:25:54 +00:00
semantic-release-bot
cbdd65874a
🔖 chore(release): v1.82.7 [skip ci]
...
### [Version 1.82.7](https://github.com/lobehub/lobe-chat/compare/v1.82.6...v1.82.7 )
<sup>Released on **2025-04-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Pwa-install cause mobile infinity scroll.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Pwa-install cause mobile infinity scroll, closes [#7521 ](https://github.com/lobehub/lobe-chat/issues/7521 ) [#7408 ](https://github.com/lobehub/lobe-chat/issues/7408 ) ([39f5bc7 ](https://github.com/lobehub/lobe-chat/commit/39f5bc7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-25 02:24:48 +00:00
YuTengjing
39f5bc7aba
🐛 fix: pwa-install cause mobile infinity scroll ( #7521 )
...
* 🐛 fix: pwa-install cause mobile infinity scroll #7408
* 🐛 fix: use dismiss install pws still render pws-install
2025-04-25 10:11:59 +08:00
lobehubbot
52ad86629e
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-24 18:23:26 +00:00
semantic-release-bot
b3b3d946b3
🔖 chore(release): v1.82.6 [skip ci]
...
### [Version 1.82.6](https://github.com/lobehub/lobe-chat/compare/v1.82.5...v1.82.6 )
<sup>Released on **2025-04-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Improve stability of Cloudflare Workers AI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Improve stability of Cloudflare Workers AI, closes [#7450 ](https://github.com/lobehub/lobe-chat/issues/7450 ) ([3e81e56 ](https://github.com/lobehub/lobe-chat/commit/3e81e56 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-24 18:22:20 +00:00
BrandonStudio
3e81e562f2
🐛 fix: Improve stability of Cloudflare Workers AI ( #7450 )
2025-04-25 02:09:12 +08:00
lobehubbot
728c9c0ffb
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-24 17:50:44 +00:00
semantic-release-bot
d7d5e6d4ea
🔖 chore(release): v1.82.5 [skip ci]
...
### [Version 1.82.5](https://github.com/lobehub/lobe-chat/compare/v1.82.4...v1.82.5 )
<sup>Released on **2025-04-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Countries-and-timezones return invalid timezone.
#### 💄 Styles
- **misc**: Add avatar for server database upload to S3, removing SSO dependency for avatar management.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Countries-and-timezones return invalid timezone, closes [#7539 ](https://github.com/lobehub/lobe-chat/issues/7539 ) [#7518 ](https://github.com/lobehub/lobe-chat/issues/7518 ) [#7542 ](https://github.com/lobehub/lobe-chat/issues/7542 ) ([bdb44a8 ](https://github.com/lobehub/lobe-chat/commit/bdb44a8 ))
#### Styles
* **misc**: Add avatar for server database upload to S3, removing SSO dependency for avatar management, closes [#7152 ](https://github.com/lobehub/lobe-chat/issues/7152 ) ([f15200d ](https://github.com/lobehub/lobe-chat/commit/f15200d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-24 17:49:26 +00:00
Arvin Xu
99fc76b135
🔨 chore: fix tests ( #7546 )
2025-04-25 01:34:17 +08:00
renovate[bot]
8f9b221b34
Update dependency lucide-react to ^0.503.0 ( #7484 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-25 01:14:54 +08:00
YuTengjing
bdb44a83a7
🐛 fix: countries-and-timezones return invalid timezone ( #7539 )
...
* 🐛 fix: countries-and-timezones return invalid timezone #7518
* ✅ test: add unit test for src/utils/server/geo.ts (#7542 )
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
---------
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-04-24 23:45:19 +08:00
RICHQAQ
f15200d348
💄 style: Add avatar for server database upload to S3, removing SSO dependency for avatar management ( #7152 )
...
* ✨ feat: 添加服务端头像上传功能,支持从 Base64 数据上传至 S3,并更新用户头像状态
* 🐛 fix: 修复更新头像后依旧有可能显示旧头像
* Undo changes of package.json and Clerk
* change message of loading to ui of loading in avatar-update
* Using the getFullFileUrl function
* fix file service
* Modify the user avatar upload and retrieval functions to support a private S3 bucket, use UUID to generate unique file names, and delete the old avatar.
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2025-04-24 23:45:01 +08:00
lobehubbot
86dbd974cb
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-24 03:49:12 +00:00
semantic-release-bot
7f304df75c
🔖 chore(release): v1.82.4 [skip ci]
...
### [Version 1.82.4](https://github.com/lobehub/lobe-chat/compare/v1.82.3...v1.82.4 )
<sup>Released on **2025-04-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix hydration error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix hydration error, closes [#7535 ](https://github.com/lobehub/lobe-chat/issues/7535 ) ([e130855 ](https://github.com/lobehub/lobe-chat/commit/e130855 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-24 03:48:08 +00:00
Arvin Xu
e130855d45
🐛 fix: fix hydration error ( #7535 )
...
* fix
* fix mcp type
* fix lint
2025-04-24 11:35:04 +08:00
lobehubbot
afe1f052aa
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-24 03:08:54 +00:00
semantic-release-bot
dd40f819c1
🔖 chore(release): v1.82.3 [skip ci]
...
### [Version 1.82.3](https://github.com/lobehub/lobe-chat/compare/v1.82.2...v1.82.3 )
<sup>Released on **2025-04-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix openai tools calling.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix openai tools calling, closes [#7523 ](https://github.com/lobehub/lobe-chat/issues/7523 ) ([f43bd24 ](https://github.com/lobehub/lobe-chat/commit/f43bd24 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-24 03:07:50 +00:00
Arvin Xu
f43bd244c7
🐛 fix: fix openai tools calling ( #7523 )
2025-04-24 10:53:48 +08:00
lobehubbot
54bca47a29
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-23 18:50:00 +00:00
semantic-release-bot
eca2be67b3
🔖 chore(release): v1.82.2 [skip ci]
...
### [Version 1.82.2](https://github.com/lobehub/lobe-chat/compare/v1.82.1...v1.82.2 )
<sup>Released on **2025-04-23**</sup>
#### 💄 Styles
- **misc**: Improve stdio mcp form, Update the id of some OpenAI models in OpenRouter.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve stdio mcp form, closes [#7529 ](https://github.com/lobehub/lobe-chat/issues/7529 ) ([832b7c3 ](https://github.com/lobehub/lobe-chat/commit/832b7c3 ))
* **misc**: Update the id of some OpenAI models in OpenRouter, closes [#7524 ](https://github.com/lobehub/lobe-chat/issues/7524 ) ([39a3f5b ](https://github.com/lobehub/lobe-chat/commit/39a3f5b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-23 18:48:52 +00:00
Arvin Xu
832b7c3ee1
💄 style: improve stdio mcp form ( #7529 )
...
* improve stdio mcp form
* update
* update
* update i18n
* remove stdio paste with web mode
* remove stdio paste with web mode
* fix
* fix lint
* fix
2025-04-24 02:35:07 +08:00
Lumia
39a3f5b335
💄 style: Update the id of some OpenAI models in OpenRouter ( #7524 )
...
部分opanai的模型id前面缺少“openai/”
2025-04-24 00:26:36 +08:00
lobehubbot
f18f24e653
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-23 01:23:09 +00:00
semantic-release-bot
66dabc8bba
🔖 chore(release): v1.82.1 [skip ci]
...
### [Version 1.82.1](https://github.com/lobehub/lobe-chat/compare/v1.82.0...v1.82.1 )
<sup>Released on **2025-04-23**</sup>
#### 💄 Styles
- **misc**: Improve mcp server type select and fix refresh mcp manifest issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve mcp server type select and fix refresh mcp manifest issue, closes [#7517 ](https://github.com/lobehub/lobe-chat/issues/7517 ) ([53d8eac ](https://github.com/lobehub/lobe-chat/commit/53d8eac ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-23 01:21:59 +00:00
Arvin Xu
53d8eac3cf
💄 style: improve mcp server type select and fix refresh mcp manifest issue ( #7517 )
...
* improve experience
* fix mcp manifest refresh issue
* improve description
* improve style
* add stdio mcp plugin
* improve experience
* fix tests
* fix tests
2025-04-23 09:07:32 +08:00
Arvin Xu
5cdf0e2146
🔨 chore: pre-merge desktop implement ( #7516 )
...
* update locale
* update code
2025-04-23 00:54:22 +08:00
lobehubbot
cc5525aab9
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-22 16:41:10 +00:00
semantic-release-bot
0d93365b8d
🔖 chore(release): v1.82.0 [skip ci]
...
## [Version 1.82.0](https://github.com/lobehub/lobe-chat/compare/v1.81.9...v1.82.0 )
<sup>Released on **2025-04-22**</sup>
#### ✨ Features
- **misc**: Support Streamable HTTP MCP server.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support Streamable HTTP MCP server, closes [#7511 ](https://github.com/lobehub/lobe-chat/issues/7511 ) ([35129bb ](https://github.com/lobehub/lobe-chat/commit/35129bb ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-22 16:40:03 +00:00
Arvin Xu
35129bb7c6
✨ feat: support Streamable HTTP MCP server ( #7511 )
...
* add mcp
* feat support streamable http
* revert
* update locale
* improve style
* improve experience
2025-04-23 00:26:33 +08:00
lobehubbot
c1844933ac
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-21 16:32:29 +00:00
semantic-release-bot
0e1ae3d141
🔖 chore(release): v1.81.9 [skip ci]
...
### [Version 1.81.9](https://github.com/lobehub/lobe-chat/compare/v1.81.8...v1.81.9 )
<sup>Released on **2025-04-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix search prompt.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix search prompt, closes [#7507 ](https://github.com/lobehub/lobe-chat/issues/7507 ) ([f55b7de ](https://github.com/lobehub/lobe-chat/commit/f55b7de ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-21 16:31:22 +00:00
Arvin Xu
f55b7dea2b
🐛 fix: fix search prompt ( #7507 )
...
* fix
* pre-merge local-file
* improve prompts
2025-04-22 00:17:58 +08:00
lobehubbot
3ae9fc4f09
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-21 16:09:52 +00:00
semantic-release-bot
0ad8d3e538
🔖 chore(release): v1.81.8 [skip ci]
...
### [Version 1.81.8](https://github.com/lobehub/lobe-chat/compare/v1.81.7...v1.81.8 )
<sup>Released on **2025-04-21**</sup>
#### 💄 Styles
- **misc**: Show token generate performance.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Show token generate performance, closes [#6959 ](https://github.com/lobehub/lobe-chat/issues/6959 ) ([33c3fe7 ](https://github.com/lobehub/lobe-chat/commit/33c3fe7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-21 16:08:49 +00:00
Rylan Cai
33c3fe76c7
💄 style: show token generate performance ( #6959 )
...
* 💄 style: show token generate performance
* ✅ test: createTokenSpeedCalculator
* ✨ feat: add token speed for anthropic
* ✅ test: remove speed chunk in pplx
* ♻️ refactor: rename params
* 🎨 refactor: format codes
* ♻️ refactor: del log print
* 💄 style: add tooltips
* 🌐 i18n: tps, ttft
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-04-21 23:55:56 +08:00
lobehubbot
5b617889b7
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-21 04:27:22 +00:00
semantic-release-bot
1c4d1100a9
🔖 chore(release): v1.81.7 [skip ci]
...
### [Version 1.81.7](https://github.com/lobehub/lobe-chat/compare/v1.81.6...v1.81.7 )
<sup>Released on **2025-04-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Together.ai fetch model list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Together.ai fetch model list, closes [#7498 ](https://github.com/lobehub/lobe-chat/issues/7498 ) ([bd797b8 ](https://github.com/lobehub/lobe-chat/commit/bd797b8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-21 04:26:14 +00:00
YuTengjing
bd797b8f91
🐛 fix: together.ai fetch model list ( #7498 )
2025-04-21 12:13:05 +08:00
lobehubbot
76efb6c5b7
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-21 04:07:06 +00:00
semantic-release-bot
6986db3c3d
🔖 chore(release): v1.81.6 [skip ci]
...
### [Version 1.81.6](https://github.com/lobehub/lobe-chat/compare/v1.81.5...v1.81.6 )
<sup>Released on **2025-04-21**</sup>
#### 💄 Styles
- **misc**: Add hotkey for clear chat messages.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add hotkey for clear chat messages, closes [#7457 ](https://github.com/lobehub/lobe-chat/issues/7457 ) [#7319 ](https://github.com/lobehub/lobe-chat/issues/7319 ) ([28d92e6 ](https://github.com/lobehub/lobe-chat/commit/28d92e6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-21 04:05:57 +00:00
YuTengjing
28d92e67cd
💄 style: add hotkey for clear chat messages ( #7457 )
...
* ⬆️ chore: upgrade @lobehub/ui to 1.171.0
* ✨ feat: add hotkey for clear chat messages #7319
* 👷 build: format locales after lobe-i18n
* 📝 docs: lobe-i18n update locales
* ♻️ chore: change clear current messages shortcut to option + backspace
2025-04-21 11:05:03 +08:00
Arvin Xu
38b17cf0a6
🔨 chore: add mcp client modules ( #7494 )
...
* add mcp client implement
* fix tests
2025-04-21 00:54:23 +08:00
lobehubbot
077b68928e
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-20 08:36:43 +00:00
semantic-release-bot
f0724389b2
🔖 chore(release): v1.81.5 [skip ci]
...
### [Version 1.81.5](https://github.com/lobehub/lobe-chat/compare/v1.81.4...v1.81.5 )
<sup>Released on **2025-04-20**</sup>
#### 🐛 Bug Fixes
- **misc**: Lock nextauth to beta.25.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Lock nextauth to beta.25, closes [#7491 ](https://github.com/lobehub/lobe-chat/issues/7491 ) ([d1fd40d ](https://github.com/lobehub/lobe-chat/commit/d1fd40d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-20 08:35:37 +00:00
Rylan Cai
d1fd40d3ef
📌 fix: lock nextauth to beta.25 ( #7491 )
2025-04-20 16:22:51 +08:00
Arvin Xu
769440662d
🔨 chore: add file-loaders modules ( #7488 )
...
* update i18n model
* add @file-loaders modules
* fix test
* fix test
* add test pdf
* fix tests
2025-04-20 14:08:32 +08:00
lobehubbot
1dfd1da63e
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-19 06:24:48 +00:00
semantic-release-bot
128de22d36
🔖 chore(release): v1.81.4 [skip ci]
...
### [Version 1.81.4](https://github.com/lobehub/lobe-chat/compare/v1.81.3...v1.81.4 )
<sup>Released on **2025-04-19**</sup>
#### 🐛 Bug Fixes
- **misc**: Gemini error `Tool use with function calling is unsupported`.
#### 💄 Styles
- **misc**: Support update tool calling params and trigger again.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Gemini error `Tool use with function calling is unsupported`, closes [#7463 ](https://github.com/lobehub/lobe-chat/issues/7463 ) ([0567095 ](https://github.com/lobehub/lobe-chat/commit/0567095 ))
#### Styles
* **misc**: Support update tool calling params and trigger again, closes [#7476 ](https://github.com/lobehub/lobe-chat/issues/7476 ) ([0085e63 ](https://github.com/lobehub/lobe-chat/commit/0085e63 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-19 06:23:41 +00:00
sxjeru
0567095b5d
🐛 fix: Gemini error Tool use with function calling is unsupported ( #7463 )
...
* Update index.ts
* Update index.ts
* Update index.ts
2025-04-19 14:13:48 +08:00
Arvin Xu
0085e639b8
💄 style: support update tool calling params and trigger again ( #7476 )
...
* update client ipc
* test web prebuild
* update i18n
* support update tools calling params
* add local files tools
* fix docker build flow
* fix suspense
2025-04-19 14:13:09 +08:00
lobehubbot
bf84acb233
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-19 06:00:29 +00:00
semantic-release-bot
d6bc13b105
🔖 chore(release): v1.81.3 [skip ci]
...
### [Version 1.81.3](https://github.com/lobehub/lobe-chat/compare/v1.81.2...v1.81.3 )
<sup>Released on **2025-04-19**</sup>
#### 💄 Styles
- **misc**: Update GitHub & Cloudflare models, Update Google models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update GitHub & Cloudflare models, closes [#7453 ](https://github.com/lobehub/lobe-chat/issues/7453 ) ([4f34a62 ](https://github.com/lobehub/lobe-chat/commit/4f34a62 ))
* **misc**: Update Google models, closes [#7456 ](https://github.com/lobehub/lobe-chat/issues/7456 ) ([3199f69 ](https://github.com/lobehub/lobe-chat/commit/3199f69 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-19 05:59:21 +00:00
柴米油盐的梦想
4f34a62fc1
💄 style: Update GitHub & Cloudflare models ( #7453 )
...
* 💄 style: Add GitHub models
* 💄 style: Add Cloudflare models
* 💄 style: Add GitHub models
* 💄 style: Add MAI-DS-R1 for GitHub models
* 💄 style: Update Cloudflare models
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-04-19 13:49:34 +08:00
Lumia
3199f69fb4
💄 style: Update Google models ( #7456 )
...
* Update google.ts
新增Gemini 2.5 Flash 预览版 04-17模型
* Update price
2025-04-19 13:49:26 +08:00
lobehubbot
5484c0291a
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-18 05:44:10 +00:00
semantic-release-bot
6e74ee85e9
🔖 chore(release): v1.81.2 [skip ci]
...
### [Version 1.81.2](https://github.com/lobehub/lobe-chat/compare/v1.81.1...v1.81.2 )
<sup>Released on **2025-04-18**</sup>
#### 💄 Styles
- **misc**: Allow folding SystemRole box.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Allow folding SystemRole box, closes [#7421 ](https://github.com/lobehub/lobe-chat/issues/7421 ) ([c147df7 ](https://github.com/lobehub/lobe-chat/commit/c147df7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-18 05:43:02 +00:00
sxjeru
c147df768e
💄 style: Allow folding SystemRole box ( #7421 )
...
* ✨ feat(SystemRole): add expandable feature and improve sidebar header interaction
* ✨ feat(SystemRole): local persistence
* ✨ feat(SystemRole): improve style handling and event typing in SystemRoleContent
2025-04-18 10:44:42 +08:00
lobehubbot
1009330a04
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-18 02:08:45 +00:00
semantic-release-bot
b1c29bc10d
🔖 chore(release): v1.81.1 [skip ci]
...
### [Version 1.81.1](https://github.com/lobehub/lobe-chat/compare/v1.81.0...v1.81.1 )
<sup>Released on **2025-04-18**</sup>
#### 💄 Styles
- **misc**: Add `SenseNova-V6` series & `SenseChat-Vision` support.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `SenseNova-V6` series & `SenseChat-Vision` support, closes [#7439 ](https://github.com/lobehub/lobe-chat/issues/7439 ) ([9c8597f ](https://github.com/lobehub/lobe-chat/commit/9c8597f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-18 02:07:38 +00:00
Zhijie He
9c8597ffc0
💄 style: add SenseNova-V6 series & SenseChat-Vision support ( #7439 )
2025-04-18 09:57:36 +08:00
lobehubbot
ced357570a
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-17 15:58:12 +00:00
semantic-release-bot
5d9ea3b389
🔖 chore(release): v1.81.0 [skip ci]
...
## [Version 1.81.0](https://github.com/lobehub/lobe-chat/compare/v1.80.5...v1.81.0 )
<sup>Released on **2025-04-17**</sup>
#### ✨ Features
- **misc**: Support search1api as search provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support search1api as search provider, closes [#7449 ](https://github.com/lobehub/lobe-chat/issues/7449 ) ([2738cac ](https://github.com/lobehub/lobe-chat/commit/2738cac ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-17 15:57:07 +00:00
Arvin Xu
2738cacd46
✨ feat: support search1api as search provider ( #7449 )
...
* refactor search service
* refactor search service
* improve url rules
* update packages
* refactor to uniform the search interface
* fix tests
* refactor the search params
* add plugin state
* improve
* fix test
* fix test
* fix test
2025-04-17 23:47:04 +08:00
lobehubbot
2ceb274458
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-17 15:12:14 +00:00
semantic-release-bot
801fab177b
🔖 chore(release): v1.80.5 [skip ci]
...
### [Version 1.80.5](https://github.com/lobehub/lobe-chat/compare/v1.80.4...v1.80.5 )
<sup>Released on **2025-04-17**</sup>
#### 💄 Styles
- **misc**: Update 360 AI & Taichu & AI21 model list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update 360 AI & Taichu & AI21 model list, closes [#7443 ](https://github.com/lobehub/lobe-chat/issues/7443 ) ([60c9ae2 ](https://github.com/lobehub/lobe-chat/commit/60c9ae2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-17 15:11:06 +00:00
Zhijie He
60c9ae2be9
💄 style: update 360 AI & Taichu & AI21 model list ( #7443 )
...
* 💄 style: update 360 AI & Taichu model list
* 💄 style: update Github Models list
* 💄 style: update Ai21 model list & fix ci error
* 💄 style: update GitHub models
* 🔨 chore: rollback changes for GitHub
2025-04-17 23:00:58 +08:00
lobehubbot
eb7e1ea57e
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-17 13:41:12 +00:00
semantic-release-bot
5289763e1a
🔖 chore(release): v1.80.4 [skip ci]
...
### [Version 1.80.4](https://github.com/lobehub/lobe-chat/compare/v1.80.3...v1.80.4 )
<sup>Released on **2025-04-17**</sup>
#### 💄 Styles
- **misc**: Add o3/o4-mini models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add o3/o4-mini models, closes [#7448 ](https://github.com/lobehub/lobe-chat/issues/7448 ) ([3fdba72 ](https://github.com/lobehub/lobe-chat/commit/3fdba72 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-17 13:40:06 +00:00
sxjeru
3fdba72f00
💄 style: Add o3/o4-mini models ( #7448 )
...
* Update openai.ts
* Update azure.ts
* Update azureai.ts
* Update openrouter.ts
* Update openrouter.ts
* Update openrouter.ts
* Update github.ts
* Update groq.ts
* Update cohere.ts
* Update volcengine.ts
2025-04-17 21:29:51 +08:00
lobehubbot
b6d2c31e17
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-16 15:33:48 +00:00
semantic-release-bot
03c39997c1
🔖 chore(release): v1.80.3 [skip ci]
...
### [Version 1.80.3](https://github.com/lobehub/lobe-chat/compare/v1.80.2...v1.80.3 )
<sup>Released on **2025-04-16**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor to get user info from api.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor to get user info from api, closes [#7444 ](https://github.com/lobehub/lobe-chat/issues/7444 ) ([4c1fb4a ](https://github.com/lobehub/lobe-chat/commit/4c1fb4a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-16 15:32:41 +00:00
Arvin Xu
4c1fb4a084
♻️ refactor: refactor to get user info from api ( #7444 )
...
* support get user info from api
* fix
* Update client.ts
2025-04-16 23:21:55 +08:00
Arvin Xu
4006721bff
🔨 chore: fix oidc provider proxy issue with host deployment ( #7430 )
...
* set provider proxy to true
* try to fix
* fix
2025-04-16 15:41:00 +08:00
lobehubbot
bb25d542bc
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-16 04:32:27 +00:00
semantic-release-bot
8fc7cad6a6
🔖 chore(release): v1.80.2 [skip ci]
...
### [Version 1.80.2](https://github.com/lobehub/lobe-chat/compare/v1.80.1...v1.80.2 )
<sup>Released on **2025-04-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Update default file embedding model info.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update default file embedding model info, closes [#7425 ](https://github.com/lobehub/lobe-chat/issues/7425 ) ([1c6faba ](https://github.com/lobehub/lobe-chat/commit/1c6faba ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-16 04:31:13 +00:00
huangkairan
1c6fabad72
🐛 fix: update default file embedding model info ( #7425 )
2025-04-16 12:21:05 +08:00
Arvin Xu
f1e799df3b
🔨 chore: add oidc auth for lambda route ( #7426 )
...
* add extractBearerToken utils
* add oidc auth
* improve debug log
* fix tests
* fix tests
* improve first party oauth
2025-04-16 12:20:29 +08:00
sxjeru
81d9bf33ee
💄 style: Add Llama 4 & other latest models ( #7345 )
...
* Update Checker.tsx
* fix
* finally
* Update novita.ts
* Update groq.ts
* Update google.ts
* Update volcengine.ts
* Update azure.ts
* Update azureai.ts
* Update azureai.ts
* Update novita.ts
* Update azureai.ts
* Update moonshot.ts
* fix devcontainer.json
* fix test
* Update stepfun.ts
* Update novita.ts
* Update zhipu.ts
* Update tencentcloud.ts
* Update hunyuan.ts
* Update zhipu.ts
* Update azure.ts
* Update azureai.ts
* update devcontainer.json
* Update siliconcloud.ts
2025-04-16 11:36:37 +08:00
lobehubbot
edc3d2aa83
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-16 02:52:23 +00:00
semantic-release-bot
cbb7ff9d18
🔖 chore(release): v1.80.1 [skip ci]
...
### [Version 1.80.1](https://github.com/lobehub/lobe-chat/compare/v1.80.0...v1.80.1 )
<sup>Released on **2025-04-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix model support file and image logic.
#### 💄 Styles
- **misc**: Add `step-r1` & `glm-z1` model fetch support.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix model support file and image logic, closes [#7387 ](https://github.com/lobehub/lobe-chat/issues/7387 ) ([4d26885 ](https://github.com/lobehub/lobe-chat/commit/4d26885 ))
#### Styles
* **misc**: Add `step-r1` & `glm-z1` model fetch support, closes [#7420 ](https://github.com/lobehub/lobe-chat/issues/7420 ) ([4055840 ](https://github.com/lobehub/lobe-chat/commit/4055840 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-16 02:51:10 +00:00
vual
4d26885a43
🐛 fix: fix model support file and image logic ( #7387 )
2025-04-16 10:41:10 +08:00
Zhijie He
4055840659
💄 style: add step-r1 & glm-z1 model fetch support ( #7420 )
...
* 💄 style: support `step-r1` series reasoning tag
* 💄 style: support glm-z1 series reasoning tag
* 🐛 fix: fix model fetch error from Zhipu
2025-04-16 10:40:05 +08:00
YuTengjing
0bac348a29
🚚 docs: replace old development doc with new version ( #7423 )
2025-04-16 10:38:02 +08:00
lobehubbot
56952021de
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-16 02:14:52 +00:00
semantic-release-bot
d58260fb01
🔖 chore(release): v1.80.0 [skip ci]
...
## [Version 1.80.0](https://github.com/lobehub/lobe-chat/compare/v1.79.10...v1.80.0 )
<sup>Released on **2025-04-16**</sup>
#### ♻ Code Refactoring
- **misc**: Rename new feature development doc to mdx, some code optimization.
#### ✨ Features
- **misc**: Opening settings copyright i18n, regenerate migrate sql for new agent opening settings.
#### 🐛 Bug Fixes
- **misc**: Opening questions should should be hidden when no setted, opening settings migration type error.
#### 💄 Styles
- **misc**: Opening message container add border.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Rename new feature development doc to mdx ([892a347 ](https://github.com/lobehub/lobe-chat/commit/892a347 ))
* **misc**: Some code optimization ([47e04fa ](https://github.com/lobehub/lobe-chat/commit/47e04fa ))
#### What's improved
* **misc**: Opening settings copyright i18n ([27c5b45 ](https://github.com/lobehub/lobe-chat/commit/27c5b45 ))
* **misc**: Regenerate migrate sql for new agent opening settings ([961d6a1 ](https://github.com/lobehub/lobe-chat/commit/961d6a1 ))
#### What's fixed
* **misc**: Opening questions should should be hidden when no setted ([211ee5e ](https://github.com/lobehub/lobe-chat/commit/211ee5e ))
* **misc**: Opening settings migration type error ([72cf00e ](https://github.com/lobehub/lobe-chat/commit/72cf00e ))
#### Styles
* **misc**: Opening message container add border ([63b96c7 ](https://github.com/lobehub/lobe-chat/commit/63b96c7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-16 02:13:46 +00:00
YuTengjing
a64746a5a0
Merge pull request #7382 from lobehub/tj/feat/guide-message
...
✨ feat: agent opening settings
2025-04-16 10:03:58 +08:00
YuTengjing
892a347c79
🚚 refactor: rename new feature development doc to mdx
2025-04-15 17:49:04 +08:00
YuTengjing
9097aba9e3
📝 docs: add new feature development doc
2025-04-15 17:39:52 +08:00
lobehubbot
5f603be878
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-15 03:28:27 +00:00
semantic-release-bot
ada7b23528
🔖 chore(release): v1.79.10 [skip ci]
...
### [Version 1.79.10](https://github.com/lobehub/lobe-chat/compare/v1.79.9...v1.79.10 )
<sup>Released on **2025-04-15**</sup>
#### 💄 Styles
- **misc**: Make gpt-4.1-mini default model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Make gpt-4.1-mini default model, closes [#7414 ](https://github.com/lobehub/lobe-chat/issues/7414 ) ([724fcee ](https://github.com/lobehub/lobe-chat/commit/724fcee ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-15 03:27:23 +00:00
Arvin Xu
724fcee10a
💄 style: make gpt-4.1-mini default model ( #7414 )
...
* update default model to gpt-4.1-mini
* fix test
* fix test
2025-04-15 11:17:14 +08:00
lobehubbot
0dc2e8f970
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-15 02:31:33 +00:00
semantic-release-bot
ced3b5a1fb
🔖 chore(release): v1.79.9 [skip ci]
...
### [Version 1.79.9](https://github.com/lobehub/lobe-chat/compare/v1.79.8...v1.79.9 )
<sup>Released on **2025-04-15**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor trpc to have a clear obligation.
#### 💄 Styles
- **misc**: Add GPT-4.1 models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor trpc to have a clear obligation, closes [#7412 ](https://github.com/lobehub/lobe-chat/issues/7412 ) ([01c0120 ](https://github.com/lobehub/lobe-chat/commit/01c0120 ))
#### Styles
* **misc**: Add GPT-4.1 models, closes [#7410 ](https://github.com/lobehub/lobe-chat/issues/7410 ) ([3c4d7df ](https://github.com/lobehub/lobe-chat/commit/3c4d7df ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-15 02:30:25 +00:00
YuTengjing
47e04fa171
♻️ refactor: some code optimization
2025-04-15 10:28:24 +08:00
sxjeru
3c4d7dff75
💄 style: Add GPT-4.1 models ( #7410 )
...
* Update openai.ts
* Update openai.ts
* Update openai.ts
2025-04-15 10:20:34 +08:00
Arvin Xu
01c0120ab2
♻️ refactor: refactor trpc to have a clear obligation ( #7412 )
...
* refactor trpc
* refactor trpc folder
* improve test
* improve code
* improve code
2025-04-15 10:18:37 +08:00
Arvin Xu
5425068913
🔨 chore: improve OIDC code challenge workflow ( #7397 )
...
* improve code
* improve code
* fix auth route issue
* fix Interaction not find Session
* fix all flow
* fix error
* refactor
* fix oidc token flow
* fix oidc token flow
* update i18n
* improve auth page
* fix test
* fix test
* refactor components
2025-04-14 22:46:12 +08:00
YuTengjing
27c5b45a0e
🌐 feat: opening settings copyright i18n
2025-04-14 19:59:19 +08:00
YuTengjing
64d23f4c38
✅ test: update snapshots
2025-04-14 16:11:58 +08:00
YuTengjing
63b96c7e43
💄 style: opening message container add border
2025-04-14 15:52:11 +08:00
YuTengjing
211ee5e1fe
🐛 fix: opening questions should should be hidden when no setted
2025-04-14 12:16:32 +08:00
YuTengjing
961d6a1673
✨ feat: regenerate migrate sql for new agent opening settings
2025-04-14 12:02:10 +08:00
YuTengjing
6002e823e2
Merge branch 'main' of github.com:lobehub/lobe-chat into tj/feat/guide-message
2025-04-14 11:34:06 +08:00
YuTengjing
72cf00e52e
🐛 fix: opening settings migration type error
2025-04-14 11:24:29 +08:00
lobehubbot
f3d5d40512
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-12 17:00:50 +00:00
semantic-release-bot
21f97c5f27
🔖 chore(release): v1.79.8 [skip ci]
...
### [Version 1.79.8](https://github.com/lobehub/lobe-chat/compare/v1.79.7...v1.79.8 )
<sup>Released on **2025-04-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix Azure OpenAI unable to process image messages in local s3.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix Azure OpenAI unable to process image messages in local s3, closes [#7385 ](https://github.com/lobehub/lobe-chat/issues/7385 ) ([c98c0f8 ](https://github.com/lobehub/lobe-chat/commit/c98c0f8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-12 16:59:43 +00:00
Zwlin
c98c0f8c08
🐛 fix: fix Azure OpenAI unable to process image messages in local s3 ( #7385 )
2025-04-13 00:49:45 +08:00
Arvin Xu
b12b24018e
🔨 chore: add OAuth 2.0 and OIDC core implement ( #7380 )
...
* add oidc implement
* add oidc implement
* update
* update
* migration db
* improve
* improve scripts
* update
* 解决 auth 302 跳转的问题
* 完成 policy 实现调试
* improve middleware log
* 初步完成 auth 授权实现
* 初步完成 auth 授权实现
* fix adapter
* add adapter tests
* refactor with http adapter
* refactor for oidc service
* finish oauth 授权基础实现
* 区分 backend 入口与 client 页面入口
* add i18n
* update db schema
* fix lint
* improve
* fix tests and update i18n
* improve db adaptor
* fix tests
* fix tests
* fix tests
2025-04-13 00:49:31 +08:00
YuTengjing
a614e3e53d
feat: agent opening settings
2025-04-12 10:29:09 +08:00
lobehubbot
3014dfcc16
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-11 04:51:31 +00:00
semantic-release-bot
a5694814e4
🔖 chore(release): v1.79.7 [skip ci]
...
### [Version 1.79.7](https://github.com/lobehub/lobe-chat/compare/v1.79.6...v1.79.7 )
<sup>Released on **2025-04-11**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor hotkey import to avoid db generate error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor hotkey import to avoid db generate error, closes [#7374 ](https://github.com/lobehub/lobe-chat/issues/7374 ) ([b91e4c2 ](https://github.com/lobehub/lobe-chat/commit/b91e4c2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-11 04:50:26 +00:00
Arvin Xu
b91e4c23c8
♻️ refactor: refactor hotkey import to avoid db generate error ( #7374 )
2025-04-11 12:40:33 +08:00
Arvin Xu
e233416b38
🔨 chore: improve summary history tracing ( #7372 )
...
* 优化 summary History 性能
* fix
* add online search document
2025-04-11 11:50:59 +08:00
lobehubbot
b0c2e2f222
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-11 03:48:31 +00:00
semantic-release-bot
5d15e3f321
🔖 chore(release): v1.79.6 [skip ci]
...
### [Version 1.79.6](https://github.com/lobehub/lobe-chat/compare/v1.79.5...v1.79.6 )
<sup>Released on **2025-04-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix `grok-3-mini` series calling.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix `grok-3-mini` series calling, closes [#7371 ](https://github.com/lobehub/lobe-chat/issues/7371 ) ([523c605 ](https://github.com/lobehub/lobe-chat/commit/523c605 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-11 03:47:16 +00:00
Zhijie He
523c605a3b
🐛 fix: fix grok-3-mini series calling ( #7371 )
2025-04-11 11:36:21 +08:00
TianLun Song
871b205bab
📝 docs: add online-search documents ( #7365 )
...
* Create searx.mdx
* ass searxng json output
* Update searx.mdx
* Rename searx.mdx to online-search.zh-CN.mdx
2025-04-11 10:17:00 +08:00
lobehubbot
75577ef629
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-10 17:22:10 +00:00
semantic-release-bot
bd58658d6e
🔖 chore(release): v1.79.5 [skip ci]
...
### [Version 1.79.5](https://github.com/lobehub/lobe-chat/compare/v1.79.4...v1.79.5 )
<sup>Released on **2025-04-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix langfuse intergation.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix langfuse intergation, closes [#7367 ](https://github.com/lobehub/lobe-chat/issues/7367 ) ([22b5236 ](https://github.com/lobehub/lobe-chat/commit/22b5236 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-10 17:21:06 +00:00
Arvin Xu
22b52362b2
🐛 fix: fix langfuse intergation ( #7367 )
...
* improve test
* refactor langfuse integration
* improve langfuse integration
* fix tests
2025-04-11 01:11:01 +08:00
lobehubbot
e5054d03eb
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-10 04:52:47 +00:00
semantic-release-bot
5c2e347e30
🔖 chore(release): v1.79.4 [skip ci]
...
### [Version 1.79.4](https://github.com/lobehub/lobe-chat/compare/v1.79.3...v1.79.4 )
<sup>Released on **2025-04-10**</sup>
#### 💄 Styles
- **misc**: Update Grok 3 models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Grok 3 models, closes [#7360 ](https://github.com/lobehub/lobe-chat/issues/7360 ) ([d2b9120 ](https://github.com/lobehub/lobe-chat/commit/d2b9120 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-10 04:51:41 +00:00
sxjeru
d2b91206f3
💄 style: Update Grok 3 models ( #7360 )
2025-04-10 12:41:44 +08:00
lobehubbot
50b93c8386
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-10 03:16:27 +00:00
semantic-release-bot
ebdd2280dd
🔖 chore(release): v1.79.3 [skip ci]
...
### [Version 1.79.3](https://github.com/lobehub/lobe-chat/compare/v1.79.2...v1.79.3 )
<sup>Released on **2025-04-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Remove Azure AI o3-mini unsupported parameters.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Remove Azure AI o3-mini unsupported parameters, closes [#7355 ](https://github.com/lobehub/lobe-chat/issues/7355 ) ([fe0711f ](https://github.com/lobehub/lobe-chat/commit/fe0711f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-10 03:15:20 +00:00
sxjeru
fe0711fe24
🐛 fix: Remove Azure AI o3-mini unsupported parameters ( #7355 )
...
* Update index.ts
* Update index.ts
* Update index.ts
2025-04-10 11:05:28 +08:00
Arvin Xu
f57f7af1b8
👷 build: add desktop workflow and pre-merge desktop code ( #7361 )
...
* add desktop workflow code
* add desktop relative code
* Update pr-release-body.js
2025-04-10 10:47:05 +08:00
Arvin Xu
88a7149a58
🔨 chore: upgrade nextjs@15.3.0 ( #7359 )
...
* upgrade nextjs
* just remove turbopack
2025-04-10 10:43:56 +08:00
lobehubbot
042f7a4bef
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-09 14:46:19 +00:00
semantic-release-bot
ae2580c6c8
🔖 chore(release): v1.79.2 [skip ci]
...
### [Version 1.79.2](https://github.com/lobehub/lobe-chat/compare/v1.79.1...v1.79.2 )
<sup>Released on **2025-04-09**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix env for Tencent Cloud & remove `deepseek-v3` series fc tag.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix env for Tencent Cloud & remove `deepseek-v3` series fc tag, closes [#7354 ](https://github.com/lobehub/lobe-chat/issues/7354 ) ([fe26d76 ](https://github.com/lobehub/lobe-chat/commit/fe26d76 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-09 14:45:11 +00:00
Zhijie He
fe26d76ff0
🐛 fix: fix env for Tencent Cloud & remove deepseek-v3 series fc tag ( #7354 )
...
* 🐛 fix: fix env for Tencent Cloud & remove `deepseek-v3` series fc tag
* 🔨 chore: cleanup code
2025-04-09 22:34:58 +08:00
lobehubbot
0f541515e6
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-09 14:11:43 +00:00
semantic-release-bot
b781cee82d
🔖 chore(release): v1.79.1 [skip ci]
...
### [Version 1.79.1](https://github.com/lobehub/lobe-chat/compare/v1.79.0...v1.79.1 )
<sup>Released on **2025-04-09**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix xAI API calling, not support `stream_options`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix xAI API calling, not support `stream_options`, closes [#7353 ](https://github.com/lobehub/lobe-chat/issues/7353 ) ([cc0680d ](https://github.com/lobehub/lobe-chat/commit/cc0680d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-09 14:10:32 +00:00
Zhijie He
cc0680d645
🐛 fix: fix xAI API calling, not support stream_options ( #7353 )
...
* 🐛 fix: fix xAI API calling, not support `stream_options`
* 🐛 fix: try to fix ci error
2025-04-09 21:59:16 +08:00
lobehubbot
c9f451762c
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-09 12:39:45 +00:00
semantic-release-bot
a04c39cc9a
🔖 chore(release): v1.79.0 [skip ci]
...
## [Version 1.79.0](https://github.com/lobehub/lobe-chat/compare/v1.78.0...v1.79.0 )
<sup>Released on **2025-04-09**</sup>
#### ✨ Features
- **misc**: Add wiki migrate instructions.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add wiki migrate instructions ([8279340 ](https://github.com/lobehub/lobe-chat/commit/8279340 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-09 12:38:38 +00:00
YuTengjing
b6d6af80d9
Merge pull request #7352 from lobehub/tj/fix/development-docs
...
Some final work of contributing docs migration
2025-04-09 20:28:39 +08:00
YuTengjing
778912363e
📝 docs: some markdown format optimization
2025-04-09 20:26:39 +08:00
YuTengjing
6d22583d9c
📝 docs: remove table of contents from documentation files
2025-04-09 20:14:57 +08:00
YuTengjing
8279340f8a
✨ feat: add wiki migrate instructions
2025-04-09 20:14:57 +08:00
YuTengjing
2e763f808c
♻️ chore: update database schema docs path from developer to development
2025-04-09 20:14:57 +08:00
YuTengjing
bab38e0bcc
📝 docs: move contributing docs to docs/development and deploy to lobehub ( #7349 )
...
* 🗑️ chore: remove unused helpers folder
* 📝 docs: Update Lobe Chat API to latest architecture
* 📝 docs: Update contributing guidelines to include style checking section and improve clarity
* 📝 docs: Update application description from "AI conversation" to "AI chat" for clarity in architecture documentation
* 📝 docs: Update State Management introduction to clarify merging process in useSessionStore hook
* 📝 docs: optimize content order
* ♻️ docs: move contributing folder to docs/development
* 📝 docs: unify TOC header format and fix relative links
* ♻️ docs: rename docs/development from md to mdx
* 📝 docs: remove useless .mdx extension in page link
* 📝 docs: fix relative links
* ➖ chore: remove useless wiki-sync workflow
2025-04-09 19:17:12 +08:00
lobehubbot
0ba30476bd
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-09 08:38:29 +00:00
semantic-release-bot
e0db5dfd82
🔖 chore(release): v1.78.0 [skip ci]
...
## [Version 1.78.0](https://github.com/lobehub/lobe-chat/compare/v1.77.18...v1.78.0 )
<sup>Released on **2025-04-09**</sup>
#### ✨ Features
- **misc**: Add Keycloak SSO provider support.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Keycloak SSO provider support, closes [#7342 ](https://github.com/lobehub/lobe-chat/issues/7342 ) ([f739425 ](https://github.com/lobehub/lobe-chat/commit/f739425 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-09 08:37:25 +00:00
0xff26b9a8
f739425191
✨ feat: Add Keycloak SSO provider support ( #7342 )
...
* ✨ feat: Add Keycloak SSO provider support
- Implemented Keycloak authentication flow
- Added configuration options for Keycloak server
* 🔥 chore: remove unused environment variables
- Removed deprecated configuration options
* 📝 docs: add documentation for Keycloak SSO provider
- Added setup instructions for Keycloak integration
- Documented required environment variables
- Updated main SSO documentation to include Keycloak option
* 🔍 fix: correct documentation issues and remove redundant comments
- Fixed formatting in Keycloak SSO documentation
- Removed outdated comments in authentication code
2025-04-09 16:27:02 +08:00
lobehubbot
d5539dee26
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-09 04:54:32 +00:00
semantic-release-bot
896c3f1df9
🔖 chore(release): v1.77.18 [skip ci]
...
### [Version 1.77.18](https://github.com/lobehub/lobe-chat/compare/v1.77.17...v1.77.18 )
<sup>Released on **2025-04-09**</sup>
#### 💄 Styles
- **misc**: Add `time_range` & `categories` support for SearXNG.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `time_range` & `categories` support for SearXNG, closes [#6813 ](https://github.com/lobehub/lobe-chat/issues/6813 ) ([9e4cd8c ](https://github.com/lobehub/lobe-chat/commit/9e4cd8c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-09 04:53:25 +00:00
Zhijie He
9e4cd8cbe5
💄 style: add time_range & categories support for SearXNG ( #6813 )
...
* ✨ feat: add time_range support for SearXNG
* ♻️ refactor: refactor SearXNG params
* ♻️ refactor: refactor search retry logic
* ✨ feat: add `categories` support for SearXNG
* 🔨 chore: update system prompt
* 🐛 fix: fix build error
* 💄 style: optimize CategoryAvatar display
* 💄 style: update CategoryAvatar style
* 🔨 chore: update system prompt
* 🔨 chore: add `img_src` to SearchContent
* 🔨 chore: support more details info, `publishedDate`, `thumbnail`
* 🐛 fix: fix ci error
* 🔨 chore: update system prompt
* 💄 style: improve mobile view, if engines is empty
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-04-09 10:22:08 +08:00
YuTengjing
d60f7f531a
📝 docs: improve contributing docs ( #7335 )
...
* 🗑️ chore: remove unused helpers folder
* 📝 docs: Update Lobe Chat API to latest architecture
* 📝 docs: Update contributing guidelines to include style checking section and improve clarity
* 📝 docs: Update application description from "AI conversation" to "AI chat" for clarity in architecture documentation
* 📝 docs: Update State Management introduction to clarify merging process in useSessionStore hook
* 📝 docs: optimize content order
2025-04-08 22:23:16 +08:00
lobehubbot
a1aa0547b2
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-08 05:45:53 +00:00
semantic-release-bot
ce1f276d5c
🔖 chore(release): v1.77.17 [skip ci]
...
### [Version 1.77.17](https://github.com/lobehub/lobe-chat/compare/v1.77.16...v1.77.17 )
<sup>Released on **2025-04-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Refactor ollama pull flow and model service.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Refactor ollama pull flow and model service, closes [#7330 ](https://github.com/lobehub/lobe-chat/issues/7330 ) ([44d63b8 ](https://github.com/lobehub/lobe-chat/commit/44d63b8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-08 05:44:39 +00:00
Arvin Xu
21bc0f88f1
💄 style: improve ollama desktop setup guide ( #7332 )
...
* add ollama desktop guide
* update i18n
* fix OpenRouter models fetch
2025-04-08 11:36:10 +08:00
Arvin Xu
44d63b87a6
🐛 fix: refactor ollama pull flow and model service ( #7330 )
...
* refactor ollama pull flow and model service
* fix key vaults error
* refactor ollama model fetcher
* improve auto refresh for models
* fix error detail
* fix model fetch
* fix model fetch
* fix model checker
* fix model client fetch issue
2025-04-08 10:10:08 +08:00
Rylan Cai
422f8f5aa8
📌 chore: lock casdoor to v1.843 ( #7331 )
...
* 📌 pin: lock casdoor to v1.843
* 📝 docs: link to pr
2025-04-08 00:42:18 +08:00
lobehubbot
0b04da6bec
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-06 17:52:39 +00:00
semantic-release-bot
cb5118d615
🔖 chore(release): v1.77.16 [skip ci]
...
### [Version 1.77.16](https://github.com/lobehub/lobe-chat/compare/v1.77.15...v1.77.16 )
<sup>Released on **2025-04-06**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the file service.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the file service, closes [#7323 ](https://github.com/lobehub/lobe-chat/issues/7323 ) ([3721b88 ](https://github.com/lobehub/lobe-chat/commit/3721b88 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-06 17:51:33 +00:00
Arvin Xu
3721b883d5
♻️ refactor: refactor the file service ( #7323 )
...
* refactor the file service
* refactor to impls mode
2025-04-07 01:41:26 +08:00
gru-agent[bot]
aeab079a23
Add unit tests for electronDevtoolsService to verify openDevtools functionality. ( #7297 )
2025-04-06 20:13:41 +08:00
lobehubbot
9c6a133dd9
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-06 07:55:22 +00:00
semantic-release-bot
2a11fd783e
🔖 chore(release): v1.77.15 [skip ci]
...
### [Version 1.77.15](https://github.com/lobehub/lobe-chat/compare/v1.77.14...v1.77.15 )
<sup>Released on **2025-04-06**</sup>
#### ♻ Code Refactoring
- **misc**: Improve public procedure implement.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Improve public procedure implement, closes [#7314 ](https://github.com/lobehub/lobe-chat/issues/7314 ) ([1b28230 ](https://github.com/lobehub/lobe-chat/commit/1b28230 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-06 07:54:13 +00:00
Arvin Xu
1b28230823
♻️ refactor: improve public procedure implement ( #7314 )
2025-04-06 15:44:03 +08:00
Rylan Cai
70f474a3bb
🔨 chore: Correcting the env example url ( #7313 )
2025-04-06 14:35:37 +08:00
lobehubbot
5137786410
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-06 06:24:48 +00:00
semantic-release-bot
775c30bdf9
🔖 chore(release): v1.77.14 [skip ci]
...
### [Version 1.77.14](https://github.com/lobehub/lobe-chat/compare/v1.77.13...v1.77.14 )
<sup>Released on **2025-04-06**</sup>
#### 💄 Styles
- **misc**: Add `ernie-x1-32k-preview` support for Wenxin.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `ernie-x1-32k-preview` support for Wenxin, closes [#7302 ](https://github.com/lobehub/lobe-chat/issues/7302 ) ([8e8337c ](https://github.com/lobehub/lobe-chat/commit/8e8337c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-06 06:23:40 +00:00
gru-agent[bot]
2e5d830740
Add unit tests for the toDbSessionId method in ServerService. ( #6961 )
2025-04-06 14:13:45 +08:00
Zhijie He
8e8337c4d1
💄 style: add ernie-x1-32k-preview support for Wenxin ( #7302 )
2025-04-06 14:12:19 +08:00
renovate[bot]
cc3fb76972
Update dependency lucide-react to ^0.487.0 ( #7305 )
2025-04-06 14:11:42 +08:00
lobehubbot
be7ec0146c
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-06 05:12:16 +00:00
semantic-release-bot
170b386526
🔖 chore(release): v1.77.13 [skip ci]
...
### [Version 1.77.13](https://github.com/lobehub/lobe-chat/compare/v1.77.12...v1.77.13 )
<sup>Released on **2025-04-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix data not show correctly in 1.77.11.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix data not show correctly in 1.77.11, closes [#7311 ](https://github.com/lobehub/lobe-chat/issues/7311 ) ([d99ca04 ](https://github.com/lobehub/lobe-chat/commit/d99ca04 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-06 05:11:13 +00:00
Arvin Xu
d99ca04dba
🐛 fix: fix data not show correctly in 1.77.11 ( #7311 )
2025-04-06 13:01:05 +08:00
lobehubbot
15398554aa
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-06 04:21:15 +00:00
semantic-release-bot
5ecf1c3156
🔖 chore(release): v1.77.12 [skip ci]
...
### [Version 1.77.12](https://github.com/lobehub/lobe-chat/compare/v1.77.11...v1.77.12 )
<sup>Released on **2025-04-06**</sup>
#### 💄 Styles
- **misc**: Fix QVQ Max model, support default config for system agent and pre-merge some desktop code.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix QVQ Max model, closes [#7289 ](https://github.com/lobehub/lobe-chat/issues/7289 ) ([540aaf6 ](https://github.com/lobehub/lobe-chat/commit/540aaf6 ))
* **misc**: Support default config for system agent and pre-merge some desktop code, closes [#7296 ](https://github.com/lobehub/lobe-chat/issues/7296 ) ([addea48 ](https://github.com/lobehub/lobe-chat/commit/addea48 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-06 04:20:02 +00:00
Arvin Xu
addea48b52
💄 style: support default config for system agent and pre-merge some desktop code ( #7296 )
...
* refactor
* update
* improve scripts
* fix changelog issue
* improve system agent config
* fix tests
* update scripts
* update ollama models
* Update ollama.ts
2025-04-06 12:09:57 +08:00
sxjeru
540aaf681f
💄 style: fix QVQ Max model ( #7289 )
...
* Update qwen.ts
* Update novita.ts
* Update novita.ts
* Update google.ts
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-04-06 12:03:59 +08:00
WindSpiritSR
459c2fa452
📝 docs: Update PROXY_URL and ENABLE_PROXY_DNS ( #7304 )
...
Signed-off-by: WindSpiritSR <simon343riley@gmail.com >
2025-04-06 11:09:56 +08:00
Arvin Xu
a63e1f0ab7
🔨 chore: pre-merge some desktop relative code to check stable ( #7294 )
...
* pre some electron update code
* update chat test
* update i18n
* update code
* fix desktop hotkey display
* fix test ahead
2025-04-04 22:33:48 +08:00
lobehubbot
05a05be81e
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-04 07:19:21 +00:00
semantic-release-bot
6eee6d1193
🔖 chore(release): v1.77.11 [skip ci]
...
### [Version 1.77.11](https://github.com/lobehub/lobe-chat/compare/v1.77.10...v1.77.11 )
<sup>Released on **2025-04-04**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix fetch issue in offline mode and make jina crawler first.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix fetch issue in offline mode and make jina crawler first, closes [#7288 ](https://github.com/lobehub/lobe-chat/issues/7288 ) ([6bed7a3 ](https://github.com/lobehub/lobe-chat/commit/6bed7a3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-04 07:18:17 +00:00
Arvin Xu
6bed7a3fe4
🐛 fix: fix fetch issue in offline mode and make jina crawler first ( #7288 )
...
* fix Assistant and plugin loading in offline mode
* fix Assistant and plugin loading in offline mode
* improve ollama setup
* make jina as default impls
2025-04-04 15:08:15 +08:00
lobehubbot
4e89aebdef
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-03 16:19:55 +00:00
semantic-release-bot
7c1470b2d0
🔖 chore(release): v1.77.10 [skip ci]
...
### [Version 1.77.10](https://github.com/lobehub/lobe-chat/compare/v1.77.9...v1.77.10 )
<sup>Released on **2025-04-03**</sup>
#### 🐛 Bug Fixes
- **web-crawler**: Remove unnecessary urlTransform for YouTube links.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **web-crawler**: Remove unnecessary urlTransform for YouTube links, closes [#7285 ](https://github.com/lobehub/lobe-chat/issues/7285 ) ([220bca0 ](https://github.com/lobehub/lobe-chat/commit/220bca0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-03 16:18:47 +00:00
wang2
220bca0b1c
🐛 fix(web-crawler): remove unnecessary urlTransform for YouTube links ( #7285 )
2025-04-04 00:07:46 +08:00
lobehubbot
12c34b0e1f
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-03 07:10:18 +00:00
semantic-release-bot
9a623383d3
🔖 chore(release): v1.77.9 [skip ci]
...
### [Version 1.77.9](https://github.com/lobehub/lobe-chat/compare/v1.77.8...v1.77.9 )
<sup>Released on **2025-04-03**</sup>
#### 💄 Styles
- **web-crawler**: Add special support for YouTube,Reddit and WeChat links.
- **misc**: Add QVQ-Max model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **web-crawler**: Add special support for YouTube,Reddit and WeChat links, closes [#7251 ](https://github.com/lobehub/lobe-chat/issues/7251 ) ([8f0da93 ](https://github.com/lobehub/lobe-chat/commit/8f0da93 ))
* **misc**: Add QVQ-Max model, closes [#7258 ](https://github.com/lobehub/lobe-chat/issues/7258 ) ([2be019c ](https://github.com/lobehub/lobe-chat/commit/2be019c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-03 07:09:13 +00:00
sxjeru
2be019c38f
💄 style: Add QVQ-Max model ( #7258 )
...
* Update qwen.ts
* Update qwen.ts
* Update novita.ts
* update snaps
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-04-03 14:34:28 +08:00
wang2
8f0da93a75
💄 style(web-crawler): add special support for YouTube,Reddit and WeChat links ( #7251 )
...
* feat(web-crawler): add support for YouTube and Reddit links
* feat(web-crawler): use search1api for WeChat Official Account links
* feat(web-crawler): add jina for WeChat Official Account links
2025-04-03 14:33:30 +08:00
lobehubbot
8d80511868
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-03 03:54:55 +00:00
semantic-release-bot
3076cf3335
🔖 chore(release): v1.77.8 [skip ci]
...
### [Version 1.77.8](https://github.com/lobehub/lobe-chat/compare/v1.77.7...v1.77.8 )
<sup>Released on **2025-04-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Add `SEARCH1API_CRAWL_API_KEY` env.
#### 💄 Styles
- **misc**: Auto refresh TokenTag count.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add `SEARCH1API_CRAWL_API_KEY` env, closes [#7270 ](https://github.com/lobehub/lobe-chat/issues/7270 ) ([85e8ff1 ](https://github.com/lobehub/lobe-chat/commit/85e8ff1 ))
#### Styles
* **misc**: Auto refresh TokenTag count, closes [#7011 ](https://github.com/lobehub/lobe-chat/issues/7011 ) ([9d62451 ](https://github.com/lobehub/lobe-chat/commit/9d62451 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-03 03:53:46 +00:00
sxjeru
9d624516c7
💄 style: auto refresh TokenTag count ( #7011 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-04-03 11:43:49 +08:00
Arvin Xu
85e8ff1644
🐛 fix: add SEARCH1API_CRAWL_API_KEY env ( #7270 )
2025-04-03 11:41:19 +08:00
lobehubbot
c89de786b5
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-03 03:03:47 +00:00
semantic-release-bot
c3bb0abc59
🔖 chore(release): v1.77.7 [skip ci]
...
### [Version 1.77.7](https://github.com/lobehub/lobe-chat/compare/v1.77.6...v1.77.7 )
<sup>Released on **2025-04-03**</sup>
#### ♻ Code Refactoring
- **misc**: Add desktop-release workflow and improve code.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Add desktop-release workflow and improve code, closes [#7265 ](https://github.com/lobehub/lobe-chat/issues/7265 ) ([773d5dd ](https://github.com/lobehub/lobe-chat/commit/773d5dd ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-03 03:02:41 +00:00
Arvin Xu
773d5dd1f9
♻️ refactor: add desktop-release workflow and improve code ( #7265 )
...
* update
* fix tests
* add Release Desktop workflow
* fix tests
* fix coverage config
* fix coverage config
* fix coverage server test config
2025-04-03 10:52:47 +08:00
Arvin Xu
b40caee32c
🔨 chore: add desktop pre-code to validate build process ( #7261 )
...
* add code
* fix lint
* fix tests
2025-04-02 09:31:08 +08:00
lobehubbot
5897d9e106
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-01 13:04:17 +00:00
semantic-release-bot
cbfb4660cc
🔖 chore(release): v1.77.6 [skip ci]
...
### [Version 1.77.6](https://github.com/lobehub/lobe-chat/compare/v1.77.5...v1.77.6 )
<sup>Released on **2025-04-01**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the db to context inject mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the db to context inject mode, closes [#7255 ](https://github.com/lobehub/lobe-chat/issues/7255 ) ([ffd0dbc ](https://github.com/lobehub/lobe-chat/commit/ffd0dbc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-01 13:03:12 +00:00
Arvin Xu
ffd0dbc7f5
♻️ refactor: refactor the db to context inject mode ( #7255 )
...
* refactor with new db init mode
* fix tests
* fix tests
* move the separate index
* fix tests
* fix tests
* fix db issue
* fix db
* refactor to clean
* Update index.ts
* fix error
* fix the exist inbox slug session
* fix the tests
2025-04-01 20:53:03 +08:00
lobehubbot
3a52f5cf97
📝 docs(bot): Auto sync agents & plugin to readme
2025-04-01 08:10:38 +00:00
semantic-release-bot
253521883d
🔖 chore(release): v1.77.5 [skip ci]
...
### [Version 1.77.5](https://github.com/lobehub/lobe-chat/compare/v1.77.4...v1.77.5 )
<sup>Released on **2025-04-01**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-04-01 08:09:33 +00:00
Arvin Xu
72734686e2
⚡ ️ perf: fix delete file chunk timeout ( #7253 )
...
* fix delete file chunk
* update branding loading
* fix tests
2025-04-01 15:59:20 +08:00
lobehubbot
8969716168
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-31 12:00:12 +00:00
semantic-release-bot
666b2b0f0c
🔖 chore(release): v1.77.4 [skip ci]
...
### [Version 1.77.4](https://github.com/lobehub/lobe-chat/compare/v1.77.3...v1.77.4 )
<sup>Released on **2025-03-31**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor db core.
#### 💄 Styles
- **misc**: Update branding.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor db core, closes [#7245 ](https://github.com/lobehub/lobe-chat/issues/7245 ) ([5c71db6 ](https://github.com/lobehub/lobe-chat/commit/5c71db6 ))
#### Styles
* **misc**: Update branding, closes [#7224 ](https://github.com/lobehub/lobe-chat/issues/7224 ) ([481cab0 ](https://github.com/lobehub/lobe-chat/commit/481cab0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-31 11:58:55 +00:00
renovate[bot]
0f7af4b898
Update dependency lucide-react to ^0.485.0 ( #7230 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 19:48:55 +08:00
renovate[bot]
11b6467f36
Update dependency @neondatabase/serverless to v1 ( #7231 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 19:48:46 +08:00
Arvin Xu
5c71db6c4e
♻️ refactor: refactor db core ( #7245 )
...
* refactor db core
* fix tests
2025-03-31 19:39:57 +08:00
Arvin Xu
481cab0515
💄 style: update branding ( #7224 )
2025-03-31 19:39:37 +08:00
Arvin Xu
7ae17b62d3
🔨 chore: add electron server ipc ( #7246 )
2025-03-31 19:39:10 +08:00
bbbugg
4309730cc8
📝 docs: update example model names in documentation for clarity ( #7237 )
...
Co-authored-by: bbbugg <daming20120101@16.com >
2025-03-31 17:55:11 +08:00
lobehubbot
eb5545bd7f
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-29 15:26:26 +00:00
semantic-release-bot
1d526c2f7c
🔖 chore(release): v1.77.3 [skip ci]
...
### [Version 1.77.3](https://github.com/lobehub/lobe-chat/compare/v1.77.2...v1.77.3 )
<sup>Released on **2025-03-29**</sup>
#### ♻ Code Refactoring
- **misc**: Move general db models to database folder.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Move general db models to database folder, closes [#7222 ](https://github.com/lobehub/lobe-chat/issues/7222 ) ([f831d86 ](https://github.com/lobehub/lobe-chat/commit/f831d86 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-29 15:25:22 +00:00
Arvin Xu
f831d8641c
♻️ refactor: move general db models to database folder ( #7222 )
...
* ♻️ refactor: decrypt error
* fix tests
2025-03-29 23:15:24 +08:00
lobehubbot
7c18071d21
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-29 12:45:09 +00:00
semantic-release-bot
dd525adc1a
🔖 chore(release): v1.77.2 [skip ci]
...
### [Version 1.77.2](https://github.com/lobehub/lobe-chat/compare/v1.77.1...v1.77.2 )
<sup>Released on **2025-03-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix decrypt error with imported pg data.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix decrypt error with imported pg data, closes [#7220 ](https://github.com/lobehub/lobe-chat/issues/7220 ) ([f8a0aa0 ](https://github.com/lobehub/lobe-chat/commit/f8a0aa0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-29 12:44:06 +00:00
Arvin Xu
f8a0aa0840
🐛 fix: fix decrypt error with imported pg data ( #7220 )
2025-03-29 20:33:57 +08:00
lobehubbot
ad336be74f
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-29 12:00:36 +00:00
semantic-release-bot
5b58e1b4b1
🔖 chore(release): v1.77.1 [skip ci]
...
### [Version 1.77.1](https://github.com/lobehub/lobe-chat/compare/v1.77.0...v1.77.1 )
<sup>Released on **2025-03-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix export button and clean orphan agent.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix export button and clean orphan agent, closes [#7219 ](https://github.com/lobehub/lobe-chat/issues/7219 ) ([112282a](https://github.com/lobehub/lobe-chat/commit/112282a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-29 11:59:33 +00:00
Arvin Xu
112282a8fc
🐛 fix: fix export button and clean orphan agent ( #7219 )
...
* update
* clean agent when delete session
2025-03-29 19:49:26 +08:00
lobehubbot
5a63313e16
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-29 10:12:06 +00:00
semantic-release-bot
18898e0690
🔖 chore(release): v1.77.0 [skip ci]
...
## [Version 1.77.0](https://github.com/lobehub/lobe-chat/compare/v1.76.1...v1.77.0 )
<sup>Released on **2025-03-29**</sup>
#### ✨ Features
- **misc**: Support pglite and postgres data export.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support pglite and postgres data export, closes [#5581 ](https://github.com/lobehub/lobe-chat/issues/5581 ) ([57f18ff ](https://github.com/lobehub/lobe-chat/commit/57f18ff ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-29 10:11:03 +00:00
Arvin Xu
57f18ff0c8
✨ feat: support pglite and postgres data export ( #5581 )
...
* wip
* update
* fix server side import
* fix import
* fix test
2025-03-29 18:01:00 +08:00
lobehubbot
d02986392b
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-29 06:34:17 +00:00
semantic-release-bot
e8781e633c
🔖 chore(release): v1.76.1 [skip ci]
...
### [Version 1.76.1](https://github.com/lobehub/lobe-chat/compare/v1.76.0...v1.76.1 )
<sup>Released on **2025-03-29**</sup>
#### 💄 Styles
- **misc**: Supports OpenAI's latest voice model gpt-4o-mini-tts.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Supports OpenAI's latest voice model gpt-4o-mini-tts, closes [#7213 ](https://github.com/lobehub/lobe-chat/issues/7213 ) ([f291e6f ](https://github.com/lobehub/lobe-chat/commit/f291e6f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-29 06:33:13 +00:00
hedeqiang
f291e6f970
💄 style: Supports OpenAI's latest voice model gpt-4o-mini-tts ( #7213 )
2025-03-29 14:23:37 +08:00
coder2z
ff52a2c33c
🐛 fix: Add the FEATURE_FLAGS variable in the dockerfile ( #7175 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-03-29 14:22:08 +08:00
lobehubbot
e8439e85d3
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-28 14:08:42 +00:00
semantic-release-bot
62d33b0448
🔖 chore(release): v1.76.0 [skip ci]
...
## [Version 1.76.0](https://github.com/lobehub/lobe-chat/compare/v1.75.5...v1.76.0 )
<sup>Released on **2025-03-28**</sup>
#### ✨ Features
- **misc**: Add Hotkey Settings.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Hotkey Settings, closes [#7118 ](https://github.com/lobehub/lobe-chat/issues/7118 ) ([9773e74 ](https://github.com/lobehub/lobe-chat/commit/9773e74 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-28 14:07:39 +00:00
CanisMinor
9773e74233
✨ feat: add Hotkey Settings ( #7118 )
...
* 💄 style: Replace Hotkey components
* ✨ feat(wip): Add Hotkey Setting
* 💄 style: Update Hotkey Setting
* ✨ feat: Add HotkeyProvider
* ✅ test: Fix test
* ♻️ refactor: Update hotkey register
* 🔧 chore: Update i18n
* ✅ test: Update test
* 🔧 chore: Update i18n
* 🐛 fix: Fix lobe ui
* ✨ feat: Add Hotkey Helper Panel
* 🐛 fix: Fix build
* 🔧 chore: Update migrations
* 🐛 fix: Try to fix build
* 🐛 fix: Try to fix build
* 🐛 fix: Fix some error
* 🔧 chore: Try to update nuqs
* 🐛 fix: Try to fix build
* 🐛 fix: Fix build
* 💄 style: Replace OpenHotkeyHelper hotkey
* 🐛 fix: Fix review problem
* 🐛 fix: Fix review problem
* 💄 style: Change TogglePanel Hotkey
* update
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2025-03-28 21:57:41 +08:00
lobehubbot
13e1607e4c
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-28 02:33:32 +00:00
semantic-release-bot
b576e9d839
🔖 chore(release): v1.75.5 [skip ci]
...
### [Version 1.75.5](https://github.com/lobehub/lobe-chat/compare/v1.75.4...v1.75.5 )
<sup>Released on **2025-03-28**</sup>
#### 💄 Styles
- **misc**: Add tencentcloud deepseek-v3-0324, support for parsing `imageOutput`, update models for siliconcloud & infiniai.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add tencentcloud deepseek-v3-0324, closes [#7182 ](https://github.com/lobehub/lobe-chat/issues/7182 ) ([c67af99 ](https://github.com/lobehub/lobe-chat/commit/c67af99 ))
* **misc**: Support for parsing `imageOutput`, closes [#7140 ](https://github.com/lobehub/lobe-chat/issues/7140 ) ([05bae9d ](https://github.com/lobehub/lobe-chat/commit/05bae9d ))
* **misc**: Update models for siliconcloud & infiniai, closes [#7197 ](https://github.com/lobehub/lobe-chat/issues/7197 ) ([1c1f693 ](https://github.com/lobehub/lobe-chat/commit/1c1f693 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-28 02:32:22 +00:00
WangYK
1c1f6933bd
💄 style: update models for siliconcloud & infiniai ( #7197 )
...
* 💄 style: update infiniai model list
* 💄 style: improve error handling for infiniai provider
* 💄 style: add qwen2.5 vl 32b in infiniai provider
* 💄 style: add qwen2.5-vl-32b to siliconcloud
* 🔧 chore: update i18n
* 🐛 fix: `formatPriceByCurrency` should display 0 if the price is 0
* 💄 style: disable outdated models for infiniai
2025-03-28 10:22:56 +08:00
wzdnzd
05bae9d3db
💄 style: support for parsing imageOutput ( #7140 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-03-28 10:21:56 +08:00
hedeqiang
c67af99b56
💄 style: Add tencentcloud deepseek-v3-0324 ( #7182 )
2025-03-28 10:21:40 +08:00
Shixian Sheng
56758df1bd
📝 docs: update copyright date ( #7204 )
...
* Update README.md
* Update README.zh-CN.md
2025-03-28 10:20:49 +08:00
lobehubbot
02b7af7eb9
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-27 11:38:07 +00:00
semantic-release-bot
adfb12c47c
🔖 chore(release): v1.75.4 [skip ci]
...
### [Version 1.75.4](https://github.com/lobehub/lobe-chat/compare/v1.75.3...v1.75.4 )
<sup>Released on **2025-03-27**</sup>
#### 💄 Styles
- **misc**: Update models info.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update models info, closes [#7164 ](https://github.com/lobehub/lobe-chat/issues/7164 ) ([74aff9b ](https://github.com/lobehub/lobe-chat/commit/74aff9b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-27 11:37:02 +00:00
sxjeru
74aff9bae0
💄 style: Update models info ( #7164 )
...
* Update google.ts
* Update siliconcloud.ts
* Update google.ts
* Update siliconcloud.ts
* Update vertexai.ts
* Update volcengine.ts
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-03-27 19:27:12 +08:00
lobehubbot
c47a634354
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-26 13:23:15 +00:00
semantic-release-bot
19ea626f87
🔖 chore(release): v1.75.3 [skip ci]
...
### [Version 1.75.3](https://github.com/lobehub/lobe-chat/compare/v1.75.2...v1.75.3 )
<sup>Released on **2025-03-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix anthropic import issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix anthropic import issue, closes [#7155 ](https://github.com/lobehub/lobe-chat/issues/7155 ) ([a9725b2 ](https://github.com/lobehub/lobe-chat/commit/a9725b2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-26 13:22:06 +00:00
Arvin Xu
a9725b2c41
🐛 fix: fix anthropic import issue ( #7155 )
...
* fix
* Update package.json
* improve
* improve
2025-03-26 21:12:26 +08:00
lobehubbot
944e690230
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-26 04:00:03 +00:00
semantic-release-bot
aa5e7d676c
🔖 chore(release): v1.75.2 [skip ci]
...
### [Version 1.75.2](https://github.com/lobehub/lobe-chat/compare/v1.75.1...v1.75.2 )
<sup>Released on **2025-03-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Update 'gemini-2.5-pro-exp-03-25' maxOutput and contextWindowTokens.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update 'gemini-2.5-pro-exp-03-25' maxOutput and contextWindowTokens, closes [#7156 ](https://github.com/lobehub/lobe-chat/issues/7156 ) ([a28b98e ](https://github.com/lobehub/lobe-chat/commit/a28b98e ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-26 03:59:01 +00:00
bbbugg
a28b98ee92
🐛 fix: Update 'gemini-2.5-pro-exp-03-25' maxOutput and contextWindowTokens ( #7156 )
...
* Update gemini-2.5-pro-exp-03-25 maxOutput and contextWindowTokens
* Update 'gemini-2.5-pro-exp-03-25' maxOutput and contextWindowTokens
2025-03-26 11:49:04 +08:00
lobehubbot
d21f1441a1
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-26 01:39:59 +00:00
semantic-release-bot
36ec36273a
🔖 chore(release): v1.75.1 [skip ci]
...
### [Version 1.75.1](https://github.com/lobehub/lobe-chat/compare/v1.75.0...v1.75.1 )
<sup>Released on **2025-03-26**</sup>
#### 💄 Styles
- **misc**: Update siliconcloud models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update siliconcloud models, closes [#7072 ](https://github.com/lobehub/lobe-chat/issues/7072 ) ([8a524d4 ](https://github.com/lobehub/lobe-chat/commit/8a524d4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-26 01:38:57 +00:00
sxjeru
8a524d4a7b
💄 style: Update siliconcloud models ( #7072 )
2025-03-26 09:29:05 +08:00
lobehubbot
a529da4e7a
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-26 00:47:19 +00:00
semantic-release-bot
168de63469
🔖 chore(release): v1.75.0 [skip ci]
...
## [Version 1.75.0](https://github.com/lobehub/lobe-chat/compare/v1.74.11...v1.75.0 )
<sup>Released on **2025-03-26**</sup>
#### ✨ Features
- **misc**: Add reasoning content selector and update AutoScroll component, add Xinference provider support.
#### 💄 Styles
- **misc**: Add Gemini 2.5 Pro Experimental model, improve editing scroll experience.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add reasoning content selector and update AutoScroll component, closes [#7056 ](https://github.com/lobehub/lobe-chat/issues/7056 ) ([800d675 ](https://github.com/lobehub/lobe-chat/commit/800d675 ))
* **misc**: Add Xinference provider support, closes [#7081 ](https://github.com/lobehub/lobe-chat/issues/7081 ) ([e32c8e7 ](https://github.com/lobehub/lobe-chat/commit/e32c8e7 ))
#### Styles
* **misc**: Add Gemini 2.5 Pro Experimental model, closes [#7153 ](https://github.com/lobehub/lobe-chat/issues/7153 ) ([4213d20 ](https://github.com/lobehub/lobe-chat/commit/4213d20 ))
* **misc**: Improve editing scroll experience, closes [#7149 ](https://github.com/lobehub/lobe-chat/issues/7149 ) ([816331f ](https://github.com/lobehub/lobe-chat/commit/816331f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-26 00:45:57 +00:00
afon
800d675e04
✨ feat: add reasoning content selector and update AutoScroll component ( #7056 )
2025-03-26 08:36:04 +08:00
Arvin Xu
816331fd8d
💄 style: improve editing scroll experience ( #7149 )
2025-03-26 08:26:47 +08:00
Zhijie He
e32c8e7fc3
✨ feat: add Xinference provider support ( #7081 )
2025-03-26 08:23:40 +08:00
Koell
4213d20dcf
💄 style: Add Gemini 2.5 Pro Experimental model ( #7153 )
2025-03-26 08:20:04 +08:00
gru-agent[bot]
c9732034c9
✅ test: Add tests for request payload patterns and file type filtering in browserless functionality. ( #7132 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-03-25 21:05:38 +08:00
huangkairan
ed99c0a983
🔨 chore: fix eslint error ( #7139 )
...
Co-authored-by: GH Action - Upstream Sync <action@github.com >
2025-03-25 20:14:44 +08:00
lobehubbot
d5d849f318
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-25 10:15:51 +00:00
semantic-release-bot
bcf7ed0896
🔖 chore(release): v1.74.11 [skip ci]
...
### [Version 1.74.11](https://github.com/lobehub/lobe-chat/compare/v1.74.10...v1.74.11 )
<sup>Released on **2025-03-25**</sup>
#### ♻ Code Refactoring
- **misc**: Upgrade styles for Drawer.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Upgrade styles for Drawer, closes [#7141 ](https://github.com/lobehub/lobe-chat/issues/7141 ) ([bcbc8fc ](https://github.com/lobehub/lobe-chat/commit/bcbc8fc ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-25 10:14:48 +00:00
Arvin Xu
bcbc8fc079
♻️ refactor: upgrade styles for Drawer ( #7141 )
2025-03-25 17:18:45 +08:00
lobehubbot
b245ce2653
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-25 04:43:43 +00:00
semantic-release-bot
8f2fc25ab8
🔖 chore(release): v1.74.10 [skip ci]
...
### [Version 1.74.10](https://github.com/lobehub/lobe-chat/compare/v1.74.9...v1.74.10 )
<sup>Released on **2025-03-25**</sup>
#### 💄 Styles
- **misc**: Add `hunyuan-t1-latest` from Hunyuan.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `hunyuan-t1-latest` from Hunyuan, closes [#7123 ](https://github.com/lobehub/lobe-chat/issues/7123 ) ([8377c6b ](https://github.com/lobehub/lobe-chat/commit/8377c6b ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-25 04:42:41 +00:00
Zhijie He
8377c6b618
💄 style: add hunyuan-t1-latest from Hunyuan ( #7123 )
2025-03-25 12:33:03 +08:00
lobehubbot
df5d45d136
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-25 03:51:05 +00:00
semantic-release-bot
6a3928b6b4
🔖 chore(release): v1.74.9 [skip ci]
...
### [Version 1.74.9](https://github.com/lobehub/lobe-chat/compare/v1.74.8...v1.74.9 )
<sup>Released on **2025-03-25**</sup>
#### ♻ Code Refactoring
- **misc**: Add reject pattern for browserless to boost crawl performance.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Add reject pattern for browserless to boost crawl performance, closes [#6996 ](https://github.com/lobehub/lobe-chat/issues/6996 ) ([184a1ba ](https://github.com/lobehub/lobe-chat/commit/184a1ba ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-25 03:49:57 +00:00
Rylan Cai
184a1ba4b8
♻️ refactor: Add reject pattern for browserless to boost crawl performance ( #6996 )
...
* ♻️ refactor: support reject pattern
* ♻️ refactor: remove env & add whitelist
2025-03-25 11:40:00 +08:00
vual
19bff320d8
🔨 chore: upgrade antd version ( #7124 )
...
Property 'variant' does not exist on type 'IntrinsicAttributes & CardProps & RefAttributes<HTMLDivElement>'.
2025-03-24 19:23:12 +08:00
lobehubbot
a1ee293bdf
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-24 11:09:57 +00:00
semantic-release-bot
2851a09244
🔖 chore(release): v1.74.8 [skip ci]
...
### [Version 1.74.8](https://github.com/lobehub/lobe-chat/compare/v1.74.7...v1.74.8 )
<sup>Released on **2025-03-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Update create message loading issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update create message loading issue, closes [#7116 ](https://github.com/lobehub/lobe-chat/issues/7116 ) ([a4558a4 ](https://github.com/lobehub/lobe-chat/commit/a4558a4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-24 11:08:53 +00:00
Arvin Xu
a4558a44c4
🐛 fix: update create message loading issue ( #7116 )
2025-03-24 18:59:03 +08:00
lobehubbot
bd0a797bdb
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-24 10:22:26 +00:00
semantic-release-bot
c624b4db98
🔖 chore(release): v1.74.7 [skip ci]
...
### [Version 1.74.7](https://github.com/lobehub/lobe-chat/compare/v1.74.6...v1.74.7 )
<sup>Released on **2025-03-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Remove Tooltip component in Topic in mobile mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Remove Tooltip component in Topic in mobile mode, closes [#7121 ](https://github.com/lobehub/lobe-chat/issues/7121 ) ([375f924 ](https://github.com/lobehub/lobe-chat/commit/375f924 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-24 10:21:18 +00:00
bbbugg
375f924094
🐛 fix: remove Tooltip component in Topic in mobile mode ( #7121 )
...
* 🐛 fix: update 'title' missing in Tooltip component
* Update index.tsx
2025-03-24 18:11:03 +08:00
lobehubbot
51162f345e
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-24 05:12:10 +00:00
semantic-release-bot
c4e273ee4e
🔖 chore(release): v1.74.6 [skip ci]
...
### [Version 1.74.6](https://github.com/lobehub/lobe-chat/compare/v1.74.5...v1.74.6 )
<sup>Released on **2025-03-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Set max_completion_tokens to undefined for Azure OpenAI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Set max_completion_tokens to undefined for Azure OpenAI, closes [#7114 ](https://github.com/lobehub/lobe-chat/issues/7114 ) ([30b66b9 ](https://github.com/lobehub/lobe-chat/commit/30b66b9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-24 05:11:10 +00:00
coder2z
30b66b9411
🐛 fix: set max_completion_tokens to undefined for Azure OpenAI ( #7114 )
2025-03-24 13:01:32 +08:00
lobehubbot
91f74b52c8
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-23 08:14:09 +00:00
semantic-release-bot
98b5f466c0
🔖 chore(release): v1.74.5 [skip ci]
...
### [Version 1.74.5](https://github.com/lobehub/lobe-chat/compare/v1.74.4...v1.74.5 )
<sup>Released on **2025-03-23**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix wechat login error with next-auth.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix wechat login error with next-auth, closes [#6585 ](https://github.com/lobehub/lobe-chat/issues/6585 ) ([c58d77a ](https://github.com/lobehub/lobe-chat/commit/c58d77a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-23 08:13:09 +00:00
xiangnan
c58d77aa25
🐛 fix: fix wechat login error with next-auth ( #6585 )
2025-03-23 16:03:38 +08:00
lobehubbot
876292b08f
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-23 07:01:43 +00:00
semantic-release-bot
cd7858fb05
🔖 chore(release): v1.74.4 [skip ci]
...
### [Version 1.74.4](https://github.com/lobehub/lobe-chat/compare/v1.74.3...v1.74.4 )
<sup>Released on **2025-03-23**</sup>
#### 🐛 Bug Fixes
- **misc**: Upgrade next to 15.2.3 to fix CVE-2025-29927.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Upgrade next to 15.2.3 to fix CVE-2025-29927, closes [#7105 ](https://github.com/lobehub/lobe-chat/issues/7105 ) ([187a655 ](https://github.com/lobehub/lobe-chat/commit/187a655 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-23 07:00:33 +00:00
Arvin Xu
187a655625
🐛 fix: upgrade next to 15.2.3 to fix CVE-2025-29927 ( #7105 )
2025-03-23 14:51:02 +08:00
renovate[bot]
3388eb68d2
Update dependency drizzle-orm to ^0.41.0 ( #7101 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-23 11:37:41 +08:00
renovate[bot]
1f28dc9bd8
Update dependency react-scan to ^0.3.0 ( #7103 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-23 11:31:43 +08:00
renovate[bot]
9b6dc12e96
Update dependency lucide-react to ^0.483.0 ( #7102 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-23 11:31:33 +08:00
lobehubbot
05032ae225
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-22 17:47:57 +00:00
semantic-release-bot
de6830764e
🔖 chore(release): v1.74.3 [skip ci]
...
### [Version 1.74.3](https://github.com/lobehub/lobe-chat/compare/v1.74.2...v1.74.3 )
<sup>Released on **2025-03-22**</sup>
#### ♻ Code Refactoring
- **misc**: Add client id for all core entities in database.
#### 💄 Styles
- **misc**: Clear previous model check result.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Add client id for all core entities in database, closes [#7089 ](https://github.com/lobehub/lobe-chat/issues/7089 ) ([6798f86 ](https://github.com/lobehub/lobe-chat/commit/6798f86 ))
#### Styles
* **misc**: Clear previous model check result, closes [#7087 ](https://github.com/lobehub/lobe-chat/issues/7087 ) ([e6c5d08 ](https://github.com/lobehub/lobe-chat/commit/e6c5d08 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-22 17:46:48 +00:00
gru-agent[bot]
c5655411f2
✅ test: Add tests for general settings selectors in user settings slice. ( #6905 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-03-23 01:37:08 +08:00
sxjeru
e6c5d0833e
💄 style: Clear previous model check result ( #7087 )
...
* Update Checker.tsx
* Update Checker.tsx
2025-03-23 01:35:29 +08:00
Arvin Xu
6798f86eaa
♻️ refactor: add client id for all core entities in database ( #7089 )
...
* add client id for all entities
* add client db repair feature
* update i18n
2025-03-23 01:26:56 +08:00
lobehubbot
8b761a4c5a
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-22 16:45:12 +00:00
semantic-release-bot
43cf2226cd
🔖 chore(release): v1.74.2 [skip ci]
...
### [Version 1.74.2](https://github.com/lobehub/lobe-chat/compare/v1.74.1...v1.74.2 )
<sup>Released on **2025-03-22**</sup>
#### 🐛 Bug Fixes
- **misc**: CheckModel change clears other configs, update input and output prices.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: CheckModel change clears other configs, closes [#7083 ](https://github.com/lobehub/lobe-chat/issues/7083 ) ([a416c64 ](https://github.com/lobehub/lobe-chat/commit/a416c64 ))
* **misc**: Update input and output prices, closes [#7094 ](https://github.com/lobehub/lobe-chat/issues/7094 ) ([460c56f ](https://github.com/lobehub/lobe-chat/commit/460c56f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-22 16:43:59 +00:00
sxjeru
a416c6479f
🐛 fix: checkModel change clears other configs ( #7083 )
...
* Update Checker.tsx
* fix
* finally
2025-03-23 00:34:22 +08:00
bbbugg
460c56f5fc
🐛 fix: update input and output prices ( #7094 )
...
* 💰 fix(pricing): update input and output values of DeepSeek R1 for Volcengine API
* fix(pricing): update input and output prices for Qwen 'QwQ Plus' and 'QwQ 32B' models.
---------
Co-authored-by: bbbugg <daming20120101@16.com >
2025-03-23 00:31:44 +08:00
bbbugg
54a855c6a7
📝 docs: fix the display problem caused by merging ( #7095 )
...
* add proxy URL configurations for Moonshot and Volcengine APIs
* 📝 docs: fix the display problem caused by merging
* 📝 docs: fix the display problem caused by merging
---------
Co-authored-by: bbbugg <daming20120101@16.com >
2025-03-23 00:31:22 +08:00
lobehubbot
1bc908d45e
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-22 03:17:26 +00:00
semantic-release-bot
bc7ed16297
🔖 chore(release): v1.74.1 [skip ci]
...
### [Version 1.74.1](https://github.com/lobehub/lobe-chat/compare/v1.74.0...v1.74.1 )
<sup>Released on **2025-03-22**</sup>
#### 💄 Styles
- **misc**: Fix `deepseek-r1-70b-online` search tag missing from Search1API.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix `deepseek-r1-70b-online` search tag missing from Search1API, closes [#7085 ](https://github.com/lobehub/lobe-chat/issues/7085 ) ([0a06a7a ](https://github.com/lobehub/lobe-chat/commit/0a06a7a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-22 03:16:23 +00:00
Zhijie He
0a06a7afeb
💄 style: fix deepseek-r1-70b-online search tag missing from Search1API ( #7085 )
2025-03-22 11:06:28 +08:00
lobehubbot
16c0cbf378
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-21 15:54:40 +00:00
semantic-release-bot
12762b78eb
🔖 chore(release): v1.74.0 [skip ci]
...
## [Version 1.74.0](https://github.com/lobehub/lobe-chat/compare/v1.73.2...v1.74.0 )
<sup>Released on **2025-03-21**</sup>
#### ✨ Features
- **misc**: Add infini-ai provider, add Search1API provider with web search DeepSeek models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add infini-ai provider, closes [#7012 ](https://github.com/lobehub/lobe-chat/issues/7012 ) ([72d76fe ](https://github.com/lobehub/lobe-chat/commit/72d76fe ))
* **misc**: Add Search1API provider with web search DeepSeek models, closes [#6376 ](https://github.com/lobehub/lobe-chat/issues/6376 ) ([3450714 ](https://github.com/lobehub/lobe-chat/commit/3450714 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-21 15:53:32 +00:00
arvinxx
e166d90d76
✅ test: fix tests
2025-03-21 23:43:20 +08:00
Arvin Xu
30a23ece29
⚡ ️ perf: enable smoothing for all providers ( #7062 )
...
* update
* 尝试修正 tests
* fix tests config
* refactor agent-runtime tests
* refactor agent-runtime tests
* refactor agent-runtime tests
* fix tests
* fix tests
2025-03-21 23:30:13 +08:00
wang2
3450714544
✨ feat: add Search1API provider with web search DeepSeek models ( #6376 )
...
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-03-21 23:30:02 +08:00
WangYK
72d76feff6
✨ feat: add infini-ai provider ( #7012 )
...
* ✨ feat: support infini-ai provider
* 🐛 fix: correct typo `infinigenceai` -> `infiniai`
2025-03-21 17:45:59 +08:00
lobehubbot
07b44f378c
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-21 09:45:19 +00:00
semantic-release-bot
db31245252
🔖 chore(release): v1.73.2 [skip ci]
...
### [Version 1.73.2](https://github.com/lobehub/lobe-chat/compare/v1.73.1...v1.73.2 )
<sup>Released on **2025-03-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix agent chatConfig override issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix agent chatConfig override issue, closes [#7047 ](https://github.com/lobehub/lobe-chat/issues/7047 ) ([83aa931 ](https://github.com/lobehub/lobe-chat/commit/83aa931 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-21 09:44:07 +00:00
towy
83aa931270
🐛 fix: fix agent chatConfig override issue ( #7047 )
...
Certain configuration updates may cause the loss of old configurations.
2025-03-21 17:34:30 +08:00
BrandonStudio
ab5ff957cb
Update devcontainer.json ( #7064 )
...
Refs:
- https://github.com/devcontainers/images/blob/main/src/typescript-node/README.md
- https://github.com/devcontainer-community/devcontainer-features/tree/main/src/bun.sh
2025-03-21 16:39:01 +08:00
lobehubbot
6957a20866
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-21 08:32:51 +00:00
semantic-release-bot
607718ab4b
🔖 chore(release): v1.73.1 [skip ci]
...
### [Version 1.73.1](https://github.com/lobehub/lobe-chat/compare/v1.73.0...v1.73.1 )
<sup>Released on **2025-03-21**</sup>
#### 💄 Styles
- **misc**: Update shiki to v3.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update shiki to v3, closes [#7069 ](https://github.com/lobehub/lobe-chat/issues/7069 ) ([03c95ab ](https://github.com/lobehub/lobe-chat/commit/03c95ab ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-21 08:31:43 +00:00
CanisMinor
03c95ab467
💄 style: Update shiki to v3 ( #7069 )
2025-03-21 16:21:53 +08:00
bbbugg
bafb3a34ce
📝 docs: add proxy URL configurations for Moonshot and Volcengine APIs ( #7050 )
...
Co-authored-by: bbbugg <daming20120101@16.com >
2025-03-21 11:17:42 +08:00
gru-agent[bot]
b91a062c60
Add unit tests for withTimeout utility function in web crawler package. ( #7048 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-03-20 10:01:36 +08:00
lobehubbot
3b34bf5e3d
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-19 16:49:25 +00:00
semantic-release-bot
ce03db6e60
🔖 chore(release): v1.73.0 [skip ci]
...
## [Version 1.73.0](https://github.com/lobehub/lobe-chat/compare/v1.72.1...v1.73.0 )
<sup>Released on **2025-03-19**</sup>
#### ✨ Features
- **misc**: Add Cohere provider support, add search1api crawler implementation for WeChat Sogou links.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Cohere provider support, closes [#7016 ](https://github.com/lobehub/lobe-chat/issues/7016 ) ([2a4e2ed ](https://github.com/lobehub/lobe-chat/commit/2a4e2ed ))
* **misc**: Add search1api crawler implementation for WeChat Sogou links, closes [#7036 ](https://github.com/lobehub/lobe-chat/issues/7036 ) ([7327138 ](https://github.com/lobehub/lobe-chat/commit/7327138 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-19 16:48:06 +00:00
wang2
7327138367
✨ feat: add search1api crawler implementation for WeChat Sogou links ( #7036 )
...
* feat: add search1api crawler implementation for Weixin Sogou links
* feat(web-crawler): add withTimeout utility and refactor crawler implementations
* feat(web-crawler): add support for sogou.com links
* docs(web-crawler): enhance error message for missing search1api key
2025-03-20 00:38:10 +08:00
Zhijie He
2a4e2ed118
✨ feat: add Cohere provider support ( #7016 )
...
* ✨ feat: add Cohere provider support
* 💄 style: update cohere model list
* 🐛 fix: fix cohere calling, exclude user and stream_options
* 💄 style: update model description
* 🐛 fix: fix cohere model list fetch
* 🐛 fix: fix cohere calling
* 💄 style: update provider desc
* 💄 style: update model name
2025-03-20 00:35:12 +08:00
lobehubbot
0e0b60e6ef
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-19 06:50:24 +00:00
cnJasonZ
cd0828df94
📝 docs: fix usage doc for PPIO ( #6717 )
...
* feat: add new model provider PPIO
* feat: add usage docs; fix model configs
* fix: fix ppio runtime; fix model configs
* fix: fix default model list
* fix
* fix: fix locales providers.json
* fix: fix ppio usage docs
---------
Co-authored-by: Jason <ggbbddjm@gmail.com >
Co-authored-by: arvinxx <arvinx@foxmail.com >
2025-03-19 14:41:03 +08:00
lobehubbot
833c94d9aa
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-19 06:02:27 +00:00
semantic-release-bot
7fb3f73a1d
🔖 chore(release): v1.72.1 [skip ci]
...
### [Version 1.72.1](https://github.com/lobehub/lobe-chat/compare/v1.72.0...v1.72.1 )
<sup>Released on **2025-03-19**</sup>
#### 🐛 Bug Fixes
- **misc**: Allow historyCount to be set to 0.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Allow historyCount to be set to 0, closes [#7007 ](https://github.com/lobehub/lobe-chat/issues/7007 ) ([e863470 ](https://github.com/lobehub/lobe-chat/commit/e863470 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-19 06:01:19 +00:00
sxjeru
e86347029d
🐛 fix: Allow historyCount to be set to 0 ( #7007 )
2025-03-19 13:52:01 +08:00
lobehubbot
adfadff252
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-18 11:00:48 +00:00
semantic-release-bot
af2c593d96
🔖 chore(release): v1.72.0 [skip ci]
...
## [Version 1.72.0](https://github.com/lobehub/lobe-chat/compare/v1.71.5...v1.72.0 )
<sup>Released on **2025-03-18**</sup>
#### ✨ Features
- **misc**: Update db schema to add `user_id` for data export.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Update db schema to add `user_id` for data export, closes [#7022 ](https://github.com/lobehub/lobe-chat/issues/7022 ) ([c35471a ](https://github.com/lobehub/lobe-chat/commit/c35471a ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-18 10:59:49 +00:00
Arvin Xu
c35471ac13
🗃️ feat: update db schema to add user_id for data export ( #7022 )
2025-03-18 18:50:55 +08:00
lobehubbot
de8df94e1b
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-17 05:58:49 +00:00
semantic-release-bot
7f3e67090a
🔖 chore(release): v1.71.5 [skip ci]
...
### [Version 1.71.5](https://github.com/lobehub/lobe-chat/compare/v1.71.4...v1.71.5 )
<sup>Released on **2025-03-17**</sup>
#### 💄 Styles
- **misc**: Support screenshot to clipboard when sharing.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support screenshot to clipboard when sharing, closes [#6275 ](https://github.com/lobehub/lobe-chat/issues/6275 ) ([45663c3 ](https://github.com/lobehub/lobe-chat/commit/45663c3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-17 05:57:47 +00:00
Zack Chang
45663c3724
💄 style: support screenshot to clipboard when sharing ( #6275 )
...
Co-authored-by: jrr997 <zackchangjx@foxmail.com >
2025-03-17 13:48:57 +08:00
lobehubbot
e1c12604fd
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-17 04:39:43 +00:00
semantic-release-bot
8ad3d28258
🔖 chore(release): v1.71.4 [skip ci]
...
### [Version 1.71.4](https://github.com/lobehub/lobe-chat/compare/v1.71.3...v1.71.4 )
<sup>Released on **2025-03-17**</sup>
#### 💄 Styles
- **misc**: Update Wenxin & Hunyuan model list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Wenxin & Hunyuan model list, closes [#6995 ](https://github.com/lobehub/lobe-chat/issues/6995 ) ([d017f35 ](https://github.com/lobehub/lobe-chat/commit/d017f35 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-17 04:38:28 +00:00
Zhijie He
d017f3555a
💄 style: update Wenxin & Hunyuan model list ( #6995 )
2025-03-17 12:29:48 +08:00
gru-agent[bot]
d9da1f9f64
Add unit tests for getUserAuth function to validate authentication methods. ( #6932 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2025-03-17 10:52:59 +08:00
renovate[bot]
c51886ad38
Update dependency lucide-react to ^0.482.0 ( #6987 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-17 10:52:29 +08:00
Arvin Xu
19e3319e23
🔨 chore: Update github issue template ( #7001 )
...
* Update 1_bug_report_cn.yml
* Update 1_bug_report.yml
* Update 1_bug_report.yml
* Update 2_feature_request.yml
* Update 2_feature_request_cn.yml
2025-03-17 10:26:51 +08:00
renovate[bot]
2cc72f41f9
Update pnpm to v9.15.9 ( #6986 )
2025-03-16 11:59:17 +08:00
lobehubbot
bdd77e6eb8
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-15 19:31:12 +00:00
semantic-release-bot
212dfca0ef
🔖 chore(release): v1.71.3 [skip ci]
...
### [Version 1.71.3](https://github.com/lobehub/lobe-chat/compare/v1.71.2...v1.71.3 )
<sup>Released on **2025-03-15**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix claude 3.5+ models context max output.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix claude 3.5+ models context max output, closes [#6984 ](https://github.com/lobehub/lobe-chat/issues/6984 ) ([da342dd ](https://github.com/lobehub/lobe-chat/commit/da342dd ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-15 19:30:09 +00:00
Arvin Xu
da342dd9a6
🐛 fix: fix claude 3.5+ models context max output ( #6984 )
2025-03-16 03:21:34 +08:00
Arvin Xu
fe7e63120a
♻️ refactor: refactor the google ai return error ( #6978 )
2025-03-15 22:59:31 +08:00
lobehubbot
1810cf3d6f
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-15 09:56:53 +00:00
semantic-release-bot
6857d85043
🔖 chore(release): v1.71.2 [skip ci]
...
### [Version 1.71.2](https://github.com/lobehub/lobe-chat/compare/v1.71.1...v1.71.2 )
<sup>Released on **2025-03-15**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix knowledge base issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix knowledge base issue, closes [#6973 ](https://github.com/lobehub/lobe-chat/issues/6973 ) ([15f39ef ](https://github.com/lobehub/lobe-chat/commit/15f39ef ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-15 09:55:43 +00:00
Arvin Xu
15f39efc19
🐛 fix: fix knowledge base issue ( #6973 )
...
* refactor agent runtime
* fix KnowledgeBase search issue
* fix tests
2025-03-15 17:45:38 +08:00
lobehubbot
829ebc7177
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-15 04:02:23 +00:00
semantic-release-bot
707b2eea5e
🔖 chore(release): v1.71.1 [skip ci]
...
### [Version 1.71.1](https://github.com/lobehub/lobe-chat/compare/v1.71.0...v1.71.1 )
<sup>Released on **2025-03-15**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix google gemini output relative issue.
#### 💄 Styles
- **misc**: Update Vertex AI models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix google gemini output relative issue, closes [#6970 ](https://github.com/lobehub/lobe-chat/issues/6970 ) ([fdcaaf3 ](https://github.com/lobehub/lobe-chat/commit/fdcaaf3 ))
#### Styles
* **misc**: Update Vertex AI models, closes [#6967 ](https://github.com/lobehub/lobe-chat/issues/6967 ) ([d4432f1 ](https://github.com/lobehub/lobe-chat/commit/d4432f1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-15 04:01:13 +00:00
Koell
d4432f1f5e
💄 style: Update Vertex AI models ( #6967 )
...
* Add Gemini 2.0 Flash Lite model
* Update Vertex AI model prices
2025-03-15 11:52:33 +08:00
Arvin Xu
fdcaaf34fa
🐛 fix: fix google gemini output relative issue ( #6970 )
...
* fix google streaming
* add ability
* fix instruction
* fix tests
* update i18n
2025-03-15 11:52:20 +08:00
lobehubbot
59cafa0bc3
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-14 13:17:45 +00:00
semantic-release-bot
1f08511ca6
🔖 chore(release): v1.71.0 [skip ci]
...
## [Version 1.71.0](https://github.com/lobehub/lobe-chat/compare/v1.70.11...v1.71.0 )
<sup>Released on **2025-03-14**</sup>
#### ✨ Features
- **misc**: Support gemini image output in chat.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support gemini image output in chat, closes [#6931 ](https://github.com/lobehub/lobe-chat/issues/6931 ) ([d4c0d1f ](https://github.com/lobehub/lobe-chat/commit/d4c0d1f ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-14 13:16:36 +00:00
gru-agent[bot]
d4c0d1f8fb
✨ feat: support gemini image output in chat ( #6931 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-03-14 21:08:02 +08:00
Arvin Xu
af0243cc15
✨ feat: support gemini image output in chat ( #6956 )
...
* support gemini image
* fix lint
* fix
* fix upload bug
* support google token count
* update credit
* update i18n
2025-03-14 20:52:37 +08:00
Arvin Xu
849584479a
🔨 chore: visualize db schema with dbdocs ( #6950 )
...
* test db schema
* Update sync-database-schema.yml
* Update sync-database-schema.yml
* Update sync-database-schema.yml
* Update package.json
* Update sync-database-schema.yml
* Delete docs/developer/database-schema.dbml
* update workflow
* Update sync-database-schema.yml
2025-03-14 14:24:39 +08:00
lobehubbot
a7e92b3b5b
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-13 17:02:47 +00:00
semantic-release-bot
9f695332c8
🔖 chore(release): v1.70.11 [skip ci]
...
### [Version 1.70.11](https://github.com/lobehub/lobe-chat/compare/v1.70.10...v1.70.11 )
<sup>Released on **2025-03-13**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-13 17:01:43 +00:00
Arvin Xu
c9a17fbff8
⚡ ️ perf: fix improve topic relative performance ( #6937 )
2025-03-14 00:53:14 +08:00
BrandonStudio
30b13088a3
🔨 chore: Add types for issue templates ( #6940 )
2025-03-13 18:06:46 +08:00
lobehubbot
b7051a0ab7
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-12 18:06:10 +00:00
semantic-release-bot
0b871ecc89
🔖 chore(release): v1.70.10 [skip ci]
...
### [Version 1.70.10](https://github.com/lobehub/lobe-chat/compare/v1.70.9...v1.70.10 )
<sup>Released on **2025-03-12**</sup>
#### 🐛 Bug Fixes
- **misc**: The agent setting `-edit_agent` not work.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: The agent setting `-edit_agent` not work, closes [#4609 ](https://github.com/lobehub/lobe-chat/issues/4609 ) ([7af0ec6 ](https://github.com/lobehub/lobe-chat/commit/7af0ec6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-12 18:05:03 +00:00
mushan0x0
7af0ec6161
🐛 fix: the agent setting -edit_agent not work ( #4609 )
...
* 🐛 fix: the agent setting `-edit_agent` not work
* Update index.tsx
2025-03-13 01:56:19 +08:00
lobehubbot
64caf2ebd2
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-12 16:35:13 +00:00
semantic-release-bot
a9e572b48e
🔖 chore(release): v1.70.9 [skip ci]
...
### [Version 1.70.9](https://github.com/lobehub/lobe-chat/compare/v1.70.8...v1.70.9 )
<sup>Released on **2025-03-12**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-12 16:34:08 +00:00
Arvin Xu
f7d6021e4a
⚡ ️ perf: fix topic search performance ( #6912 )
...
* update
* fix lint
* fix tests
* fix tests
* update locale
2025-03-13 00:25:17 +08:00
lobehubbot
9a9d98fdec
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-12 15:44:40 +00:00
semantic-release-bot
b3894ba19d
🔖 chore(release): v1.70.8 [skip ci]
...
### [Version 1.70.8](https://github.com/lobehub/lobe-chat/compare/v1.70.7...v1.70.8 )
<sup>Released on **2025-03-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix theme flicking.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix theme flicking, closes [#6926 ](https://github.com/lobehub/lobe-chat/issues/6926 ) ([103c3e3 ](https://github.com/lobehub/lobe-chat/commit/103c3e3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-12 15:43:37 +00:00
Arvin Xu
103c3e3696
🐛 fix: fix theme flicking ( #6926 )
2025-03-12 23:34:49 +08:00
lobehubbot
210920f4b6
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-12 11:28:53 +00:00
semantic-release-bot
2770a8b9a6
🔖 chore(release): v1.70.7 [skip ci]
...
### [Version 1.70.7](https://github.com/lobehub/lobe-chat/compare/v1.70.6...v1.70.7 )
<sup>Released on **2025-03-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix crawl result for short content.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix crawl result for short content, closes [#6903 ](https://github.com/lobehub/lobe-chat/issues/6903 ) [#6904 ](https://github.com/lobehub/lobe-chat/issues/6904 ) ([d8fda65 ](https://github.com/lobehub/lobe-chat/commit/d8fda65 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-12 11:27:51 +00:00
Arvin Xu
d8fda65d33
🐛 fix: fix crawl result for short content ( #6903 )
...
* fix impl for short content
* Add test to skip results with content length less than or equal to 100 in crawler. (#6904 )
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
---------
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-03-12 19:19:06 +08:00
lobehubbot
c7170c0e06
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-11 17:59:56 +00:00
semantic-release-bot
dd6086a3a3
🔖 chore(release): v1.70.6 [skip ci]
...
### [Version 1.70.6](https://github.com/lobehub/lobe-chat/compare/v1.70.5...v1.70.6 )
<sup>Released on **2025-03-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Link jump in mobile terminal data statistics.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Link jump in mobile terminal data statistics, closes [#6893 ](https://github.com/lobehub/lobe-chat/issues/6893 ) ([505d24d ](https://github.com/lobehub/lobe-chat/commit/505d24d ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-11 17:58:51 +00:00
XiaoBa
505d24d8d6
🐛 fix: Link jump in mobile terminal data statistics ( #6893 )
...
Co-authored-by: Xiaoba Yu <xb1823725853@gmail.com >
2025-03-12 01:50:06 +08:00
lobehubbot
b6a9126506
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-11 15:49:14 +00:00
semantic-release-bot
fff6c71f71
🔖 chore(release): v1.70.5 [skip ci]
...
### [Version 1.70.5](https://github.com/lobehub/lobe-chat/compare/v1.70.4...v1.70.5 )
<sup>Released on **2025-03-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Refactor the theme implement.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Refactor the theme implement, closes [#6844 ](https://github.com/lobehub/lobe-chat/issues/6844 ) ([e5c2161 ](https://github.com/lobehub/lobe-chat/commit/e5c2161 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-11 15:48:12 +00:00
Arvin Xu
e5c2161288
🐛 fix: refactor the theme implement ( #6844 )
...
* refactor theme
* Refactor systemStatus selectors tests to improve coverage and organization.
* improve cookie issue
* fix theme
* Add unit tests for global store actions in general.test.ts
---------
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-03-11 23:39:31 +08:00
semantic-release-bot
41a1f2af2e
🔖 chore(release): v1.70.4 [skip ci]
...
### [Version 1.70.4](https://github.com/lobehub/lobe-chat/compare/v1.70.3...v1.70.4 )
<sup>Released on **2025-03-11**</sup>
#### 💄 Styles
- **misc**: Support OpenRouter custom BaseURL.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support OpenRouter custom BaseURL ([a8089ed ](https://github.com/lobehub/lobe-chat/commit/a8089ed ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-11 04:20:58 +00:00
Arvin Xu
a3099cfdc6
Merge pull request #6732 from bbbugg/patch-1
...
🐛 fix: customize logo not display in About page and update DOCS about "deploymentName"
2025-03-11 12:12:13 +08:00
Arvin Xu
6267b76153
Merge pull request #6864 from BrandonStudio/dev/openrouter-baseurl
...
💄 style: Support OpenRouter custom BaseURL
2025-03-11 12:10:48 +08:00
Arvin Xu
6f4d280481
Merge pull request #6886 from lobehub/refactor/code
...
♻️ refactor: refactor user plugins model name
2025-03-11 12:09:47 +08:00
Arvin Xu
5d7007f37b
fix json issue
2025-03-11 03:29:48 +00:00
Arvin Xu
65102d60ec
update
2025-03-11 03:26:51 +00:00
Arvin Xu
96a4c4a42f
refactor code
2025-03-11 03:17:45 +00:00
lobehubbot
a28165b2f5
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-11 02:46:06 +00:00
Arvin Xu
265e9b3c07
Merge pull request #6882 from lobehub/gru/src-store-aiInfra-slices-aiProvider-selectors-ts-1741658283737
...
✅ test: add unit test for src/store/aiInfra/slices/aiProvider/selectors.ts
2025-03-11 10:37:23 +08:00
gru-agent[bot]
8eb7a04fd4
Add unit tests for aiProvider selectors in selectors.test.ts file.
2025-03-11 01:58:11 +00:00
semantic-release-bot
08f8073580
🔖 chore(release): v1.70.3 [skip ci]
...
### [Version 1.70.3](https://github.com/lobehub/lobe-chat/compare/v1.70.2...v1.70.3 )
<sup>Released on **2025-03-11**</sup>
#### 💄 Styles
- **spelling**: Correct "broswer" to "browser" across codebase.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **spelling**: Correct "broswer" to "browser" across codebase, closes [#6876 ](https://github.com/lobehub/lobe-chat/issues/6876 ) ([8d677a2 ](https://github.com/lobehub/lobe-chat/commit/8d677a2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-11 01:47:09 +00:00
KurtisAsia
8d677a2feb
💄 style(spelling): correct "broswer" to "browser" across codebase ( #6876 )
...
fix(spelling): correct "broswer" to "browser" across codebase
- Fix typo in modelConfig.ts and modelConfig.test.ts
- Correct spelling in aiProvider/selectors.ts
- Fix spelling in localization files (setting.ts, setting.json)
- Update spelling in modelProviders/index.ts
- Corrected in multiple locales (zh-TW, zh-CN, fa-IR)
2025-03-11 09:38:31 +08:00
BrandonStudio
a8089edc06
💄 style: Support OpenRouter custom BaseURL
2025-03-10 08:30:02 +00:00
lobehubbot
76e132722f
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-10 05:40:38 +00:00
semantic-release-bot
c3a0dc0965
🔖 chore(release): v1.70.2 [skip ci]
...
### [Version 1.70.2](https://github.com/lobehub/lobe-chat/compare/v1.70.1...v1.70.2 )
<sup>Released on **2025-03-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Update cvpr cvf url rules.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update cvpr cvf url rules, closes [#6860 ](https://github.com/lobehub/lobe-chat/issues/6860 ) ([c299067 ](https://github.com/lobehub/lobe-chat/commit/c299067 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-10 05:39:37 +00:00
Arvin Xu
c299067cb6
🐛 fix: update cvpr cvf url rules ( #6860 )
2025-03-10 13:31:05 +08:00
lobehubbot
981bb08029
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-10 03:31:09 +00:00
semantic-release-bot
bb21eb3efd
🔖 chore(release): v1.70.1 [skip ci]
...
### [Version 1.70.1](https://github.com/lobehub/lobe-chat/compare/v1.70.0...v1.70.1 )
<sup>Released on **2025-03-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix anthropic max tokens.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix anthropic max tokens, closes [#6859 ](https://github.com/lobehub/lobe-chat/issues/6859 ) ([35fbc6c ](https://github.com/lobehub/lobe-chat/commit/35fbc6c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-10 03:30:06 +00:00
Arvin Xu
35fbc6c0d5
🐛 fix: fix anthropic max tokens ( #6859 )
...
* fix anthropic
* update i18n
2025-03-10 11:21:32 +08:00
wzdnzd
dfee9b2b13
🔨 chore: typo fixed for zh-CN ( #6856 )
2025-03-10 11:04:40 +08:00
Arvin Xu
1841fee733
Merge branch 'main' into patch-1
2025-03-10 02:52:49 +08:00
lobehubbot
cc9f793ec3
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-09 18:45:41 +00:00
semantic-release-bot
df0886ebf3
🔖 chore(release): v1.70.0 [skip ci]
...
## [Version 1.70.0](https://github.com/lobehub/lobe-chat/compare/v1.69.6...v1.70.0 )
<sup>Released on **2025-03-09**</sup>
#### ✨ Features
- **misc**: Support no-fc models like deepseek r1 with online search.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support no-fc models like deepseek r1 with online search, closes [#6842 ](https://github.com/lobehub/lobe-chat/issues/6842 ) ([f284c25 ](https://github.com/lobehub/lobe-chat/commit/f284c25 ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-09 18:44:41 +00:00
Arvin Xu
f284c25606
✨ 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
2025-03-10 02:35:52 +08:00
bbbugg
0cf39c535d
Merge branch 'lobehub:main' into patch-1
2025-03-09 22:21:06 +08:00
lobehubbot
23a26a9563
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-09 14:01:53 +00:00
semantic-release-bot
8039186493
🔖 chore(release): v1.69.6 [skip ci]
...
### [Version 1.69.6](https://github.com/lobehub/lobe-chat/compare/v1.69.5...v1.69.6 )
<sup>Released on **2025-03-09**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix context cache control and model builtin search switch.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix context cache control and model builtin search switch, closes [#6831 ](https://github.com/lobehub/lobe-chat/issues/6831 ) ([5c6b8ea ](https://github.com/lobehub/lobe-chat/commit/5c6b8ea ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-09 14:00:43 +00:00
Arvin Xu
5c6b8eaf8a
🐛 fix: fix context cache control and model builtin search switch ( #6831 )
...
* upgrade readability
* improve openai performance
* improve model select
* upgrade pglite to 0.2.17
* fix google builtin search config
* fix tests
* fix claude max output tokens and context caching config
* fix context caching config
* update i18n
* fix tests
2025-03-09 21:52:12 +08:00
renovate[bot]
dde299312e
Update pnpm to v9.15.7 ( #6819 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-09 21:19:05 +08:00
lobehubbot
0aa47d024c
📝 docs(bot): Auto sync agents & plugin to readme
2025-03-09 11:18:04 +00:00
semantic-release-bot
b86d86782a
🔖 chore(release): v1.69.5 [skip ci]
...
### [Version 1.69.5](https://github.com/lobehub/lobe-chat/compare/v1.69.4...v1.69.5 )
<sup>Released on **2025-03-09**</sup>
#### 💄 Styles
- **chat**: Auto send message from URL.
- **misc**: Support openrouter claude 3.7 sonnet reasoning.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **chat**: Auto send message from URL, closes [#6497 ](https://github.com/lobehub/lobe-chat/issues/6497 ) ([30b2639 ](https://github.com/lobehub/lobe-chat/commit/30b2639 ))
* **misc**: Support openrouter claude 3.7 sonnet reasoning, closes [#6806 ](https://github.com/lobehub/lobe-chat/issues/6806 ) ([f1ffc2c ](https://github.com/lobehub/lobe-chat/commit/f1ffc2c ))
</details>
<div align="right">
[](#readme-top)
</div>
2025-03-09 11:16:40 +00:00
Eridanus Sora
6006175c5d
⚡ ️ perf: improve performace of refreshModelProviderList ( #6672 )
2025-03-09 19:07:42 +08:00
bbbugg
c0f1532ca4
新增 QWEN_PROXY_URL 配置项并更新 VOLCENGINE_MODEL_LIST 描述语法(加入了部署名)
2025-03-08 16:22:08 +08:00
bbbugg
9bad484252
DEEPSEEK_MODEL_LIST 移除 deploymentName描述
2025-03-08 16:04:41 +08:00
bbbugg
8c1412a5a1
修复:更新 logo 组件默认类型处理并移除type={'flat'}
2025-03-08 15:57:15 +08:00
bbbugg
de12fcf896
Merge branch 'lobehub:main' into patch-1
2025-03-08 08:24:44 +08:00
bbbugg
c2d0ee8c96
Merge branch 'main' into patch-1
2025-03-07 16:51:12 +08:00
bbbugg
ebf5fb1ff9
fix previous "deplymentName" to "deploymentName"
2025-03-07 16:41:04 +08:00
bbbugg
e0b554fbe5
Add the "deploymentName" parameter in the Model List environment variable
2025-03-07 16:36:21 +08:00
bbbugg
008c7b5f67
Add the "deploymentName" parameter in the Model List environment variable
2025-03-07 16:35:33 +08:00
bbbugg
05a384edb3
Add the description of "DEEPSEEK_MODEL_LIST"
2025-03-07 16:21:46 +08:00
bbbugg
2ec4f03b07
Add the description of "DEEPSEEK_MODEL_LIST"
2025-03-07 16:20:28 +08:00
bbbugg
da04eef212
fix: customize logo not display in About page
...
Fix customize logo not display in About page. Previously, custom icons were not displayed.
2025-03-05 20:48:53 +08:00