- Add `select_all` option to recursively add directory contents - Implement `select_all_files_and_dirs` for file traversal - Rework prompt building with file tree and content formatters - Improve `get_file_extension` to handle dotfiles and special files - Update prompt template to use new structured data model
11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
<user_instructions>
|
|
@{prompt.user_instructions}
|
|
</user_instructions>
|
|
|
|
<file_map>
|
|
@{prompt.file_map}
|
|
</file_map>
|
|
|
|
<file_contents>
|
|
@{prompt.file_contents}
|
|
</file_contents> |