diff --git a/plugins/chat_comments/index.yaml b/plugins/chat_comments/index.yaml new file mode 100644 index 0000000..ee131ab --- /dev/null +++ b/plugins/chat_comments/index.yaml @@ -0,0 +1,11 @@ +title: Chat Comments +description: >- + Select any text in a chat message and attach a Google-Docs-style comment to it. Comments are + highlighted inline, persist with the chat across reloads and chat switches, and can be edited + or deleted from a comments panel. When you are ready, send every comment on the chat to the + prompt box in one go, so review feedback becomes the agent's next instruction. +github: https://github.com/agent-zero-plugins/agent-zero-plugin-chat-comments +tags: + - ui + - workflow + - prompting diff --git a/plugins/chat_comments/thumbnail.png b/plugins/chat_comments/thumbnail.png new file mode 100644 index 0000000..d858153 Binary files /dev/null and b/plugins/chat_comments/thumbnail.png differ