Agent Zero – Release Notes
- Chat compaction plugin: New built-in plugin that compacts chat history, helping manage long conversations and context window usage. Includes plugin thumbnail.
- WebUI
page-headextension point: Plugins can now inject<script>and<link>tags directly into<head>via a newx-extensioninjection point inindex.html, enabling cleaner loading of vendor libraries (e.g. mermaid.js, custom fonts) without DOM manipulation hacks. - Plugin index fetch cleanup: Removed redundant
forceparameter from the server-side plugin index fetch handler; cache-busting is now handled entirely client-side. - Updated
a0-developmentskill. - Release workflow improvements: Added fallback environment variable support (
OPENROUTER_MODEL_NAME/OPENROUTER_MODEL), improved error handling with graceful fallback messaging, and relaxed branch/tag constraints in the Docker publish workflow.