Skip to content

fix: use Vibe ACP tar archives on non-Windows - #471

Open
matthieugicquel wants to merge 1 commit into
agentclientprotocol:mainfrom
matthieugicquel:fix/mistral-vibe-tar-archives
Open

fix: use Vibe ACP tar archives on non-Windows#471
matthieugicquel wants to merge 1 commit into
agentclientprotocol:mainfrom
matthieugicquel:fix/mistral-vibe-tar-archives

Conversation

@matthieugicquel

@matthieugicquel matthieugicquel commented Jul 31, 2026

Copy link
Copy Markdown

Mistral Vibe v2.23.2 has .tar.gz ACP archives for macOS and Linux. These archives preserve the Python framework symlinks that the ZIP install can lose during extraction.

The automatic version update changed Mistral Vibe from v2.23.1 to v2.23.2 but retained the old .zip suffix. This change points the four non-Windows targets at the published tar archives and updates their SHA-256 values. Windows stays on ZIP.

Sources:

Tests:

  • uv run --with jsonschema .github/workflows/build_registry.py
  • uv run --with ruff ruff check .github/workflows
  • uv run --with ruff ruff format --check .
  • uv run --with pytest pytest tests/ -v (121 passed)

The v2.23.2 ZIP archives can lose required symlinks during extraction.
Use the published tar archives and their SHA-256 values for macOS and Linux.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
@matthieugicquel
matthieugicquel marked this pull request as ready for review July 31, 2026 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant