Skip to content

Conversation

@RichardoC
Copy link
Contributor

@RichardoC RichardoC commented Dec 10, 2025

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

Minimal CLI coding agent by Mistral. Installed as vibe
This project is newly created and hosted at https://github.com/mistralai/mistral-vibe

@github-actions github-actions bot added autosquash Automatically squash pull request commits according to Homebrew style. python Python use is a significant feature of the PR or issue new formula PR adds a new formula to Homebrew/homebrew-core rust Rust use is a significant feature of the PR or issue labels Dec 10, 2025
@RichardoC
Copy link
Contributor Author

Related upstream issue mistralai/mistral-vibe#8

Created through brew create --python https://files.pythonhosted.org/packages/ba/18/ab9c5887fc4188c5d8a0ac08a2fc5705af0becc9d9e881f8fb38e3e1e4de/mistral_vibe-1.0.6.tar.gz with issues then manually fixed

@RichardoC RichardoC force-pushed the mistral-vibe branch 4 times, most recently from b60cb08 to 11f0287 Compare December 10, 2025 15:14
@RichardoC
Copy link
Contributor Author

:sigh: I'm too tired to work out what is wrong with the commit message. It looks the same as acd9fb0 to me which did pass
Any pointers would be appreciated!

@github-actions
Copy link
Contributor

Thanks for contributing to Homebrew! 🎉 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request.

@chenrui333 chenrui333 marked this pull request as draft December 10, 2025 15:30
@botantony
Copy link
Member

Also, do not forget to run brew style --fix mistral-vibe before committing. Thanks!

@RichardoC
Copy link
Contributor Author

Also, do not forget to run brew style --fix mistral-vibe before committing. Thanks!

Thanks for the swift review. That's now done. What am I doing wrong with these commits, so I can feed the commit style check?

@RichardoC
Copy link
Contributor Author

I know the repo's young, so won't be surprised or annoyed if this PR has to sit for 28 days. Just wanted to make sure someone did this

@botantony botantony added the CI-skip-new-formulae Pass --skip-new to brew test-bot. label Dec 10, 2025
@botantony
Copy link
Member

What am I doing wrong with these commits, so I can feed the commit style check?

First, you need to squash all commits into one (the rule is one commit per package). Second, you need to fix either the commit message or formula name (the commit message is mistral-vibe 1.0.6 (new formula) while the file uses mistral_vibe)

@github-actions github-actions bot removed the autosquash Automatically squash pull request commits according to Homebrew style. label Dec 10, 2025
@RichardoC
Copy link
Contributor Author

Thanks for the help @botantony

@p-linnane p-linnane changed the title mistral-vibe 1.0.6 (new formula) mistral-vibe 1.1.1 (new formula) Dec 10, 2025
@p-linnane p-linnane marked this pull request as ready for review December 10, 2025 22:59
@p-linnane p-linnane added the ready to merge PR can be merged once CI is green label Dec 10, 2025
Copy link
Member

@botantony botantony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RichardoC thank you!

@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Dec 10, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Dec 10, 2025
Merged via the queue into Homebrew:main with commit 31595cc Dec 11, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. CI-skip-new-formulae Pass --skip-new to brew test-bot. new formula PR adds a new formula to Homebrew/homebrew-core python Python use is a significant feature of the PR or issue ready to merge PR can be merged once CI is green rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants