v1.14.1

kgretzky/evilginx2v1.14.1Jun 16, 2026by timothycarambat

AI Summary

Overhauled the Meeting Assistant for better performance with GPU support and added a Developer API for transcription, along with dual channel stereo recordings.

Key Highlights

  • Overhauled Meeting Assistant with GPU support
  • Added Developer API for transcription
  • Basic Speaker Identification feature
  • Dual channel stereo recordings

New Features

  • GPU support for Meeting Assistant
  • Developer API for audio transcription
  • Speaker identification
  • Dual channel recording

Full Release Notes

## Meeting Assistant Overhaul

_Meeting Assistant is desktop app only_

We have overhauled a large portion of the Meeting Assistant to make it smaller, faster, and more efficient across all devices and platforms.

- [x] Now supports Intel, AMD, and NVIDIA GPUs for a 92% smaller binary and 15% faster processing times.
   - If you already have the NVIDIA GPU binary installed, you can safely delete it if you want. It will still work and is backwards compatible.

- [x] Support for Developer API for transcription on audio (POST: `/v1/transcription/transcribe`)
- [x] Meeting Assistant context window overflow handling is much better now - so small models can summarize longer meetings.
- [x] Introduction of [Basic Speaker Identification](https://docs.anythingllm.com/meeting-assistant/features#speaker-identification) for 60% better summarizes from any audio.
- [x] Dual channel stero recordings for meetings now - leading to 80% better speaker identification in "Full Diarization" mode.

## Improvements

- [x] Linux AppImage now **91%** smaller in size and caches Ollama engine downloads for faster startup times.
- [x] Meeting Assistant title fix on meetings post-summary now auto-updates in UI
- [x] AgentFLow variable highlight so its clear what is and is not a valid variable
- [x] "Copy chat link" in UI to quickly re-open a chat in the desktop/self-hosted app via deeplinking.
- [x] Re-enabled audio and video uploads via chat UI - uses Tinyscribe engine now.
- [x] Export Chat as (PDF, JSON, Markdown, etc) from chat UI.
- [x] Desktop Assistant Setting - HD screenshots now available for screenshot capture area.
- [x] Request approval internal function is now available for custom skills.

## Bug Fixes

- [x] Removed DPAIS and HuggingFace providers from AnythingLLM (unmaintained)
- [x] Fixed memory leak in embedder from it constantly reloading in server process
- [x] Fixed text clearing bug when dragging and dropping files into the chat and text was already present in prompt.
- [x] Massive performance improvements to the frontend UI for long running chats.
- [x] Cohere SDK removed and ported to OpenAI SDK for compatibility.
- [x] Desktop Assistant Capture Area not showing on windows multi-monitor setups.
- [x] Strip thinking from fork thread name when forking a chat that had thoughts.
- [x] Fix toast light mode always showing regardless of system theme.
- [x] Mistral embedder encoding issue fixed.
- [x] Better error messages for API
- [x] Omit temp in Claude Bedrock for Claude 4.8
- [x] Fixed event emitter leak in server process for web-scraping and summarize process

----

## What's Changed
* fix: prevent EventEmitter memory warning in AIbitat agent framework by @simongonzalezdc in https://github.com/Mintplex-Labs/anything-llm/pull/5790
* Remove unused providers by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5793
* Patch reloading of embedder and lanceDB connection by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5804
* Better API errors by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5805
* Mistral Embedding Encoding by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5806
* fix: omit temperature param for Bedrock Claude Opus 4.8 by @kimnamu in https://github.com/Mintplex-Labs/anything-llm/pull/5822
* feat: expose requestToolApproval to custom agent skills by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/5795
* feat: highlight variable references in agent flow blocks by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/5799
* chat link in chat settings by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5837
* WorkspaceChat refactor by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5833
* More Frontend optimizations by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5838
* Migrate Cohere to OpenAI sdk by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/5813
* feat: export workspace chat/chat thread to pdf by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/5800

## New Contributors
* @simongonzalezdc made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/5790
* @kimnamu made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/5822

**Full Changelog**: https://github.com/Mintplex-Labs/anything-llm/compare/v1.14.0...v1.14.1