Agent Zero v0.9.5: Secrets Management & Progressive Web App

Major update introducing secrets management system allowing agents to use credentials without exposing them to LLMs, enhanced message handling with file references, and progressive web app support.

#releases

Agent Zero v0.9.5 changelog banner

Watch the Agent Zero v0.9.5 release video.

✨ New Features

  • Secrets management system - agent can use credentials without ever exposing them to LLM providers
  • Progressive web app (PWA) support

⚡ Improvements

  • Agent can copy/paste messages and files without rewriting them using file references
  • LiteLLM global configuration field for model parameters
  • JSON format support in extra model parameters
  • Custom HTTP headers for browser agent
  • Tunnel component frontend rework

🐛 Bug Fixes

  • Fixed LLM errors with long IDs by using shorter IDs for files and memories
  • Fixed timezone change bug
  • Fixed notifications z-index issue