mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Fixed two fire-and-forget promise patterns that could cause unhandled rejections: - interruptActiveTurn() in requestCancel closure - now catches errors and logs warning - forwardPromptEvents() in stream method - now catches errors and logs to console Both now properly handle promise rejections to prevent Node.js process crashes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>