1. 05 Jun, 2025 4 commits
  2. 04 Jun, 2025 16 commits
  3. 03 Jun, 2025 19 commits
  4. 02 Jun, 2025 1 commit
    • 🔧 refactor(preview): remove default placeholder message from empty conversation preview · 42598feb
      - Remove automatic insertion of "你好" placeholder message in preview payload
      - Keep messages array empty when no user messages exist in conversation
      - Only process image handling logic when user messages are present
      - Ensure preview request body accurately reflects current conversation state
      
      Previously, the preview panel would automatically inject a default "你好"
      user message when the conversation was empty, which could be misleading.
      This change ensures the preview payload shows exactly what would be sent
      based on the current conversation state, improving accuracy and user
      understanding of the actual API request structure.
      Apple\Apple committed