From c823f1c1283140fb85448d315c8e9dc110b7b8d2 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 10 Dec 2025 16:17:45 +0000 Subject: [PATCH] feat: Add Study Circle Chat plugin This commit introduces a new plugin that generates a discussion around a given text. Co-authored-by: akiva10b --- plugins/chat_group/icon.svg | 15 + plugins/chat_group/plugin.html | 514 +++++++++++++++++++++++++++++++++ plugins/index.json | 6 + 3 files changed, 535 insertions(+) create mode 100644 plugins/chat_group/icon.svg create mode 100644 plugins/chat_group/plugin.html diff --git a/plugins/chat_group/icon.svg b/plugins/chat_group/icon.svg new file mode 100644 index 0000000..4942ea2 --- /dev/null +++ b/plugins/chat_group/icon.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + diff --git a/plugins/chat_group/plugin.html b/plugins/chat_group/plugin.html new file mode 100644 index 0000000..4698542 --- /dev/null +++ b/plugins/chat_group/plugin.html @@ -0,0 +1,514 @@ + + + + + + Study Circle Chat + + + +
+
+
Study Circle Chat
+
Watch a multi-voice recap of the current passage.
+
+ +
Waiting for a reference…
+ +
+
+
Once we have a reference, we’ll invite a few study partners to discuss it.
+
+
+ + + + + +
+ +
+
+ + + + diff --git a/plugins/index.json b/plugins/index.json index fdf1669..81435d1 100644 --- a/plugins/index.json +++ b/plugins/index.json @@ -11,6 +11,12 @@ "icon": "/librarian/icon.png", "description": "Chat with a librarian and jump to referenced texts" }, + { + "name": "Study Circle Chat", + "url": "/chat_group/plugin.html", + "icon": "/chat_group/icon.svg", + "description": "See a chat-group discussion of the current reference" + }, { "name": "AI Translation", "url": "/translation/plugin.html",