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.353
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.354
Choose a head ref
  • 4 commits
  • 121 files changed
  • 4 contributors

Commits on Jan 23, 2026

  1. Configuration menu
    Copy the full SHA
    1754455 View commit details
    Browse the repository at this point in the history
  2. 🐛 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
    Innei authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    ad34072 View commit details
    Browse the repository at this point in the history
  3. ♻️ 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.
    Innei authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    346fc46 View commit details
    Browse the repository at this point in the history
  4. 🔖 chore(release): v2.0.0-next.354 [skip ci]

    ## [Version 2.0.0-next.354](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](#11737) ([346fc46](346fc46))
    
    #### What's fixed
    
    * **pdf**: Ensure worker config before Document render, closes [#11746](#11746) ([ad34072](ad34072))
    
    </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
    f520eab View commit details
    Browse the repository at this point in the history
Loading