Commit e21276e
committed
fix(opencode): migrate opencode.json to 'plugin' singular schema
The 'plugins' array-of-objects shape was the legacy schema; current
opencode-web3 requires 'plugin' as a flat array of paths/specs and
rejects the old shape with:
Error: Configuration is invalid at packages/opencode/opencode.json
Unrecognized key: 'plugins'
Migrate to the current schema so the plugin loads in fresh sessions.1 parent 34c74a0 commit e21276e
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
| 4 | + | |
8 | 5 | | |
9 | 6 | | |
0 commit comments