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: consolidate store improvements and add runState management
- Consolidate enableMapSet() to single call at app initialization
- Add runState to chat store for centralized state management
- Simplify feedback-container with single useFeedbackStore call
- Update use-send-message to save runState to store
- Include runState in feedback submission logging
These changes improve code organization and set foundation for future
simplifications where components can access runState directly from the
store instead of extracting from message metadata.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments