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.344
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.345
Choose a head ref
  • 6 commits
  • 170 files changed
  • 6 contributors

Commits on Jan 23, 2026

  1. Configuration menu
    Copy the full SHA
    279550f View commit details
    Browse the repository at this point in the history
  2. 🐛 fix: slove the agents header switch agents the lobeAI not show prob…

    …lem (#11726)
    
    fix: slove the agents header switch agents the lobeAI not show problem
    ONLY-yours authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    f45f508 View commit details
    Browse the repository at this point in the history
  3. ⚡ 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>
    Innei authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    e999851 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    395595a View commit details
    Browse the repository at this point in the history
  5. 💄 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
    arvinxx authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    550acc2 View commit details
    Browse the repository at this point in the history
  6. 🔖 chore(release): v2.0.0-next.345 [skip ci]

    ## [Version&nbsp;2.0.0-next.345](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](#11711) ([395595a](395595a))
    
    #### What's fixed
    
    * **misc**: Slove the agents header switch agents the lobeAI not show problem, closes [#11726](#11726) ([f45f508](f45f508))
    
    #### Styles
    
    * **misc**: Improve auto scroll and group profile, closes [#11725](#11725) ([550acc2](550acc2))
    
    </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
    e8ee7cd View commit details
    Browse the repository at this point in the history
Loading