Prevent your system from sleeping during agentic workflows.
npm install @opencode-plugins/caffeinate| Platform | Supported |
| -------- | ------------------ |
| macOS | :white_check_mark: |
| linux | :x: |
| windows | :x: |
Prevent your system from sleeping during agentic workflows.
Add the package to your plugins list in ~/.config/opencode/opencode.json:
``json``
{
"plugins": ["@opencode-plugins/caffeinate"]
}