v1.6.10
tagged this
08 Jun 23:29
The transformAgentMarkdownForOpenCode function was passing through the
tools field without converting from Claude Code's array format to
OpenCode's required object format.
Before: tools: [Read, Write, Edit]
After: tools: { read: true, write: true, edit: true }
This fixes the ConfigInvalidError when loading agent files in OpenCode.
Bump version to 1.6.10