Skip to content

Conversation

@Vijay-48
Copy link

@Vijay-48 Vijay-48 commented Dec 1, 2025

Changes

This PR adds two key improvements to the chat interface:

1. Continuous Conversation Mode

  • Modified ChatInterface.jsx to always display the input form
  • Users can now send multiple messages without the form disappearing
  • Provides a better UX similar to other chat interfaces

2. Draft Mode to Prevent Empty Conversations

  • Implemented draft mode in App.jsx
  • Conversations are only created when the first message is sent
  • Prevents storage waste from empty conversations
  • Cleaner conversation history

Testing

  • Tested continuous conversation flow
  • Verified no empty conversations are created
  • Confirmed existing streaming functionality works correctly

Files Changed

  • frontend/src/App.jsx
  • frontend/src/components/ChatInterface.jsx

Copilot AI added a commit to danielmerja/llm-council that referenced this pull request Dec 8, 2025
…t empty conversations

- Draft mode: conversations only created when first message is sent
- Input form always visible for continuous chat flow
- Prevents storage waste from empty conversations
- Better UX similar to ChatGPT and other modern chat interfaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant