v1.11.2

sinewaveai/agent-security-scanner-mcpv1.11.2Mar 18, 2026by timothycarambat

AI Summary

Focusing on UI improvements and agent enhancements, this release features a new prompt input, better citation reporting, agent metrics, and adds Perplexity Search API as a web search provider.

Key Highlights

  • New prompt input UI
  • Better Citations UI and reporting
  • Metrics for Agent calls (stream metrics and finish reason)
  • Ability to toggle Agent skills on/off from the prompt
  • Ability to select provider and model without leaving the page

New Features

  • Agent stream metric reporting
  • Perplexity Search API support
  • v2 chat layout designs
  • Tooltip for attach button
  • Improved zh_TW Traditional Chinese locale

Full Release Notes

## 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:envs` fails 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 `/collector` by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/5128
* chore: add ESLint to `/server` by @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 `WelcomeMessages` from 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