Add Diff Visualizer plugin - #434
Conversation
Plugin submission validation failedERROR: GitHub API request failed (404) GET https://api.github.com/repos/agent-zero-plugins/agent-zero-plugin-diff-visualizer/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: 2667aa7384
ℹ️ 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".
| side-by-side toggle and a maximize view for reviewing large changes, instead of a wall of plus | ||
| and minus lines. Ships a skill that teaches the agent to emit valid unified diffs plus a | ||
| behavioural nudge to show proposed edits and before/after comparisons as a diff. | ||
| github: https://github.com/agent-zero-plugins/agent-zero-plugin-diff-visualizer |
There was a problem hiding this comment.
Point at a repo with a root plugin manifest
When validating this submission, _validate_github_repo fetches the linked repository's /contents/plugin.yaml and fails unless it is a file. The URL here currently has no root plugin.yaml (the manifest is under usr/plugins/diff_visualizer/plugin.yaml), so validate-plugin-pr.yml will reject the PR as soon as it checks the GitHub repo; add a root manifest matching diff_visualizer or point this entry at a repo that has one.
Useful? React with 👍 / 👎.
Adds
plugins/diff_visualizer/index.yaml+ thumbnail.Renders unified-diff fenced code blocks as visual diffs in the chat UI (line-by-line, side-by-side toggle, maximize view for large diffs). Ships a skill teaching the agent to emit valid unified diffs.
plugin.yamlhasname: diff_visualizer, matching the folder name