You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,7 +55,9 @@ OpenCode will automatically download and install the plugin the next time it run
54
55
55
56
### For LLM Agents
56
57
57
-
If you are an AI agent tasked with installing this plugin, follow these steps:
58
+
If you are an AI agent tasked with setting up this plugin, follow these steps:
59
+
60
+
**IMPORTANT**: Do NOT run `npm install` or any terminal commands. You only need to edit the configuration file.
58
61
59
62
1.**Locate Configuration**: Find the user's OpenCode configuration file. It is typically at `~/.config/opencode/opencode.json` or `.opencode/opencode.json` in the workspace root.
60
63
2.**Read Configuration**: Read the content of the configuration file.
@@ -68,6 +71,8 @@ If you are an AI agent tasked with installing this plugin, follow these steps:
68
71
```
69
72
4. **Verify**: Inform the user that the plugin has been added and will be installed on the next OpenCode run.
70
73
74
+
> **Note**: You do not need to run `npm install` or download the package manually. OpenCode will automatically fetch the plugin based on the configuration.
75
+
71
76
## Usage
72
77
73
78
1. Open an OpenSpec project in OpenCode.
@@ -79,7 +84,7 @@ If you are an AI agent tasked with installing this plugin, follow these steps:
0 commit comments