Add Chat Comments plugin - #435
Conversation
Plugin submission validation failedERROR: GitHub API request failed (404) GET https://api.github.com/repos/agent-zero-plugins/agent-zero-plugin-chat-comments/contents/plugin.yaml: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/contents#get-repository-content","status":"404"} |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9690072473
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| 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 |
There was a problem hiding this comment.
Point at a repo with root plugin.yaml
The linked repository currently does not expose plugin.yaml at its repository root; its manifest is under usr/plugins/chat_comments/plugin.yaml. The PR validator dereferences https://api.github.com/repos/{owner}/{repo}/contents/plugin.yaml and fails with “github repository must contain plugin.yaml at repository root”, so this entry will not pass validation or become installable until the remote repo adds a root manifest or this URL points at a repo that has one.
Useful? React with 👍 / 👎.
Adds
plugins/chat_comments/index.yaml+ thumbnail.Select text in a chat message to attach Google-Docs-style comments. Comments highlight inline, persist with the chat across reloads and chat switches, can be edited or deleted, and can all be sent to the prompt box in one go.
plugin.yamlhasname: chat_comments, matching the folder name