DaisyUI LLM Issue

I’m running into an issue after adding the DaisyUI LLM to Cursor’s docs. When I mention the doc in chat and ask it to list all available components, it only returns a small subset—around 5 or 6—despite there being 64 in total. It looks like the model doesn’t have full access to the entire component list. Is there something I’m missing or doing incorrectly?

I use Composer 1 if that makes any difference.

Can you share your prompt and the answer you receive from the LLM?

Sorry for not posting this earlier.

Prompt: List me all the components from @DaisyUIDaisyUIDaisyUIDaisyUI

Searching for the complete DaisyUI component list.

[2 tools called]

Searching for DaisyUI v5 components to ensure completeness:

[1 tool called]

Complete list of DaisyUI components, organized by category:

Actions

  1. Button (btn)
  2. Dropdown
  3. Modal
  4. Swap
  5. Theme Controller

Data Display

  1. Accordion
  2. Avatar
  3. Badge
  4. Card
  5. Carousel
  6. Chat Bubble
  7. Collapse
  8. Countdown
  9. Kbd (Keyboard key display)
  10. Stat
  11. Table
  12. Timeline

Data Input

  1. Checkbox
  2. File Input
  3. Label
  4. Radio
  5. Range (Slider)
  6. Rating
  7. Select
  8. Text Input (input)
  9. Textarea
  10. Toggle

Navigation

  1. Breadcrumbs
  2. Link
  3. Menu
  4. Navbar
  5. Pagination
  6. Steps
  7. Tabs

Feedback

  1. Alert
  2. Loading
  3. Progress
  4. Toast
  5. Tooltip

Layout

  1. Divider
  2. Drawer
  3. Footer
  4. Indicator
  5. Join
  6. Stack

Additional Components (v5+)

  1. FAB (Floating Action Button)
  2. Dock (Bottom navigation bar)
  3. Calendar (Styles for calendar libraries: Cally, Pikaday, React Day Picker)

Total: 48 components

Your project uses DaisyUI v5.3.7, so all of these are available. I can see you’re already using the card component in your StatusCard.tsx file.

It missed some new components they added, which were included in the LLM and indexed correctly on Cursor.

LLM

Thanks for the details. This answer will be improved in the next update :+1: