| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AnythingLLM720p.gif | 2026-03-19 | 31.1 MB | |
| AnythingLLM v1.11.2 source code.tar.gz | 2026-03-18 | 8.8 MB | |
| AnythingLLM v1.11.2 source code.zip | 2026-03-18 | 9.7 MB | |
| README.md | 2026-03-18 | 4.5 kB | |
| Totals: 4 Items | 49.7 MB | 1 | |
More UI Improvements
https://github.com/user-attachments/assets/9f2a0363-e905-420e-9c80-3b96fdb07368
Now, in the main chat UI we added some much desired UI improvements and fixes.
- [x] New prompt input
- [x] Better Citations UI and reporting
- [x] Metrics for Agent calls
- [x] Report document and web-search citations during Agent calls!
- [x] Ability to each toggle on/off Agent skills from the prompt
- [x] Ability to select the provider and model for the workspace without leaving the page.
What's Changed
- 5112 or stream metrics and finish reason by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5117
- Fix bug where
yarn setup:envsfails if any .env file already exists. by @brianpursley in https://github.com/Mintplex-Labs/anything-llm/pull/5116 - fix: show actionable error when LMStudio model listing fails or returns empty by @elevatingcreativity in https://github.com/Mintplex-Labs/anything-llm/pull/5131
- Add automatic chat mode with native tool calling support by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5140
- Sidebar updates by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5154
- Remove Google web-search Programmable SERP by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5156
- refactor: refactor agent skills settings page to use i18n translation keys by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/5146
- chore: add ESLint to
/collectorby @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/5128 - chore: add ESLint to
/serverby @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/5126 - Fix: Azure OpenAI model key collision by @RALaBarge in https://github.com/Mintplex-Labs/anything-llm/pull/5092
- feat: Add tooltip for paperclip attach button when no files are parsed by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/5139
- fix: add missing /wiki to Confluence cloud citation URLs by @MaxwellCalkin in https://github.com/Mintplex-Labs/anything-llm/pull/5167
- Strip thinking from copy message outputs by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5179
- Add custom fetch to embedder for Ollama by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5180
- chore: add script to detect and prune unused translation keys by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/5141
- chore: add ESLint CI workflow by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/5160
- Implement v2 chat layout designs by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5074
- Improve zh_TW Traditional Chinese locale by @PeterDaveHello in https://github.com/Mintplex-Labs/anything-llm/pull/5187
- Improve build times for tests and lint by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5193
- Support Agent stream metric reporting by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5197
- Report citations for Agent call stacks by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5199
- Add FileRow Indentation on Documents Picker by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5201
- Remove
WelcomeMessagesfrom app - no longer used by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5206 - feat: Add document count indicators to workspace document management modal by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/5207
- feat(agents): Add Perplexity Search API as web search provider by @kesku in https://github.com/Mintplex-Labs/anything-llm/pull/5210
New Contributors
- @brianpursley made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/5116
- @elevatingcreativity made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/5131
- @RALaBarge made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/5092
- @MaxwellCalkin made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/5167
- @PeterDaveHello made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/5187
- @kesku made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/5210
Full Changelog: https://github.com/Mintplex-Labs/anything-llm/compare/v1.11.1...v1.11.2