opencode
opencode copied to clipboard
Add chat.messages.transform plugin hook
Summary
- Adds a
chat.messages.transformhook that allows plugins to modify the message array before it's sent to the AI provider - Enables plugins to prune, filter, or transform conversation history
Very cool, thanks!
Moving this PR to #5207