Skip to content

Commit

Permalink
feat(docs): add custom AI Composer guide and update nav_order
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 29, 2025
1 parent 0db8390 commit d015fa6
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/composer/composer-prompting.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: AutoDev Composer Prompting
parent: AutoDev Composer
parent: AutoDev AI Composer
nav_order: 1
---

Expand Down
2 changes: 1 addition & 1 deletion docs/composer/composer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: AutoDev Composer
title: AutoDev AI Composer
nav_order: 5
has_children: true
---
Expand Down
27 changes: 27 additions & 0 deletions docs/composer/custom-ai-composer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: default
title: AI Composer Sketch View
parent: AutoDev AI Composer
nav_order: 3
---

# Tips

## Custom AI Composer

follow [Prompt Override](/customize/prompt-override), the AI Composer can be customized. in the `prompt/code` folder,
you can create a file named `sketch.vm` to override the composer prompt.

## Use RipgrepSearch

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:

```bash
brew install ripgrep
```

Then you can use it in the AutoDev Composer.




2 changes: 1 addition & 1 deletion docs/composer/sketch-view.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Composer Sketch View
parent: AutoDev Composer
parent: AutoDev AI Composer
nav_order: 2
---

Expand Down

0 comments on commit d015fa6

Please sign in to comment.