You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chat compaction plugin: New built-in plugin that compacts chat history, helping manage long conversations and context window usage. Includes plugin thumbnail.
WebUI page-head extension point: Plugins can now inject <script> and <link> tags directly into <head> via a new x-extension injection point in index.html, enabling cleaner loading of vendor libraries (e.g. mermaid.js, custom fonts) without DOM manipulation hacks.
Plugin index fetch cleanup: Removed redundant force parameter from the server-side plugin index fetch handler; cache-busting is now handled entirely client-side.
Updated a0-development skill.
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.