这是indexloc提供的服务,不要输入任何密码
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: v1.9.0
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
  • 13 commits
  • 49 files changed
  • 6 contributors

Commits on Oct 9, 2025

  1. Fix KoboldCPP agent provider max tokens (#4519)

    add max tokens to koboldcpp agent provider
    shatfield4 authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    6270a0a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. Enable Microsoft Foundry Local for workspace agent provider (#4539)

    enable microsoft foundry local for ws agent provider
    shatfield4 authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    797920a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be82f91 View commit details
    Browse the repository at this point in the history
  3. Add ability to auto-handle YT video URLs in uploader & chat (#4547)

    * Add ability to auto-handle YT video URLs in uploader & chat
    
    * move YT validator to URL utils
    
    * update comment
    timothycarambat authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    5edc1be View commit details
    Browse the repository at this point in the history
  4. fix(server): correct Qdrant batching logic for large uploads (#4545)

    * fix(server): correct Qdrant batching logic for large uploads
    
    Closes #4544
    
    * modify O(3N) process to O(N)
    
    ---------
    
    Co-authored-by: timothycarambat <rambat1010@gmail.com>
    aeromech-1 and timothycarambat authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    985527c View commit details
    Browse the repository at this point in the history
  5. Agent workspace system prompt with variable expansion (#4526)

    * agent workspace system prompt with variable expansion
    
    * cleanup
    
    ---------
    
    Co-authored-by: timothycarambat <rambat1010@gmail.com>
    shatfield4 and timothycarambat authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    f5f8fb1 View commit details
    Browse the repository at this point in the history
  6. Refactor DefaultChatContainer To Display A Simple Welcome Message (#…

    …4542)
    
    * Refactor DefaultChat component to display a simple welcome message instead of mock chat interface onboarding text
    
    * Add last visited workspace functionality
    
    - Implemented localStorage management for the last visited workspace in DefaultChat and WorkspaceChat components.
    - Updated UserButton to clear last visited workspace on logout.
    - Refactored workspace navigation to prioritize last visited workspace if available.
    
    * Refactor workspace fetching & last visited workspace logic into one useEffect
    
    * Enhance loading state in DefaultChat component with skeleton UI elements for improved user experience
    
    * minor UI spacing changes
    
    * refactor order for guard clauses for early exit conditions
    
    * move last known to end of getWorkspace loader
    
    * languages for PR #4542 (#4550)
    
    * languages for PR #4542
    
    * Drop welcome message keys from translations
    
    ---------
    
    Co-authored-by: timothycarambat <rambat1010@gmail.com>
    angelplusultra and timothycarambat authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    8c97240 View commit details
    Browse the repository at this point in the history
  7. Refactor loadYouTubeTranscript() to include YouTube Video Metadata …

    …in Content When `parseOnly` is `true` (#4552)
    
    * Enhance YouTube transcript loading to include video metadata in parsed content when parseOnly is true
    
    * extract to function
    
    ---------
    
    Co-authored-by: timothycarambat <rambat1010@gmail.com>
    angelplusultra and timothycarambat authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    d361968 View commit details
    Browse the repository at this point in the history
  8. Patch agent thoughts UI bug (#4549)

    patch agent ui bug where text would show up in agent thoughts
    
    Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
    shatfield4 and timothycarambat authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    151f97d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Configuration menu
    Copy the full SHA
    c153975 View commit details
    Browse the repository at this point in the history
  2. feat: support northflank deployment (#4570)

    Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
    AdeboyeDN and timothycarambat authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    e9db274 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. Configuration menu
    Copy the full SHA
    c2d99b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Configuration menu
    Copy the full SHA
    62b4d81 View commit details
    Browse the repository at this point in the history
Loading