opencode-review-helper 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -21,7 +21,7 @@ Restart opencode after setup to load the plugin.
21
21
 
22
22
  ## Usage
23
23
 
24
- The plugin provides a `review-helper:code-reviewer` agent that combines both tools. It:
24
+ The plugin provides a `review-helper` agent that combines both tools. It:
25
25
 
26
26
  1. Runs `review_order` to determine file review sequence
27
27
  2. Runs `impact_analysis` to find affected external code
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: review-helper:code-reviewer
2
+ name: review-helper
3
3
  description: |
4
4
  Comprehensive code reviewer for AI-generated changes. Analyzes:
5
5
  - Optimal review order based on file dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-review-helper",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "OpenCode plugin for reviewing AI-generated code changes - suggests review order and analyzes impact",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",