Open Issues Need Help
View All on GitHub Don't ignore hidden files by default in file content attachment handler about 2 months ago
AI Summary: Modify the `jp_attachment_file_content` crate to include hidden files by default when attaching file content. This involves changing the `WalkBuilder` configuration in the `get` method of the `FileContent` struct to include hidden files (`.hidden(false)`). Consider whether to make this configurable via a parameter or setting, but prioritize inclusivity as the default behavior.
Complexity:
2/5
enhancement good first issue
dcdpr/jp
4
Command-line Programming Assistant providing a flexible and powerful pair-programming experience with LLMs.
Rust
#ai#llm#rust