-
v2.3.0 — Bootstrap Fast-Start & Installer Hardening
发布于
2026-03-20 22:03:05 +00:00 | 2586 次提交 在此版本后已推送到 mainHighlights:
• Bootstrap model pattern: Tier 1+ installs download a tiny 2B model
(~1.5GB, ~1 min) first. Chat immediately while full model downloads
in background and auto-swaps when ready.
• Fixed: missing line continuations that crashed bootstrap launch
• Fixed: .env patched with bootstrap model values before compose up
• Fixed: curl exit code preserved in health checks
• All timeouts bumped to 60 min (downloads) / 20 min (health checks)
• curl | bash works — all interactive reads use /dev/tty
• wget replaced with curl for model downloads (faster, one less dep)
• test-install.sh for fast Tier 0 testing
• --no-bootstrap flag to opt out of fast-start下载附件