v0.71.2
OpenBMB/ChatDevv0.71.2Jun 29, 2026by github-actions[bot]
AI Summary
This release focuses on fixing critical installation and URL handling bugs, specifically addressing environment variable overrides for Conda, HTTPS conversion for custom scheme channels, and platform preservation.
Key Highlights
- Handles CONDA_OVERRIDE_* environment variables correctly during global install
- Converts custom-scheme channel URLs to HTTPS
- Preserves declared platforms for manifests lacking system-requirements
- Fixes internet access for conda-pypi-mapping in offline tests
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)