v1.11.0
Mintplex-Labs/anything-llmv1.11.0Feb 18, 2026by timothycarambat
AI Summary
This release introduces the AnythingLLM Desktop overlay feature - an OS-level and application-aware panel accessible via a single keystroke. It also adds SambaNova integration, web push notifications, and various provider improvements including UAE region support for Bedrock models.
Key Highlights
- Desktop overlay panel - OS-level chat accessible via single keystroke
- SambaNova Integration added as new LLM provider
- Web push notifications support
- PrivateModeAI Integration
- UAE region support for AWS Bedrock models
New Features
- Desktop overlay panel for seamless app access
- Keyboard shortcuts to scroll to top/bottom of chat history
- New login page UI
- Thinking block persist toggle state
- Edit existing SQL agent connections
- Custom headers support for LLM Generic OpenAI
- Provider field added to chats
- AzureOpenAI tool calling patched from 'function' to 'tool'
Full Release Notes
# AnythingLLM Desktop overlay is live! > _this is a free & desktop specific feature!_ Now, AnythingLLM Desktop has an OS-level and application aware panel that opens in a single keystroke. Seamlessly ingest your current open applications alongside all other chat functionality you use like document chat, RAG, agents, and more. This panel is such a smoother and more convenient way to use AnythingLLM - we highly recommend this for daily use! https://github.com/user-attachments/assets/0d3c260a-4d55-46e8-b11a-c6ecbf63e94d ----- ## What's Changed * Update common.js by @j0rDy in https://github.com/Mintplex-Labs/anything-llm/pull/4894 * Add keyboard shortcuts to scroll to top and bottom of chat history by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4870 * 4825 patch yt file collector api by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4904 * Refine and Standardize Username Constraints by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4828 * New login page UI by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4862 * [Chore] Autotranslation tool using DMR by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4907 * Persist Ollama context preferences in LC tools by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4908 * Refactor Ollama context window setting by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4909 * Patch AzureOpenAI tool calling from `function` to `tool` by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4922 * Thinking block persist toggle state by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4916 * Manage Onboarding decision via DB flag by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4926 * Fix sidebar thread layer by @17ColinMiPerry in https://github.com/Mintplex-Labs/anything-llm/pull/4881 * Toggle switch component by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4890 * Fix: Clean username already exists error by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4914 * fix: prevent Citations UI glitching during streaming chats by @naaa760 in https://github.com/Mintplex-Labs/anything-llm/pull/4897 * Support PrivateModeAI Integration by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4937 * feat: Add ability to edit existing SQL agent connections by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4848 * Fix double scroll container in agent flow builder by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4933 * feat: Enable essential ESLint rules and refactor frontend lint config by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4923 * SambaNova Integration by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4943 * Update LMStudio LLM & Embedder for API token by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4948 * Web push notifications by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4942 * Fix agent workspace settings loading forever by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4956 * add provider field to chats by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4959 * UAE region support for bedrock models by @vigorous-ride in https://github.com/Mintplex-Labs/anything-llm/pull/4964 * fix: scroll active sidebar items into view by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4965 * refactor: Migrate system preferences to field-based endpoint and remove deprecated endpoint by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4958 * Refactor: Remove redundant message state sync in ChatContainer by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4941 * chore: bump ollama SDK from 0.5.10 to 0.6.3 by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4977 * set embedder output dimensions for LocalAI and Gemini (gemini-embedding-001) by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4980 * Fix Sidebar Clipping When Closed by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4970 * fix: correct TPS calculation for Generic OpenAI provider with llama.cpp by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4981 * add support for custom headers for LLM Generic OpenAI by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4999 ## New Contributors * @j0rDy made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/4894 * @vigorous-ride made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/4964 **Full Changelog**: https://github.com/Mintplex-Labs/anything-llm/compare/v1.10.0...v1.11.0