Added
- Structured output support - OpenCode's
StructuredOutputtool input is now re-emitted as text content so the AI SDK'sOutput.object()/Output.array()can parsestep.textcorrectly. Previously this always threwNoObjectGeneratedError. (PR #16 by @abhijit-hota) - Exported
STRUCTURED_OUTPUT_TOOLconstant - Shared constant for the"StructuredOutput"tool name.