LoopX v0.1.5
Summary
LoopX v0.1.5 promotes the latest stable control-plane fixes from main to the public stable channel.
Highlights since v0.1.4:
- tighter quota/status/runtime routing for long-running agent work;
- improved monitor and scheduler projection behavior;
- stronger canary smoke discovery and release packaging coverage;
- updated outcome-floor recovery semantics so agents produce evidence or concrete blockers instead of surface-only progress.
Update
Existing users can update with:
loopx update --check
loopx update --execute
loopx doctorNew users can install from the stable channel with:
curl -fsSL https://raw.githubusercontent.com/huangruiteng/loopx/main/scripts/install-from-github.sh | bash
export PATH="$HOME/.local/bin:$PATH"
loopx doctorValidation
python3 examples/release/release-version-contract-smoke.pypython3 examples/canary-promotion-readiness-smoke.py --no-write-evidencePYTHONPATH=. python3 -m loopx.cli check --scan-path README.md --scan-path docs/ --scan-path examples/- release/install/update smokes from PR #1193
Note: local loopx check reported an existing runtime index duplicate warning under loopx-meta; public boundary scans were clean and returned ok=True.