Skip to content

LoopX v0.1.5

Choose a tag to compare

@huangruiteng huangruiteng released this 03 Jul 05:28
c036d60

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 doctor

New 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 doctor

Validation

  • python3 examples/release/release-version-contract-smoke.py
  • python3 examples/canary-promotion-readiness-smoke.py --no-write-evidence
  • PYTHONPATH=. 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.