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
feat: Replace homepage with conversation manager using TypeScript SDK
- Remove most homepage content, keeping only settings button
- Add ConversationManager React component with full CRUD functionality
- Implement conversation listing, creation, messaging, and deletion
- Display latest event and current state for each conversation
- Add ConversationManager class to SDK for API operations
- Export new types: ConversationSearchRequest/Response, ConversationManagerOptions
- Update example app to showcase conversation management capabilities
Co-authored-by: openhands <openhands@all-hands.dev>
0 commit comments