DioxusLabs / DioxusLabs/dioxus

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

Open
#5,199 4 comments 3 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.