github danny-avila/LibreChat v0.8.6-rc1

pre-release6 hours ago

๐Ÿž๏ธ Highlights

  • ๐Ÿ“œ Agent Skills
    • Agent Skills let you package reusable agent behavior into SKILL.md bundles: instructions, reference files, scripts, assets, and tool permissions can travel together as a capability an agent can invoke automatically, on request, or always-on.
    • Skills can be imported, size-limited, shared like agents and MCP servers, and scoped per agent, making it easier to build repeatable workflows without baking every instruction into the agent prompt.
  • ๐Ÿ‘ฅ Subagents
    • Subagents let agents call other agents as tools, so a primary agent can delegate specialized work, run independent passes in parallel, or even call a configured copy of itself for fan-out style problem solving.
    • Subagent runs preserve the surrounding upload, user, and MCP context while enforcing recursion and graph limits, which keeps multi-agent execution powerful without making it unbounded.
  • ๐Ÿ–ฅ๏ธ Code Execution & Artifacts (pending OSS Code Interpreter release)
    • Text, source-code, DOCX, CSV, XLSX, and PPTX artifacts can render inline or in the side panel with richer previews.
    • Nested artifact paths, Unicode filenames, file metadata encoding, and generated-code context filtering received several hardening passes.
  • โ˜๏ธ CloudFront + S3 File Delivery
    • New CloudFront file strategy support includes signed cookies, signed downloads, strict signed-access enforcement, region-aware storage keys, and cookie refresh on auth refresh.
  • ๐Ÿ”’ Security, Auth, and MCP Hardening
    • Improved security for MCP OAuth, OpenID/OIDC, artifact routing, permission caching, avatar fetching, and HTML rendering
  • ๐Ÿ” Providers, Search, and Model Support
    • Tavily search/scraping, OpenRouter prompt-cache configuration, Vertex AI multi-region endpoints, Anthropic tool-argument streaming, and GPT-5.5 token definitions are now supported.

Click to expand Release Notes

What's Changed

โœจ Features

๐Ÿ› Fixes

๐Ÿ”ง Refactoring

๐Ÿ–ฅ๏ธ UI & Styling

๐Ÿ“ฆ Dependencies, Chores & CI

๐Ÿ“š Documentation

๐ŸŒ Internationalization

New Contributors

Full Changelog: v0.8.5...v0.8.6-rc1

Don't miss a new LibreChat release

NewReleases is sending notifications on new releases.