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: cookieY/lobe-chat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.42.1
Choose a base ref
...
head repository: cookieY/lobe-chat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.42.5
Choose a head ref
  • 18 commits
  • 151 files changed
  • 7 contributors

Commits on Dec 29, 2024

  1. Update dependency @types/react-dom to v19 (lobehub#5224)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    21b6610 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61c1547 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. ♻️ refactor: refactor the agent runtime payload (lobehub#5250)

    * refactor the code
    
    * fix locale
    
    * refactor endpoint to baseURL
    
    * add tests
    
    * fix tests
    
    * fix tests
    
    * Update auth.ts
    
    * update snapshot
    
    * fix tests
    
    * fix tests
    arvinxx authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    e420ab3 View commit details
    Browse the repository at this point in the history
  2. 💄 style: Add o1 model in openai and openrouter models (lobehub#5236)

    * Add o1 model in Openai models
    
    * Add o1 model in Openrouter models
    
    * Update openrouter.ts
    
    * Update modelProvider.test.ts
    SpeedupMaster authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    f733852 View commit details
    Browse the repository at this point in the history
  3. 🔖 chore(release): v1.42.2 [skip ci]

    ### [Version&nbsp;1.42.2](lobehub/lobe-chat@v1.42.1...v1.42.2)
    <sup>Released on **2024-12-31**</sup>
    
    #### ♻ Code Refactoring
    
    - **misc**: Refactor the agent runtime payload.
    
    #### 💄 Styles
    
    - **misc**: Add o1 model in openai and openrouter models.
    
    <br/>
    
    <details>
    <summary><kbd>Improvements and Fixes</kbd></summary>
    
    #### Code refactoring
    
    * **misc**: Refactor the agent runtime payload, closes [lobehub#5250](lobehub#5250) ([e420ab3](lobehub@e420ab3))
    
    #### Styles
    
    * **misc**: Add o1 model in openai and openrouter models, closes [lobehub#5236](lobehub#5236) ([f733852](lobehub@f733852))
    
    </details>
    
    <div align="right">
    
    [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
    
    </div>
    semantic-release-bot committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    8473011 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e8c961 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eaaf4aa View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

  1. Configuration menu
    Copy the full SHA
    641420b View commit details
    Browse the repository at this point in the history
  2. 🔖 chore(release): v1.42.3 [skip ci]

    ### [Version&nbsp;1.42.3](lobehub/lobe-chat@v1.42.2...v1.42.3)
    <sup>Released on **2025-01-01**</sup>
    
    <br/>
    
    <details>
    <summary><kbd>Improvements and Fixes</kbd></summary>
    
    </details>
    
    <div align="right">
    
    [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
    
    </div>
    semantic-release-bot committed Jan 1, 2025
    Configuration menu
    Copy the full SHA
    8a8e8c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7084940 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8392503 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. ♻️ refactor: refactor provider info and improve settings side bar loa…

    …ding (lobehub#5268)
    
    * refactor provider info
    
    * fix loading
    
    * fix ollama models
    
    * fix loading
    arvinxx authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    b82a41e View commit details
    Browse the repository at this point in the history
  2. 🔖 chore(release): v1.42.4 [skip ci]

    ### [Version&nbsp;1.42.4](lobehub/lobe-chat@v1.42.3...v1.42.4)
    <sup>Released on **2025-01-02**</sup>
    
    #### ♻ Code Refactoring
    
    - **misc**: Refactor provider info and improve settings side bar loading.
    
    <br/>
    
    <details>
    <summary><kbd>Improvements and Fixes</kbd></summary>
    
    #### Code refactoring
    
    * **misc**: Refactor provider info and improve settings side bar loading, closes [lobehub#5268](lobehub#5268) ([b82a41e](lobehub@b82a41e))
    
    </details>
    
    <div align="right">
    
    [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
    
    </div>
    semantic-release-bot committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    bc8b586 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    399220d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    421a1b3 View commit details
    Browse the repository at this point in the history
  5. 🔖 chore(release): v1.42.5 [skip ci]

    ### [Version&nbsp;1.42.5](lobehub/lobe-chat@v1.42.4...v1.42.5)
    <sup>Released on **2025-01-02**</sup>
    
    #### 🐛 Bug Fixes
    
    - **misc**: Fix topic mobile view ui error.
    
    <br/>
    
    <details>
    <summary><kbd>Improvements and Fixes</kbd></summary>
    
    #### What's fixed
    
    * **misc**: Fix topic mobile view ui error, closes [lobehub#5266](lobehub#5266) ([421a1b3](lobehub@421a1b3))
    
    </details>
    
    <div align="right">
    
    [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
    
    </div>
    semantic-release-bot committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    2e3757b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40044a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d816210 View commit details
    Browse the repository at this point in the history
Loading