mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-29 22:23:01 +00:00
Resolved "Error converting from js 'object' into type 'string'" in TDLib integration: - Updated TdLibClient.send() to serialize JavaScript objects to JSON strings before sending to Rust bridge - Enhanced error handling and logging in TDLib manager for better debugging - Added comprehensive parameter validation and type conversion - Improved V8 ops bridge logging for TDLib operations This ensures proper communication between TypeScript skills and Rust TDLib backend. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>