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
fix: use SessionManager methods for pending tool call state management
- Replace direct session service access with SessionManager's get_state_value and set_state_value methods
- Simplifies state management by using higher-level abstraction
- Fixes issue #25 by using proper SessionManager API for state updates
- Maintains same functionality with cleaner implementation
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments