Skip to content

chore(deps): update dependency mistral-vibe to >=2.10.1 - #1861

Merged
shunkakinoki merged 1 commit into
mainfrom
renovate/patch-all-minor-patch
May 28, 2026
Merged

chore(deps): update dependency mistral-vibe to >=2.10.1#1861
shunkakinoki merged 1 commit into
mainfrom
renovate/patch-all-minor-patch

Conversation

@shunkakinoki

@shunkakinoki shunkakinoki commented May 28, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Change Age Confidence
mistral-vibe >=2.10.0>=2.10.1 age confidence

Release Notes

mistralai/mistral-vibe (mistral-vibe)

v2.10.1

Compare Source

Added
  • Pretty session titles that format @mention syntax for human-readable display
  • Auto-emit SessionInfoUpdate on the first prompt so IDE session pickers reflect the title immediately
  • End-to-end layered config read path with TomlFileLayer, ConfigBuilder, and ConfigOrchestrator
Fixed
  • MCP menu no longer shows D/E shortcuts in the detail view when there are no tools to enable or disable
  • Parallel bash tool calls in ACP each render their own live terminal instead of racing on shared state

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.


Summary by cubic

Upgrade mistral-vibe to >=2.10.1 to pick up minor features and fixes.
This adds prettier session titles, immediate IDE title updates, a layered config read path, and fixes MCP shortcut visibility and parallel bash terminals.

Written for commit f03b524. Summary will update on new commits.

Review in cubic

@shunkakinoki
shunkakinoki enabled auto-merge (squash) May 28, 2026 04:26
@indent-zero

indent-zero Bot commented May 28, 2026

Copy link
Copy Markdown
Contributor
PR Summary

Renovate-generated dependency bump that raises the floor constraint of mistral-vibe from >=2.10.0 to >=2.10.1 in the tools dependency group, pulling in the latest upstream patch release for uv tool install users. No runtime, API, or behavioral surface is affected.

  • Bump mistral-vibe from >=2.10.0 to >=2.10.1 in pyproject.toml [dependency-groups].tools.

Issues

No issues found.

CI Checks

All CI checks passed for commit f03b524.

@mesa-dot-dev

mesa-dot-dev Bot commented May 28, 2026

Copy link
Copy Markdown

You do not have enough credits to review this pull request. Please purchase more credits to continue.

@coderabbitai

coderabbitai Bot commented May 28, 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: 086e6396-5677-498a-af47-729b19a6bca2

📥 Commits

Reviewing files that changed from the base of the PR and between 64dd2b8 and f03b524.

📒 Files selected for processing (1)
  • pyproject.toml

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated tool dependency to version 2.10.1.

Walkthrough

The pyproject.toml dependency constraint for the mistral-vibe tool is incremented to require version 2.10.1 or higher, up from 2.10.0. This is a patch-level version bump in the tools dependency group.

Changes

Tool dependency update

Layer / File(s) Summary
Tool dependency version constraint
pyproject.toml
The mistral-vibe entry in [dependency-groups].tools is updated from >=2.10.0 to >=2.10.1.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • shunkakinoki/dotfiles#1859: Updates the same mistral-vibe dependency constraint in pyproject.toml within the tools dependency group.
  • shunkakinoki/dotfiles#1406: Applies the same pattern of patch-level mistral-vibe version bumping in pyproject.toml dependency-groups.tools.
  • shunkakinoki/dotfiles#1497: Modifies the same mistral-vibe dependency-groups.tools constraint with a patch-level version increment.

Poem

🐰 A whisker-twitch for version bumps so small,
Two-ten point one—the finest patch of all!
One tiny line, yet keeping tools up to date,
The rabbit approves; this change is great! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title directly matches the main change: updating mistral-vibe dependency from >=2.10.0 to >=2.10.1 in pyproject.toml.
Description check ✅ Passed The description is directly related to the changeset, providing detailed release notes and context for the mistral-vibe version update.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/patch-all-minor-patch

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 and usage tips.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the dependency version of mistral-vibe from >=2.10.0 to >=2.10.1 in pyproject.toml. There are no review comments, and I have no feedback to provide.

@mesa-dot-dev

mesa-dot-dev Bot commented May 28, 2026

Copy link
Copy Markdown

Mesa Description

TL;DR

Updates the mistral-vibe dependency from >=2.10.0 to >=2.10.1.

What changed?

The mistral-vibe dependency has been updated to version 2.10.1. This patch release includes:

  • Added:
    • Pretty session titles with @mention syntax for human-readable display.
    • Auto-emission of SessionInfoUpdate on the first prompt for immediate IDE session picker title reflection.
    • End-to-end layered config read path with TomlFileLayer, ConfigBuilder, and ConfigOrchestrator.
  • Fixed:
    • MCP menu no longer showing D/E shortcuts in the detail view when no tools are available to enable or disable.
    • Parallel bash tool calls in ACP each rendering their own live terminal instead of racing on shared state.

Description generated by Mesa. Update settings

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No issues found across 1 file

Re-trigger cubic

@shunkakinoki
shunkakinoki merged commit 6dcb404 into main May 28, 2026
42 checks passed
@shunkakinoki
shunkakinoki deleted the renovate/patch-all-minor-patch branch May 28, 2026 06:02
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.

2 participants