1. 07 Jun, 2025 38 commits
  2. 06 Jun, 2025 2 commits
    • 🎨 feat(table): add conditional row expansion for LogsTable · f4b6ec4f
      Implement rowExpandable property to control which rows can be expanded
      in the logs table. Rows are now only expandable when they have actual
      expand data content, preventing empty expansion sections from being
      displayed to users.
      
      - Add rowExpandable function to check if expandData exists and has content
      - Improve user experience by hiding expand functionality for rows without details
      - Maintain existing expand behavior for rows with valid expansion data
      Apple\Apple committed
    • feat: add support for OpenAI o1/o3/o4 series models in model categorization · da535b95
      - Extended OpenAI model filter to include o1, o3, and o4 series models
      - Updated model categorization logic to properly classify reasoning models
      - Ensures all OpenAI model variants (o1-mini, o1-preview, o3, o4, etc.) are correctly grouped under OpenAI category
      - Maintains backward compatibility with existing GPT and other OpenAI model series
      Apple\Apple committed