From f3dffad7a70d97010daa80156ac02fecfa136277 Mon Sep 17 00:00:00 2001 From: bdunn77 Date: Thu, 21 May 2026 00:43:20 +0000 Subject: [PATCH 1/2] feat: add chat_organizer plugin --- plugins/chat_organizer/index.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plugins/chat_organizer/index.yaml diff --git a/plugins/chat_organizer/index.yaml b/plugins/chat_organizer/index.yaml new file mode 100644 index 0000000..969ed09 --- /dev/null +++ b/plugins/chat_organizer/index.yaml @@ -0,0 +1,7 @@ +title: Chat Organizer +description: Organize chats with folders, drag-and-drop reordering and unlimited nested folders in the sidebar. +github: https://github.com/bdunn77/a0-chat-organizer +tags: + - ui + - workflow + - files From a39ee33ed60b9bc9ba7b73deed31f7ff33f5f4d2 Mon Sep 17 00:00:00 2001 From: bdunn77 Date: Thu, 21 May 2026 00:50:40 +0000 Subject: [PATCH 2/2] chore: refresh chat_organizer validation after compatibility fix