mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
OpenCode's message.part.delta events use field="text" for all parts including reasoning, because "text" is the property name being updated. Track part types from message.part.updated events and use them to correctly classify deltas for known reasoning parts. Also set PASEO_SUPERVISED=0 in vitest setup to prevent process.send() conflicts with vitest's fork pool.