mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-29 14:02:19 +00:00
* chore: bump version to 0.38.0 [skip ci] * chore: bump version to 0.39.0 [skip ci] * chore: bump version to 0.40.0 [skip ci] * chore: bump version to 0.41.0 [skip ci] * chore: bump version to 0.42.0 [skip ci] * feat: implement TDLib client initialization and ensure parameters are set - Added early TDLib client startup in `run` function to prepare for skill execution. - Introduced `ensureInitialized` method in QuickJS to create the client and set parameters atomically. - Enhanced `TdLibManager` with `ensure_initialized` method to streamline client creation and parameter handling. - Improved logging for client creation and parameter setting processes, aiding in debugging and monitoring. * feat: reactive TDLib param auto-send and query initial auth state - Rust worker loop auto-sends setTdlibParameters when TDLib requests them - Add getAuthorizationState call after update loop starts in TS skill - Add verbose logging to TDLib manager for debugging Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * update skill --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>