14 lines
399 B
YAML
14 lines
399 B
YAML
- dialog:
|
|
- heading "Codebase Context" [level=3]
|
|
- paragraph:
|
|
- text: Select the files to use as context.
|
|
- img
|
|
- textbox "src/**/*.tsx"
|
|
- button "Add"
|
|
- paragraph: Dyad will use the entire codebase as context.
|
|
- heading "Exclude Paths" [level=3]
|
|
- paragraph:
|
|
- text: These files will be excluded from the context.
|
|
- img
|
|
- textbox "node_modules/**/*"
|
|
- button "Add" |