Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
bun-version: latest

- name: Install
run: bun install --frozen-lockfile
run: bun install --frozen-lockfile --ignore-scripts

- name: Lint
run: bun run lint
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,15 @@ Add the plugin to your `opencode.json`:
}
```

The following command files are automatically copied to
`~/.config/opencode/command/` on installation:
> [!CAUTION]
> **One-time setup required**: OpenCode does not execute npm postinstall scripts.
> Run this command once after initial installation to enable slash commands:
>
> ```bash
> cd ~/.cache/opencode/node_modules/opencode-agent-modes && node dist/postinstall.js
> ```

The following command files are copied to `~/.config/opencode/command/`:

- `mode-performance.md`
- `mode-economy.md`
Expand Down