Skip to content

mimo-code@0.1.6: Add support for baseline version - #8317

Merged
z-Fng merged 1 commit into
masterfrom
improve-mimo-code
Jul 16, 2026
Merged

mimo-code@0.1.6: Add support for baseline version#8317
z-Fng merged 1 commit into
masterfrom
improve-mimo-code

Conversation

@z-Fng

@z-Fng z-Fng commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Added support for the baseline build, which does not require AVX2.

Closes #8315

  • Use conventional PR title: <manifest-name[@version]|chore>: <general summary of the pull request>
  • I have read the Contributing Guide

@github-actions

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

mimo-code

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

@z-Fng z-Fng changed the title mimo-code@0.1.6: Add support for baseline version for compatibility with non-AVX2 CPUs mimo-code@0.1.6: Add support for baseline version Jul 16, 2026
@z-Fng
z-Fng merged commit 4827a58 into master Jul 16, 2026
5 checks passed
@z-Fng
z-Fng deleted the improve-mimo-code branch July 16, 2026 16:47
@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ffd69334-a05c-41e5-9038-c09c98c3ff5c

📥 Commits

Reviewing files that changed from the base of the PR and between 59eeb51 and cccb2ba.

📒 Files selected for processing (1)
  • bucket/mimo-code.json

Summary by CodeRabbit

  • New Features
    • Added support for Windows systems without AVX2 by automatically installing a compatible baseline package.
    • Updated Windows x64 download and update metadata to include both standard and baseline artifacts.

Walkthrough

The mimo-code manifest now downloads primary and baseline Windows x64 archives, detects AVX2 support during installation, extracts the baseline archive on unsupported CPUs, and updates both artifact URLs automatically.

Changes

MiMo Code compatibility

Layer / File(s) Summary
Install-time artifact selection
bucket/mimo-code.json
Windows x64 metadata uses URL and hash arrays, and pre_install extracts baseline.zip_ when AVX2 is unavailable before removing it.
Autoupdate artifact metadata
bucket/mimo-code.json
Windows x64 autoupdate generates URLs for both the primary and baseline versioned archives.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and accurately summarizes the baseline-build compatibility change for non-AVX2 CPUs.
Description check ✅ Passed The description includes a summary, linked issue reference, and the required checklist items.
Linked Issues check ✅ Passed The changes add baseline-build handling and AVX2 detection, satisfying the #8315 compatibility fix.
Out of Scope Changes check ✅ Passed The extra manifest/autoupdate changes are directly related to selecting the correct Windows build.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: mimo-code crashes with Illegal instruction on CPUs without AVX2

1 participant