Files
stack/packages
jason.woltjeandClaude Sonnet 4.6 5a64b90910 fix(cli): remove side-effect from agent:end state updater (#133)
Use a ref to track current stream text so agent:end can commit the
final message without calling setMessages inside a setCurrentStreamText
updater function, which violates React's rule that state updaters must
be pure.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-03-15 14:06:19 -05:00
..