DioxusLabs / DioxusLabs/dioxus
`dx new` does not properly honor request to omit LLMs
Open
bug
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
**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)`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.