From 145499ee4c2d3753634b4f950d6d6aab6394ff17 Mon Sep 17 00:00:00 2001 From: Kayvan Sylvan Date: Sun, 4 Jan 2026 12:51:06 -0800 Subject: [PATCH] chore: incoming 1914 changelog entry --- cmd/generate_changelog/incoming/1914.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cmd/generate_changelog/incoming/1914.txt diff --git a/cmd/generate_changelog/incoming/1914.txt b/cmd/generate_changelog/incoming/1914.txt new file mode 100644 index 00000000..11d779ff --- /dev/null +++ b/cmd/generate_changelog/incoming/1914.txt @@ -0,0 +1,5 @@ +### PR [#1914](https://github.com/danielmiessler/Fabric/pull/1914) by [majiayu000](https://github.com/majiayu000): feat(code_helper): add stdin support for piping file lists + +- Added stdin support for piping file lists to code_helper, enabling commands like `find . -name '*.go' | code_helper "instructions"` and `git ls-files '*.py' | code_helper "Add type hints"` +- Implemented automatic detection of stdin pipe mode with single argument (instructions) support +- Enhanced tool to read file paths from stdin line by line while maintaining backward compatibility with existing directory scanning functionality