Skip to content

Commit d015fa6

Browse files
committed
feat(docs): add custom AI Composer guide and update nav_order
1 parent 0db8390 commit d015fa6

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

docs/composer/composer-prompting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: AutoDev Composer Prompting
4-
parent: AutoDev Composer
4+
parent: AutoDev AI Composer
55
nav_order: 1
66
---
77

docs/composer/composer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: AutoDev Composer
3+
title: AutoDev AI Composer
44
nav_order: 5
55
has_children: true
66
---

docs/composer/custom-ai-composer.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: default
3+
title: AI Composer Sketch View
4+
parent: AutoDev AI Composer
5+
nav_order: 3
6+
---
7+
8+
# Tips
9+
10+
## Custom AI Composer
11+
12+
follow [Prompt Override](/customize/prompt-override), the AI Composer can be customized. in the `prompt/code` folder,
13+
you can create a file named `sketch.vm` to override the composer prompt.
14+
15+
## Use RipgrepSearch
16+
17+
Since we don't have a full-text search feature, you can use `RipgrepSearch` to search for files in the project. You can install it via Homebrew:
18+
19+
```bash
20+
brew install ripgrep
21+
```
22+
23+
Then you can use it in the AutoDev Composer.
24+
25+
26+
27+

docs/composer/sketch-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Composer Sketch View
4-
parent: AutoDev Composer
4+
parent: AutoDev AI Composer
55
nav_order: 2
66
---
77

0 commit comments

Comments
 (0)