dioxus
dioxus copied to clipboard
`dx new` does not properly honor request to omit LLMs
Problem
dx new unconditionally adds AGENTS.md to a project
Steps To Reproduce
Steps to reproduce the behavior:
❯ dx new noaipls
(...)
? 🤷 Do you want to include prompts for LLMs? ›
❯ false
(...)
Build cool things! ✌️
❯ ls -l noaipls/AGENTS.md
.rw-r--r-- 7.9k ace 10 Jan 14:16 noaipls/AGENTS.md
Expected behavior
no AGENTS.md, it offends me
Screenshots
Environment:
- Dioxus version:
dioxus 0.7.2 (35351eb)
This looks similar to https://github.com/DioxusLabs/dioxus-template/issues/78. Are you on windows?
nope, Linux (pop!os 24.04 LTS)
I have the same issue on Windows. My dx new also adds tailwind.css when I am asking not to do it. It looks very similar to the closed https://github.com/DioxusLabs/dioxus-template/issues/78
dx -V: dioxus 0.7.3 (22b06ba)