Files
SnapOtter 1033c4f101 fix(ai): align offline bundle import entry cap with the installer
Manual bundle import capped archives at 10,000 entries while the installer
(max_entries in install_runtime.py) allows 100,000. OCR ships thousands of
small files, so the same bundle installed fine via the app but failed an
offline import with "Archive exceeds 10000 entry limit". Raise the manual
cap to match. The 20 GB cumulative byte cap and the entry-type and traversal
guards stay in place as the DoS backstops.

Fixes #719
2026-08-02 19:52:55 +08:00
..