github danielmiessler/Fabric v1.4.373

latest releases: v1.4.375, v1.4.374
4 days ago

Changes

PR #1914 by 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

PR #1915 by majiayu000: feat: parallelize audio chunk transcription for improved performance

  • Parallelize audio chunk transcription using goroutines for improved performance

Don't miss a new Fabric release

NewReleases is sending notifications on new releases.