@mechanai/deepreview 2.4.1 → 2.4.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -89,7 +89,7 @@ OpenCode caches plugins on first install and does not automatically check for ne
89
89
  To upgrade:
90
90
 
91
91
  ```bash
92
- rm -rf ~/.cache/opencode/packages/*deepreview*/
92
+ rm -rf ~/.cache/opencode/packages/@mechanai/deepreview*/
93
93
  ```
94
94
 
95
95
  Then restart OpenCode. It will re-fetch the latest version.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mechanai/deepreview",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "Multi-agent parallel code/spec review for OpenCode",
5
5
  "license": "MIT",
6
6
  "repository": {