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: Mintplex-Labs/anything-llm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: Mintplex-Labs/anything-llm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 12 files changed
  • 3 contributors

Commits on Dec 9, 2025

  1. Configuration menu
    Copy the full SHA
    cc7c876 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d22b7fc View commit details
    Browse the repository at this point in the history
  3. jws bump (#4748)

    timothycarambat authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    17717d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Refactor WorkspaceFileRow component (#4740)

    * remove event listeners + useState on WorkspaceFileRow
    
    * reduce complexity for render
    
    ---------
    
    Co-authored-by: Timothy Carambat <[email protected]>
    shatfield4 and timothycarambat authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    f8c6bbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5024816 View commit details
    Browse the repository at this point in the history
  3. patch for cheerio dep

    timothycarambat committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    815580e View commit details
    Browse the repository at this point in the history
  4. Revert jws/cheerio dependency changes

    Reverts:
    - 815580e (patch for cheerio dep)
    - 5024816 (unpin resolution for jws due to node eng version)
    - 17717d3 (jws bump)
    timothycarambat committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    b620ca4 View commit details
    Browse the repository at this point in the history
  5. Fix stale user permissions in UI by refreshing user data on app load (#…

    …4751)
    
    * add refresh user functionality
    
    * prettier
    
    * add eslint disable comment for exhaustive-deps warning in AuthContext to stop nagging about navigate func
    
    * remove unused imports and fix typo
    
    * handle unsafe parse of undefined for in-session user deleted
    
    ---------
    
    Co-authored-by: Timothy Carambat <[email protected]>
    angelplusultra and timothycarambat authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    8e0186f View commit details
    Browse the repository at this point in the history
  6. Docker base image upgrade to Ubuntu 24 (#4754)

    * test base image bump
    
    * patch frontend compilation due to Vite QEMU exception
    
    * migrate all runners to arm64 to avoid QEMU slowdown
    
    * add back layer cleanup
    
    * remove layer cache fix
    timothycarambat authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    3800a68 View commit details
    Browse the repository at this point in the history
Loading