File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,4 +11,10 @@ Prevent your system from sleeping during agentic workflows.
1111
1212## Installation
1313
14- Copy the [ content] ( https://unpkg.com/@opencode-plugins/caffeinate@1.0.0/dist/plugin.js ) to ` ~/.config/opencode/plugin/caffeinate.js `
14+ Add the package to your plugins list in ` ~/.config/opencode/opencode.json ` :
15+
16+ ``` json
17+ {
18+ "plugins" : [" @opencode-plugins/caffeinate" ]
19+ }
20+ ```
Original file line number Diff line number Diff line change 77| windows | :white_check_mark : |
88
99Prevent opencode to read any ` .env ` file - this is taken 1:1 from [ opencode docs] ( https://opencode.ai/docs/plugins/#env-protection ) .
10+
11+ ## Installation
12+
13+ Add the package to your plugins list in ` ~/.config/opencode/opencode.json ` :
14+
15+ ``` json
16+ {
17+ "plugins" : [" @opencode-plugins/env-protection" ]
18+ }
19+ ```
You can’t perform that action at this time.
0 commit comments