[0.6.4] Fix multifile loop
This hotfix resolves an issue where file size boundaries were incorrectly calculated when reading bytes, which could cause problems when multiple file contexts are provided.
Bug Fixes
- Fixed incorrect file size boundary calculations when reading bytes by correctly using the read buffer length
Maintenance
- Applied code formatting and linting fixes to maintain code quality
Full Changelog: v0.6.3...v0.6.4