Skip to content

Releases: Mintplex-Labs/anything-llm

AnythingLLM v1.9.0

09 Oct 22:20

Choose a tag to compare

@agent Overhaul & streaming ⚡️️

agent-streaming.mp4

When anythingllm first launched, the word "agent" was not in the vocabulary of the LLM world. Agents are quickly becoming the standard for building AI applications and also the core experience for interacting with LLMs.

For too long, due to the complexity of building agents, spotty tool call support, models that can't even use tools and more nerd stuff, we often had to settle an experience that was not really fun to use since 99% of the time you were just looking at loading spinners waiting for the response.

The new agent experience is now here

Streams tool calls and responses in real time (all providers, all models)
Agents can now real-time download and ingest files from the web (eg: link to PDF, excel, csv). Anything you would use a document can be read in real time by the agent from the web.

Upcoming:

  • Agent real-time API calling without agent flows
  • Agent image understanding
  • Agent system prompt passthrough + user context awareness
  • Realtime file searching cross-platform default skill

Notable Improvements: 🚀

  • All models and providers now support agentic streaming
  • Microsoft Foundry Local integration
  • Ephemerally scrape/download any web-resource via agent or uploader

What's Changed

New Contributors

Full Changelog: v1.8.5...v1.9.0

AnythingLLM v1.8.5 🎉 Mobile support + RAG improvements

15 Aug 00:42

Choose a tag to compare

AnythingLLM v1.8.5 is live

Notable Changes

Mobile support

Now, currently under Experimental features, you can connect the AnythingLLM Mobile App - Android Beta to your instance to seamlessly blend an on-device and off-device experience. Leverage your instance Agent Skills and flows all within a single unified interface!

Chat with documents has been overhauled

upload-documents.mp4

When we first built AnythingLLM, the average context window was 4K - hardly anything to fit a full document. So we decided to always be RAG first. This has its drawbacks since RAG is semantically dependent on asking questions about content in the document. This leads to poor results for "Summarize this document," only to be told by the document, "what are you talking about".

Well, now we have the best of both worlds. Documents are scoped to a workspace thread & user and we will attempt to use the full document text when possible and your model can support it. If you overflow this amount, we can then ask you to embed the document so you can unlock that long-term memory.

context-warning

You can also easily manage and see your context window to remove files that are no longer relevant, but retain the conversation history.
manage-attached-docs

You can also still embed files directly in the workspace file manager too :)

What's Changed

New Contributors

Full Changelog: v1.8.4...v1.8.5

AnythingLLM 1.8.4

16 Jul 18:06

Choose a tag to compare

this is a minor patch update

Notable Changes

  • Workspace & Thread searching now on the sidebar
  • SQL Preflight connection validation (finally)
  • Sticky codeblock headers while scrolling
  • Codeblock max width to prevent long string overflows in the UI

What's Changed

New Contributors

Full Changelog: v1.8.3...v1.8.4

AnythingLLM v1.8.3

09 Jul 19:23
8001d9d

Choose a tag to compare

AnythingLLM 1.8.3 is live!

News

Dont forget to sign up for the AnythingLLM mobile beta!

  • Run small LLMs on device, full on-device RAG, agent tooling, and more. Fully private and on-device
  • device-to-device sync between mobile and desktop clients over local networks

Notable Desktop Changes

Notable updates and fixes

  • Easily publish Agent Flows, Slash Commands, and System Prompts to the AnythingLLM Community Hub
  • Patched YouTube transcript collector since it was failing due to Google API changes

What's Changed

New Contributors

Full Changelog: v1.8.2...v1.8.3

AnythingLLM v1.8.2

10 Jun 23:59
e779dcf

Choose a tag to compare

AnythingLLM v1.8.2 is LIVE!

Other news

We were featured on stage at Microsoft Build (how cool???)

1747677767492

Notable Changes

Model swap in chat

You can now easily swap model or provider in the middle of chatting via cmd/Ctrl + Shift + L to show a tooltip menu to easily swap models without changing screens

Screenshot 2025-06-10 at 4 56 29 PM

System Prompt version tracking

Now, when you edit the system prompt of any workspace we locally store this information so you can easily refer to or restore to previous prompts that might work better for a given model or workspace.

Screenshot 2025-06-10 at 4 56 21 PM

What's Changed

New Contributors

Full Changelog: v1.8.1...v.1.8.2

AnythingLLM v1.8.1

06 May 17:50
051ed15

Choose a tag to compare

What's Changed

New Contributors

Desktop App Changelog

https://docs.anythingllm.com/changelog/v1.8.1

Full Changelog: v1.8.0...v1.8.1

AnythingLLM v1.8.0 | MCP support & UI refresh

18 Apr 22:17
451f4c2

Choose a tag to compare

AnythingLLM v1.8.0 | MCP tools & a fresh new look!

1.8.0.is.live.mp4

MCP tooling is now easier than ever!

mcp.mp4
  • Full Documentation
  • Update and reload your MCP config on the fly with no downtime
  • Docker includes npx and uv commands build in

A new onboarding experience

Screenshot 2025-04-18 at 3 16 46 PM

Ain't it pretty?

What's Changed

New Contributors

Full Changelog: v1.7.8...v1.8.0

AnythingLLM v1.7.8

27 Mar 19:59
b6698ff

Choose a tag to compare

What's New

this version includes 1.7.7, which no changelog was published for - whoops!

What's Changed

1.7.7 changes

Full Changelog: v1.7.6...v1.7.8

AnythingLLM v1.7.6

19 Mar 22:52

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.5...v1.7.6

AnythingLLM v1.7.5

04 Mar 22:14

Choose a tag to compare

Notable Changes

  • Anthropic provider now uses their /models endpoint (finally)
  • Bug fixes on collector to prevent thread crashing
  • Multi-language OCR support on collector
  • More localization and language support

What's Changed

New Contributors

Full Changelog: v1.7.4...v1.7.5