dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

`dx new` does not properly honor request to omit LLMs

Open spookyvision opened this issue 1 month ago • 1 comments

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)

spookyvision avatar Jan 10 '26 13:01 spookyvision

This looks similar to https://github.com/DioxusLabs/dioxus-template/issues/78. Are you on windows?

ealmloff avatar Jan 10 '26 16:01 ealmloff

nope, Linux (pop!os 24.04 LTS)

spookyvision avatar Jan 13 '26 17:01 spookyvision

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)

dpytaylo avatar Jan 17 '26 10:01 dpytaylo