Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lobehub/lobehub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0-next.354
Choose a base ref
...
head repository: lobehub/lobehub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0-next.355
Choose a head ref
  • 4 commits
  • 28 files changed
  • 4 contributors

Commits on Jan 23, 2026

  1. Configuration menu
    Copy the full SHA
    3e70f47 View commit details
    Browse the repository at this point in the history
  2. 🐛 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>
    arvinxx and claude authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    36bcc50 View commit details
    Browse the repository at this point in the history
  3. 🐛 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>
    arvinxx and claude authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    5d115ef View commit details
    Browse the repository at this point in the history
  4. 🔖 chore(release): v2.0.0-next.355 [skip ci]

    ## [Version&nbsp;2.0.0-next.355](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](#11752) ([36bcc50](36bcc50))
    * **misc**: Fix favorite refresh bug and group topic refresh issue, closes [#11745](#11745) ([5d115ef](5d115ef))
    
    </details>
    
    <div align="right">
    
    [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
    
    </div>
    semantic-release-bot committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    a906cd5 View commit details
    Browse the repository at this point in the history
Loading