rulesync 4.1.1 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -134,7 +134,7 @@ Rulesync supports both **generation** and **import** for All of the major AI cod
134
134
  | Gemini CLI | ✅ 🌏 | ✅ | ✅ 🌏 | ✅ 🌏 | 🎮 | 🎮 |
135
135
  | GitHub Copilot | ✅ | | ✅ | ✅ | ✅ | ✅ |
136
136
  | Cursor | ✅ | ✅ | ✅ | ✅ 🌏 | 🎮 | 🎮 |
137
- | OpenCode | ✅ | | ✅ | ✅ 🌏 | | ✅ 🌏 |
137
+ | OpenCode | ✅ | | ✅ | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 |
138
138
  | Cline | ✅ | ✅ | ✅ | | | |
139
139
  | Roo Code | ✅ | ✅ | ✅ | ✅ | 🎮 | |
140
140
  | Qwen Code | ✅ | ✅ | | | | |
@@ -361,6 +361,17 @@ claudecode: # for claudecode-specific parameters
361
361
  copilot: # for GitHub Copilot specific parameters
362
362
  tools:
363
363
  - web/fetch # agent/runSubagent is always included automatically
364
+ opencode: # for OpenCode-specific parameters
365
+ mode: subagent # must be set so OpenCode treats the agent as a subagent
366
+ model: anthropic/claude-sonnet-4-20250514
367
+ temperature: 0.1
368
+ tools:
369
+ write: false
370
+ edit: false
371
+ bash: false
372
+ permission:
373
+ bash:
374
+ "git diff": allow
364
375
  ---
365
376
 
366
377
  You are the planner for any tasks.