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
refactor: optimize CallbackExecutor for better performance
- Execute plugin_callback directly instead of wrapping in CallbackPipeline
- Makes plugin callback priority more explicit
- Fixes incorrect lambda in docstring example
- Reduces unnecessary overhead for single callback execution
Addresses feedback from gemini-code-assist bot review (round 2)
0 commit comments