You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The async-to-sync transformation was incomplete for CLI commands,
causing "coroutine was expected" errors in tests. Added proper
transformation rules to convert run_async() wrapper calls to
direct function calls in sync versions.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments