v0.71.2

openclaw/wacliv0.71.2Jun 29, 2026by github-actions[bot]

AI Summary

This release focuses on critical bug fixes regarding environment variable overrides, URL scheme conversions, and platform preservation in package manifests.

Key Highlights

  • Handle CONDA_OVERRIDE_* environment variables in global installs
  • Convert custom-scheme channel URLs to HTTPS
  • Preserve declared platforms for manifests without system-requirements

Full Release Notes

### [0.71.2] - 2026-06-29
#### ✨ Highlights

This release features a couple of important bug fixes.

#### Fixed

- Handle CONDA_OVERRIDE_* in pixi global install by @hunger in [#6335](https://github.com/prefix-dev/pixi/pull/6335)
- Convert custom-scheme channel URLs to https by @hunger in [#6456](https://github.com/prefix-dev/pixi/pull/6456)
- Preserve declared platforms for manifests without system-requirements by @hunger in [#6458](https://github.com/prefix-dev/pixi/pull/6458)
- Fix conda-pypi-mapping internet access in offline tests by @mgorny in [#6438](https://github.com/prefix-dev/pixi/pull/6438)