agent-zero/webui/components/chat/message-queue
Testing 3bdbdaa80c fix: push agent state to all WS connections and sync sidebar in background tabs
- agent.py: add finally block to _process_chain that calls mark_dirty_all()
  so non-active tabs see running:false without manual refresh
- message-queue-store.js: deduplicate allItems by id to prevent Alpine
  'Duplicate key' errors during server-poll vs pending-item race
- chats-list.html: add data-chat-id attribute for DOM-based targeting
- index.js: move chatsStore/tasksStore updates before context-equality
  check so background state changes always reach the sidebar
2026-05-14 00:16:01 +00:00
..
message-queue-store.js fix: push agent state to all WS connections and sync sidebar in background tabs 2026-05-14 00:16:01 +00:00
message-queue.html Add tool request validation and plugin change notifications 2026-03-10 13:08:48 +01:00