Skip to content

Commit 297c67d

Browse files
committed
Add Find relevant files example to README and remove unused import in find-relevant-files-command.ts
1 parent 8dcc2ff commit 297c67d

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,17 @@ As it's not possible to train a model to keep architectural order in the codebas
8383

8484
</details>
8585

86-
...and more!
86+
<details>
87+
<summary>Find relevant files</summary>
88+
89+
```
90+
<files>[current file tree selection]</files>
91+
<system>[response format instructions]</system>
92+
Find all files building modules of the following task's scope:
93+
[user-typed prompt]
94+
```
95+
96+
</details>
8797

8898
## Prompt caching
8999

apps/editor/src/commands/find-relevant-files-command/find-relevant-files-command.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
LAST_FIND_RELEVANT_FILES_SHRINK_STATE_KEY
77
} from '../../constants/state-keys'
88
import { t } from '@/i18n'
9-
109
import { get_target_folder_path } from './utils/get-target-folder-path'
1110
import { prompt_for_instructions } from './utils/prompt-for-instructions'
1211
import { analyze_workspace_files } from './utils/analyze-workspace-files'

0 commit comments

Comments
 (0)