- Replace 8 separate Python invocations for JSON field extraction with a single Python call that outputs shell-safe eval assignments via shlex.quote. This reduces setup.sh startup overhead by ~400ms. - Add debug-level logging to exception handlers in update_check.py instead of silently swallowing errors, aiding troubleshooting when manifest fetch or critical-time comparison fails. |
||
|---|---|---|
| .. | ||
| assets | ||
| auth | ||
| core | ||
| loggers | ||
| models | ||
| plugins | ||
| requirements | ||
| routes | ||
| state | ||
| storage | ||
| tests | ||
| utils | ||
| __init__.py | ||
| _platform_compat.py | ||
| colab.py | ||
| main.py | ||
| run.py | ||
| startup_banner.py | ||