Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mistral-vibe for openSUSE:Factory checked in at 2026-06-11 17:27:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mistral-vibe (Old) and /work/SRC/openSUSE:Factory/.mistral-vibe.new.1981 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mistral-vibe" Thu Jun 11 17:27:04 2026 rev:7 rq:1358613 version:2.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mistral-vibe/mistral-vibe.changes 2026-06-08 17:01:08.644798840 +0200 +++ /work/SRC/openSUSE:Factory/.mistral-vibe.new.1981/mistral-vibe.changes 2026-06-11 17:28:55.514265895 +0200 @@ -1,0 +2,53 @@ +Wed Jun 10 13:32:29 UTC 2026 - Matej Cepl <[email protected]> + +- Update to 2.14.1: + - Added + - /teleport slash command exposed over ACP, mirroring the TUI + command for IDE integrations + - Startup prompt to install a pending Vibe update before + continuing the session + - Fixed + - JetBrains IDEs no longer trigger a preemptive auth prompt + over ACP and no longer drop terminal arguments + - Initial ACP slash-command advertisement is delayed so Zed + registers commands like /help instead of rejecting them + - Built-in tool prompts no longer reference the removed + search_replace name and now point to edit +- Update to 2.14.0: + - Added + - Image attachments via @-mentions in the TUI for + vision-capable models + - Session deletion, exposed over ACP as the session/delete + extension method + - Browser sign-in now shows a copyable fallback URL when the + browser does not open, so SSH and remote sessions can + complete onboarding + - Toast notification when a SKILL.md file fails to parse + instead of silently dropping the skill + - Trust prompt now proposes the git repository ancestor as + a trust target + - EnvironmentLayer in the layered configuration, populated + from VIBE_-prefixed environment variables + - Changed + - New tool-call format for read and the file edit tool + - write_file is now create-only and refuses to overwrite + existing files + - Bumped agent-client-protocol to 0.10.1 + - Fixed + - LLM calls now retry on network errors and timeouts + (connection, read, write, remote protocol, timeout) + - Approval modal now sizes itself so the bottom of long + tool-call payloads stays visible above the options block + - Banner connector count and /mcp panel ordering now reflect + which connectors are actually usable and the user's + enable/disable choices + - disabled_tools from runtime is merged with the TOML + configuration instead of replacing it, and is enforced + inside ToolManager.get() + - shift+backspace and shift+delete now work in the chat input + - Crash in the ACP todo plan-update handler when the model's + tool call failed validation + - Removed + - Recursive search for nested harness files + +------------------------------------------------------------------- Old: ---- mistral_vibe-2.13.0.tar.gz New: ---- mistral_vibe-2.14.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mistral-vibe.spec ++++++ --- /var/tmp/diff_new_pack.TAnm9D/_old 2026-06-11 17:28:56.262297262 +0200 +++ /var/tmp/diff_new_pack.TAnm9D/_new 2026-06-11 17:28:56.262297262 +0200 @@ -16,7 +16,7 @@ # Name: mistral-vibe -Version: 2.13.0 +Version: 2.14.1 Release: 0 Summary: Minimal CLI coding agent by Mistral License: Apache-2.0 @@ -32,36 +32,48 @@ BuildRequires: python3-hatch-vcs BuildRequires: python3-hatchling BuildRequires: python3-pip -# Temporary measure until sr#1354228 is in TW -BuildRequires: openssl Requires: python3-GitPython >= 3.1.47 Requires: python3-PyYAML >= 6.0.3 -Requires: python3-agent-client-protocol >= 0.9.0 -Requires: python3-anyio >= 4.13.0 +Requires: python3-agent-client-protocol >= 0.10.1 +Requires: python3-attrs >= 26.1.0 Requires: python3-cachetools >= 7.0.6 -Requires: python3-charset-normalizer >= 3.4.7 +Requires: python3-click >= 8.3.3 Requires: python3-cryptography >= 47.0.0 +Requires: python3-gitdb >= 4.0.12 Requires: python3-giturlparse >= 0.14.0 Requires: python3-google-auth >= 2.49.2 +Requires: python3-googleapis-common-protos >= 1.74.0 Requires: python3-httpx >= 0.28.1 -Requires: python3-Jinja2 >= 3.1.6 +Requires: python3-humanize >= 4.15.0 +Requires: python3-jaraco.classes >= 3.4.0 +Requires: python3-jaraco.context >= 6.1.2 +Requires: python3-jaraco.functools >= 4.4.0 +Requires: python3-jeepney >= 0.9.0 +Requires: python3-Jinja2 Requires: python3-jsonpatch >= 1.33 +Requires: python3-jsonpath-python >= 1.1.5 +Requires: python3-jsonpointer >= 3.1.1 +Requires: python3-jsonschema >= 4.26.0 +Requires: python3-jsonschema-specifications >= 2025.9.1 Requires: python3-keyring >= 25.7.0 Requires: python3-linkify-it-py >= 2.1.0 +Requires: python3-markdown-it-py >= 4.0.0 Requires: python3-markdownify >= 1.2.2 Requires: python3-mcp >= 1.27.1 +Requires: python3-mdit-py-plugins >= 0.5.0 +Requires: python3-mdurl >= 0.1.2 +Requires: python3-mcp >= 1.27.1 Requires: python3-mistralai >= 2.4.4 +Requires: python3-more-itertools >= 11.0.2 Requires: python3-opentelemetry-api >= 1.39.1 Requires: python3-opentelemetry-exporter-otlp-proto-http >= 1.39.1 Requires: python3-opentelemetry-sdk >= 1.39.1 Requires: python3-opentelemetry-semantic-conventions >= 0.60b1 -Requires: python3-packaging >= 26.2 Requires: python3-pexpect >= 4.9.0 Requires: python3-pydantic >= 2.13.3 Requires: python3-pydantic-settings >= 2.14.0 Requires: python3-pyperclip >= 1.11.0 Requires: python3-python-dotenv >= 1.2.2 -Requires: python3-requests >= 2.33.1 Requires: python3-rich >= 15.0.0 Requires: python3-sounddevice >= 0.5.5 Requires: python3-truststore >= 0.10.4 @@ -69,14 +81,12 @@ Requires: python3-textual >= 8.2.7 Requires: python3-textual-speedups >= 0.2.1 Requires: python3-tomli-w >= 1.2.0 -Requires: python3-tomlkit >= 0.13.0 +Requires: python3-tomlkit Requires: python3-tree-sitter >= 0.25.2 Requires: python3-tree-sitter-bash >= 0.25.1 Requires: python3-watchfiles >= 1.1.1 Requires: python3-websockets >= 16.0 Requires: python3-zstandard >= 0.25.0 -# Temporary measure until sr#1354228 is in TW -Requires: openssl Obsoletes: python312-mistral-vibe < %{version} Provides: python312-mistral-vibe = %{version} Obsoletes: python313-mistral-vibe < %{version} @@ -87,26 +97,39 @@ # SECTION test requirements BuildRequires: python3-GitPython >= 3.1.47 BuildRequires: python3-PyYAML >= 6.0.3 -BuildRequires: python3-agent-client-protocol >= 0.9.0 -BuildRequires: python3-anyio >= 4.13.0 +BuildRequires: python3-agent-client-protocol >= 0.10.1 +BuildRequires: python3-attrs >= 26.1.0 BuildRequires: python3-cachetools >= 7.0.6 -BuildRequires: python3-charset-normalizer >= 3.4.7 +BuildRequires: python3-click >= 8.3.3 +BuildRequires: python3-gitdb >= 4.0.12 BuildRequires: python3-giturlparse >= 0.14.0 BuildRequires: python3-google-auth >= 2.49.2 +BuildRequires: python3-googleapis-common-protos >= 1.74.0 BuildRequires: python3-httpx >= 0.28.1 -BuildRequires: python3-Jinja2 >= 3.1.6 +BuildRequires: python3-humanize >= 4.15.0 +BuildRequires: python3-jaraco.classes >= 3.4.0 +BuildRequires: python3-jaraco.context >= 6.1.2 +BuildRequires: python3-jaraco.functools >= 4.4.0 +BuildRequires: python3-jeepney >= 0.9.0 +BuildRequires: python3-Jinja2 BuildRequires: python3-jsonpatch >= 1.33 +BuildRequires: python3-jsonpath-python >= 1.1.5 +BuildRequires: python3-jsonpointer >= 3.1.1 BuildRequires: python3-jsonschema >= 4.26.0 +BuildRequires: python3-jsonschema-specifications >= 2025.9.1 BuildRequires: python3-keyring >= 25.7.0 BuildRequires: python3-linkify-it-py >= 2.1.0 +BuildRequires: python3-markdown-it-py >= 4.0.0 BuildRequires: python3-markdownify >= 1.2.2 BuildRequires: python3-mcp >= 1.27.1 +BuildRequires: python3-mdit-py-plugins >= 0.5.0 +BuildRequires: python3-mdurl >= 0.1.2 BuildRequires: python3-mistralai >= 2.4.4 +BuildRequires: python3-more-itertools >= 11.0.2 BuildRequires: python3-opentelemetry-api >= 1.39.1 BuildRequires: python3-opentelemetry-exporter-otlp-proto-http >= 1.39.1 BuildRequires: python3-opentelemetry-sdk >= 1.39.1 BuildRequires: python3-opentelemetry-semantic-conventions >= 0.60b1 -BuildRequires: python3-packaging >= 26.2 BuildRequires: python3-pexpect >= 4.9.0 BuildRequires: python3-pydantic >= 2.13.3 BuildRequires: python3-pydantic-settings >= 2.14.0 @@ -116,7 +139,6 @@ BuildRequires: python3-pytest-textual-snapshot >= 1.1.0 BuildRequires: python3-pytest-timeout >= 2.4.0 BuildRequires: python3-python-dotenv >= 1.2.2 -BuildRequires: python3-requests >= 2.33.1 BuildRequires: python3-respx >= 0.22.0 BuildRequires: python3-rich >= 15.0.0 BuildRequires: python3-sounddevice >= 0.5.5 @@ -125,7 +147,7 @@ BuildRequires: python3-textual >= 8.2.7 BuildRequires: python3-textual-speedups >= 0.2.1 BuildRequires: python3-tomli-w >= 1.2.0 -BuildRequires: python3-tomlkit >= 0.13.0 +BuildRequires: python3-tomlkit BuildRequires: python3-tree-sitter >= 0.25.2 BuildRequires: python3-tree-sitter-bash >= 0.25.1 BuildRequires: python3-watchfiles >= 1.1.1 ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.TAnm9D/_old 2026-06-11 17:28:56.302298940 +0200 +++ /var/tmp/diff_new_pack.TAnm9D/_new 2026-06-11 17:28:56.306299108 +0200 @@ -1,5 +1,5 @@ -mtime: 1780157857 -commit: 0cfcedd9ce7d7112150b73efc78e27d9e5d18a20eabdcb8948e56e64c331070f +mtime: 1781118859 +commit: 6b01387ed38b5ec5079abd03bc6077c14d3335fe6be7482bb0ffd641c50aca6a url: https://src.opensuse.org/AI/mistral-vibe.git revision: factory ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-06-10 21:14:19.000000000 +0200 @@ -0,0 +1,8 @@ +.assets +_build.* +*.obscpio +*.obsinfo +*.osc +.pbuild +_service:* +mistral-vibe-*-build/ ++++++ mistral_vibe-2.13.0.tar.gz -> mistral_vibe-2.14.1.tar.gz ++++++ ++++ 23374 lines of diff (skipped)
