feat: support zip/tar.gz/jar as dir,implement dir path collapsing for single-child chains
check the commits detail
Codecov Report
:x: Patch coverage is 89.97613% with 42 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 82.92%. Comparing base (b03107d) to head (ac6923c).
:warning: Report is 3 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #434 +/- ##
==========================================
+ Coverage 82.06% 82.92% +0.86%
==========================================
Files 48 49 +1
Lines 4125 4445 +320
==========================================
+ Hits 3385 3686 +301
- Misses 655 666 +11
- Partials 85 93 +8
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Thanks for the PR! There's quite a lot of stuff that needs to be yet done here. We need to disable several actions (delete, view content, spawn shell, etc.) when browsing zip archives.
Also I think we shouldn't enable this by default. We should use an flag or config option to enable this behaviour.
All my changes vibe coded by Google Antigravity 🙂