cloving-ai / cloving-cli

MIT License
5 stars 1 forks source link

Missing files in context for Rails app #83

Open rupakg opened 6 days ago

rupakg commented 6 days ago

Environment

Cloving Version: 0.3.15 Ruby: 2.7.8 Rails: 7.1.4

Steps to Reproduce

  1. Create new rails app by: rails new my app -c bootstrap -d sqlite3
  2. cloving init
  3. Run command:
    cloving generate code --prompt "Build a home page for a dynamic tennis league management web app with bootstrap styled with a blue theme." -f app

    Error

image

rupakg commented 6 days ago

Interestingly, if I run the same prompt with chat, I can see it picks up the files in the context.

image